@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
  color: #333333;
  background: #fff;
  font-size: 16px;
  line-height: 1.2222;
  font-weight: 100;
}
p,
ul,
ol,
blockquote,
.bq-text,
table,
.tbl-wrap {
  margin-bottom: 1.222em;
}
p img,
ul img,
ol img,
blockquote img,
.bq-text img,
table img,
.tbl-wrap img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
.bq-text:last-child,
table:last-child,
.tbl-wrap:last-child {
  margin-bottom: 0;
}
p:first-child,
ul:first-child,
ol:first-child,
blockquote:first-child,
.bq-text:first-child,
table:first-child,
.tbl-wrap:first-child {
  margin-top: 0;
}

table,
.tbl-wrap {
  margin-top: 2.2em;
  margin-bottom: 2.5em;
}
table table,
.tbl-wrap table {
  margin: 0;
}
ul,
ol {
  margin-bottom: 1.5556em;
}
a {
  text-decoration: underline;
  color: #c54544;
}
a:hover {
  text-decoration: none;
}
a.link-main {
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid #d88c8c;
}
a.link-main:hover {
  border-bottom: none;
}
b {
  font-weight: 600;
}
.page > h1,
.page > .main-title {
  margin-bottom: 1.9em;
}
h1,
.main-title,
h2,
.second-title,
h3,
.small-title,
h4,
.vsmall-title,
h5,
.vvsmall-title,
h6 {
  text-align: center;
  font-size: 2.2222em;
  line-height: 1.2;
  margin-bottom: 1.15em;
  font-weight: 300;
  position: relative;
}
h1 .text-att,
.main-title .text-att,
h2 .text-att,
.second-title .text-att,
h3 .text-att,
.small-title .text-att,
h4 .text-att,
.vsmall-title .text-att,
h5 .text-att,
.vvsmall-title .text-att,
h6 .text-att {
  display: inline;
}
h2,
.second-title {
  font-size: 1.8889em;
}
h3,
.small-title {
  font-size: 1.5556em;
  margin-bottom: 0.85em;
}
h4,
.vsmall-title {
  font-size: 1.3333em;
  margin-bottom: 1.05em;
}
h5,
.vvsmall-title {
  font-size: 1.1111em;
  margin-bottom: 1.3em;
}
h6 {
  font-size: 1em;
  margin-bottom: 1.5em;
}
picture {
  display: block;
  position: relative;
  max-width: 100%;
}
picture img {
  display: block;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
blockquote,
.bq-text {
  background: #f8f8f8;
  font-style: italic;
  margin: 1.9em 0px 1.6em 0;
  padding: 1.9em 2.22em;
}
li {
  position: relative;
  margin-bottom: 0.2222em;
  padding-left: 30px;
}
li:before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background: #c54544;
  position: absolute;
  top: 0.6111em;
  left: 0;
  margin-top: -1px;
}
ul.list-second li:before {
  width: 11px;
  height: 11px;
  margin-top: -5px;
  border-radius: 50%;
}
table {
  width: auto;
  font-size: 16px;
  max-width: 100%;
}
table thead th,
table thead td {
  background: #c54544;
  font-size: 1.25em;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
table th,
table td {
  background: #f8f8f8;
  text-align: center;
  vertical-align: top;
  padding: 0.65em 2em;
  border-right: 2px solid #fff;
}
table th:last-child,
table td:last-child {
  border-right: none;
}
table tr:nth-child(2n) th,
table tr:nth-child(2n) td {
  background: #eeeeee;
}
.tbl-wrap {
  font-size: 16px;
  overflow: auto;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
}
.tbl-wrap table {
  max-width: inherit;
}
.text-att {
  color: #c54544;
}
.text-center {
  text-align: center;
}
.clear,
.text-clear {
  clear: both;
}
.catalog-filter-wrap > *:last-child,
.catalog-content-wrap > *:last-child,
.article-box > *:last-child,
.page > *:last-child,
.page-content > *:last-child,
.inner-wrap > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  table {
    font-size: 14px;
  }
  table th,
  table td {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .tbl-wrap {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .tbl-wrap {
    padding-left: 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
  .tbl-wrap {
    padding-left: 80px;
    margin-left: -80px;
    margin-right: -80px;
  }
}
@media (min-width: 1560px) {
  .tbl-wrap {
    overflow: hidden;
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
  }
  .tbl-wrap table {
    max-width: 100%;
  }
}
/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  min-width: 320px;
  max-width: 1900px;
  width: 100%;
}
.page-main .page {
  margin-bottom: 60px;
}
.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 80px;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: 320px;
  width: 100%;
}
.header,
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer {
  text-align: center;
  font-weight: 300;
}
.footer:hover .footer-main-panel:before {
  background: rgba(246, 246, 246, 0.95);
}
.footer .footer-bottom-panel {
  line-height: 22px;
  padding: 39px 0;
  text-align: center;
  position: relative;
}
.footer .footer-bottom-panel p {
  text-align: center;
}
.footer .footer-main-panel {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f8f8f8 url(../img/main/footer.jpg) center no-repeat;
  background-size: cover;
  padding: 80px 30px 70px 30px;
}
.footer .footer-main-panel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(246, 246, 246, 0.9);
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.footer .footer-inner-wrap {
  z-index: 2;
  position: relative;
}
.footer .soc-wrap {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  font-size: 0;
  line-height: 1;
  z-index: 2;
}
.footer .btn-action-soc {
  margin: 0 5px;
}
.footer .copy-logo {
  white-space: nowrap;
  display: inline;
  text-transform: uppercase;
}
.footer .copy-logo .text-att {
  font-weight: 900;
  display: inline;
}
.footer .logo-wrap {
  margin-bottom: 30px;
}
.footer .menu-wrap {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.footer .menu-wrap li {
  padding: 0 0 16px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.footer .menu-wrap a {
  color: #333333;
  text-decoration: none;
}
.footer .menu-wrap a:hover {
  color: #c54544;
}
.footer .phone-wrap {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.footer .number-wrap {
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  white-space: nowrap;
}
.footer .number-wrap a {
  text-decoration: none;
  color: #333333;
}
.footer .button-wrap {
  margin-top: -2px;
  display: block;
}
.footer .email-wrap {
  margin-bottom: 20px;
}
.footer .email-wrap a {
  color: #333333;
  text-decoration: none;
}
.footer .email-wrap a:hover {
  text-decoration: none;
  color: #c54544;
}
.footer .logo {
  text-align: center;
  padding: 0 0 0 0;
  height: auto;
}
.footer .logo .logo-pic {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
}
.footer .logo .logo-pic img {
  display: block;
  margin: 0 auto;
}
.footer .logo .logo-info {
  font-size: 16px;
}
.footer .logo .logo-title {
  font-size: 24px;
  line-height: 26px;
  padding-top: 3px;
}
.footer ul,
.footer li {
  margin: 0;
  padding: 0;
}
.footer ul:before,
.footer li:before {
  display: none;
}
.footer p {
  text-align: left;
  margin: 0;
}
.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap > .cnt-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header {
  text-align: left;
  line-height: 1;
}
.header .inner-wrap {
  padding-top: 16px;
  padding-bottom: 22px;
}
.header .logo-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.header .phone-wrap {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.header .actions-wrap {
  line-height: 1;
  position: relative;
  text-align: center;
  font-size: 0;
  margin-bottom: 26px;
}
.header .action-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 1px;
}
.header .action-wrap:first-child {
  padding-left: 0;
}
.header .action-wrap:first-child:before {
  display: none;
}
.header .action-wrap:first-child .btn-action-ico {
  width: 44px;
}
.header .action-wrap:last-child .btn-action-ico {
  width: 44px;
}
.header .action-wrap:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  background: #cbcbcb;
}
.header .action-wrap .btn-action-ico {
  height: 40px;
  width: 59px;
  display: block;
}
.header .action-wrap .btn-action-ico[data-count]:after {
  content: attr(data-count);
  display: block;
  min-width: 26px;
  height: 26px;
  background: #c54544;
  border-radius: 13px;
  padding: 0 9px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  float: left;
  position: absolute;
  bottom: 27px;
  left: 50%;
  right: auto;
  top: auto;
  margin-left: -24px;
  z-index: 2;
}
.header .number-wrap {
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  white-space: nowrap;
}
.header .number-wrap a {
  text-decoration: none;
  color: #333333;
}
.header .button-wrap {
  margin-top: -2px;
  display: block;
}
.header .nav-wrap {
  font-size: 0;
  text-align: center;
  padding-right: 20px;
}
.header .main-menu-wrap {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}
.header .main-search-wrap {
  width: 40px;
  display: inline-block;
  vertical-align: top;
}
.header p,
.header li {
  text-align: left;
}
.main-menu-wrap .btn-action-toggle {
  display: none;
  z-index: 10;
}
.main-menu-wrap li.submenu > .btn-action-toggle {
  display: block;
}
.main-search-wrap .search-block {
  display: none;
}
.main-search-wrap .btn-action-ico {
  width: 100%;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  color: #c54544;
  text-decoration: none;
  padding: 14px 0 0 77px;
  height: 60px;
}
.logo .logo-pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 77px;
  line-height: 1;
}
.logo .logo-pic img {
  display: block;
  height: 100%;
  width: auto;
}
.logo .logo-title {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  color: #333333;
  text-transform: uppercase;
}
.logo .logo-title span {
  font-weight: 300;
}
.logo .logo-info {
  margin-top: -2px;
  display: block;
  letter-spacing: 0.008em;
}
.main-menu-wrap {
  text-transform: uppercase;
}
.main-menu-wrap ul,
.main-menu-wrap li {
  margin: 0;
  padding: 0;
}
.main-menu-wrap ul:before,
.main-menu-wrap li:before {
  display: none;
}
.main-menu-wrap a {
  display: block;
  text-decoration: none;
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
  position: relative;
  color: #333333;
}
.main-menu-wrap a:hover,
.main-menu-wrap a.active {
  color: #c54544;
  text-decoration: none;
}
.menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(136, 136, 136, 0.7);
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
@media (max-width: 1199px) {
  #bx-panel ~ .wrap .main-menu-wrap .menu-wrap {
    top: 250px;
    max-height: calc(100vh - 320px);
  }
  .main-menu-wrap {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
  }
  .main-menu-wrap li.open > a {
    color: #c54544;
  }
  .main-menu-wrap li.open > .btn-action-toggle {
    border-color: #7c7c7c;
  }
  .main-menu-wrap li.open > .btn-action-toggle:before {
    opacity: 0;
  }
  .main-menu-wrap li.open > .btn-action-toggle:after {
    background: #7c7c7c;
    border-color: #c9c9c9;
  }
  .main-menu-wrap .js-btn-toggle.active ~ .menu-overlay {
    display: block;
  }
  .main-menu-wrap .btn-action-toggle {
    position: absolute;
    top: 5px;
    left: 20px;
  }
  .main-menu-wrap .btn-action-close {
    position: absolute;
    top: -42px;
    right: 0;
  }
  .main-menu-wrap .menu-col-1 .menu-col {
    display: none;
  }
  .main-menu-wrap .menu-col-1 .menu-col.menu-col01 {
    display: block;
  }
  .main-menu-wrap .menu-col-2 .menu-col {
    display: none;
  }
  .main-menu-wrap .menu-col-2 .menu-col.menu-col01,
  .main-menu-wrap .menu-col-2 .menu-col.menu-col02 {
    display: block;
  }
  .main-menu-wrap .menu-col-3 .menu-col {
    display: none;
  }
  .main-menu-wrap .menu-col-3 .menu-col.menu-col01,
  .main-menu-wrap .menu-col-3 .menu-col.menu-col02,
  .main-menu-wrap .menu-col-3 .menu-col.menu-col03 {
    display: block;
  }
  .main-menu-wrap .menu-wrap {
    display: none;
    position: fixed;
    top: 72px;
    left: 10px;
    right: 10px;
    max-height: calc(100vh - 138px);
    background: #fff;
    z-index: 100;
    overflow: auto;
  }
  .main-menu-wrap .menu-wrap::-webkit-scrollbar {
    width: 3px;
    height: 0px;
  }
  .main-menu-wrap .menu-wrap::-webkit-scrollbar-track-piece {
    background-color: #999999;
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
  }
  .main-menu-wrap .menu-wrap::-webkit-scrollbar-thumb:vertical {
    height: 0px;
    background-color: #333333;
    -webkit-border-radius: 0px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .main-menu-wrap .menu-wrap::-webkit-scrollbar-thumb:vertical:hover {
    height: 0px;
    background-color: #c54544;
    -webkit-border-radius: 0px;
  }
  .main-menu-wrap .menu-wrap::-webkit-scrollbar-thumb:horizontal {
    width: 0px;
    background-color: #333333;
    -webkit-border-radius: 0px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .main-menu-wrap .menu-wrap::-webkit-scrollbar-thumb:horizontal:hover {
    width: 0px;
    background-color: #c54544;
    -webkit-border-radius: 0px;
  }
  .main-menu-wrap .menu-wrap > ul,
  .main-menu-wrap .menu-wrap ul.menu {
    padding: 0 0 15px 0;
  }
  .main-menu-wrap .menu-wrap > ul > li:first-child > .btn-action-toggle,
  .main-menu-wrap .menu-wrap ul.menu > li:first-child > .btn-action-toggle {
    top: 27px;
  }
  .main-menu-wrap .menu-wrap > ul > li:first-child > a,
  .main-menu-wrap .menu-wrap ul.menu > li:first-child > a {
    padding-top: 32px;
  }
  .main-menu-wrap .menu-wrap > ul > li.submenu > a:after,
  .main-menu-wrap .menu-wrap ul.menu > li.submenu > a:after {
    content: "";
    margin-left: 6px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -287px -87px;
    width: 12px;
    height: 7px;
    display: none;
  }
  .main-menu-wrap .menu-wrap > ul > li > a,
  .main-menu-wrap .menu-wrap ul.menu > li > a {
    padding: 10px 20px 10px 56px;
  }
  .main-menu-wrap .submenu-wrap {
    display: none;
  }
  .main-menu-wrap .submenu-wrap .menu-col > ul {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .main-menu-wrap .submenu-wrap .menu-col > ul > li > a {
    padding: 10px 20px 5px 60px;
    min-height: 36px;
  }
  .main-menu-wrap .submenu-wrap .menu-col > ul > li > .btn-action-toggle {
    top: 8px;
    left: 30px;
    width: 20px;
    height: 20px;
  }
  .main-menu-wrap .submenu-wrap .menu-col > ul > li > .btn-action-toggle:after,
  .main-menu-wrap .submenu-wrap .menu-col > ul > li > .btn-action-toggle:before {
    width: 8px;
    margin-left: -4px;
  }
  .main-menu-wrap .submenu-wrap .menu-col > ul > li.open {
    background: #e8e8e8;
  }
  .main-menu-wrap .submenu-wrap .menu-col > ul ul {
    display: none;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .main-menu-wrap .submenu-wrap .menu-col > ul ul a {
    font-size: 13px;
    line-height: 13px;
    padding: 3px 20px 3px 60px;
  }
  .main-menu-wrap li.open {
    background: #f4f4f4;
  }
  .main-menu-wrap li.open > a .btn-action-toggle {
    border-color: #7c7c7c;
  }
  .main-menu-wrap li.open > a .btn-action-toggle:before {
    opacity: 0;
  }
  .main-menu-wrap li.open > a .btn-action-toggle:after {
    background: #7c7c7c;
    border-color: #c9c9c9;
  }
  .header .action-wrap .btn-action-ico {
    overflow: visible;
  }
  .header .action-wrap .btn-action-ico[data-count]:after {
    bottom: 20px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .header .logo-wrap {
    float: left;
  }
  .header .phone-wrap {
    float: right;
    padding-top: 11px;
    text-align: right;
  }
  .header .header-wrap {
    text-align: center;
    clear: both;
    font-size: 0;
  }
  .header .actions-wrap {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    position: relative;
  }
  .header .actions-wrap:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    background: #cbcbcb;
  }
  .header .action-wrap:last-child .btn-action-ico {
    width: 59px;
  }
  .header .nav-wrap {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
  .header .main-search-wrap {
    float: left;
    width: 59px;
  }
  .header .main-menu-wrap {
    float: right;
  }
}
@media (max-width: 639px) {
  .sale-order-detail-total-payment .sale-order-detail-total-payment-list-left {
    width: 55%;
  }
  .sale-order-detail-total-payment .sale-order-detail-total-payment-list-right {
    width: 45%;
  }
  .sale-order-detail-total-payment .sale-order-detail-total-payment-list-left .sale-order-detail-total-payment-list-left-item {
    height: 20px;
    line-height: 20px;
  }
  .sale-order-detail-total-payment .sale-order-detail-total-payment-list-right .sale-order-detail-total-payment-list-right-item {
    height: 20px;
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  .sale-order-detail-total-payment .sale-order-detail-total-payment-list-left .sale-order-detail-total-payment-list-left-item {
    padding: 0;
  }
  .sale-order-detail-total-payment .sale-order-detail-total-payment-list-right .sale-order-detail-total-payment-list-right-item {
    padding: 0;
  }
  .sale-order-detail-total-payment .sale-order-detail-total-payment-list-right {
    padding-left: 0;
  }
}
@media (max-width: 399px) {
  .sale-order-detail-total-payment .sale-order-detail-total-payment-list-left .sale-order-detail-total-payment-list-left-item {
    font-size: 12px;
  }
  .sale-order-detail-total-payment .sale-order-detail-total-payment-list-right .sale-order-detail-total-payment-list-right-item {
    font-size: 12px;
  }
  .sale-order-detail-total-payment .sale-order-detail-total-payment-list-left {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sale-order-detail-total-payment .sale-order-detail-total-payment-list-right {
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .footer .footer-inner-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 6px;
  }
  .footer .footer-inner-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .footer .menu-wrap {
    float: left;
    margin: 0;
    width: 50%;
    max-width: 375px;
    padding-right: 100px;
    text-align: left;
    position: relative;
    font-size: 14px;
    z-index: 2;
  }
  .footer .menu-wrap li {
    text-align: left;
  }
  .footer .menu-wrap ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .footer .info-wrap {
    float: right;
    text-align: right;
    width: 50%;
    max-width: 400px;
    padding-left: 100px;
    position: relative;
    z-index: 2;
  }
  .footer .logo-wrap {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 17px;
  }
  .footer .phone-wrap {
    text-align: right;
  }
  .footer .logo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 3;
  }
}
@media (min-width: 1024px) {
  .inner-wrap,
  .page {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer .menu-wrap {
    font-size: 16px;
  }
  .header .inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 300px;
    padding-right: 320px;
    height: 100px;
  }
  .header .inner-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .header .logo-wrap {
    float: left;
    position: absolute;
    top: 0;
    left: 40px;
    padding: 16px 0 0 0;
    margin: 0;
  }
  .header .phone-wrap {
    float: right;
    margin: 0;
    position: absolute;
    top: 0;
    right: 40px;
    padding: 35px 0 0 0;
    text-align: right;
  }
  .header .button-wrap {
    font-size: 18px;
    line-height: 20px;
    margin-top: -6px;
  }
  .header .number-wrap {
    font-size: 26px;
    line-height: 28px;
  }
  .header .logo {
    padding: 20px 0 0 62px;
    text-align: left;
  }
  .header .logo .logo-title {
    font-size: 24px;
    line-height: 1;
  }
  .header .logo .logo-info {
    font-size: 16px;
    line-height: 18px;
    margin-top: -4px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header .inner-wrap {
    padding-right: 260px;
  }
  .header .header-wrap {
    text-align: center;
    padding-top: 30px;
  }
  .header .actions-wrap {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    position: relative;
  }
  .header .actions-wrap:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    background: #cbcbcb;
  }
  .header .action-wrap:last-child .btn-action-ico {
    width: 59px;
  }
  .header .nav-wrap {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
  .header .main-search-wrap {
    float: left;
    width: 59px;
  }
  .header .main-menu-wrap {
    float: right;
  }
}
@media (min-width: 1200px) {
  .inner-wrap,
  .page {
    padding-left: 80px;
    padding-right: 80px;
  }
  .footer .number-wrap {
    font-size: 26px;
  }
  .footer .button-wrap {
    font-size: 18px;
  }
  .footer .btn-action-map {
    margin-top: -5px;
  }
  .header .inner-wrap {
    padding-left: 280px;
    padding-right: 280px;
    padding-top: 29px;
  }
  .header .actions-wrap {
    position: fixed;
    top: 260px;
    right: 0;
    width: 80px;
    margin: 0;
    z-index: 95;
  }
  .header .action-wrap {
    width: 100%;
    margin: -1px 0 0px 0;
    padding: 0;
    display: block;
  }
  .header .action-wrap:first-child {
    margin-top: 0;
  }
  .header .action-wrap:before {
    width: 20px;
    height: 1px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .header .action-wrap .btn-action-ico {
    width: 100%;
    height: 70px;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    text-decoration: none;
  }
  .header .action-wrap .btn-action-ico:hover {
    background: #f4f4f4;
    z-index: 2;
  }
  .header .action-wrap:first-child .btn-action-ico,
  .header .action-wrap:last-child .btn-action-ico {
    width: 100%;
    height: 70px;
  }
  .header .action-wrap:first-child:before,
  .header .action-wrap:last-child:before {
    display: block;
  }
  .header .action-wrap:last-child:before {
    display: none;
  }
  .header .nav-wrap {
    width: 100%;
    height: 42px;
    line-height: 1;
    position: relative;
    padding: 0 65px 0 0;
    margin: 0 auto;
    max-width: 830px;
  }
  .header .main-search-wrap {
    width: 40px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .main-search-wrap .btn-action-ico {
    display: block;
    width: 100%;
    height: 42px;
  }
  .header .main-menu-wrap {
    width: 100%;
    position: relative;
    line-height: 1;
    z-index: 100;
  }
  .header .main-menu-wrap .btn-action-menu,
  .header .main-menu-wrap .btn-action-close {
    display: none;
  }
  .header .main-menu-wrap .menu-wrap {
    position: relative;
    z-index: 100;
  }
  .header .main-menu-wrap .menu-wrap:hover ~ .menu-overlay {
    display: block;
  }
  .header .main-menu-wrap .menu-wrap > ul,
  .header .main-menu-wrap .menu-wrap ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .main-menu-wrap .menu-wrap > ul > li,
  .header .main-menu-wrap .menu-wrap ul.menu > li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: static;
  }
  .header .main-menu-wrap .menu-wrap > ul > li:hover .submenu-wrap,
  .header .main-menu-wrap .menu-wrap ul.menu > li:hover .submenu-wrap {
    display: block !important;
  }
  .header .main-menu-wrap .menu-wrap > ul > li:hover > a,
  .header .main-menu-wrap .menu-wrap ul.menu > li:hover > a {
    color: #333333;
  }
  .header .main-menu-wrap .menu-wrap > ul > li:hover > a:before,
  .header .main-menu-wrap .menu-wrap ul.menu > li:hover > a:before {
    opacity: 1;
  }
  .header .main-menu-wrap .menu-wrap > ul > li:hover > a:after,
  .header .main-menu-wrap .menu-wrap ul.menu > li:hover > a:after {
    opacity: 0;
  }
  .header .main-menu-wrap .menu-wrap > ul > li > a,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
  }
  .header .main-menu-wrap .menu-wrap > ul > li > a:hover,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a:hover,
  .header .main-menu-wrap .menu-wrap > ul > li > a.active,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a.active {
    color: #333333;
  }
  .header .main-menu-wrap .menu-wrap > ul > li > a:hover:before,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a:hover:before,
  .header .main-menu-wrap .menu-wrap > ul > li > a.active:before,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a.active:before {
    opacity: 1 !important;
  }
  .header .main-menu-wrap .menu-wrap > ul > li > a:hover:after,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a:hover:after,
  .header .main-menu-wrap .menu-wrap > ul > li > a.active:after,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a.active:after {
    opacity: 0;
  }
  .header .main-menu-wrap .menu-wrap > ul > li > a:before,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f4f4f4;
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
    z-index: -1;
  }
  .header .main-menu-wrap .menu-wrap > ul > li > .btn-action-toggle,
  .header .main-menu-wrap .menu-wrap ul.menu > li > .btn-action-toggle {
    display: none;
  }
  .header .main-menu-wrap .menu-wrap > ul > li.submenu > a:after,
  .header .main-menu-wrap .menu-wrap ul.menu > li.submenu > a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -287px -87px;
    width: 12px;
    height: 7px;
    vertical-align: top;
    margin: 18px 0px 0 6px;
    -webkit-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap {
    display: none !important;
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 100;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 15px 35px 15px;
    width: 33.33%;
    min-width: 285px;
    overflow: hidden;
    text-align: left;
    font-weight: 300;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap > .btn-action-toggle {
    display: none;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap li {
    position: relative;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col {
    width: 100%;
    float: left;
    position: relative;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col.menu-col02,
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col.menu-col03 {
    display: none;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul {
    margin: 0 -15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li {
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li.submenu > .btn-action-toggle {
    display: block;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li.open {
    background: #f4f4f4;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li.open > a {
    color: #c54544;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li.open > .btn-action-toggle {
    border-color: #7c7c7c;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li.open > .btn-action-toggle:before {
    opacity: 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li.open > .btn-action-toggle:after {
    background: #7c7c7c;
    border-color: #c9c9c9;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li > a {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 10px 5px 48px;
    min-height: 36px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li > .btn-action-toggle {
    display: none;
    position: absolute;
    top: 5px;
    left: 12px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul ul {
    padding-left: 48px;
    padding-top: 2px;
    padding-bottom: 12px;
    font-size: 13px;
    line-height: 13px;
    display: none;
    -webkit-animation: fadein ease 0.2s;
            animation: fadein ease 0.2s;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul ul a {
    padding: 3px 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 {
    width: 66.66%;
    min-width: 560px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col {
    width: 50%;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col > ul {
    margin: 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col > ul > li {
    padding-left: 0;
    padding-right: 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col.menu-col01 {
    display: block;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col.menu-col01 > ul {
    margin: 0 0 0 -15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col.menu-col01 > ul > li {
    padding-left: 15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col.menu-col02 {
    display: block;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col.menu-col02 > ul {
    margin: 0 -15px 0 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col.menu-col02 > ul > li {
    padding-right: 15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col.menu-col03 {
    display: none;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 {
    width: 100%;
    width: calc(100% + 65px);
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col {
    width: 33.333%;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col > ul {
    margin: 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col > ul > li {
    padding-left: 0;
    padding-right: 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col.menu-col01 {
    display: block;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col.menu-col01 > ul {
    margin: 0 0 0 -15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col.menu-col01 > ul > li {
    padding-left: 15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col.menu-col03 {
    display: block;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col.menu-col03 > ul {
    margin: 0 -15px 0 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col.menu-col03 > ul > li {
    padding-right: 15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col.menu-col02 {
    display: block;
  }
}
@media (min-width: 1400px) {
  .header .inner-wrap {
    padding-left: 320px;
    padding-right: 340px;
  }
  .header .logo-wrap {
    left: 80px;
  }
  .header .phone-wrap {
    right: 80px;
  }
  .header .main-menu-wrap .menu-wrap > ul > li > a,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .header .inner-wrap {
    padding-left: 400px;
    padding-right: 410px;
  }
  .header .logo {
    padding-left: 92px;
  }
  .header .main-menu-wrap .menu-wrap > ul > li.submenu > a:after,
  .header .main-menu-wrap .menu-wrap ul.menu > li.submenu > a:after {
    margin-right: -16px;
  }
}
@media (min-width: 1900px) {
  .header .actions-wrap {
    right: 50%;
    margin-right: -950px;
  }
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
@font-face {
  font-family: 'Neris';
  src: url('../fonts/neris_bold-webfont.eot');
  src: url('../fonts/neris_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neris_bold-webfont.woff2') format('woff2'), url('../fonts/neris_bold-webfont.woff') format('woff'), url('../fonts/neris_bold-webfont.ttf') format('truetype'), url('../fonts/neris_bold-webfont.svg#nerisbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('../fonts/neris_regular-webfont.eot');
  src: url('../fonts/neris_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neris_regular-webfont.woff2') format('woff2'), url('../fonts/neris_regular-webfont.woff') format('woff'), url('../fonts/neris_regular-webfont.ttf') format('truetype'), url('../fonts/neris_regular-webfont.svg#nerisregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('../fonts/neris-black-webfont.eot');
  src: url('../fonts/neris-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neris-black-webfont.woff2') format('woff2'), url('../fonts/neris-black-webfont.woff') format('woff'), url('../fonts/neris-black-webfont.ttf') format('truetype'), url('../fonts/neris-black-webfont.svg#nerisblack') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('../fonts/neris-semibold-webfont.eot');
  src: url('../fonts/neris-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neris-semibold-webfont.woff2') format('woff2'), url('../fonts/neris-semibold-webfont.woff') format('woff'), url('../fonts/neris-semibold-webfont.ttf') format('truetype'), url('../fonts/neris-semibold-webfont.svg#nerissemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('../fonts/neris-thin-webfont.eot');
  src: url('../fonts/neris-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neris-thin-webfont.woff2') format('woff2'), url('../fonts/neris-thin-webfont.woff') format('woff'), url('../fonts/neris-thin-webfont.ttf') format('truetype'), url('../fonts/neris-thin-webfont.svg#neristhin') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('../fonts/neris-light-webfont.eot');
  src: url('../fonts/neris-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neris-light-webfont.woff2') format('woff2'), url('../fonts/neris-light-webfont.woff') format('woff'), url('../fonts/neris-light-webfont.ttf') format('truetype'), url('../fonts/neris-light-webfont.svg#nerislight') format('svg');
  font-weight: 300;
  font-style: normal;
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-a01 {
  background-image: url(../img/spr.png);
  background-position: -287px -87px;
  width: 12px;
  height: 7px;
}
.i-a02 {
  background-image: url(../img/spr.png);
  background-position: -159px -230px;
  width: 20px;
  height: 11px;
}
.i-a03 {
  background-image: url(../img/spr.png);
  background-position: -230px -230px;
  width: 35px;
  height: 9px;
}
.i-a04 {
  background-image: url(../img/spr.png);
  background-position: -287px 0px;
  width: 35px;
  height: 9px;
}
.i-a05 {
  background-image: url(../img/spr.png);
  background-position: -287px -29px;
  width: 24px;
  height: 9px;
}
.i-a06 {
  background-image: url(../img/spr.png);
  background-position: -287px -58px;
  width: 35px;
  height: 9px;
}
.i-a07 {
  background-image: url(../img/spr.png);
  background-position: -287px -114px;
  width: 10px;
  height: 6px;
}
.i-a08 {
  background-image: url(../img/spr.png);
  background-position: -80px 0px;
  width: 9px;
  height: 35px;
}
.i-a09 {
  background-image: url(../img/spr.png);
  background-position: -109px 0px;
  width: 9px;
  height: 35px;
}
.i-blank {
  background-image: url(../img/spr.png);
  background-position: -319px -87px;
  width: 1px;
  height: 1px;
}
.i-ico-cart-m {
  background-image: url(../img/spr.png);
  background-position: -192px -50px;
  width: 24px;
  height: 26px;
}
.i-ico-cart {
  background-image: url(../img/spr.png);
  background-position: 0px -180px;
  width: 28px;
  height: 30px;
}
.i-ico-compare-large-h {
  background-image: url(../img/spr.png);
  background-position: -192px 0px;
  width: 27px;
  height: 30px;
}
.i-ico-compare-large {
  background-image: url(../img/spr.png);
  background-position: -104px -130px;
  width: 27px;
  height: 30px;
}
.i-ico-compare-m {
  background-image: url(../img/spr.png);
  background-position: -239px -142px;
  width: 24px;
  height: 26px;
}
.i-ico-compare-small-hover {
  background-image: url(../img/spr.png);
  background-position: -50px -230px;
  width: 15px;
  height: 16px;
}
.i-ico-compare-small {
  background-image: url(../img/spr.png);
  background-position: -192px -142px;
  width: 15px;
  height: 16px;
}
.i-ico-compare {
  background-image: url(../img/spr.png);
  background-position: -138px -50px;
  width: 27px;
  height: 30px;
}
.i-ico-del {
  background-image: url(../img/spr.png);
  background-position: -151px -130px;
  width: 20px;
  height: 20px;
}
.i-ico-fav-large-h {
  background-image: url(../img/spr.png);
  background-position: -138px 0px;
  width: 34px;
  height: 30px;
}
.i-ico-fav-large {
  background-image: url(../img/spr.png);
  background-position: 0px -130px;
  width: 34px;
  height: 30px;
}
.i-ico-fav-m {
  background-image: url(../img/spr.png);
  background-position: 0px -230px;
  width: 30px;
  height: 26px;
}
.i-ico-fav-small-hover {
  background-image: url(../img/spr.png);
  background-position: -122px -230px;
  width: 17px;
  height: 15px;
}
.i-ico-fav-small {
  background-image: url(../img/spr.png);
  background-position: -85px -230px;
  width: 17px;
  height: 15px;
}
.i-ico-fav {
  background-image: url(../img/spr.png);
  background-position: -42px -80px;
  width: 34px;
  height: 30px;
}
.i-ico-location {
  background-image: url(../img/spr.png);
  background-position: -96px -80px;
  width: 14px;
  height: 20px;
}
.i-ico-lock-m {
  background-image: url(../img/spr.png);
  background-position: -239px -96px;
  width: 19px;
  height: 26px;
}
.i-ico-lock {
  background-image: url(../img/spr.png);
  background-position: 0px -80px;
  width: 22px;
  height: 30px;
}
.i-ico-refresh {
  background-image: url(../img/spr.png);
  background-position: -239px -188px;
  width: 28px;
  height: 22px;
}
.i-ico-search-h {
  background-image: url(../img/spr.png);
  background-position: -192px -180px;
  width: 26px;
  height: 26px;
}
.i-ico-search {
  background-image: url(../img/spr.png);
  background-position: -192px -96px;
  width: 26px;
  height: 26px;
}
.i-ico-soc-fb {
  background-image: url(../img/spr.png);
  background-position: -239px -48px;
  width: 28px;
  height: 28px;
}
.i-ico-soc-ok {
  background-image: url(../img/spr.png);
  background-position: -239px 0px;
  width: 28px;
  height: 28px;
}
.i-ico-soc-tw {
  background-image: url(../img/spr.png);
  background-position: -144px -180px;
  width: 28px;
  height: 28px;
}
.i-ico-soc-vk {
  background-image: url(../img/spr.png);
  background-position: -96px -180px;
  width: 28px;
  height: 28px;
}
.i-ico-soc-yt {
  background-image: url(../img/spr.png);
  background-position: -48px -180px;
  width: 28px;
  height: 28px;
}
.i-ico-star-empty {
  background-image: url(../img/spr.png);
  background-position: -199px -230px;
  width: 11px;
  height: 10px;
}
.i-ico-star-full {
  background-image: url(../img/spr.png);
  background-position: -138px -100px;
  width: 11px;
  height: 10px;
}
.i-ico-zoom-small {
  background-image: url(../img/spr.png);
  background-position: -54px -130px;
  width: 30px;
  height: 30px;
}
.i-ico-zoom {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 60px;
  height: 60px;
}
/* ----------------------------------- *\
      forms elements styles
\* ----------------------------------- */
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="url"] {
  height: 42px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #333333;
  padding: 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus {
  border-color: #e2a2a1;
}
textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
select {
  display: block;
  width: 100%;
  height: 42px;
  border: 1px solid #ededed;
  padding-left: 26px;
  padding-right: 0;
  background-color: #fff;
  background-image: url(../img/main/select.png);
  background-position: right center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none!important;
  line-height: 1em;
  text-indent: 0.01px;
  text-overflow: '';
  outline: none;
  font-size: 18px;
  font-weight: 300;
  color: #c54544;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
[placeholder]::-webkit-input-placeholder {
  color: #333333;
}
[placeholder]:-moz-placeholder {
  color: #333333;
}
[placeholder]::-moz-placeholder {
  color: #333333;
}
[placeholder]:-ms-input-placeholder {
  color: #333333;
}
.btn,
button,
input[type="submit"] {
  height: 50px;
  line-height: 48px;
  border: 1px solid #c54544;
  padding: 0 45px;
  font-size: 16px;
  font-weight: 300;
  background: #c54544;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: #b83736;
  border-color: #b83736;
}
.btn.button-second,
button.button-second,
input[type="submit"].button-second {
  background: #797979;
  border-color: #797979;
  color: #fff;
}
.btn.button-second:hover,
button.button-second:hover,
input[type="submit"].button-second:hover {
  background: #9b9b9b;
  border-color: #9b9b9b;
}
.btn.button-border,
button.button-border,
input[type="submit"].button-border {
  background: none;
  border-color: #f25d4e;
  color: #c54544;
}
.btn.button-border:hover,
button.button-border:hover,
input[type="submit"].button-border:hover {
  background: #c54544;
  border-color: #c54544;
  color: #fff;
}
.btn.button-border.button-second,
button.button-border.button-second,
input[type="submit"].button-border.button-second {
  background: none;
  border-color: #797979;
  color: #797979;
}
.btn.button-border.button-second:hover,
button.button-border.button-second:hover,
input[type="submit"].button-border.button-second:hover {
  background: #9b9b9b;
  border-color: #9b9b9b;
  color: #fff;
}
.btn.button-clear,
button.button-clear,
input[type="submit"].button-clear {
  background: none;
  border: none;
  padding: 0;
  line-height: 50px;
  color: #333333;
}
.btn.button-clear:hover,
button.button-clear:hover,
input[type="submit"].button-clear:hover {
  background: none;
  color: #c54544;
}
.btn-action-map {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 24px 0 0;
  line-height: 20px;
  text-decoration: none;
}
.btn-action-map .button-title {
  display: inline;
  border-bottom: 1px solid #e1b5b5;
}
.btn-action-map:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -96px -80px;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-action-map:hover .button-title {
  border-bottom: none;
}
.btn-action-soc {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 28px;
  height: 28px;
  text-decoration: none;
  text-align: center;
  line-height: 26px;
  border: 1px solid #333333;
  font-size: 16px;
  color: #333333;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 50%;
}
.btn-action-soc img,
.btn-action-soc .i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.btn-action-soc:hover {
  color: #c54544;
  border-color: #c54544;
}
.btn-action-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1.1111em;
  font-weight: 300;
  color: #333333;
  text-decoration: none;
  padding: 0 64px 0 0;
  line-height: 24px;
}
.btn-action-nav .button-title {
  display: inline;
  border-bottom: 1px solid #686868;
}
.btn-action-nav:hover .button-title {
  border-bottom: none;
}
.btn-action-nav:hover:before {
  opacity: 0;
}
.btn-action-nav:hover:after {
  opacity: 1;
}
.btn-action-nav:before,
.btn-action-nav:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -230px -230px;
  width: 35px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 12px;
  margin-top: -4px;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-nav:after {
  opacity: 0;
  background-image: url(../img/spr.png);
  background-position: -287px 0px;
  width: 35px;
  height: 9px;
}
.btn-action-nav.back {
  padding-right: 0;
  padding-left: 64px;
}
.btn-action-nav.back:before,
.btn-action-nav.back:after {
  right: auto;
  left: 0;
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-text {
  display: inline-block;
  position: relative;
  max-width: 100%;
  background: #c54544;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 6px 55px 6px 20px;
  text-align: left;
  font-weight: 300;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.btn-action-text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -159px -230px;
  width: 20px;
  height: 11px;
  position: absolute;
  top: 16px;
  right: 16px;
  margin-top: -6px;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.btn-action-text.active:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-toggle {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #c54544;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
  overflow: hidden;
}
.btn-action-toggle:after,
.btn-action-toggle:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #c54544;
  border-bottom: 1px solid #e9c1c1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -4px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-toggle:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-action-close {
  display: block;
  width: 32px;
  height: 32px;
  background: #e1e1e1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.btn-action-close:before,
.btn-action-close:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -9px;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-action-menu {
  display: block;
  position: relative;
  overflow: hidden;
  height: 40px;
  width: 100%;
}
.btn-action-menu:before,
.btn-action-menu:after,
.btn-action-menu span:before {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -17px;
  background: #333333;
}
.btn-action-menu:before {
  width: 22px;
  margin-top: -1px;
}
.btn-action-menu span:before {
  width: 28px;
  margin-top: 5px;
}
.btn-action-ico {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico .i,
.btn-action-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
}
.btn-action-ico.zoom {
  width: 60px;
  height: 60px;
}
.btn-action-ico.zoom:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 60px;
  height: 60px;
}
.btn-action-ico:hover {
  text-decoration: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-action-ico.refresh:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  background-image: url(../img/spr.png);
  background-position: -239px -188px;
  width: 28px;
  height: 22px;
  display: block;
}
.btn-action-ico.arr:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  background-image: url(../img/spr.png);
  background-position: -230px -230px;
  width: 35px;
  height: 9px;
  display: block;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico.arr:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  background-image: url(../img/spr.png);
  background-position: -287px 0px;
  width: 35px;
  height: 9px;
  display: block;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico.arr:hover:before {
  opacity: 0;
}
.btn-action-ico.arr:hover:after {
  opacity: 1;
}
.btn-action-ico.del:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  background-image: url(../img/spr.png);
  background-position: -151px -130px;
  width: 20px;
  height: 20px;
  display: block;
}
.btn-action-ico.compare-large:before,
.btn-action-ico.compare-large:after {
  background: url(../img/icons/ico-compare-att.svg) center no-repeat;
  background-size: 27px auto;
  display: block;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico.compare-large:after {
  background-image: url(../img/icons/ico-compare-att-dark.svg);
  opacity: 0;
}
.btn-action-ico.compare-large:hover:before {
  opacity: 0;
}
.btn-action-ico.compare-large:hover:after {
  opacity: 1;
}
.btn-action-ico.fav-large:before,
.btn-action-ico.fav-large:after {
  background: url(../img/icons/ico-fav-att.svg) center no-repeat;
  background-size: 34px auto;
  display: block;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico.fav-large:after {
  background-image: url(../img/icons/ico-fav-att-dark.svg);
  opacity: 0;
}
.btn-action-ico.fav-large:hover:before {
  opacity: 0;
}
.btn-action-ico.fav-large:hover:after {
  opacity: 1;
}
.btn-action-ico.button-action {
  background: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #c54544;
}
.btn-action-ico.button-action:hover {
  background: #c54544;
}
.btn-action-ico.button-action.compare-small:before {
  background: url(../img/icons/ico-compare-att.svg) center no-repeat;
  background-size: 15px auto;
}
.btn-action-ico.button-action.compare-small:after {
  background: url(../img/icons/ico-compare.svg) center no-repeat;
  background-size: 15px auto;
  opacity: 0;
}
.btn-action-ico.button-action.compare-small:hover,
.btn-action-ico.button-action.compare-small.active {
  background: #c54544;
}
.btn-action-ico.button-action.compare-small:hover:before,
.btn-action-ico.button-action.compare-small.active:before {
  opacity: 0;
}
.btn-action-ico.button-action.compare-small:hover:after,
.btn-action-ico.button-action.compare-small.active:after {
  opacity: 1;
}
.btn-action-ico.button-action.fav-small:before {
  background: url(../img/icons/ico-fav-att.svg) center no-repeat;
  background-size: 17px auto;
}
.btn-action-ico.button-action.fav-small:after {
  background: url(../img/icons/ico-fav.svg) center no-repeat;
  background-size: 17px auto;
  opacity: 0;
}
.btn-action-ico.button-action.fav-small:hover,
.btn-action-ico.button-action.fav-small.active {
  background: #c54544;
}
.btn-action-ico.button-action.fav-small:hover:before,
.btn-action-ico.button-action.fav-small.active:before {
  opacity: 0;
}
.btn-action-ico.button-action.fav-small:hover:after,
.btn-action-ico.button-action.fav-small.active:after {
  opacity: 1;
}
.btn-action-ico.cart:before {
  background: url(../img/icons/ico-cart-base.svg) center no-repeat;
  background-size: 28px auto;
  display: block;
  margin: auto;
}
.btn-action-ico.fav:before {
  background: url(../img/icons/ico-fav-base.svg) center no-repeat;
  background-size: 34px auto;
  display: block;
  margin: auto;
}
.btn-action-ico.compare:before {
  background: url(../img/icons/ico-compare-base.svg) center no-repeat;
  background-size: 27px auto;
  display: block;
  margin: auto;
}
.btn-action-ico.lock:before {
  background: url(../img/icons/ico-user-base.svg) center no-repeat;
  background-size: 30px auto;
  display: block;
  margin: auto;
}
.btn-action-ico.search:before,
.btn-action-ico.search:after {
  background: url(../img/icons/ico-search-base.svg) center no-repeat;
  background-size: 26px auto;
  display: block;
  margin: auto;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico.search:after {
  opacity: 0;
  background-image: url(../img/icons/ico-search-att.svg);
  background-size: 26px auto;
}
.btn-action-ico.search:hover:before {
  opacity: 0;
}
.btn-action-ico.search:hover:after {
  opacity: 1;
}
.owl-prev,
.owl-next,
.owl-dot {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
}
.owl-prev:hover,
.owl-next:hover,
.owl-dot:hover {
  background: none;
}
.owl-prev,
.owl-next,
.btn-slider-prev,
.btn-slider-next {
  display: block;
  width: 60px;
  height: 30px;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  background: rgba(153, 153, 153, 0.45);
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.owl-prev:before,
.owl-next:before,
.btn-slider-prev:before,
.btn-slider-next:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -287px -58px;
  width: 35px;
  height: 9px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-prev:hover,
.owl-next:hover,
.btn-slider-prev:hover,
.btn-slider-next:hover {
  background: rgba(197, 69, 68, 0.8);
}
.owl-prev:before,
.btn-slider-prev:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-dots {
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 20px;
  height: 20px;
  background: #dfdfdf;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #333333;
  margin: 0 1px 0 0;
}
.owl-dot:hover {
  background: #cbcbcb;
}
.owl-dot.active {
  background: #c54544;
  color: #fff;
  font-weight: 600;
}
.slider-numbers-dots .owl-dots {
  counter-reset: div;
}
.slider-numbers-dots .owl-dot span {
  display: none;
}
.slider-numbers-dots .owl-dot:before {
  content: counter(div);
  counter-increment: div;
}
.slider-second-arrows .owl-prev,
.slider-second-arrows .owl-next,
.slider-second-arrows .btn-slider-prev,
.slider-second-arrows .btn-slider-next {
  width: 40px;
}
.slider-second-arrows .owl-prev:before,
.slider-second-arrows .owl-next:before,
.slider-second-arrows .btn-slider-prev:before,
.slider-second-arrows .btn-slider-next:before {
  background-image: url(../img/spr.png);
  background-position: -287px -29px;
  width: 24px;
  height: 9px;
  display: block;
}
.form-wrap {
  display: block;
  position: relative;
}
.inner-form-wrap {
  position: relative;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.inner-form-wrap:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.succefull-form-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
  z-index: 4;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}
.succefull-form-wrap p {
  margin: 0;
  text-align: center;
}
.frm-rate-wrap {
  display: block;
  position: relative;
  width: 70px;
  height: 10px;
  line-height: 1;
  overflow: hidden;
}
.frm-rate-wrap .rate-full,
.frm-rate-wrap .rate-empty {
  float: left;
  margin: 0 3px 0 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -138px -100px;
  width: 11px;
  height: 10px;
}
.frm-rate-wrap .rate-empty {
  background-image: url(../img/spr.png);
  background-position: -199px -230px;
  width: 11px;
  height: 10px;
}
.frm-succefull .inner-form-wrap {
  opacity: 0;
}
.frm-succefull .inner-form-wrap:after {
  display: block;
}
.frm-succefull .succefull-form-wrap {
  display: block;
}
.frm-popup .buttons-wrap {
  margin: 60px auto 0 auto;
  width: 100%;
  max-width: 300px;
  position: relative;
  line-height: 1;
}
.frm-popup .buttons-wrap .btn,
.frm-popup .buttons-wrap button,
.frm-popup .buttons-wrap input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0 10px;
}
.frm-popup .button-wrap {
  margin-bottom: 15px;
  display: block;
}
.frm-popup .button-wrap:last-child {
  margin-bottom: 0;
}
.frm-popup .frm-title {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  margin: 0 0 35px 0;
}
.frm-popup .frm-title b {
  font-weight: 600;
}
.frm-popup .frm-title .text-att {
  font-weight: 600;
  text-transform: uppercase;
  color: #c54544;
}
.frm-popup .frm-row {
  line-height: 1;
  margin: 0 auto 22px auto;
  max-width: 425px;
}
.frm-popup .frm-row-submit {
  text-align: center;
  line-height: 1;
  position: relative;
  max-width: 425px;
  margin: 60px auto 0 auto;
}
.frm-popup .frm-row-submit .btn,
.frm-popup .frm-row-submit button,
.frm-popup .frm-row-submit input[type="submit"] {
  min-width: 260px;
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  width: auto;
}
.frm-popup .frm-info {
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  text-align: center;
  padding-top: 50px;
}
.frm-popup .frm-info a {
  color: #999;
  text-decoration: underline;
}
.frm-popup .frm-info a:hover {
  text-decoration: none;
}
.frm-popup textarea {
  height: 100px;
  padding-top: 10px;
  line-height: 1.1;
}
.frm-main-search {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  line-height: 1;
  padding: 0 0 8px 40px;
}
.frm-main-search:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: #c54544;
}
.frm-main-search input[type="search"],
.frm-main-search input[type="text"] {
  padding: 0;
  font-size: 20px;
  text-align: left;
}
.frm-main-search .btn,
.frm-main-search button,
.frm-main-search input[type="submit"] {
  position: absolute;
  top: 100%;
  left: 100%;
  font-size: 0;
  min-width: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.frm-main-form {
  position: relative;
  line-height: 1;
}
.frm-main-form:hover input[type="text"],
.frm-main-form:hover input[type="password"],
.frm-main-form:hover input[type="email"],
.frm-main-form:hover input[type="number"],
.frm-main-form:hover input[type="range"],
.frm-main-form:hover input[type="search"],
.frm-main-form:hover input[type="tel"],
.frm-main-form:hover input[type="url"] {
  background: #e5e5e5;
}
.frm-main-form input[type="text"],
.frm-main-form input[type="password"],
.frm-main-form input[type="email"],
.frm-main-form input[type="number"],
.frm-main-form input[type="range"],
.frm-main-form input[type="search"],
.frm-main-form input[type="tel"],
.frm-main-form input[type="url"] {
  height: 50px;
  padding: 0 70px 0 20px;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  background: #ededed;
  font-size: 20px;
  border: none;
  text-align: left;
}
.frm-main-form input[type="text"]:focus,
.frm-main-form input[type="password"]:focus,
.frm-main-form input[type="email"]:focus,
.frm-main-form input[type="number"]:focus,
.frm-main-form input[type="range"]:focus,
.frm-main-form input[type="search"]:focus,
.frm-main-form input[type="tel"]:focus,
.frm-main-form input[type="url"]:focus {
  background: #e5e5e5;
}
.frm-main-form .btn-action-ico {
  width: 75px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  min-width: 0;
  padding: 0;
}
.frm-select-text {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.frm-select-text:hover {
  opacity: 0.85;
}
.frm-select-text input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.frm-select-text input.props-active-gift ~ label,
.frm-select-text input.props-active-rek ~ label,
.frm-select-text input.props-active-view ~ label,
.frm-select-text input:checked ~ label,
.frm-select-text input.props-active ~ label {
  background: #797979;
}
.frm-select-text label {
  padding: 0 15px;
  display: block;
  position: relative;
  min-height: 25px;
  background: #9e9e9e;
  cursor: pointer;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.frm-select-color {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.frm-select-color:hover {
  opacity: 0.85;
}
.frm-select-color.type-second {
  width: 30px;
  height: 34px;
}
.frm-select-color.type-second label {
  width: 30px;
  height: 34px;
}
.frm-select-color.type-second label:before {
  top: 33px;
  width: 30px;
}
.frm-select-color.type-second label:after {
  top: 13px;
  left: 11px;
}
.frm-select-color.type-second .lbl-color {
  width: 30px;
  height: 30px;
}
.frm-select-color input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.frm-select-color input.props-active-gift ~ label:before,
.frm-select-color input.props-active-gift ~ label:after,
.frm-select-color input.props-active-rek ~ label:before,
.frm-select-color input.props-active-rek ~ label:after,
.frm-select-color input.props-active-view ~ label:before,
.frm-select-color input.props-active-view ~ label:after,
.frm-select-color input:checked ~ label:before,
.frm-select-color input:checked ~ label:after,
.frm-select-color input.props-active ~ label:before,
.frm-select-color input.props-active ~ label:after {
  opacity: 1;
}
.frm-select-color label {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  min-height: 24px;
  cursor: pointer;
}
.frm-select-color label:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 23px;
  left: 0;
  background: #c54544;
  opacity: 0;
}
.frm-select-color label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  opacity: 0;
  position: absolute;
  top: 8px;
  left: 6px;
  background: #fff;
}
.frm-select-color .lbl-color {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  top: 2px;
  left: 0;
}
.frm-select-color .lbl-color img {
  display: block;
  width: 100%;
}
.frm-select {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  overflow: hidden;
}
.frm-select.type-second label:before {
  border-radius: 0;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.frm-select input.props-active-gift ~ label:before,
.frm-select input.props-active-rek ~ label:before,
.frm-select input.props-active-view ~ label:before,
.frm-select input:checked ~ label:before,
.frm-select input.props-active ~ label:before {
  background: #c54544;
}
.frm-select label {
  display: block;
  position: relative;
  min-height: 24px;
  cursor: pointer;
  padding-left: 30px;
}
.frm-select label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  border: 3px solid #c54544;
}
.frm-row {
  position: relative;
  line-height: 1;
  margin-bottom: 23px;
}
.frm-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-row .row-select {
  padding-top: 9px;
}
.frm-row .row-link {
  padding-top: 9px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 300;
}
.frm-title {
  font-size: 24px;
  line-height: 1.2143;
  margin-bottom: 1.2em;
  text-align: center;
}
.frm-row-submit {
  margin-top: 54px;
  line-height: 1;
  font-size: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.frm-row-submit .row-button {
  margin-bottom: 10px;
}
.frm-row-submit .row-button:last-child {
  margin-bottom: 0;
}
.frm-row-submit .btn,
.frm-row-submit button,
.frm-row-submit input[type="submit"] {
  width: 100%;
  padding: 0 10px;
  display: block;
}
.frm-field-price {
  font-weight: 300;
}
.frm-field-price .price-range-wrap {
  padding: 29px 0 0 112px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}
.frm-field-price .price-title {
  display: block;
  width: 110px;
  float: left;
  margin: 0 0 0 -112px;
  height: 24px;
  overflow: hidden;
  position: relative;
}
.frm-field-price .price-range {
  width: 100%;
  float: right;
  position: relative;
  min-width: 188px;
}
.frm-field-price .price-range:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  background: #333333;
}
.frm-field-price .range-input {
  float: left;
  padding: 0 13px 0 0;
  width: 50%;
}
.frm-field-price .range-input + .range-input {
  padding: 0 0 0 13px;
}
.frm-field-price input[type="text"],
.frm-field-price input[type="number"] {
  display: block;
  height: 24px;
  padding: 0;
  border: none;
  background: #ededed;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.frm-field-price input[type="text"]:focus,
.frm-field-price input[type="number"]:focus,
.frm-field-price input[type="text"]:hover,
.frm-field-price input[type="number"]:hover {
  background: #e5e5e5;
}
.ui-dialog.popup-cart,
.ui-dialog.popup-search,
.ui-dialog.popup-callback {
  position: fixed !important;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
}
.ui-dialog.popup-map {
  position: fixed !important;
  width: 100% !important;
  left: 0 !important;
  bottom: 0 !important;
  top: auto !important;
}
body .ui-widget-overlay {
  background: rgba(136, 136, 136, 0.7);
}
body .ui-dialog {
  padding: 0;
  background: #fff;
}
body .ui-dialog.popup-map {
  overflow: visible;
}
body .ui-dialog.popup-map .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: -72px;
  background: #ffffff;
}
body .ui-dialog.popup-map .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  background: #f4f4f4;
}
body .ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  position: absolute;
  z-index: 99;
  min-width: 0;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  border-radius: 50%;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  background: #f4f4f4;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -12px;
  background: #333333;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .ui-dialog .ui-dialog-content {
  padding: 0;
}
body .ui-selectmenu-button {
  width: 100% !important;
  padding: 0;
  outline: none;
}
body .ui-selectmenu-button span.ui-selectmenu-text {
  outline: none;
  margin: 0;
  height: 42px;
  padding: 0 30px 0 26px;
  font-size: 18px;
  font-weight: 300;
  color: #c54544;
  line-height: 40px;
  border: 1px solid #ededed;
}
body .ui-selectmenu-button span.ui-icon {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -287px -114px;
  width: 10px;
  height: 6px;
  display: block;
}
body .ui-selectmenu-button.ui-corner-top span.ui-selectmenu-text {
  border-bottom-color: #fff;
}
body ul.ui-menu {
  padding: 0;
  margin: 0;
  border: 1px solid #ededed;
  border-top: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 25px !important;
  background: #fff;
}
body ul.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  text-align: left;
}
body ul.ui-menu .ui-menu-item:before {
  display: none;
}
body ul.ui-menu .ui-menu-item:hover,
body ul.ui-menu .ui-menu-item.ui-state-focus {
  margin: 0;
  padding: 0;
}
body ul.ui-menu .ui-menu-item:hover div,
body ul.ui-menu .ui-menu-item.ui-state-focus div {
  padding: 0 26px;
  margin: 0;
}
body ul.ui-menu .ui-menu-item div {
  padding: 0 26px;
  margin: 0;
  cursor: pointer;
}
body ul.ui-menu .ui-menu-item div.ui-state-active {
  color: #c54544;
}
body .ui-slider {
  height: 2px;
  background: #e6e6e6;
}
body .ui-slider .ui-slider-range {
  background: #c54544;
}
body .ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  outline: none;
  border: 3px solid #c54544;
  background: #fff;
  top: 0;
  margin: -7px 0 0 -8px;
}
@media (max-width: 1199px) {
  .btn-action-ico.cart:before {
    background-image: url(../img/icons/ico-cart-base.svg);
    background-size: 24px auto;
  }
  .btn-action-ico.fav:before {
    background-image: url(../img/icons/ico-fav-base.svg);
    background-size: 30px auto;
  }
  .btn-action-ico.compare:before {
    background-image: url(../img/icons/ico-compare-base.svg);
    background-size: 27px auto;
  }
  .btn-action-ico.lock:before {
    background-image: url(../img/icons/ico-user-base.svg);
    background-size: 26px auto;
  }
}
@media (min-width: 640px) {
  .frm-row .row-select {
    float: left;
    padding-left: 30px;
  }
  .frm-row .row-link {
    float: right;
  }
  .frm-row-submit .row-button {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .frm-row-submit .row-button + .row-button {
    padding-left: 40px;
  }
  .frm-row-submit .btn,
  .frm-row-submit button,
  .frm-row-submit input[type="submit"] {
    width: auto;
    display: inline-block;
    padding: 0 45px;
  }
}
@media (min-width: 1024px) {
  body .ui-dialog.popup-search .ui-dialog-titlebar-close,
  body .ui-dialog.popup-callback .ui-dialog-titlebar-close {
    top: 115px;
    right: 30px;
  }
  body .ui-dialog.popup-cart .ui-dialog-titlebar-close {
    top: 28px;
    right: 30px;
  }
  body .ui-dialog.popup-map .ui-dialog-titlebar-close {
    right: 30px !important;
  }
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  input[type="range"],
  input[type="search"],
  input[type="tel"],
  input[type="url"] {
    font-size: 28px;
  }
  textarea {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
  }
  .btn-action-text {
    padding-right: 122px;
  }
  .frm-main-search input[type="text"],
  .frm-main-search input[type="search"] {
    font-size: 28px;
  }
  .frm-title {
    font-size: 28px;
  }
  .frm-popup .frm-title {
    font-size: 34px;
  }
  .succefull-form-wrap {
    font-size: 20px;
    padding-top: 8px;
  }
  .owl-dot {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin: 0 1px;
  }
}
@media (min-width: 1200px) {
  body .ui-dialog.popup-cart .ui-dialog-titlebar-close,
  body .ui-dialog.popup-search .ui-dialog-titlebar-close,
  body .ui-dialog.popup-callback .ui-dialog-titlebar-close {
    right: 50%;
    margin-right: -570px;
  }
  body .ui-dialog.popup-map .ui-dialog-titlebar-close {
    right: 50% !important;
    margin-right: -570px;
  }
  .btn-action-text {
    font-size: 20px;
    line-height: 24px;
    padding: 8px 130px 8px 30px;
  }
  .btn-action-text:before {
    right: 20px;
    top: 20px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-bg-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.js-bg-box .js-bg-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.js-btn-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.js-tab-block {
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.js-tab-block.active {
  display: block;
}
.items-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.owl-stage-outer,
.owl-stage {
  overflow: hidden;
}
.owl-carousel {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.owl-slider-outer .owl-item {
  opacity: 0;
  -webkit-transition: opacity ease 0.8s;
  transition: opacity ease 0.8s;
}
.owl-slider-outer .owl-item.active {
  opacity: 1;
}
.owl-slider-outer .owl-item:not(.active) {
  pointer-events: none;
}
.owl-slider-outer .owl-stage,
.owl-slider-outer .owl-stage-outer {
  overflow: visible;
}
.owl-slider-outer .owl-stage:after,
.owl-slider-outer .owl-stage-outer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/* ----------------------------------- *\
      items styles
\* ----------------------------------- */
.elm-sticker {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 30px;
  line-height: 30px;
  background: #c54544;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.elm-sticker:hover {
  background: #b83736;
}
.item-catalog {
  display: block;
  position: relative;
  padding: 15px 30px 0 30px;
  line-height: 1;
  text-align: left;
  color: #333333;
  font-weight: 400;
  text-decoration: none;
  margin: 0 auto;
}
.item-catalog .cat-rate-wrap {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  position: absolute;
  bottom: 34px;left: 0;right: 0;
  display: block;
  opacity: 0;
  transition: opacity ease 0.2s;
}
.item-catalog .bx_item_detail_rating {
  height: 22px;
  line-height: 22px;
  display: block;
}
.item-catalog .bx_item_rating,
.item-catalog .frm-rate-wrap,
.item-catalog .bx_stars_container {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  margin-right: 8px;
  padding: 0;
  line-height: 1;
}
.item-catalog .bx_stars_container {
  margin: 0;
  display: block;
}
.item-catalog .cat-rate-wrap .bx_stars_rating_votes {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  height: auto;
  width: auto;
  margin: 0;
  position: relative;
}
.item-catalog .cat-mobile-button {
  text-align: center;
  line-height: 1;
  display: none;
}
.item-catalog .cat-mobile-button .btn,
.item-catalog .cat-mobile-button button,
.item-catalog .cat-mobile-button input[type="submit"] {
  position: relative;
  z-index: 6;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 35px;
}
.item-catalog:hover {
  z-index: 96;
}
.item-catalog .cat-sticker-wrap {
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  margin-left: -15px;
}
.item-catalog:hover .cat-button {
  opacity: 1;
}
.item-catalog:hover .cat-actions-wrap {
  opacity: 1;
}
.item-catalog:hover .elm-sticker {
  background: #b83736;
}
.item-catalog:hover .cat-title {
  opacity: 1;
  background: #efefef;
  -webkit-box-shadow: -15px -3px 0 #efefef, -15px 3px 0 #efefef, 15px -3px 0 #efefef, 15px 3px 0 #efefef;
          box-shadow: -15px -3px 0 #efefef, -15px 3px 0 #efefef, 15px -3px 0 #efefef, 15px 3px 0 #efefef;
}
.item-catalog:hover .cat-photo:after {
  opacity: 1;
}
.item-catalog:hover .cat-photo > img {
  opacity: 0;
}
.item-catalog:hover .cat-photo > img.cat-img-hover {
  opacity: 1;
  -webkit-transform: -webkit-scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item-catalog:hover .cat-select-wrap,
.item-catalog:hover .cat-rate-wrap {
  opacity: 1;
}
.item-catalog .cat-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.item-catalog .cat-select-wrap {
  opacity: 0;
  display: block;
  width: 100px;
  z-index: 9;
  position: absolute;
  top: 20px;
  left: 100%;
  margin-left: -50px;
  text-align: center;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-catalog .select-wrap {
  width: 46px;
  display: block;
  margin: 0 auto 10px auto;
  overflow: hidden;
}
.item-catalog .select-wrap.text {
  width: auto;
  margin: 0 -2px;
  text-align: center;
  font-size: 0;
  padding-top: 6px;
}
.item-catalog .frm-select-text {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 2px 2px;
  height: 20px;
  line-height: 20px;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-catalog .frm-select-text:hover {
  opacity: 0.85;
}
.item-catalog .frm-select-text label {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 13px;
  min-height: 20px;
}
.item-catalog .frm-select-color {
  display: block;
  margin: 0 2px 2px 1px;
  width: 20px;
  float: left;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-catalog .frm-select-color:hover {
  opacity: 0.85;
}
.item-catalog .frm-select-color label {
  width: 100%;
  height: 24px;
  min-height: 24px;
}
.item-catalog .frm-select-color label .lbl-color {
  width: 20px;
  height: 20px;
}
.item-catalog .select-title {
  line-height: 1;
  margin-bottom: 2px;
  display: block;
}
.item-catalog .select-title span {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  background: #f8f8f8;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item-catalog .cat-actions-wrap {
  width: 30px;
  position: absolute;
  z-index: 5;
  bottom: 11.4%;
  left: -15px;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-catalog .cat-actions-wrap .btn-action-ico {
  display: block;
  margin-bottom: -1px;
}
.item-catalog .cat-actions-wrap .btn-action-ico:last-child {
  margin-bottom: 0;
}
.item-catalog .cat-photo {
  display: block;
  position: relative;
  border: 1px solid #ededed;
  line-height: 1;
  min-height: 350px;
}
.item-catalog .cat-photo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item-catalog .cat-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.65);
  -webkit-transition: opacity ease 1s;
  transition: opacity ease 1s;
  opacity: 0;
}
.item-catalog .cat-photo > img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 86%;
  max-height: 86%;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.item-catalog .cat-photo > img.cat-img-hover {
  opacity: 0;
}
.item-catalog .cat-button {
  position: absolute;
  bottom: 14.28%;
  left: 0;
  right: 0;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  text-align: center;
}
.item-catalog .cat-button .btn,
.item-catalog .cat-button button,
.item-catalog .cat-button input[type="submit"] {
  padding: 0 35px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  z-index: 6;
  position: relative;
  text-transform: uppercase;
}
.item-catalog .cat-button .btn:before,
.item-catalog .cat-button button:before,
.item-catalog .cat-button input[type="submit"]:before {
  content: attr(data-add);
}
.item-catalog .cat-button .btn.active,
.item-catalog .cat-button button.active,
.item-catalog .cat-button input[type="submit"].active {
  background: #797979;
  border-color: #797979;
}
.item-catalog .cat-button .btn.active:before,
.item-catalog .cat-button button.active:before,
.item-catalog .cat-button input[type="submit"].active:before {
  content: attr(data-added);
}
.item-catalog .cat-button .btn.active:hover,
.item-catalog .cat-button button.active:hover,
.item-catalog .cat-button input[type="submit"].active:hover {
  background: #9b9b9b;
  border-color: #9b9b9b;
}
.item-catalog .cat-link-button {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}
.item-catalog .cat-link-button a {
  text-decoration: none;
  color: #333333;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 6;
}
.item-catalog .cat-link-button a:hover {
  text-decoration: none;
  color: #c54544;
}
.item-catalog .cat-title-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 15px;
  font-size: 20px;
}
.item-catalog .cat-title {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 0.9;
  display: inline;
  line-height: 32px;
  background: #f7f7f7;
  -webkit-box-shadow: -15px -3px 0 #f7f7f7, -15px 3px 0 #f7f7f7, 15px -3px 0 #f7f7f7, 15px 3px 0 #f7f7f7;
          box-shadow: -15px -3px 0 #f7f7f7, -15px 3px 0 #f7f7f7, 15px -3px 0 #f7f7f7, 15px 3px 0 #f7f7f7;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
.item-catalog .cat-price-wrap {
  font-size: 20px;
  line-height: 56px;
  text-align: center;
  height: 56px;
  overflow: hidden;
  display: block;
}
.item-catalog .cat-price {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.item-catalog .cat-price.old {
  font-size: 14px;
  margin-right: 12px;
  text-decoration: line-through;
}
.item-catalog .cat-price.old .elm-price {
  font-size: 16px;
}
.item-catalog .cat-price.old + .cat-price {
  color: #c54544;
}
.item-catalog .elm-price {
  font-size: 24px;
  font-weight: 600;
  display: inline;
}
.elm-price {
  white-space: nowrap;
}
.item-sale {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
  line-height: 1;
  border: 2px solid #fff;
  max-width: 581px;
  margin: 0 auto;
}
.item-sale .sale-link {
  z-index: 5;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.item-sale .sale-decor {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 200%;
  -webkit-transform: translate(-48%, -50%);
  transform: translate(-48%, -50%);
  z-index: 4;
}
.item-sale .sale-decor:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.item-sale .sale-decor:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(246, 246, 246, 0.85);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: -webkit-rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.item-sale:hover .sale-decor:after {
  background: #f6f6f6;
}
.item-sale img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-sale:before {
  content: "";
  display: block;
  padding-top: 65.5%;
}
.item-sale .btn-action-nav {
  padding-right: 54px;
  font-size: 0.9091em;
}
.item-sale .btn-action-nav.back {
  padding-right: 0;
  padding-left: 54px;
}
.item-sale .sale-text-wrap {
  line-height: 1.1818;
  font-size: 14px;
  width: 65%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: 0.95em 0.8636em 0 0;
  z-index: 4;
  font-weight: 300;
}
.item-sale .sale-date {
  display: block;
  font-size: 0.7273em;
  font-weight: 100;
  margin-top: 1em;
}
.item-sale .sale-title span {
  font-weight: 600;
  color: #c54544;
}
.item-sale .sale-text {
  min-height: 5.9em;
  padding-bottom: 10px;
}
.item-category {
  display: block;
  position: relative;
  line-height: 1;
  font-size: 24px;
  color: #333333;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}
.item-category:before {
  content: "";
  display: block;
  padding-top: 46.5%;
}
.item-category .cat-title {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: -webkit-translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
  font-size: 20px;
}
.item-category .cat-subtitle {
  display: block;
  font-size: 0.5em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: -40px;
  color: #999999;
}
.item-category .cat-button {
  line-height: 1;
  display: none;
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.item-category .cat-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.item-category .cat-pic {
  display: block;
  width: 40%;
  height: 85%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6.9%;
  margin: auto 0;
}
.item-category .cat-pic + .cat-title {
  padding-right: 59%;
}
.item-category .cat-pic img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: -webkit-transform ease 1s;
  transition: -webkit-transform ease 1s;
  transition: transform ease 1s;
  transition: transform ease 1s, -webkit-transform ease 1s;
}
.item-category:hover {
  text-decoration: none;
  z-index: 2;
}
.item-category:hover .cat-pic img {
  -webkit-transform: -webkit-scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item-category:hover .cat-title {
  color: #c54544;
}
.item-text-toggle {
  display: block;
  position: relative;
}
.item-text-toggle .text-block {
  display: none;
  padding: 10px 0 22px 0;
}
.item-new {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  line-height: 1;
  color: #333333;
  text-decoration: none;
  background: #000;
}
.item-new:hover {
  text-decoration: none;
}
.item-new:hover:after {
  opacity: 1;
}
.item-new:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(58, 58, 58, 0.15);
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-new:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item-new img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.item-new .new-title {
  display: block;
  position: absolute;
  bottom: 6px;
  left: 7px;
  right: 7px;
  z-index: 3;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 15px;
}
.item-new .new-title span {
  opacity: 0.9;
  display: inline;
  line-height: 32px;
  background: #f7f7f7;
  -webkit-box-shadow: -15px -3px 0 #f7f7f7, -15px 3px 0 #f7f7f7, 15px -3px 0 #f7f7f7, 15px 3px 0 #f7f7f7;
          box-shadow: -15px -3px 0 #f7f7f7, -15px 3px 0 #f7f7f7, 15px -3px 0 #f7f7f7, 15px 3px 0 #f7f7f7;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
.item-new .new-date {
  display: block;
  float: left;
  position: absolute;
  top: 7px;
  left: 7px;
  padding: 0 12px;
  background: #f7f7f7;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 100;
  z-index: 3;
}
@media (max-width: 1399px) {
  .item-sale .btn-action-nav .button-title {
    display: none;
  }
}
@media (max-width: 1023px) {
  .item-catalog .cat-mobile-button {
    display: block;
  }
  .item-catalog .cat-rate-wrap {
    bottom: 74px;
  }
  .item-catalog .cat-price-wrap {
    transition: all ease 0.2s;
  }
  .item-catalog:hover .cat-price-wrap {
    padding-top: 18px;
    line-height: 38px;
  }
}
@media (min-width: 480px) {
  .item-category {
    font-size: 32px;
  }
}
@media (min-width: 640px) {
  .item-category {
    font-size: 24px;
  }
  .item-category .cat-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .item-sale .sale-text-wrap {
    font-size: 16px;
  }
  .item-category {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .item-category {
    font-size: 24px;
  }
  .item-catalog {
    padding-bottom: 56px;
  }
  .item-catalog .cat-price-wrap {
    position: absolute;
    bottom: 0;left: 0;right: 0;
    transition: bottom ease 0.2s;
  }
  .item-catalog:hover .cat-price-wrap {
    bottom: -13px;
  }
}
@media (min-width: 1200px) {
  .item-category {
    font-size: 28px;
  }
  .item-category .cat-title {
    font-size: 23px;
  }
  .item-text-toggle .text-block {
    padding: 15px 0 22px 0;
  }
}
@media (min-width: 1400px) {
  .item-category .cat-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1500px) {
  .item-category .cat-title {
    font-size: 27px;
  }
}
@media (min-width: 1600px) {
  .item-sale .sale-text-wrap {
    font-size: 22px;
  }
  .item-sale .btn-action-nav .button-title {
    display: none;
  }
  .item-category .cat-title {
    font-size: 30px;
  }
}
@media (min-width: 1900px) {
  .item-sale .btn-action-nav .button-title {
    display: inline;
  }
  .item-category .cat-title {
    font-size: 32px;
  }
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.profile-link.profile-user-div-link {
  display: block;
  position: relative;
  line-height: 1;
  padding: 0;
}
.profile-link.profile-user-div-link a {
  display: block;
  padding: 6px 45px 6px 20px;
  background: #c54544;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  transition: all ease 0.2s;
  cursor: pointer;
  font-weight: 300;
}
.profile-link.profile-user-div-link a:hover,
.profile-link.profile-user-div-link.active a {
  text-decoration: none;
  background: #c84848
}
.profile-link.profile-user-div-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -159px -230px;
  width: 20px;
  height: 11px;
  position: absolute;
  top: 17px;
  right: 16px;
  margin-top: -6px;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.profile-link.profile-user-div-link.active:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
table.profile-table thead {
  display: none;
}
table.profile-table tbody th,
table.profile-table tbody td {
  vertical-align: middle;
  text-align: left;
  font-weight: 300;
  padding: 10px;
  width: auto;
}
table.profile-table tbody th:first-child,
table.profile-table tbody td:first-child {
  width: 400px;
}
table.profile-table tbody .ui-selectmenu-button span.ui-selectmenu-text {
  background: #fff;
}
table.profile-table textarea,
table.profile-table input[type="text"],
table.profile-table input[type="password"],
table.profile-table input[type="email"],
table.profile-table input[type="number"],
table.profile-table input[type="range"],
table.profile-table input[type="search"],
table.profile-table input[type="tel"],
table.profile-table input[type="url"] {
  font-size: 18px;
  line-height: 22px;
}
table.profile-table textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
.photos-box {
  padding: 0 60px 0 0;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  line-height: 1;
}
.photos-box .main-block {
  border: 1px solid #ededed;
}
.photos-box .main-block .owl-dots,
.photos-box .main-block .owl-nav {
  display: none;
}
.photos-box .main-block .item-photo {
  min-height: 600px;
}
.photos-box .main-block .item-photo:hover:after,
.photos-box .main-block .item-photo.active:after {
  opacity: 0.35;
}
.photos-box .main-block .item-photo:hover .btn-action-ico,
.photos-box .main-block .item-photo.active .btn-action-ico {
  opacity: 1;
}
.photos-box .main-block .owl-prev,
.photos-box .main-block .owl-next {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px;
}
.photos-box .main-block .owl-next {
  left: auto;
  right: 10px;
}
.photos-box .main-block .owl-next:before,
.photos-box .main-block .owl-next:after {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.photos-box .preview-block {
  display: block;
  width: 120px;
  background: #f7f7f7;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -205px;
  z-index: 2;
}
.photos-box .preview-block .slider {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 318px;
  margin-left: 106px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.photos-box .preview-block .slider-wrap {
  padding: 7px 7px;
  height: 330px;
}
.photos-box .preview-block .sl-item {
  padding: 3px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: -webkit-rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.photos-box .preview-block .item-photo:hover:after,
.photos-box .preview-block .item-photo.active:after {
  opacity: 0.65;
}
.photos-box .preview-block .owl-dots {
  display: none;
}
.photos-box .preview-block .owl-next {
  left: auto;
  right: -65px;
}
.photos-box .preview-block .owl-next:before,
.photos-box .preview-block .owl-next:after {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.photos-box .item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.photos-box .item-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  background: #fff;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.photos-box .item-photo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.photos-box .item-photo img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.photos-box .item-photo .btn-action-ico {
  position: absolute;
  top: 40px;
  left: 40px;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.photos-box .slider-wrap {
  position: relative;
}
.photos-box .sl-item ~ .sl-item {
  display: none;
}
.photos-box .owl-stage .sl-item ~ .sl-item {
  display: block;
}
.photos-box .owl-prev,
.photos-box .owl-next {
  width: 40px;
  height: 40px;
  background: none;
  position: absolute;
  top: 50%;
  left: -65px;
  margin: -50px 0 0 0;
}
.photos-box .owl-prev:before,
.photos-box .owl-next:before {
  background-image: url(../img/spr.png);
  background-position: -80px 0px;
  width: 9px;
  height: 35px;
  -webkit-transform: -webkit-rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.photos-box .owl-prev:after,
.photos-box .owl-next:after {
  content: "";
  background-image: url(../img/spr.png);
  background-position: -109px 0px;
  width: 9px;
  height: 35px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  margin: auto;
  -webkit-transform: -webkit-rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.photos-box .owl-prev:hover:before,
.photos-box .owl-next:hover:before {
  opacity: 0;
}
.photos-box .owl-prev:hover:after,
.photos-box .owl-next:hover:after {
  opacity: 1;
}
.product-box {
  margin-bottom: 60px;
}
.product-box .photos-box {
  margin-bottom: 0;
}
.product-box .product-main-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.product-box .info-wrap {
  margin-bottom: 55px;
}
.product-box .info-wrap h1,
.product-box .info-wrap .main-title {
  display: none;
}
.product-box h1 .elm-sticker,
.product-box .main-title .elm-sticker {
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -8px;
}
.product-box .product-title-wrap {
  text-align: center;
  margin-bottom: 40px;
  line-height: 30px;
}
.product-box .product-title-wrap h1,
.product-box .product-title-wrap .main-title {
  display: inline;
  margin: 0;
}
.product-box .product-title-wrap .elm-sticker {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 8px;
}
.product-box .info-wrap .actions-outer-wrap {
  line-height: 1;
  position: relative;
  margin-bottom: 18px;
}
.product-box .info-wrap .actions-outer-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.product-box .info-wrap .price-outer-wrap {
  float: left;
}
.product-box .info-wrap .price-outer-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.product-box .info-wrap .price-wrap {
  line-height: 1;
  position: relative;
  float: left;
  min-width: 125px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.product-box .info-wrap .rate-wrap {
  float: left;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0 10px 0;
  overflow: hidden;
  height: 40px;
  font-weight: 300;
}
.product-box .info-wrap .frm-rate-wrap {
  float: left;
  margin: 5px 10px 0 0;
}
.product-box .info-wrap .price {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 600;
  white-space: nowrap;
}
.product-box .info-wrap .price.old {
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  float: left;
  bottom: 100%;
  left: 0;
  text-decoration: line-through;
  padding-left: 2px;
  margin-bottom: -2px;
}
.product-box .info-wrap .actions-wrap {
  margin-bottom: 20px;
  overflow: hidden;
  float: right;
}
.product-box .info-wrap .buttons-wrap {
  padding: 0 23px 0 0;
  margin-bottom: 10px;
  float: left;
}
.product-box .info-wrap .buttons-wrap .btn-action-ico {
  width: 46px;
  float: left;
}
.product-box .info-wrap .button-wrap {
  float: left;
  padding: 0 30px 0 0;
  margin-bottom: 10px;
}
.product-box .info-wrap .button-wrap .btn:before,
.product-box .info-wrap .button-wrap button:before,
.product-box .info-wrap .button-wrap input[type="submit"]:before {
  content: attr(data-add);
}
.product-box .info-wrap .button-wrap .js-btn-tgl.active {
  background: #797979;
  border-color: #797979;
  color: #fff;
}
.product-box .info-wrap .button-wrap .js-btn-tgl.active:before {
  content: attr(data-added);
}
.product-box .info-wrap .button-wrap .js-btn-tgl.active:hover {
  background: #9b9b9b;
  border-color: #9b9b9b;
}
.product-box .info-wrap .link-wrap {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  float: left;
  margin-bottom: 10px;
}
.product-box .info-wrap .link-wrap a {
  text-decoration: none;
  color: #333333;
}
.product-box .info-wrap .link-wrap a:hover {
  color: #c54544;
}
.product-box .info-wrap .btn,
.product-box .info-wrap button,
.product-box .info-wrap input[type="submit"] {
  height: 40px;
  line-height: 40px;
  min-width: 160px;
  padding: 0 20px;
}
.product-box .desc-wrap {
  margin-top: 50px;
}
.product-box .select-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.product-box .select-wrap {
  overflow: hidden;
  margin-bottom: 12px;
}
.product-box .frm-select-color,
.product-box .frm-select-text {
  float: left;
  margin: 0 3px 3px 0;
}
.product-box .frm-select-color {
  width: 30px;
  height: 34px;
}
.product-box .frm-select-color label {
  width: 100%;
  height: 34px;
}
.product-box .frm-select-color label:before {
  top: 33px;
  width: 30px;
}
.product-box .frm-select-color label:after {
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}
.product-box .frm-select-color .lbl-color {
  width: 30px;
  height: 30px;
}
.product-box .features-wrap {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.product-box .features-wrap table {
  margin: 0;
  width: 100%;
}
.product-box .features-wrap table th,
.product-box .features-wrap table td {
  font-size: 16px;
  line-height: 1;
  text-align: right;
  font-weight: 400;
  color: #333333;
  font-weight: 300;
  padding: 6px 30px 6px 0;
  background: none !important;
  vertical-align: top;
}
.product-box .features-wrap table th:first-child,
.product-box .features-wrap table td:first-child {
  font-size: 18px;
  text-align: left;
}
.product-box .features-wrap table th:first-child .tbl-text,
.product-box .features-wrap table td:first-child .tbl-text {
  z-index: 1;
  padding-right: 30px;
  padding-left: 0;
}
.product-box .features-wrap table th:first-child .tbl-text:before,
.product-box .features-wrap table td:first-child .tbl-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 100%;
  width: 1000px;
  border-top: 1px dotted #b3b3b3;
}
.product-box .features-wrap table th:last-child,
.product-box .features-wrap table td:last-child {
  padding-right: 0;
}
.product-box .features-wrap .tbl-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  padding-left: 30px;
  z-index: 2;
}
.product-box .photos-wrap {
  line-height: 1;
  position: relative;
  margin-bottom: 55px;
}
.product-box .photos-wrap img {
  /* width: 100%; */
}
.product-box .js-tab-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  text-align: left;
}
.product-box .js-tab-block p {
  text-align: left;
}
.product-box .product-desc-wrap {
  margin-top: 47px;
}
.product-box .product-desc-wrap .product-info {
  margin-bottom: 2px;
  margin-top: 30px;
}
.product-box .product-desc-wrap .product-info:first-child {
  margin-top: 0;
}
.product-box .product-desc-wrap .product-info ~ .product-info {
  margin-top: 0;
}
.product-box .product-desc-wrap .product-info:last-child {
  margin-bottom: 0;
}
.tabs-box {
  margin-bottom: 25px;
  line-height: 1;
  text-align: center;
}
.tabs-box ul {
  margin: 0 -10px;
  font-size: 0;
}
.tabs-box li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin: 0 0 10px 0;
}
.tabs-box li:before {
  display: none;
}
.tabs-box a {
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-size: 16px;
  font-weight: 300;
  color: #828282;
  text-decoration: none;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.tabs-box a:hover,
.tabs-box a.active {
  color: #333333;
}
.tabs-box a.active {
  background: #ededed;
}
.tabs-box a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.popup-map-box {
  height: 300px;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.popup-map-box > ymaps {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.popup-callback-box {
  padding: 60px 20px 8px 20px;
}
.popup-cart-box {
  padding: 60px 20px;
}
.popup-search-box {
  padding: 60px 20px 60px 20px;
}
.popup-search-box .frm-main-search {
  max-width: 1080px;
  margin: 0 auto;
}
.contacts-box {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.contacts-box img,
.contacts-box p img {
  display: block;
  width: 100%;
  margin: 35px 0 35px 0;
}
.contacts-box .contacts-wrap {
  margin-bottom: 40px;
}
.contacts-box .map-wrap {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.contacts-box .map-wrap > ymaps {
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
}
.contacts-box .phone-wrap,
.contacts-box .email-wrap {
  margin-bottom: 25px;
}
.contacts-box .phone-wrap a,
.contacts-box .email-wrap a {
  color: #333333;
  text-decoration: none;
  font-size: 22px;
  font-weight: 300;
}
.contacts-box .email-wrap a:hover {
  border-bottom: 1px solid;
}
.contacts-box .action-wrap {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 52px;
  margin-bottom: 35px;
}
.contacts-box .soc-wrap {
  line-height: 1;
  font-size: 0;
}
.contacts-box .btn-action-soc {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 4px;
  line-height: 28px;
}
.contacts-box h3,
.contacts-box .small-title {
  text-align: center;
}
.contacts-box p {
  margin-bottom: 30px;
  text-align: center;
}
.contacts-box p:last-child {
  margin-bottom: 0;
}
.orders-box {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.orders-box .cart-total-wrap {
  padding-top: 10px;
  overflow: hidden;
}
.orders-box .cart-total-wrap .form-wrap {
  width: 400px;
  float: left;
}
.orders-box .cart-total-wrap .total-wrap {
  width: 400px;
  float: right;
  text-align: right;
}
.orders-box .cart-total-wrap .cart-button-wrap {
  display: block;
  padding-top: 25px;
  line-height: 1;
  text-align: right;
}
.orders-box .cart-total-wrap .cart-button-wrap .btn,
.orders-box .cart-total-wrap .cart-button-wrap button,
.orders-box .cart-total-wrap .cart-button-wrap input[type="submit"] {
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  padding: 0 20px;
}
.orders-box .cart-total-wrap .cart-total {
  height: 50px;
  line-height: 50px;
  text-align: right;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.orders-box .cart-total-wrap .total-title {
  float: left;
}
.orders-box .cart-total-wrap .total-value {
  padding-left: 15px;
  min-width: 180px;
  font-size: 26px;
  text-transform: none;
  font-weight: 600;
  white-space: nowrap;
  float: left;
  text-align: right;
}
.orders-box.more .item-order-wrap:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}
.orders-box .order-total-wrap {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}
.orders-box h1,
.orders-box .main-title {
  margin-bottom: 1.4em;
}
.orders-box h1 + .items-wrap,
.orders-box .main-title + .items-wrap {
  margin-top: -10px;
}
.orders-box h2,
.orders-box .second-title {
  margin-bottom: 1.2em;
}
.orders-box .order-items-wrap {
  padding-top: 10px;
}
.orders-box .item-wrap {
  margin-bottom: 70px;
}
.orders-box .item-wrap:last-child {
  margin-bottom: 0;
}
.orders-box .cart-price-wrap {
  width: 200px;
  position: absolute;
  top: 70px;
  right: 0;
  line-height: 1;
}
.orders-box .cart-price {
  display: block;
  text-align: right;
  height: 40px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  font-weight: 300;
}
.orders-box .cart-actions-wrap {
  height: 42px;
  overflow: hidden;
  position: absolute;
  top: 69px;
  right: 218px;
}
.orders-box .cart-actions-wrap input[type="text"] {
  height: 42px;
  text-align: center;
  padding: 0;
  width: 52px;
  float: left;
  margin: 0 6px 0 0;
  border: 1px solid #e2e2e2;
  font-size: 20px;
  font-weight: 300;
}
.orders-box .item-order-wrap {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  font-size: 20px;
  padding: 40px 0 40px 195px;
  line-height: 1.2;
  text-align: left;
  font-weight: 300;
}
.orders-box .item-order-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.orders-box .item-order-wrap.cart {
  padding-right: 377px;
}
.orders-box .item-order-wrap .btn-action-ico.refresh {
  float: left;
  width: 44px;
  height: 42px;
}
.orders-box .item-order-wrap .btn-action-ico.del {
  width: 36px;
  height: 42px;
  float: left;
}
.orders-box .item-order-wrap:hover .order-photo img {
  -webkit-transform: -webkit-scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.orders-box .item-order-wrap:first-child {
  padding-top: 0;
}
.orders-box .item-order-wrap:first-child .cart-actions-wrap {
  top: 27px;
}
.orders-box .item-order-wrap:first-child .cart-price-wrap {
  top: 28px;
}
.orders-box .item-order-wrap .order-photo {
  display: block;
  float: left;
  margin: 0 0 0 -195px;
  max-width: 100px;
  height: 100px;
  line-height: 100px;
}
.orders-box .item-order-wrap .order-photo img {
  -webkit-transition: -webkit-transform ease 1s;
  transition: -webkit-transform ease 1s;
  transition: transform ease 1s;
  transition: transform ease 1s, -webkit-transform ease 1s;
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
}
.orders-box .item-order-wrap .order-info {
  padding-top: 38px;
}
.orders-box .item-order-wrap .order-title {
  margin-bottom: 22px;
}
.orders-box .item-order-wrap .order-title a {
  text-decoration: none;
  color: #333333;
}
.orders-box .item-order-wrap .order-title a:hover {
  color: #c54544;
}
.orders-box .item-order-wrap .order-features {
  margin-bottom: 8px;
}
.orders-box .item-order-wrap .order-select {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.orders-box .item-order-wrap .order-select:last-child {
  margin-bottom: 0;
}
.orders-box .item-order-wrap .select-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 10px;
}
.orders-box .item-order-wrap .select-wrap {
  overflow: hidden;
}
.orders-box .item-order-wrap .frm-select-color {
  float: left;
  margin: 0 3px 3px 0;
}
.orders-box .item-order-wrap .frm-select-text {
  float: left;
  margin: 0 3px 3px 0;
}
.orders-box .item-order-wrap table {
  margin: 0;
  width: 100%;
  max-width: 500px;
}
.orders-box .item-order-wrap table th,
.orders-box .item-order-wrap table td {
  font-size: 16px;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  color: #676767;
  font-weight: 300;
  padding: 6px 30px 6px 0;
  background: none !important;
  vertical-align: top;
}
.orders-box .item-order-wrap table th:first-child,
.orders-box .item-order-wrap table td:first-child {
  color: #676767;
  font-size: 18px;
  min-width: 200px;
}
.orders-box .item-order-wrap table th:first-child .tbl-text,
.orders-box .item-order-wrap table td:first-child .tbl-text {
  z-index: 1;
  padding-right: 6px;
  padding-left: 0;
}
.orders-box .item-order-wrap table th:first-child .tbl-text:before,
.orders-box .item-order-wrap table td:first-child .tbl-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 100%;
  width: 100px;
  border-top: 1px dotted #b3b3b3;
}
.orders-box .item-order-wrap table th:last-child,
.orders-box .item-order-wrap table td:last-child {
  padding-right: 0;
}
.orders-box .item-order-wrap .tbl-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  padding-left: 6px;
  z-index: 2;
}
.orders-box .info-wrap {
  margin-bottom: 42px;
}
.orders-box .info-wrap table {
  width: auto;
  margin: 0;
}
.orders-box .info-wrap table th,
.orders-box .info-wrap table td {
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  font-weight: 400;
  color: #c54544;
  font-weight: 300;
  padding: 0 20px 0 0;
  background: none !important;
  vertical-align: top;
}
.orders-box .info-wrap table th:first-child,
.orders-box .info-wrap table td:first-child {
  color: #828282;
}
.orders-box .info-wrap table th:last-child,
.orders-box .info-wrap table td:last-child {
  padding-right: 0;
}
.orders-box .orders-text-wrap {
  margin-bottom: 4.6em;
}
.orders-box .orders-text-wrap p {
  margin-bottom: 20px;
}
.orders-box .orders-text-wrap p:last-child {
  margin-bottom: 0;
}
.orders-box .order-items-wrap {
  margin-bottom: 50px;
}
.orders-box .buttons-wrap {
  overflow: hidden;
  margin: -6px -15px 0 0;
}
.orders-box .button-wrap {
  padding: 0 15px 15px 0;
  float: left;
}
.orders-box p {
  text-align: left;
  margin: 0;
}
.orders-box .btn,
.orders-box button,
.orders-box input[type="submit"] {
  padding: 0 22px;
  min-width: 200px;
}
.main-slider-box {
  font-size: 20px;
  margin-bottom: 30px;
}
.main-slider-box .owl-item.active .slider-inner-wrap {
  opacity: 1;
}
.main-slider-box .slider-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all ease 4s;
  transition: all ease 4s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.main-slider-box .slider-wrap {
  position: relative;
}
.main-slider-box .slider-text-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-slider-box .text-row {
  display: inline-block;
  vertical-align: top;
  height: 1.75em;
  line-height: 1.75em;
  padding: 0 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  cursor: default;
}
.main-slider-box .text-row:hover {
  background: #fff;
}
.main-slider-box .text-row .text-att {
  font-weight: 600;
  display: inline;
}
.main-slider-box .slider-inner-wrap {
  display: block;
  width: 100%;
  padding-bottom: 1em;
  position: relative;
  left: auto;
  opacity: 0;
  -webkit-transition: opacity ease 2s;
  transition: opacity ease 2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.main-slider-box .slider-text {
  display: block;
  margin-bottom: 2px;
  line-height: 1;
  width: 100%;
}
.main-slider-box .slider-text + .slider-text .text-row {
  font-weight: 600;
}
.main-slider-box .slider-button {
  display: none;
  line-height: 1;
  margin: 30px 0 0 0;
}
.main-slider-box .slider-button a {
  height: 45px;
  line-height: 45px;
  padding: 0 113px 0 50px;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: top;
  color: #333333;
  text-decoration: none;
}
.main-slider-box .slider-button a:before,
.main-slider-box .slider-button a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -230px -230px;
  width: 35px;
  height: 9px;
  display: block;
  position: absolute;
  top: 18px;
  right: 50px;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.main-slider-box .slider-button a:after {
  opacity: 0;
  background-image: url(../img/spr.png);
  background-position: -287px -58px;
  width: 35px;
  height: 9px;
}
.main-slider-box .slider-button a:hover {
  background: #c54544;
  color: #fff;
  text-decoration: none;
}
.main-slider-box .slider-button a:hover:before {
  opacity: 0;
}
.main-slider-box .slider-button a:hover:after {
  opacity: 1;
}
.main-slider-box .sl-item {
  height: 12.1em;
  position: relative;
  overflow: hidden;
}
.main-slider-box .sl-item ~ .sl-item {
  display: none;
}
.main-slider-box .owl-stage .sl-item ~ .sl-item {
  display: block;
}
.main-slider-box .owl-dots {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 2;
}
.main-slider-box .owl-nav {
  display: none;
}
.main-title-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5em;
}
.main-title-box .info-wrap {
  color: #999999;
}
.main-title-box .main-title {
  text-align: left;
  padding: 1px 0 1px 20px;
  position: relative;
  margin: 0 0 0.5em 0;
}
.main-title-box .main-title:before {
  content: "";
  display: block;
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #c54544;
}
.main-title-box .second-title {
  padding-left: 40px;
  margin: 0 0 0.5em 0;
  text-align: left;
}
.main-title-box .second-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 25px;
  height: 3px;
  background: #c54544;
}
.page-title-box {
  padding-bottom: 5px;
}
.page-title-box h2,
.page-title-box .second-title {
  padding-bottom: 0.75em;
  position: relative;
}
.page-title-box h2:before,
.page-title-box .second-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 3px;
  background: #c54544;
  margin-left: -25px;
}
.page .bottom-category-box {
  margin-bottom: 55px;
}
.bottom-category-box {
  margin-bottom: 62px;
  background-color: #000;
  position: relative;
  overflow: hidden;
  height: 300px;
  padding: 0 700px 0 0;
}
.bottom-category-box.type-second {
  padding: 0 0 0 700px;
}
.bottom-category-box.type-second:hover .cat-decor {
  background: rgba(246, 246, 246, 0.95);
}
.bottom-category-box.type-second .cat-title-wrap {
  padding: 0 120px 0 0;
  float: right;
  text-align: right;
}
.bottom-category-box.type-second .cat-title {
  width: 100%;
  max-width: 536px;
  text-align: left;
}
.bottom-category-box.type-second .cat-title span {
  display: inline;
}
.bottom-category-box.type-second .cat-decor {
  right: auto;
  left: -310px;
  -webkit-transform: -webkit-rotate(-55deg);
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
.bottom-category-box.type-second .cat-info-wrap {
  padding: 0 0 0 40px;
  right: auto;
  left: 0;
  text-align: left;
}
.bottom-category-box:hover .cat-decor {
  background: #f6f6f6;
}
.bottom-category-box .cat-title-wrap {
  float: left;
  width: 100%;
  line-height: 280px;
  height: 300px;
  overflow: hidden;
  padding: 0 0 0 120px;
}
.bottom-category-box .cat-title {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
  text-transform: none;
  margin: 0;
}
.bottom-category-box .cat-title span {
  display: block;
  font-weight: 600;
  color: #c54544;
}
.bottom-category-box .cat-decor {
  width: 1200px;
  height: 1200px;
  background: rgba(246, 246, 246, 0.85);
  position: absolute;
  top: 0px;
  right: -310px;
  -webkit-transform: -webkit-rotate(55deg);
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.bottom-category-box .cat-info-wrap {
  width: 620px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 40px 0 0;
  line-height: 320px;
  overflow: hidden;
  text-align: right;
}
.bottom-category-box .cat-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.cat-info-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  color: #c54544;
  margin-bottom: 10px;
}
.catalog-slider-box {
  margin-bottom: 55px;
  position: relative;
}
.catalog-slider-box:hover {
  z-index: 96;
}
.catalog-slider-box .slider-wrap {
  position: relative;
  margin: 0 -10px;
}
.catalog-slider-box .sl-item {
  padding: 0 10px;
  position: relative;
}
.catalog-slider-box .owl-dots {
  display: none;
}
.catalog-slider-box .item-catalog {
  max-width: 410px;
}
.catalog-slider-box .owl-nav {
  display: block;
  position: relative;
  margin: 20px auto 30px auto;
  width: 81px;
  overflow: hidden;
}
.catalog-slider-box .owl-nav .owl-prev {
  float: left;
}
.catalog-slider-box .owl-nav .owl-next {
  float: right;
}
.catalog-box {
  margin-bottom: 4px;
}
.catalog-box:last-child .button-wrap {
  margin-bottom: 0;
}
.catalog-box .button-wrap {
  text-align: center;
  line-height: 1;
  margin-bottom: 80px;
}
.catalog-box .item-wrap {
  margin-bottom: 22px;
  padding: 0 10px;
  float: left;
  width: 100%;
}
.catalog-box .items-wrap {
  margin: 0 -10px;
}
.catalog-box .item-catalog {
  max-width: 410px;
}
.catalog-actions-box {
  margin-bottom: 30px;
}
.catalog-actions-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.catalog-actions-box .action-wrap {
  margin-bottom: 20px;
  padding: 0 0 0 150px;
}
.catalog-actions-box .action-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.catalog-actions-box .action-wrap > label {
  display: block;
  width: 150px;
  float: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 0 -150px;
}
.catalog-actions-box .action-select {
  display: block;
  width: 100%;
  float: left;
  max-width: 300px;
}
.catalog-wrap-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.catalog-filter-wrap {
  margin-bottom: 40px;
}
.catalog-content-wrap {
  margin-bottom: 40px;
}
.filter-box {
  margin-bottom: 30px;
  font-weight: 300;
}
.filter-box .frm-field-price {
  padding-top: 12px;
  padding-bottom: 8px;
  max-width: 400px;
}
.filter-box .btn-main-filter {
  display: none;
}
.filter-box .btn-filter {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 24px;
  padding: 3px 32px 3px 0;
  color: #333333;
  text-decoration: none;
  position: relative;
}
.filter-box .btn-filter:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -287px -87px;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 15px;
  right: 0;
  margin-top: -3px;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.filter-box .btn-filter.active:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-box .filter-section-submit {
  padding-top: 15px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.filter-box .filter-section {
  margin-bottom: 40px;
  position: relative;
}
.filter-box .filter-block {
  display: none;
  padding: 20px 0 2px 0;
}
.filter-box .frm-select {
  display: block;
  margin: 0;
}
.filter-box .frm-select label {
  padding-left: 28px;
  font-size: 16px;
}
.filter-box .frm-select-color {
  display: block;
  margin-bottom: 3px;
}
.filter-box .frm-select,
.filter-box .frm-select-color {
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.filter-box .frm-select:hover,
.filter-box .frm-select-color:hover {
  color: #c54544;
}
.filter-box .filter-button {
  float: left;
  margin: 0 30px 0 0;
}
.filter-box .filter-button:last-child {
  margin: 0;
}
.filter-box .filter-button .btn,
.filter-box .filter-button button,
.filter-box .filter-button input[type="submit"] {
  padding: 0 30px;
}
.filter-box .filter-button .btn.button-clear,
.filter-box .filter-button button.button-clear,
.filter-box .filter-button input[type="submit"].button-clear {
  padding: 0;
}
.form-box {
  max-width: 300px;
  margin: -30px auto 40px auto;
}
.form-box:first-child {
  margin-top: 0;
}
.form-box .frm-select {
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.form-box .frm-select:hover {
  color: #c54544;
}
.form-box .frm-select input.props-active-gift ~ label,
.form-box .frm-select input.props-active-rek ~ label,
.form-box .frm-select input.props-active-view ~ label,
.form-box .frm-select input:checked ~ label,
.form-box .frm-select input.props-active ~ label {
  color: #c54544;
}
.sale-box {
  margin-bottom: 55px;
}
.sale-box:first-child {
  margin-top: 0;
}
.sale-box .items-wrap {
  margin: 0 -2px;
}
.sale-box .item-sale {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.main-article-box {
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
.main-article-box h2,
.main-article-box .second-title {
  line-height: 1.2059;
  margin-bottom: 1.3em;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.main-article-box p {
  text-align: center;
}
.one-new-box {
  margin-bottom: 40px;
}
.one-new-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.one-new-box h1,
.one-new-box .main-title {
  margin-bottom: 0.65em;
}
.one-new-box h1 ~ h1,
.one-new-box .main-title ~ h1,
.one-new-box h1 ~ .main-title,
.one-new-box .main-title ~ .main-title {
  display: none;
}
.one-new-box .new-photo {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
  margin: 25px auto;
  max-width: 300px;
  width: 100%;
}
.one-new-box .new-photo img {
  display: block;
  width: 100%;
}
.one-new-box .new-date {
  display: block;
  font-size: 16px;
  color: #828282;
  margin-bottom: 10px;
}
.one-new-box .btn-action-nav {
  margin-top: 1.4em;
}
.new-box {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: -50px;
  max-width: 1400px;
}
.new-box:first-child {
  margin-top: 0;
}
.new-box .new-photo {
  display: block;
  position: relative;
  margin-bottom: 2.8em;
  line-height: 1;
}
.new-box .new-photo img {
  display: block;
  width: 100%;
}
.new-box .new-date {
  display: block;
  font-size: 16px;
  color: #828282;
  margin-bottom: 15px;
}
.new-box .btn-action-nav {
  margin-top: 1.4em;
}
.categories-box {
  margin-bottom: 0;
  margin-top: -40px;
}
.categories-box.main {
  margin-bottom: 30px;
}
.categories-box.main .item-wrap:before {
  left: 0;
  right: 0;
}
.categories-box.main .item-wrap:after {
  top: 0;
  bottom: 0;
}
.categories-box:first-child {
  margin-top: 0;
}
.categories-box .item-wrap {
  position: relative;
  width: 100%;
  float: left;
}
.categories-box .item-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15.5%;
  right: 15.5%;
  background: #e3e3e3;
  height: 1px;
}
.categories-box .item-wrap:after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: 19%;
  bottom: 19px;
  width: 1px;
  background: #e3e3e3;
}
.categories-box .item-wrap:first-child:before {
  display: none;
}
.news-slider-box {
  margin-bottom: 60px;
}
.news-slider-box .slider-wrap {
  position: relative;
  margin: 0 -10px;
}
.news-slider-box .sl-item {
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.news-slider-box .owl-dots {
  display: none;
}
.news-slider-box .owl-prev,
.news-slider-box .owl-next {
  float: left;
}
.news-slider-box .owl-prev:last-child,
.news-slider-box .owl-next:last-child {
  float: right;
}
.news-slider-box .owl-nav {
  display: block;
  margin: 0 auto;
  width: 121px;
  padding-top: 30px;
}
.news-slider-box .item-new {
  max-width: 300px;
  margin: 0 auto;
}
.news-box {
  max-width: 1520px;
  margin: 0 auto 25px auto;
}
.news-box .items-wrap {
  margin: 0 -10px;
}
.news-box .item-wrap {
  padding: 0 10px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.news-box .item-new {
  max-width: 300px;
  margin: 0 auto;
}
.pagenav-box {
  text-align: center;
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
  font-size: 0;
  font-weight: 300;
}
.pagenav-box a,
.pagenav-box span {
  display: inline-block;
  vertical-align: top;
  min-width: 22px;
  padding: 0 5px;
  height: 32px;
  line-height: 32px;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
}
.pagenav-box a:hover,
.pagenav-box span:hover,
.pagenav-box a.active,
.pagenav-box span.active {
  color: #c54544;
  text-decoration: none;
}
.pagenav-box a.active,
.pagenav-box span.active {
  min-width: 32px;
  line-height: 30px;
  border: 1px solid #c54544;
  margin: 0 13px;
  font-weight: 600;
}
.pagenav-box a.active:first-child,
.pagenav-box span.active:first-child {
  margin-left: 0;
}
.pagenav-box a.active:last-child,
.pagenav-box span.active:last-child {
  margin-right: 0;
}
.page-bottom-box {
  margin-bottom: 55px;
}
.text-box {
  margin-bottom: 30px;
}
.text-box .item-text-toggle {
  margin-bottom: 2px;
}
.text-box .item-text-toggle:last-child {
  margin-bottom: 0;
}
.inner-article-box {
  margin-bottom: 40px;
  text-align: center;
  padding-top: 20px;
}
.inner-article-box p {
  text-align: center;
}
.article-box {
  margin-bottom: 40px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.article-box > img,
.article-box p > img,
.article-box picture {
  display: block;
  position: relative;
  margin: 25px auto;
  max-width: 300px;
  width: 100%;
}
.article-box > img:first-child,
.article-box p > img:first-child,
.article-box picture:first-child {
  margin-top: 0;
}
.article-box > img:last-child,
.article-box p > img:last-child,
.article-box picture:last-child {
  margin-bottom: 0;
}
.article-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.article-box h1,
.article-box .main-title,
.article-box h2,
.article-box .second-title {
  margin-bottom: 1.15em;
}
.article-box h3,
.article-box .small-title {
  margin-bottom: 0.85em;
}
.article-box h4,
.article-box .vsmall-title {
  margin-bottom: 1.05em;
}
.article-box h5,
.article-box .vvsmall-title {
  margin-bottom: 1.3em;
}
.article-box h6 {
  margin-bottom: 1.5em;
}
.breadcrumbs-box {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #c54544;
  margin: 0 -22px 25px 0;
  padding-top: 8px;
  overflow: hidden;
}
.breadcrumbs-box>a,
.breadcrumbs-box>span {
  display: block;
  float: left;
  text-decoration: none;
  position: relative;
  margin: 0 22px 0 0;
}
.breadcrumbs-box>a:before,
.breadcrumbs-box>span:before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 100%;
  margin-left: 8px;
  background: #828282;
}
.breadcrumbs-box>a:last-child:before,
.breadcrumbs-box>span:last-child:before {
  display: none;
}
.breadcrumbs-box a {
  color: #828282;
  text-decoration: none;
}
.breadcrumbs-box a:hover {
  text-decoration: underline;
}
@media (max-width: 1599px) {
  .bottom-category-box {
    padding-right: 600px;
  }
  .bottom-category-box.type-second .cat-title-wrap {
    padding-left: 0;
    padding-right: 40px;
  }
  .bottom-category-box.type-second .cat-decor {
    left: -450px;
  }
  .bottom-category-box .cat-title-wrap {
    padding-left: 40px;
  }
  .bottom-category-box .cat-title {
    font-size: 50px;
  }
  .bottom-category-box .cat-decor {
    right: -450px;
  }
  .bottom-category-box .cat-info-title {
    font-size: 50px;
  }
  .bottom-category-box .cat-info-wrap {
    width: 540px;
  }
}
@media (max-width: 1199px) {
  .product-box .photos-box {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .orders-box .info-wrap table th,
  .orders-box .info-wrap table td {
    font-size: 18px;
    line-height: 23px;
  }
  .orders-box .order-title {
    font-size: 18px;
  }
  .orders-box .item-order-wrap.cart {
    padding-left: 120px;
  }
  .orders-box .item-order-wrap.cart .order-photo {
    margin-left: -120px;
  }
  .orders-box .item-order-wrap .select-title {
    font-size: 16px;
    line-height: 19px;
  }
  .orders-box .item-order-wrap table th:first-child,
  .orders-box .item-order-wrap table td:first-child {
    font-size: 16px;
  }
  .bottom-category-box {
    padding-right: 500px;
  }
  .bottom-category-box.type-second {
    padding-left: 650px;
  }
  .bottom-category-box.type-second .cat-title-wrap {
    padding-right: 40px;
  }
  .bottom-category-box.type-second .cat-decor {
    left: -500px;
  }
  .bottom-category-box.type-second .cat-info-wrap {
    width: 440px;
  }
  .bottom-category-box.type-second .cat-title {
    max-width: 400px;
  }
  .bottom-category-box .cat-title-wrap {
    padding-left: 40px;
  }
  .bottom-category-box .cat-title {
    font-size: 40px;
  }
  .bottom-category-box .cat-decor {
    right: -500px;
  }
  .bottom-category-box .cat-info-title {
    font-size: 40px;
  }
  .bottom-category-box .cat-info-wrap {
    width: 440px;
  }
  .filter-box {
    max-width: 300px;
    margin: 0 auto;
  }
  .filter-box .filter-section {
    text-align: center;
  }
  .filter-box .filter-block {
    text-align: left;
  }
}
@media (max-width: 1023px) {
  table.profile-table tbody th:first-child,
  table.profile-table tbody td:first-child {
    width: 240px;
  }
  .photos-box .item-photo .btn-action-ico {
    top: 20px;
    left: 20px;
  }
  .photos-box .item-photo .btn-action-ico.zoom {
    width: 30px;
    height: 30px;
  }
  .photos-box .item-photo .btn-action-ico.zoom:before {
    background-image: url(../img/spr.png);
    background-position: -54px -130px;
    width: 30px;
    height: 30px;
  }
  .main-slider-box .inner-wrap {
    padding: 0;
  }
  .bottom-category-box {
    padding-right: 500px;
    height: 200px;
  }
  .bottom-category-box.type-second {
    padding-left: 500px;
  }
  .bottom-category-box.type-second .cat-title-wrap {
    padding-right: 40px;
  }
  .bottom-category-box.type-second .cat-decor {
    left: -580px;
  }
  .bottom-category-box.type-second .cat-info-wrap {
    width: 340px;
  }
  .bottom-category-box .cat-title-wrap {
    padding-left: 40px;
    height: 200px;
    line-height: 200px;
    padding-left: 20px;
  }
  .bottom-category-box .cat-title {
    font-size: 40px;
  }
  .bottom-category-box .cat-decor {
    right: -580px;
  }
  .bottom-category-box .cat-info-title {
    font-size: 30px;
  }
  .bottom-category-box .cat-info-wrap {
    width: 340px;
    padding-right: 20px;
    height: 200px;
    line-height: 200px;
  }
  .orders-box .item-order-wrap.cart .order-title {
    min-height: 42px;
  }
  .orders-box .item-order-wrap.cart .order-features,
  .orders-box .item-order-wrap.cart .order-select {
    min-width: 470px;
  }
  .orders-box .cart-total-wrap {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .orders-box .cart-total-wrap .form-wrap {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
  .orders-box .cart-total-wrap .total-wrap {
    text-align: center;
    width: 100%;
  }
  .orders-box .cart-total-wrap .cart-button-wrap {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-box .photos-box {
    padding-right: 0;
  }
  .product-box .photos-box .preview-block {
    overflow: hidden;
    width: 0;
  }
  .product-box .photos-box .main-block .item-photo {
    min-height: 0;
  }
  .product-box .photos-box .main-block .owl-nav {
    display: block;
  }
  .product-box .info-wrap .actions-wrap {
    float: none;
    clear: both;
  }
  .product-box .features-wrap .tbl-text {
    padding-left: 10px;
  }
  .product-box .features-wrap th:first-child .tbl-text,
  .product-box .features-wrap td:first-child .tbl-text {
    padding-right: 10px !important;
  }
  .orders-box .item-order-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 120px;
  }
  .orders-box .item-order-wrap.cart:first-child .cart-actions-wrap {
    top: 29px;
  }
  .orders-box .item-order-wrap.cart:first-child .cart-price-wrap {
    top: 30px;
  }
  .orders-box .item-order-wrap.cart .cart-actions-wrap {
    top: 49px;
  }
  .orders-box .item-order-wrap.cart .cart-price-wrap {
    top: 50px;
  }
  .orders-box .item-order-wrap .order-photo {
    margin-left: -120px;
  }
  .orders-box .btn,
  .orders-box button,
  .orders-box input[type="submit"] {
    min-width: 180px;
  }
  .bottom-category-box {
    padding: 0;
    height: 400px;
  }
  .bottom-category-box.type-second {
    padding: 0;
  }
  .bottom-category-box.type-second .cat-title-wrap {
    padding: 0 10px;
    width: 100%;
  }
  .bottom-category-box.type-second .cat-title {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .bottom-category-box.type-second .cat-info-wrap {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .bottom-category-box .cat-decor {
    display: none;
  }
  .bottom-category-box .cat-title-wrap {
    padding: 0 10px;
    text-align: center;
    width: 100%;
  }
  .bottom-category-box .cat-title {
    width: 100%;
    text-align: center;
  }
  .bottom-category-box .cat-info-wrap {
    background: rgba(247, 247, 247, 0.85);
    position: relative;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
  }
  .bottom-category-box:hover .cat-info-wrap {
    background: #f7f7f7;
  }
  .catalog-box .button-wrap .btn,
  .catalog-box .button-wrap button,
  .catalog-box .button-wrap input[type="submit"] {
    padding: 0 30px;
  }
}
@media (max-width: 639px) {

  table.profile-table {
    display: block;
    position: relative;
  }
  table.profile-table thead {
    display: none;
  }
  table.profile-table tbody,
  table.profile-table tr,
  table.profile-table td,
  table.profile-table th {
    display: block;
    min-width: 100%;
    max-width: 100%;
    width: 100%\9;
    float: left\9;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  table.profile-table tbody:first-child,
  table.profile-table tr:first-child,
  table.profile-table td:first-child,
  table.profile-table th:first-child {
    width: 100%;
    padding-bottom: 5px;
  }
  table.profile-table tbody:last-child,
  table.profile-table tr:last-child,
  table.profile-table td:last-child,
  table.profile-table th:last-child {
    padding-top: 0;
  }
  table.profile-table textarea,
  table.profile-table input[type="text"],
  table.profile-table input[type="password"],
  table.profile-table input[type="email"],
  table.profile-table input[type="number"],
  table.profile-table input[type="range"],
  table.profile-table input[type="search"],
  table.profile-table input[type="tel"],
  table.profile-table input[type="url"] {
    font-size: 16px;
    line-height: 20px;
  }
  .product-box .features-wrap table {
    display: block;
    width: 100%;
  }
  .product-box .features-wrap table thead {
    display: none;
  }
  .product-box .features-wrap table tbody,
  .product-box .features-wrap table tr,
  .product-box .features-wrap table td,
  .product-box .features-wrap table th {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%\9;
    float: left\9;
    position: relative;
    overflow: hidden;
    text-align: left;
  }
  .product-box .features-wrap table th:first-child,
  .product-box .features-wrap table td:first-child {
    padding-bottom: 0;
  }
  .product-box .features-wrap table th:last-child,
  .product-box .features-wrap table td:last-child {
    padding-bottom: 15px;
  }
  .product-box .features-wrap table .tbl-text {
    padding: 0;
  }
  .product-box .features-wrap table .tbl-text:before {
    opacity: 0;
  }
  .orders-box .cart-total-wrap .cart-total {
    font-size: 16px;
  }
  .orders-box .cart-total-wrap .total-value {
    font-size: 20px;
    min-width: 0;
  }
  .orders-box .cart-actions-wrap {
    right: 0;
    float: left;
  }
  .orders-box .cart-price-wrap {
    position: relative;
    top: auto !important;
    right: auto;
    width: 100%;
    float: none;
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
  }
  .orders-box .cart-price {
    text-align: left;
  }
  .orders-box .item-order-wrap.cart {
    padding-right: 150px;
  }
  .orders-box .item-order-wrap.cart .order-features,
  .orders-box .item-order-wrap.cart .order-select {
    min-width: 0;
    margin-left: 0;
    margin-right: -150px;
  }
  .orders-box .item-order-wrap.cart .order-title {
    min-height: 0;
  }
  .orders-box .item-order-wrap table th:first-child,
  .orders-box .item-order-wrap table td:first-child {
    min-width: 0;
  }
  .orders-box .button-wrap {
    width: 100%;
  }
  .orders-box .item-wrap {
    margin-bottom: 50px;
  }
  .orders-box .order-items-wrap {
    margin-bottom: 30px;
  }
  .orders-box .btn,
  .orders-box button,
  .orders-box input[type="submit"] {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 479px) {
  
  .bx-auth-profile p:last-child .btn,
  .bx-auth-profile p:last-child button,
  .bx-auth-profile p:last-child input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 0px auto;
    padding: 0 10px;
  }
  .orders-box .item-order-wrap {
    padding-left: 0;
  }
  .orders-box .item-order-wrap.cart {
    padding-left: 0;
    padding-right: 0;
  }
  .orders-box .item-order-wrap.cart .order-photo {
    display: block;
    text-align: left;
    width: 100px;
    margin: 0 0 20px 0;
    float: none;
  }
  .orders-box .item-order-wrap.cart .order-features,
  .orders-box .item-order-wrap.cart .order-select {
    margin-right: 0;
  }
  .orders-box .item-order-wrap table {
    display: block;
    width: 100%;
  }
  .orders-box .item-order-wrap table thead {
    display: none;
  }
  .orders-box .item-order-wrap table tbody,
  .orders-box .item-order-wrap table tr,
  .orders-box .item-order-wrap table td,
  .orders-box .item-order-wrap table th {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%\9;
    float: left\9;
    position: relative;
    overflow: hidden;
  }
  .orders-box .item-order-wrap table th:first-child,
  .orders-box .item-order-wrap table td:first-child {
    padding-bottom: 0;
  }
  .orders-box .item-order-wrap table th:last-child,
  .orders-box .item-order-wrap table td:last-child {
    padding-bottom: 15px;
  }
  .orders-box .item-order-wrap table .tbl-text {
    padding: 0;
  }
  .orders-box .item-order-wrap table .tbl-text:before {
    opacity: 0;
  }
  .orders-box .item-order-wrap .order-photo {
    display: block;
    text-align: left;
    width: 100px;
    margin: 0 0 20px 0;
    float: none;
  }
  .orders-box .item-order-wrap .order-info {
    padding-top: 0;
  }
  .bottom-category-box .cat-title {
    font-size: 30px;
  }
  .bottom-category-box .cat-info-title {
    font-size: 24px;
  }
  .catalog-actions-box .action-wrap {
    padding-left: 0;
  }
  .catalog-actions-box .action-wrap > label {
    margin: 0 0 5px 0;
    line-height: 22px;
    height: auto;
    float: none;
  }
}
@media (min-width: 640px) {
  .main-slider-box {
    font-size: 24px;
  }
  .catalog-box .item-wrap {
    width: 50%;
  }
  .catalog-box .item-catalog {
    max-width: 100%;
  }
  .catalog-slider-box .item-catalog {
    max-width: 100%;
  }
  .catalog-slider-box .owl-nav {
    margin: 0;
    position: absolute;
    top: -95px;
    left: 10px;
  }
  .form-box {
    max-width: 100%;
  }
  .form-box .form-wrap {
    max-width: 425px;
    margin: 0 auto;
  }
  .sale-box .item-wrap {
    width: 50%;
    float: left;
  }
  .sale-box .item-sale {
    max-width: 100%;
  }
  .news-box .item-wrap {
    width: 50%;
  }
  .news-box .item-new {
    max-width: 100%;
  }
  .news-slider-box .item-new {
    max-width: 100%;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .categories-box .items-wrap {
    margin: 0 -20px 0 -20px;
  }
  .categories-box .item-wrap {
    width: 50%;
  }
  .categories-box .item-wrap:nth-child(2):before {
    display: none;
  }
  .categories-box .item-wrap:nth-child(2n+1):after {
    display: block;
  }
}
@media (min-width: 768px) {
  .catalog-actions-box {
    text-align: right;
    font-size: 0;
  }
  .catalog-actions-box .action-wrap {
    padding: 0;
    margin: 0 70px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .catalog-actions-box .action-wrap > label {
    width: auto;
    margin: 0 26px 0 0;
  }
  .catalog-actions-box .action-wrap.view {
    margin-right: 0;
  }
  .catalog-actions-box .action-wrap.view .action-select {
    width: 96px;
  }
  .catalog-actions-box .action-select {
    width: 246px;
    float: left;
  }
}
@media (min-width: 1024px) {
  .popup-map-box {
    height: 500px;
  }
  .popup-cart-box {
    padding: 85px 20px 100px 20px;
  }
  .popup-callback-box {
    padding-top: 170px;
  }
  .popup-search-box {
    padding: 228px 60px 222px 60px;
  }
  .popup-search-box .frm-main-search {
    padding-right: 40px;
  }
  .tabs-box {
    margin-bottom: 28px;
  }
  .tabs-box a {
    font-size: 26px;
  }
  .contacts-box {
    max-width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  .contacts-box h1,
  .contacts-box .main-title {
    position: absolute;
    top: 0;
    right: 66px;
    width: 600px;
  }
  .contacts-box .contacts-outer-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-right: 696px;
  }
  .contacts-box .map-wrap {
    width: auto;
    float: left;
    max-width: 900px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 696px;
    bottom: 0;
  }
  .contacts-box .contacts-wrap {
    width: 600px;
    float: right;
    padding-top: 76px;
    margin: 0 -630px 0 0;
  }
  .main-slider-box {
    font-size: 30px;
  }
  .main-slider-box .owl-dots {
    text-align: left;
    padding-left: 20px;
    bottom: -15px;
  }
  .main-slider-box .owl-dot {
    margin: 0 2px 0 0;
  }
  .main-slider-box .slider-button {
    display: block;
  }
  .main-slider-box .text-row {
    padding: 0 50px;
  }
  .catalog-box .items-wrap {
    margin: 0 -40px;
  }
  .catalog-box .item-wrap {
    width: 33.333%;
  }
  .catalog-slider-box .slider-wrap {
    margin: 0 -40px 0 -10px;
  }
  .catalog-slider-box .owl-nav {
    left: 10px;
  }
  .sale-box .item-wrap {
    width: 33.333%;
  }
  .one-new-box {
    margin-bottom: 10px;
  }
  .one-new-box .new-photo {
    width: 32.2%;
    padding: 0 40px 0 0;
    margin-bottom: 30px;
    max-width: 100%;
    float: left;
  }
  .one-new-box h1,
  .one-new-box .main-title {
    display: none;
  }
  .one-new-box h1 ~ h1,
  .one-new-box .main-title ~ h1,
  .one-new-box h1 ~ .main-title,
  .one-new-box .main-title ~ .main-title {
    display: block;
    padding-top: 8px;
  }
  .categories-box.main .item-wrap.main {
    width: 50%;
  }
  .categories-box.main .item-wrap.main .item-category .cat-pic {
    width: 46%;
  }
  .categories-box.main .item-wrap.main-second .item-category .cat-title {
    padding: 0 20px 0 59%;
    text-align: right;
  }
  .categories-box.main .item-wrap.main-second .item-category .cat-subtitle {
    margin-right: 0;
    margin-left: -40px;
  }
  .categories-box.main .item-wrap.main-second .item-category .cat-pic {
    right: auto;
    left: 6.9%;
  }
  .categories-box.main .item-wrap.main-second .item-category .cat-button {
    text-align: right;
    right: 20px;
  }
  .categories-box.main .item-wrap:after,
  .categories-box.main .item-wrap:before {
    display: block;
  }
  .categories-box.main .item-wrap:nth-child(1):before,
  .categories-box.main .item-wrap:nth-child(2):before {
    display: none;
  }
  .categories-box.main .item-wrap:nth-child(3):before {
    display: block;
  }
  .categories-box.main .item-wrap:nth-child(3):after {
    display: block;
  }
  .categories-box.main .item-wrap:nth-child(2):after,
  .categories-box.main .item-wrap:nth-child(5):after {
    display: none;
  }
  .categories-box.main .item-category {
    padding-top: 5px;
    padding-bottom: 95px;
  }
  .categories-box.main .item-category .cat-button {
    display: block;
  }
  .categories-box.main .item-category .cat-link {
    display: none;
  }
  .categories-box.main .item-category .cat-title {
    top: 45%;
  }
  .categories-box .item-wrap {
    width: 33.333%;
  }
  .categories-box .item-wrap:after {
    display: block;
  }
  .categories-box .item-wrap:nth-child(2):before,
  .categories-box .item-wrap:nth-child(3):before {
    display: none;
  }
  .categories-box .item-wrap:nth-child(3n+3):after {
    display: none;
  }
  .news-box .item-wrap {
    width: 33.33%;
  }
  .text-box .item-text-toggle {
    margin-bottom: 3px;
  }
  .article-box > img,
  .article-box p > img,
  .article-box picture {
    width: 40%;
    max-width: 500px;
    float: left;
    margin: 8px 40px 32px 0;
  }
  .main-title-box {
    margin-bottom: 3.3em;
  }
  .main-title-box .title-wrap {
    float: left;
    margin: 0 30px 0 0;
  }
  .main-title-box .info-wrap {
    float: left;
    line-height: 22px;
    padding: 20px 0 0 0;
  }
  .main-title-box .main-title {
    margin: 0;
  }
  .main-title-box .second-title {
    margin: 0;
  }
  .main-title-box.type-second {
    margin-bottom: 3em;
  }
  .main-title-box.type-second .info-wrap {
    padding-top: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .categories-box.main .item-category .btn,
  .categories-box.main .item-category button,
  .categories-box.main .item-category input[type="submit"] {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  .categories-box.main .item-category .btn.button-border,
  .categories-box.main .item-category button.button-border,
  .categories-box.main .item-category input[type="submit"].button-border {
    line-height: 38px;
  }
}
@media (min-width: 1024px) and (max-width: 1799px) {
  .contacts-box h1,
  .contacts-box .main-title {
    width: 50%;
    right: 0;
    padding: 0 0 0 30px;
  }
  .contacts-box .contacts-outer-wrap {
    padding-right: 0;
  }
  .contacts-box .map-wrap {
    right: 50%;
  }
  .contacts-box .contacts-wrap {
    width: 50%;
    padding-left: 30px;
    padding-right: 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .product-box .photos-wrap {
    width: 50%;
    float: left;
    max-width: 860px;
  }
  .product-box .product-title-wrap {
    margin-bottom: 45px;
  }
  .product-box .info-wrap {
    width: 50%;
    float: right;
    padding-left: 40px;
    max-width: 837px;
  }
  .main-slider-box {
    font-size: 36px;
  }
  .catalog-wrap-box > h1,
  .catalog-wrap-box > .main-title {
    width: 77%;
    margin-right: 0;
    margin-left: auto;
    display: block;
    max-width: 1250px;
    margin-bottom: 1.5em;
  }
  .catalog-filter-wrap {
    width: 23%;
    padding: 0 30px 0 0;
    float: left;
  }
  .catalog-filter-wrap .frm-field-price {
    max-width: 340px;
  }
  .catalog-filter-wrap + .catalog-content-wrap,
  .catalog-filter-wrap + div {
    width: 77%;
    float: right;
    max-width: 1250px;
  }
  .catalog-filter-wrap + .catalog-content-wrap .catalog-box .items-wrap,
  .catalog-filter-wrap + div .catalog-box .items-wrap {
    margin: 0 -50px 0 0;
  }
  .catalog-filter-wrap + .catalog-content-wrap .catalog-box .item-wrap,
  .catalog-filter-wrap + div .catalog-box .item-wrap {
    width: 50%;
  }
  .catalog-content-wrap {
    width: 100%;
  }
  .catalog-actions-box {
    margin-bottom: 50px;
  }
  .catalog-box .item-wrap {
    margin-bottom: 42px;
    padding: 0 20px;
  }
  .catalog-box .items-wrap {
    margin: 0 -50px;
  }
  .catalog-slider-box .sl-item {
    padding: 0 20px;
  }
  .catalog-slider-box .slider-wrap {
    margin: 0 -50px 0 -20px;
  }
  .catalog-slider-box .owl-nav {
    left: 20px;
  }
  .one-new-box .new-photo {
    padding-right: 60px;
  }
  .news-box .items-wrap {
    margin: 0 -20px;
  }
  .news-box .item-wrap {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .news-slider-box .slider-wrap {
    margin: 0 -20px;
  }
  .news-slider-box .sl-item {
    padding: 0 20px;
  }
  .breadcrumbs-box {
    padding-left: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .product-box .info-wrap .actions-wrap {
    float: none;
    clear: both;
  }
  .product-box .features-wrap .tbl-text {
    padding-left: 10px;
  }
  .product-box .features-wrap th:first-child .tbl-text,
  .product-box .features-wrap td:first-child .tbl-text {
    padding-right: 10px !important;
  }
}
@media (min-width: 1400px) {
  .main-title-box .info-wrap {
    font-size: 20px;
    line-height: 24px;
    padding-top: 22px;
  }
  .main-title-box .main-title {
    padding-left: 40px;
  }
  .main-title-box .second-title {
    padding-left: 80px;
  }
  .main-title-box .second-title:before {
    width: 50px;
  }
  .categories-box .items-wrap {
    margin: 0 0;
  }
  .categories-box.main .item-wrap.main-second .item-category .cat-title {
    padding-right: 40px;
  }
  .categories-box.main .item-wrap.main-second .item-category .cat-button {
    right: 40px;
  }
  .categories-box.main .item-category .cat-button {
    left: 40px;
  }
  .breadcrumbs-box {
    padding-left: 62px;
  }
  .catalog-box .items-wrap {
    margin-left: -20px;
  }
  .catalog-box .item-wrap {
    width: 25%;
  }
  .catalog-filter-wrap + .catalog-content-wrap .catalog-box .items-wrap,
  .catalog-filter-wrap + div .catalog-box .items-wrap {
    margin-left: -50px;
  }
  .catalog-filter-wrap + .catalog-content-wrap .catalog-box .item-wrap,
  .catalog-filter-wrap + div .catalog-box .item-wrap {
    width: 33.33%;
  }
  .main-slider-box .slider-text-wrap {
    padding-left: 40px;
  }
  .main-slider-box .owl-dots {
    padding-left: 40px;
  }
  .news-slider-box .slider-wrap {
    padding: 0 110px;
  }
  .news-slider-box .owl-nav {
    width: auto;
    padding: 0;
    margin: 0;
  }
  .news-slider-box .owl-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -15px;
  }
  .news-slider-box .owl-next {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
  }
}
@media (min-width: 1600px) {
  .main-slider-box {
    font-size: 60px;
  }
  .main-slider-box .sl-item {
    height: 600px;
  }
  .main-slider-box .text-row {
    height: 75px;
    line-height: 75px;
  }
  .main-slider-box .slider-inner-wrap {
    padding-bottom: 0;
    padding-top: 90px;
  }
  .news-box .item-wrap {
    width: 25%;
  }
  .breadcrumbs-box {
    padding-left: 92px;
  }
  .categories-box.main .item-wrap.main .item-category {
    padding-bottom: 50px;
  }
  .categories-box.main .item-wrap.main .item-category .cat-button {
    bottom: 40px;
  }
  .categories-box.main .item-wrap.main .item-category .cat-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .categories-box.main .item-wrap.main .item-category .cat-title {
    font-size: 40px;
    line-height: 1;
  }
  .categories-box.main .item-wrap.main .item-category .cat-pic {
    right: 5%;
  }
  .categories-box.main .item-wrap.main-second .item-category .cat-pic {
    left: 5%;
    right: auto;
  }
}

.item-noselect {
    border: 1px solid #cccccc;
    pointer-events: none;
    cursor: default;
  }

.product-box [id^="popup"] {
  display: none;
}

.frm-select-color.noselect {
  position: relative;
  pointer-events: none;
}
.frm-select-color.noselect:after {
  content: "";
  display: block;
  top: 2px;
  bottom: 2px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  background: rgba(226, 226, 226, 0.85) url(../img/icons/ico-cross.png) center no-repeat;
  background-size: 16px auto;
}
.frm-select-text.noselect {
  position: relative;
  pointer-events: none;
}
.frm-select-text.noselect:after {
  content: "";
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  background: rgba(226, 226, 226, 0.65);
}
.frm-select-text.noselect:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  height: 1px;
  z-index: 4;
  background: rgba(51, 51, 51, 0.65);
  margin-top: 1px;
}
@media (min-width: 1200px) {
  .header .main-menu-wrap .menu-wrap ul.menu > li > a.active:before {
    opacity: 0;
  }
  .header .main-menu-wrap .menu-wrap ul.menu > li > a.active:hover:before {
    opacity: 1;
  }
  .header .main-menu-wrap .menu-wrap ul.menu > li > a.active:hover span {
    border-bottom: none !important;
  }
  .header .main-menu-wrap .menu-wrap ul.menu > li > a.active span {
    border-bottom: 1px solid;
  }
}



.bx-filter-select-block {
  line-height: 1;
  text-align: left;
  position: relative;
}
.bx-filter-select-block .bx-filter-select-text {
  border-bottom: 1px solid #e3e3e3;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  font-weight: 300;
  color: #333;
  padding: 0 32px 0 0;
}
.bx-filter-select-block .bx-filter-select-arrow {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/spr.png);
  background-position: -287px -87px;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 21px;
  right: 0;
  margin-top: -3px;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.frm-field-price.field-digits {
  padding-top: 0;
}
.frm-field-price.field-digits .price-range-wrap {
  padding-top: 0;
}
.frm-select-color .bx-filter-btn-color-icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.frm-calendar {
  position: relative;
  line-height: 1;
}
.frm-calendar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-calendar .bx_filter_parameters_box_container_block {
  margin-bottom: 10px;
  position: relative;
}
.frm-calendar .bx_filter_parameters_box_container_block:last-child {
  margin: 0;
}
.frm-calendar .calendar-icon {
  position: absolute;
  top: 13px;
  left: 0;
  margin: 0;
}
.frm-calendar input[type="text"] {
  padding: 0 30px;
}
body .popup-window {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0px 10px 0px;
  min-width: 200px;
}
body .popup-window li {
  margin: 0;
  padding: 5px 10px 5px 40px;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  cursor: pointer;
}
body .popup-window li:hover,
body .popup-window li.active {
  background: #f6f6f6;
}
body .popup-window li:before {
  top: 17px;
  left: 20px;
}
body .popup-window li .bx-filter-btn-color-icon {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 5px 5px 0 0;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}



.bx-filter-param-btn-inline:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.bx-filter-param-btn-inline .frm-select-color {
  float: left;
}
.frm-field-price div.price-range-wrap {
  padding-right: 188px;
  padding-left: 0;
}
.frm-field-price div.price-range-wrap .price-title {
  width: 100%;
  float: left;
  padding: 2px 5px 0px 0;
  min-height: 24px;
  margin: 0;
  line-height: 20px;
  height: auto;
}
.frm-field-price div.price-range-wrap .price-range {
  width: 188px;
  float: right;
  margin: 0 -188px 0 0;
}


.frm-select input[disabled] ~ label,
.frm-select-color input[disabled] ~ label,
.frm-select input.disabled ~ label,
.frm-select-color input.disabled ~ label {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  pointer-events: none;
  opacity: 0.8;
  cursor: default;
}
.frm-select label.disabled,
.frm-select-color label.disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  pointer-events: none;
  opacity: 0.8;
  cursor: default;
}
.bx_filter_calendar_container.disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  pointer-events: none;
  opacity: 0.8;
  cursor: default;
}

.blog-comment-content {
    font-size: 18px;
}




.bx_compare .bx_filtren_container ul li:before {
	display: none;
}


.catalog-slider-box .slider:not(.owl-loaded):after {
  content: ".";display: block;height: 0;clear: both;visibility: hidden;font-size: 0;
}
.catalog-slider-box .slider:not(.owl-loaded) .sl-item {
  width: 100%;
  float: left;
}
@media (min-width: 640px) {
  .catalog-slider-box .slider:not(.owl-loaded) .sl-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .catalog-slider-box .slider:not(.owl-loaded) .sl-item {
    width: 33%;
  }
}
@media (min-width: 1400px) {
  .catalog-slider-box .slider:not(.owl-loaded) .sl-item {
    width: 25%;
  }
}




.basket-items-list-table td {
  background: #fff;
}

.basket-items-list-table tr:nth-child(2n) td {
  background: #fff;
}


.product-item-scu-item-list li:before {
	display: none;
}

.form-group input[type="text"]{
	border: 1px solid #e3e3e3;
}


.bx-soa-pp-list li:before {
	display: none;
}

.bx-red .btn.btn-default {
	border-radius: 0px;
}


.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
	border-color: #e34342;
}


div.bx-blue .btn.btn-default {
	border-color: #c54544;
    background-color: #c54544;
	border-radius: 0px;
}

div.bx-blue .btn.btn-default:hover {
	border-color: #b83736;
    background-color: #b83736;
	border-radius: 0px;
}

form-control:focus {
	box-shadow: none;
}

.sale-order-list-title-container {
	background: #efecec;
}

.sale-order-list-button {
	border-radius: 0px;
}

.sale-order-detail-about-order-inner-container-repeat-button {
	border-radius: 0px;
}

.sale-order-detail-total-payment-list-left li:before {
	display: none;
}

.sale-order-detail-total-payment-list-right li:before {
	display: none;
}

.bx-authform-social li:before {
	display: none;
}

.bx-ui-sls-container input[type="text"] {
	text-align: left;
}

.form-group input[type="text"] {
	text-align: left;
	padding-left: 10px;
}

@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
  color: #333333;
  background: #fff;
  font-size: 16px;
  line-height: 1.2222;
  font-weight: 100;
}
p,
ul,
ol,
blockquote,
.bq-text,
table,
.tbl-wrap {
  margin-bottom: 1.222em;
}
p img,
ul img,
ol img,
blockquote img,
.bq-text img,
table img,
.tbl-wrap img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
.bq-text:last-child,
table:last-child,
.tbl-wrap:last-child {
  margin-bottom: 0;
}
p:first-child,
ul:first-child,
ol:first-child,
blockquote:first-child,
.bq-text:first-child,
table:first-child,
.tbl-wrap:first-child {
  margin-top: 0;
}

table,
.tbl-wrap {
  margin-top: 2.2em;
  margin-bottom: 2.5em;
}
table table,
.tbl-wrap table {
  margin: 0;
}
ul,
ol {
  margin-bottom: 1.5556em;
}
a {
  text-decoration: underline;
  color: #c54544;
}
a:hover {
  text-decoration: none;
}
a.link-main {
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid #d88c8c;
}
a.link-main:hover {
  border-bottom: none;
}
b {
  font-weight: 600;
}
.page > h1,
.page > .main-title {
  margin-bottom: 1.9em;
}
h1,
.main-title,
h2,
.second-title,
h3,
.small-title,
h4,
.vsmall-title,
h5,
.vvsmall-title,
h6 {
  text-align: center;
  font-size: 2.2222em;
  line-height: 1.2;
  margin-bottom: 1.15em;
  font-weight: 300;
  position: relative;
}
h1 .text-att,
.main-title .text-att,
h2 .text-att,
.second-title .text-att,
h3 .text-att,
.small-title .text-att,
h4 .text-att,
.vsmall-title .text-att,
h5 .text-att,
.vvsmall-title .text-att,
h6 .text-att {
  display: inline;
}
h2,
.second-title {
  font-size: 1.8889em;
}
h3,
.small-title {
  font-size: 1.5556em;
  margin-bottom: 0.85em;
}
h4,
.vsmall-title {
  font-size: 1.3333em;
  margin-bottom: 1.05em;
}
h5,
.vvsmall-title {
  font-size: 1.1111em;
  margin-bottom: 1.3em;
}
h6 {
  font-size: 1em;
  margin-bottom: 1.5em;
}
picture {
  display: block;
  position: relative;
  max-width: 100%;
}
picture img {
  display: block;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}
blockquote,
.bq-text {
  background: #f8f8f8;
  font-style: italic;
  margin: 1.9em 0px 1.6em 0;
  padding: 1.9em 2.22em;
}
li {
  position: relative;
  margin-bottom: 0.2222em;
  padding-left: 30px;
}
li:before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background: #c54544;
  position: absolute;
  top: 0.6111em;
  left: 0;
  margin-top: -1px;
}
ul.list-second li:before {
  width: 11px;
  height: 11px;
  margin-top: -5px;
  border-radius: 50%;
}
table {
  width: auto;
  font-size: 16px;
  max-width: 100%;
}
table thead th,
table thead td {
  background: #c54544;
  font-size: 1.25em;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
table th,
table td {
  background: #f8f8f8;
  text-align: center;
  vertical-align: top;
  padding: 0.65em 2em;
  border-right: 2px solid #fff;
}
table th:last-child,
table td:last-child {
  border-right: none;
}
table tr:nth-child(2n) th,
table tr:nth-child(2n) td {
  background: #eeeeee;
}
.tbl-wrap {
  font-size: 16px;
  overflow: auto;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
}
.tbl-wrap table {
  max-width: inherit;
}
.text-att {
  color: #c54544;
}
.text-center {
  text-align: center;
}
.clear,
.text-clear {
  clear: both;
}
.catalog-filter-wrap > *:last-child,
.catalog-content-wrap > *:last-child,
.article-box > *:last-child,
.page > *:last-child,
.page-content > *:last-child,
.inner-wrap > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  table {
    font-size: 14px;
  }
  table th,
  table td {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .tbl-wrap {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .tbl-wrap {
    padding-left: 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
  .tbl-wrap {
    padding-left: 80px;
    margin-left: -80px;
    margin-right: -80px;
  }
}
@media (min-width: 1560px) {
  .tbl-wrap {
    overflow: hidden;
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
  }
  .tbl-wrap table {
    max-width: 100%;
  }
}
/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  min-width: 320px;
  max-width: 1900px;
  width: 100%;
}
.page-main .page {
  margin-bottom: 60px;
}
.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 80px;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: 320px;
  width: 100%;
}
.header,
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer {
  text-align: center;
  font-weight: 300;
}
.footer:hover .footer-main-panel:before {
  background: rgba(246, 246, 246, 0.95);
}
.footer .footer-bottom-panel {
  line-height: 22px;
  padding: 39px 0;
  text-align: center;
  position: relative;
}
.footer .footer-bottom-panel p {
  text-align: center;
}
.footer .footer-main-panel {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f8f8f8 url(../img/main/footer.jpg) center no-repeat;
  background-size: cover;
  padding: 80px 30px 70px 30px;
}
.footer .footer-main-panel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(246, 246, 246, 0.9);
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.footer .footer-inner-wrap {
  z-index: 2;
  position: relative;
}
.footer .soc-wrap {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  font-size: 0;
  line-height: 1;
  z-index: 2;
}
.footer .btn-action-soc {
  margin: 0 5px;
}
.footer .copy-logo {
  white-space: nowrap;
  display: inline;
  text-transform: uppercase;
}
.footer .copy-logo .text-att {
  font-weight: 900;
  display: inline;
}
.footer .logo-wrap {
  margin-bottom: 30px;
}
.footer .menu-wrap {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.footer .menu-wrap li {
  padding: 0 0 16px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.footer .menu-wrap a {
  color: #333333;
  text-decoration: none;
}
.footer .menu-wrap a:hover {
  color: #c54544;
}
.footer .phone-wrap {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.footer .number-wrap {
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  white-space: nowrap;
}
.footer .number-wrap a {
  text-decoration: none;
  color: #333333;
}
.footer .button-wrap {
  margin-top: -2px;
  display: block;
}
.footer .email-wrap {
  margin-bottom: 20px;
}
.footer .email-wrap a {
  color: #333333;
  text-decoration: none;
}
.footer .email-wrap a:hover {
  text-decoration: none;
  color: #c54544;
}
.footer .logo {
  text-align: center;
  padding: 0 0 0 0;
  height: auto;
}
.footer .logo .logo-pic {
  width: 100%;
  position: relative;
  top: auto;
  left: auto;
}
.footer .logo .logo-pic img {
  display: block;
  margin: 0 auto;
}
.footer .logo .logo-info {
  font-size: 16px;
}
.footer .logo .logo-title {
  font-size: 24px;
  line-height: 26px;
  padding-top: 3px;
}
.footer ul,
.footer li {
  margin: 0;
  padding: 0;
}
.footer ul:before,
.footer li:before {
  display: none;
}
.footer p {
  text-align: left;
  margin: 0;
}
.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap > .cnt-section {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header {
  text-align: left;
  line-height: 1;
}
.header .inner-wrap {
  padding-top: 16px;
  padding-bottom: 22px;
}
.header .logo-wrap {
  text-align: center;
  margin-bottom: 20px;
}
.header .phone-wrap {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.header .actions-wrap {
  line-height: 1;
  position: relative;
  text-align: center;
  font-size: 0;
  margin-bottom: 26px;
}
.header .action-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 1px;
}
.header .action-wrap:first-child {
  padding-left: 0;
}
.header .action-wrap:first-child:before {
  display: none;
}
.header .action-wrap:first-child .btn-action-ico {
  width: 44px;
}
.header .action-wrap:last-child .btn-action-ico {
  width: 44px;
}
.header .action-wrap:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  background: #cbcbcb;
}
.header .action-wrap .btn-action-ico {
  height: 40px;
  width: 59px;
  display: block;
}
.header .action-wrap .btn-action-ico[data-count]:after {
  content: attr(data-count);
  display: block;
  min-width: 26px;
  height: 26px;
  background: #c54544;
  border-radius: 13px;
  padding: 0 9px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  float: left;
  position: absolute;
  bottom: 27px;
  left: 50%;
  right: auto;
  top: auto;
  margin-left: -24px;
  z-index: 2;
}
.header .number-wrap {
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  white-space: nowrap;
}
.header .number-wrap a {
  text-decoration: none;
  color: #333333;
}
.header .button-wrap {
  margin-top: -2px;
  display: block;
}
.header .nav-wrap {
  font-size: 0;
  text-align: center;
  padding-right: 20px;
}
.header .main-menu-wrap {
  width: 80px;
  display: inline-block;
  vertical-align: top;
}
.header .main-search-wrap {
  width: 40px;
  display: inline-block;
  vertical-align: top;
}
.header p,
.header li {
  text-align: left;
}
.main-menu-wrap .btn-action-toggle {
  display: none;
  z-index: 10;
}
.main-menu-wrap li.submenu > .btn-action-toggle {
  display: block;
}
.main-search-wrap .search-block {
  display: none;
}
.main-search-wrap .btn-action-ico {
  width: 100%;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  color: #c54544;
  text-decoration: none;
  padding: 14px 0 0 77px;
  height: 60px;
}
.logo .logo-pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 77px;
  line-height: 1;
}
.logo .logo-pic img {
  display: block;
  height: 100%;
  width: auto;
}
.logo .logo-title {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  color: #333333;
  text-transform: uppercase;
}
.logo .logo-title span {
  font-weight: 300;
}
.logo .logo-info {
  margin-top: -2px;
  display: block;
  letter-spacing: 0.008em;
}
.main-menu-wrap {
  text-transform: uppercase;
}
.main-menu-wrap ul,
.main-menu-wrap li {
  margin: 0;
  padding: 0;
}
.main-menu-wrap ul:before,
.main-menu-wrap li:before {
  display: none;
}
.main-menu-wrap a {
  display: block;
  text-decoration: none;
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
  position: relative;
  color: #333333;
}
.main-menu-wrap a:hover,
.main-menu-wrap a.active {
  color: #c54544;
  text-decoration: none;
}
.menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(136, 136, 136, 0.7);
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
@media (max-width: 1199px) {
  #bx-panel ~ .wrap .main-menu-wrap .menu-wrap {
    top: 250px;
    max-height: calc(100vh - 320px);
  }
  .main-menu-wrap {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
  }
  .main-menu-wrap li.open > a {
    color: #c54544;
  }
  .main-menu-wrap li.open > .btn-action-toggle {
    border-color: #7c7c7c;
  }
  .main-menu-wrap li.open > .btn-action-toggle:before {
    opacity: 0;
  }
  .main-menu-wrap li.open > .btn-action-toggle:after {
    background: #7c7c7c;
    border-color: #c9c9c9;
  }
  .main-menu-wrap .js-btn-toggle.active ~ .menu-overlay {
    display: block;
  }
  .main-menu-wrap .btn-action-toggle {
    position: absolute;
    top: 5px;
    left: 20px;
  }
  .main-menu-wrap .btn-action-close {
    position: absolute;
    top: -42px;
    right: 0;
  }
  .main-menu-wrap .menu-col-1 .menu-col {
    display: none;
  }
  .main-menu-wrap .menu-col-1 .menu-col.menu-col01 {
    display: block;
  }
  .main-menu-wrap .menu-col-2 .menu-col {
    display: none;
  }
  .main-menu-wrap .menu-col-2 .menu-col.menu-col01,
  .main-menu-wrap .menu-col-2 .menu-col.menu-col02 {
    display: block;
  }
  .main-menu-wrap .menu-col-3 .menu-col {
    display: none;
  }
  .main-menu-wrap .menu-col-3 .menu-col.menu-col01,
  .main-menu-wrap .menu-col-3 .menu-col.menu-col02,
  .main-menu-wrap .menu-col-3 .menu-col.menu-col03 {
    display: block;
  }
  .main-menu-wrap .menu-wrap {
    display: none;
    position: fixed;
    top: 72px;
    left: 10px;
    right: 10px;
    max-height: calc(100vh - 138px);
    background: #fff;
    z-index: 100;
    overflow: auto;
  }
  .main-menu-wrap .menu-wrap::-webkit-scrollbar {
    width: 3px;
    height: 0px;
  }
  .main-menu-wrap .menu-wrap::-webkit-scrollbar-track-piece {
    background-color: #999999;
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
  }
  .main-menu-wrap .menu-wrap::-webkit-scrollbar-thumb:vertical {
    height: 0px;
    background-color: #333333;
    -webkit-border-radius: 0px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .main-menu-wrap .menu-wrap::-webkit-scrollbar-thumb:vertical:hover {
    height: 0px;
    background-color: #c54544;
    -webkit-border-radius: 0px;
  }
  .main-menu-wrap .menu-wrap::-webkit-scrollbar-thumb:horizontal {
    width: 0px;
    background-color: #333333;
    -webkit-border-radius: 0px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .main-menu-wrap .menu-wrap::-webkit-scrollbar-thumb:horizontal:hover {
    width: 0px;
    background-color: #c54544;
    -webkit-border-radius: 0px;
  }
  .main-menu-wrap .menu-wrap > ul,
  .main-menu-wrap .menu-wrap ul.menu {
    padding: 0 0 15px 0;
  }
  .main-menu-wrap .menu-wrap > ul > li:first-child > .btn-action-toggle,
  .main-menu-wrap .menu-wrap ul.menu > li:first-child > .btn-action-toggle {
    top: 27px;
  }
  .main-menu-wrap .menu-wrap > ul > li:first-child > a,
  .main-menu-wrap .menu-wrap ul.menu > li:first-child > a {
    padding-top: 32px;
  }
  .main-menu-wrap .menu-wrap > ul > li.submenu > a:after,
  .main-menu-wrap .menu-wrap ul.menu > li.submenu > a:after {
    content: "";
    margin-left: 6px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -287px -87px;
    width: 12px;
    height: 7px;
    display: none;
  }
  .main-menu-wrap .menu-wrap > ul > li > a,
  .main-menu-wrap .menu-wrap ul.menu > li > a {
    padding: 10px 20px 10px 56px;
  }
  .main-menu-wrap .submenu-wrap {
    display: none;
  }
  .main-menu-wrap .submenu-wrap .menu-col > ul {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .main-menu-wrap .submenu-wrap .menu-col > ul > li > a {
    padding: 10px 20px 5px 60px;
    min-height: 36px;
  }
  .main-menu-wrap .submenu-wrap .menu-col > ul > li > .btn-action-toggle {
    top: 8px;
    left: 30px;
    width: 20px;
    height: 20px;
  }
  .main-menu-wrap .submenu-wrap .menu-col > ul > li > .btn-action-toggle:after,
  .main-menu-wrap .submenu-wrap .menu-col > ul > li > .btn-action-toggle:before {
    width: 8px;
    margin-left: -4px;
  }
  .main-menu-wrap .submenu-wrap .menu-col > ul > li.open {
    background: #e8e8e8;
  }
  .main-menu-wrap .submenu-wrap .menu-col > ul ul {
    display: none;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .main-menu-wrap .submenu-wrap .menu-col > ul ul a {
    font-size: 13px;
    line-height: 13px;
    padding: 3px 20px 3px 60px;
  }
  .main-menu-wrap li.open {
    background: #f4f4f4;
  }
  .main-menu-wrap li.open > a .btn-action-toggle {
    border-color: #7c7c7c;
  }
  .main-menu-wrap li.open > a .btn-action-toggle:before {
    opacity: 0;
  }
  .main-menu-wrap li.open > a .btn-action-toggle:after {
    background: #7c7c7c;
    border-color: #c9c9c9;
  }
  .header .action-wrap .btn-action-ico {
    overflow: visible;
  }
  .header .action-wrap .btn-action-ico[data-count]:after {
    bottom: 20px;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .header .logo-wrap {
    float: left;
  }
  .header .phone-wrap {
    float: right;
    padding-top: 11px;
    text-align: right;
  }
  .header .header-wrap {
    text-align: center;
    clear: both;
    font-size: 0;
  }
  .header .actions-wrap {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    position: relative;
  }
  .header .actions-wrap:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    background: #cbcbcb;
  }
  .header .action-wrap:last-child .btn-action-ico {
    width: 59px;
  }
  .header .nav-wrap {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
  .header .main-search-wrap {
    float: left;
    width: 59px;
  }
  .header .main-menu-wrap {
    float: right;
  }
}
@media (min-width: 768px) {
  .footer .footer-inner-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 6px;
  }
  .footer .footer-inner-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .footer .menu-wrap {
    float: left;
    margin: 0;
    width: 50%;
    max-width: 375px;
    padding-right: 100px;
    text-align: left;
    position: relative;
    font-size: 14px;
    z-index: 2;
  }
  .footer .menu-wrap li {
    text-align: left;
  }
  .footer .menu-wrap ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .footer .info-wrap {
    float: right;
    text-align: right;
    width: 50%;
    max-width: 400px;
    padding-left: 100px;
    position: relative;
    z-index: 2;
  }
  .footer .logo-wrap {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 17px;
  }
  .footer .phone-wrap {
    text-align: right;
  }
  .footer .logo {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 3;
  }
}
@media (min-width: 1024px) {
  .inner-wrap,
  .page {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer .menu-wrap {
    font-size: 16px;
  }
  .header .inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 300px;
    padding-right: 320px;
    height: 100px;
  }
  .header .inner-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .header .logo-wrap {
    float: left;
    position: absolute;
    top: 0;
    left: 40px;
    padding: 16px 0 0 0;
    margin: 0;
  }
  .header .phone-wrap {
    float: right;
    margin: 0;
    position: absolute;
    top: 0;
    right: 40px;
    padding: 35px 0 0 0;
    text-align: right;
  }
  .header .button-wrap {
    font-size: 18px;
    line-height: 20px;
    margin-top: -6px;
  }
  .header .number-wrap {
    font-size: 26px;
    line-height: 28px;
  }
  .header .logo {
    padding: 20px 0 0 62px;
    text-align: left;
  }
  .header .logo .logo-title {
    font-size: 24px;
    line-height: 1;
  }
  .header .logo .logo-info {
    font-size: 16px;
    line-height: 18px;
    margin-top: -4px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header .inner-wrap {
    padding-right: 260px;
  }
  .header .header-wrap {
    text-align: center;
    padding-top: 30px;
  }
  .header .actions-wrap {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    position: relative;
  }
  .header .actions-wrap:before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    background: #cbcbcb;
  }
  .header .action-wrap:last-child .btn-action-ico {
    width: 59px;
  }
  .header .nav-wrap {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
  }
  .header .main-search-wrap {
    float: left;
    width: 59px;
  }
  .header .main-menu-wrap {
    float: right;
  }
}
@media (min-width: 1200px) {
  .inner-wrap,
  .page {
    padding-left: 80px;
    padding-right: 80px;
  }
  .footer .number-wrap {
    font-size: 26px;
  }
  .footer .button-wrap {
    font-size: 18px;
  }
  .footer .btn-action-map {
    margin-top: -5px;
  }
  .header .inner-wrap {
    padding-left: 280px;
    padding-right: 280px;
    padding-top: 29px;
  }
  .header .actions-wrap {
    position: fixed;
    top: 260px;
    right: 0;
    width: 80px;
    margin: 0;
    z-index: 95;
  }
  .header .action-wrap {
    width: 100%;
    margin: -1px 0 0px 0;
    padding: 0;
    display: block;
  }
  .header .action-wrap:first-child {
    margin-top: 0;
  }
  .header .action-wrap:before {
    width: 20px;
    height: 1px;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
  .header .action-wrap .btn-action-ico {
    width: 100%;
    height: 70px;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
    text-decoration: none;
  }
  .header .action-wrap .btn-action-ico:hover {
    background: #f4f4f4;
    z-index: 2;
  }
  .header .action-wrap:first-child .btn-action-ico,
  .header .action-wrap:last-child .btn-action-ico {
    width: 100%;
    height: 70px;
  }
  .header .action-wrap:first-child:before,
  .header .action-wrap:last-child:before {
    display: block;
  }
  .header .action-wrap:last-child:before {
    display: none;
  }
  .header .nav-wrap {
    width: 100%;
    height: 42px;
    line-height: 1;
    position: relative;
    padding: 0 65px 0 0;
    margin: 0 auto;
    max-width: 830px;
  }
  .header .main-search-wrap {
    width: 40px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header .main-search-wrap .btn-action-ico {
    display: block;
    width: 100%;
    height: 42px;
  }
  .header .main-menu-wrap {
    width: 100%;
    position: relative;
    line-height: 1;
    z-index: 100;
  }
  .header .main-menu-wrap .btn-action-menu,
  .header .main-menu-wrap .btn-action-close {
    display: none;
  }
  .header .main-menu-wrap .menu-wrap {
    position: relative;
    z-index: 100;
  }
  .header .main-menu-wrap .menu-wrap:hover ~ .menu-overlay {
    display: block;
  }
  .header .main-menu-wrap .menu-wrap > ul,
  .header .main-menu-wrap .menu-wrap ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .main-menu-wrap .menu-wrap > ul > li,
  .header .main-menu-wrap .menu-wrap ul.menu > li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: static;
  }
  .header .main-menu-wrap .menu-wrap > ul > li:hover .submenu-wrap,
  .header .main-menu-wrap .menu-wrap ul.menu > li:hover .submenu-wrap {
    display: block !important;
  }
  .header .main-menu-wrap .menu-wrap > ul > li:hover > a,
  .header .main-menu-wrap .menu-wrap ul.menu > li:hover > a {
    color: #333333;
  }
  .header .main-menu-wrap .menu-wrap > ul > li:hover > a:before,
  .header .main-menu-wrap .menu-wrap ul.menu > li:hover > a:before {
    opacity: 1;
  }
  .header .main-menu-wrap .menu-wrap > ul > li:hover > a:after,
  .header .main-menu-wrap .menu-wrap ul.menu > li:hover > a:after {
    opacity: 0;
  }
  .header .main-menu-wrap .menu-wrap > ul > li > a,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
  }
  .header .main-menu-wrap .menu-wrap > ul > li > a:hover,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a:hover,
  .header .main-menu-wrap .menu-wrap > ul > li > a.active,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a.active {
    color: #333333;
  }
  .header .main-menu-wrap .menu-wrap > ul > li > a:hover:before,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a:hover:before,
  .header .main-menu-wrap .menu-wrap > ul > li > a.active:before,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a.active:before {
    opacity: 1 !important;
  }
  .header .main-menu-wrap .menu-wrap > ul > li > a:hover:after,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a:hover:after,
  .header .main-menu-wrap .menu-wrap > ul > li > a.active:after,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a.active:after {
    opacity: 0;
  }
  .header .main-menu-wrap .menu-wrap > ul > li > a:before,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f4f4f4;
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
    z-index: -1;
  }
  .header .main-menu-wrap .menu-wrap > ul > li > .btn-action-toggle,
  .header .main-menu-wrap .menu-wrap ul.menu > li > .btn-action-toggle {
    display: none;
  }
  .header .main-menu-wrap .menu-wrap > ul > li.submenu > a:after,
  .header .main-menu-wrap .menu-wrap ul.menu > li.submenu > a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -287px -87px;
    width: 12px;
    height: 7px;
    vertical-align: top;
    margin: 18px 0px 0 6px;
    -webkit-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap {
    display: none !important;
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 100;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 15px 35px 15px;
    width: 33.33%;
    min-width: 285px;
    overflow: hidden;
    text-align: left;
    font-weight: 300;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap > .btn-action-toggle {
    display: none;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap li {
    position: relative;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col {
    width: 100%;
    float: left;
    position: relative;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col.menu-col02,
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col.menu-col03 {
    display: none;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul {
    margin: 0 -15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li {
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li.submenu > .btn-action-toggle {
    display: block;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li.open {
    background: #f4f4f4;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li.open > a {
    color: #c54544;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li.open > .btn-action-toggle {
    border-color: #7c7c7c;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li.open > .btn-action-toggle:before {
    opacity: 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li.open > .btn-action-toggle:after {
    background: #7c7c7c;
    border-color: #c9c9c9;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li > a {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 10px 5px 48px;
    min-height: 36px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul > li > .btn-action-toggle {
    display: none;
    position: absolute;
    top: 5px;
    left: 12px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul ul {
    padding-left: 48px;
    padding-top: 2px;
    padding-bottom: 12px;
    font-size: 13px;
    line-height: 13px;
    display: none;
    -webkit-animation: fadein ease 0.2s;
            animation: fadein ease 0.2s;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap .menu-col > ul ul a {
    padding: 3px 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 {
    width: 66.66%;
    min-width: 560px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col {
    width: 50%;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col > ul {
    margin: 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col > ul > li {
    padding-left: 0;
    padding-right: 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col.menu-col01 {
    display: block;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col.menu-col01 > ul {
    margin: 0 0 0 -15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col.menu-col01 > ul > li {
    padding-left: 15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col.menu-col02 {
    display: block;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col.menu-col02 > ul {
    margin: 0 -15px 0 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col.menu-col02 > ul > li {
    padding-right: 15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-2 .menu-col.menu-col03 {
    display: none;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 {
    width: 100%;
    width: calc(100% + 65px);
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col {
    width: 33.333%;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col > ul {
    margin: 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col > ul > li {
    padding-left: 0;
    padding-right: 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col.menu-col01 {
    display: block;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col.menu-col01 > ul {
    margin: 0 0 0 -15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col.menu-col01 > ul > li {
    padding-left: 15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col.menu-col03 {
    display: block;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col.menu-col03 > ul {
    margin: 0 -15px 0 0;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col.menu-col03 > ul > li {
    padding-right: 15px;
  }
  .header .main-menu-wrap .menu-wrap .submenu-wrap.menu-col-3 .menu-col.menu-col02 {
    display: block;
  }
}
@media (min-width: 1400px) {
  .header .inner-wrap {
    padding-left: 320px;
    padding-right: 340px;
  }
  .header .logo-wrap {
    left: 80px;
  }
  .header .phone-wrap {
    right: 80px;
  }
  .header .main-menu-wrap .menu-wrap > ul > li > a,
  .header .main-menu-wrap .menu-wrap ul.menu > li > a {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .header .inner-wrap {
    padding-left: 400px;
    padding-right: 410px;
  }
  .header .logo {
    padding-left: 92px;
  }
  .header .main-menu-wrap .menu-wrap > ul > li.submenu > a:after,
  .header .main-menu-wrap .menu-wrap ul.menu > li.submenu > a:after {
    margin-right: -16px;
  }
}
@media (min-width: 1900px) {
  .header .actions-wrap {
    right: 50%;
    margin-right: -950px;
  }
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
@font-face {
  font-family: 'Neris';
  src: url('../fonts/neris_bold-webfont.eot');
  src: url('../fonts/neris_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neris_bold-webfont.woff2') format('woff2'), url('../fonts/neris_bold-webfont.woff') format('woff'), url('../fonts/neris_bold-webfont.ttf') format('truetype'), url('../fonts/neris_bold-webfont.svg#nerisbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('../fonts/neris_regular-webfont.eot');
  src: url('../fonts/neris_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neris_regular-webfont.woff2') format('woff2'), url('../fonts/neris_regular-webfont.woff') format('woff'), url('../fonts/neris_regular-webfont.ttf') format('truetype'), url('../fonts/neris_regular-webfont.svg#nerisregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('../fonts/neris-black-webfont.eot');
  src: url('../fonts/neris-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neris-black-webfont.woff2') format('woff2'), url('../fonts/neris-black-webfont.woff') format('woff'), url('../fonts/neris-black-webfont.ttf') format('truetype'), url('../fonts/neris-black-webfont.svg#nerisblack') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('../fonts/neris-semibold-webfont.eot');
  src: url('../fonts/neris-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neris-semibold-webfont.woff2') format('woff2'), url('../fonts/neris-semibold-webfont.woff') format('woff'), url('../fonts/neris-semibold-webfont.ttf') format('truetype'), url('../fonts/neris-semibold-webfont.svg#nerissemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('../fonts/neris-thin-webfont.eot');
  src: url('../fonts/neris-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neris-thin-webfont.woff2') format('woff2'), url('../fonts/neris-thin-webfont.woff') format('woff'), url('../fonts/neris-thin-webfont.ttf') format('truetype'), url('../fonts/neris-thin-webfont.svg#neristhin') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Neris';
  src: url('../fonts/neris-light-webfont.eot');
  src: url('../fonts/neris-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/neris-light-webfont.woff2') format('woff2'), url('../fonts/neris-light-webfont.woff') format('woff'), url('../fonts/neris-light-webfont.ttf') format('truetype'), url('../fonts/neris-light-webfont.svg#nerislight') format('svg');
  font-weight: 300;
  font-style: normal;
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-a01 {
  background-image: url(../img/spr.png);
  background-position: -287px -87px;
  width: 12px;
  height: 7px;
}
.i-a02 {
  background-image: url(../img/spr.png);
  background-position: -159px -230px;
  width: 20px;
  height: 11px;
}
.i-a03 {
  background-image: url(../img/spr.png);
  background-position: -230px -230px;
  width: 35px;
  height: 9px;
}
.i-a04 {
  background-image: url(../img/spr.png);
  background-position: -287px 0px;
  width: 35px;
  height: 9px;
}
.i-a05 {
  background-image: url(../img/spr.png);
  background-position: -287px -29px;
  width: 24px;
  height: 9px;
}
.i-a06 {
  background-image: url(../img/spr.png);
  background-position: -287px -58px;
  width: 35px;
  height: 9px;
}
.i-a07 {
  background-image: url(../img/spr.png);
  background-position: -287px -114px;
  width: 10px;
  height: 6px;
}
.i-a08 {
  background-image: url(../img/spr.png);
  background-position: -80px 0px;
  width: 9px;
  height: 35px;
}
.i-a09 {
  background-image: url(../img/spr.png);
  background-position: -109px 0px;
  width: 9px;
  height: 35px;
}
.i-blank {
  background-image: url(../img/spr.png);
  background-position: -319px -87px;
  width: 1px;
  height: 1px;
}
.i-ico-cart-m {
  background-image: url(../img/spr.png);
  background-position: -192px -50px;
  width: 24px;
  height: 26px;
}
.i-ico-cart {
  background-image: url(../img/spr.png);
  background-position: 0px -180px;
  width: 28px;
  height: 30px;
}
.i-ico-compare-large-h {
  background-image: url(../img/spr.png);
  background-position: -192px 0px;
  width: 27px;
  height: 30px;
}
.i-ico-compare-large {
  background-image: url(../img/spr.png);
  background-position: -104px -130px;
  width: 27px;
  height: 30px;
}
.i-ico-compare-m {
  background-image: url(../img/spr.png);
  background-position: -239px -142px;
  width: 24px;
  height: 26px;
}
.i-ico-compare-small-hover {
  background-image: url(../img/spr.png);
  background-position: -50px -230px;
  width: 15px;
  height: 16px;
}
.i-ico-compare-small {
  background-image: url(../img/spr.png);
  background-position: -192px -142px;
  width: 15px;
  height: 16px;
}
.i-ico-compare {
  background-image: url(../img/spr.png);
  background-position: -138px -50px;
  width: 27px;
  height: 30px;
}
.i-ico-del {
  background-image: url(../img/spr.png);
  background-position: -151px -130px;
  width: 20px;
  height: 20px;
}
.i-ico-fav-large-h {
  background-image: url(../img/spr.png);
  background-position: -138px 0px;
  width: 34px;
  height: 30px;
}
.i-ico-fav-large {
  background-image: url(../img/spr.png);
  background-position: 0px -130px;
  width: 34px;
  height: 30px;
}
.i-ico-fav-m {
  background-image: url(../img/spr.png);
  background-position: 0px -230px;
  width: 30px;
  height: 26px;
}
.i-ico-fav-small-hover {
  background-image: url(../img/spr.png);
  background-position: -122px -230px;
  width: 17px;
  height: 15px;
}
.i-ico-fav-small {
  background-image: url(../img/spr.png);
  background-position: -85px -230px;
  width: 17px;
  height: 15px;
}
.i-ico-fav {
  background-image: url(../img/spr.png);
  background-position: -42px -80px;
  width: 34px;
  height: 30px;
}
.i-ico-location {
  background-image: url(../img/spr.png);
  background-position: -96px -80px;
  width: 14px;
  height: 20px;
}
.i-ico-lock-m {
  background-image: url(../img/spr.png);
  background-position: -239px -96px;
  width: 19px;
  height: 26px;
}
.i-ico-lock {
  background-image: url(../img/spr.png);
  background-position: 0px -80px;
  width: 22px;
  height: 30px;
}
.i-ico-refresh {
  background-image: url(../img/spr.png);
  background-position: -239px -188px;
  width: 28px;
  height: 22px;
}
.i-ico-search-h {
  background-image: url(../img/spr.png);
  background-position: -192px -180px;
  width: 26px;
  height: 26px;
}
.i-ico-search {
  background-image: url(../img/spr.png);
  background-position: -192px -96px;
  width: 26px;
  height: 26px;
}
.i-ico-soc-fb {
  background-image: url(../img/spr.png);
  background-position: -239px -48px;
  width: 28px;
  height: 28px;
}
.i-ico-soc-ok {
  background-image: url(../img/spr.png);
  background-position: -239px 0px;
  width: 28px;
  height: 28px;
}
.i-ico-soc-tw {
  background-image: url(../img/spr.png);
  background-position: -144px -180px;
  width: 28px;
  height: 28px;
}
.i-ico-soc-vk {
  background-image: url(../img/spr.png);
  background-position: -96px -180px;
  width: 28px;
  height: 28px;
}
.i-ico-soc-yt {
  background-image: url(../img/spr.png);
  background-position: -48px -180px;
  width: 28px;
  height: 28px;
}
.i-ico-star-empty {
  background-image: url(../img/spr.png);
  background-position: -199px -230px;
  width: 11px;
  height: 10px;
}
.i-ico-star-full {
  background-image: url(../img/spr.png);
  background-position: -138px -100px;
  width: 11px;
  height: 10px;
}
.i-ico-zoom-small {
  background-image: url(../img/spr.png);
  background-position: -54px -130px;
  width: 30px;
  height: 30px;
}
.i-ico-zoom {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 60px;
  height: 60px;
}
/* ----------------------------------- *\
      forms elements styles
\* ----------------------------------- */
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="url"] {
  height: 42px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  color: #333333;
  padding: 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="range"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus {
  border-color: #e2a2a1;
}
textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
select {
  display: block;
  width: 100%;
  height: 42px;
  border: 1px solid #ededed;
  padding-left: 26px;
  padding-right: 0;
  background-color: #fff;
  background-image: url(../img/main/select.png);
  background-position: right center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none!important;
  line-height: 1em;
  text-indent: 0.01px;
  text-overflow: '';
  outline: none;
  font-size: 18px;
  font-weight: 300;
  color: #c54544;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
[placeholder]::-webkit-input-placeholder {
  color: #333333;
}
[placeholder]:-moz-placeholder {
  color: #333333;
}
[placeholder]::-moz-placeholder {
  color: #333333;
}
[placeholder]:-ms-input-placeholder {
  color: #333333;
}
.btn,
button,
input[type="submit"] {
  height: 50px;
  line-height: 48px;
  border: 1px solid #c54544;
  padding: 0 45px;
  font-size: 16px;
  font-weight: 300;
  background: #c54544;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: #b83736;
  border-color: #b83736;
}
.btn.button-second,
button.button-second,
input[type="submit"].button-second {
  background: #797979;
  border-color: #797979;
  color: #fff;
}
.btn.button-second:hover,
button.button-second:hover,
input[type="submit"].button-second:hover {
  background: #9b9b9b;
  border-color: #9b9b9b;
}
.btn.button-border,
button.button-border,
input[type="submit"].button-border {
  background: none;
  border-color: #f25d4e;
  color: #c54544;
}
.btn.button-border:hover,
button.button-border:hover,
input[type="submit"].button-border:hover {
  background: #c54544;
  border-color: #c54544;
  color: #fff;
}
.btn.button-border.button-second,
button.button-border.button-second,
input[type="submit"].button-border.button-second {
  background: none;
  border-color: #797979;
  color: #797979;
}
.btn.button-border.button-second:hover,
button.button-border.button-second:hover,
input[type="submit"].button-border.button-second:hover {
  background: #9b9b9b;
  border-color: #9b9b9b;
  color: #fff;
}
.btn.button-clear,
button.button-clear,
input[type="submit"].button-clear {
  background: none;
  border: none;
  padding: 0;
  line-height: 50px;
  color: #333333;
}
.btn.button-clear:hover,
button.button-clear:hover,
input[type="submit"].button-clear:hover {
  background: none;
  color: #c54544;
}
.btn-action-map {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 24px 0 0;
  line-height: 20px;
  text-decoration: none;
}
.btn-action-map .button-title {
  display: inline;
  border-bottom: 1px solid #e1b5b5;
}
.btn-action-map:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -96px -80px;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-action-map:hover .button-title {
  border-bottom: none;
}
.btn-action-soc {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 28px;
  height: 28px;
  text-decoration: none;
  text-align: center;
  line-height: 26px;
  border: 1px solid #333333;
  font-size: 16px;
  color: #333333;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border-radius: 50%;
}
.btn-action-soc img,
.btn-action-soc .i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.btn-action-soc:hover {
  color: #c54544;
  border-color: #c54544;
}
.btn-action-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 1.1111em;
  font-weight: 300;
  color: #333333;
  text-decoration: none;
  padding: 0 64px 0 0;
  line-height: 24px;
}
.btn-action-nav .button-title {
  display: inline;
  border-bottom: 1px solid #686868;
}
.btn-action-nav:hover .button-title {
  border-bottom: none;
}
.btn-action-nav:hover:before {
  opacity: 0;
}
.btn-action-nav:hover:after {
  opacity: 1;
}
.btn-action-nav:before,
.btn-action-nav:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -230px -230px;
  width: 35px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 12px;
  margin-top: -4px;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-nav:after {
  opacity: 0;
  background-image: url(../img/spr.png);
  background-position: -287px 0px;
  width: 35px;
  height: 9px;
}
.btn-action-nav.back {
  padding-right: 0;
  padding-left: 64px;
}
.btn-action-nav.back:before,
.btn-action-nav.back:after {
  right: auto;
  left: 0;
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-text {
  display: inline-block;
  position: relative;
  max-width: 100%;
  background: #c54544;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  padding: 6px 55px 6px 20px;
  text-align: left;
  font-weight: 300;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.btn-action-text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -159px -230px;
  width: 20px;
  height: 11px;
  position: absolute;
  top: 16px;
  right: 16px;
  margin-top: -6px;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.btn-action-text.active:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-toggle {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #c54544;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
  overflow: hidden;
}
.btn-action-toggle:after,
.btn-action-toggle:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #c54544;
  border-bottom: 1px solid #e9c1c1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -4px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-toggle:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-action-close {
  display: block;
  width: 32px;
  height: 32px;
  background: #e1e1e1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.btn-action-close:before,
.btn-action-close:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -9px;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-action-menu {
  display: block;
  position: relative;
  overflow: hidden;
  height: 40px;
  width: 100%;
}
.btn-action-menu:before,
.btn-action-menu:after,
.btn-action-menu span:before {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -17px;
  background: #333333;
}
.btn-action-menu:before {
  width: 22px;
  margin-top: -1px;
}
.btn-action-menu span:before {
  width: 28px;
  margin-top: 5px;
}
.btn-action-ico {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico .i,
.btn-action-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
}
.btn-action-ico.zoom {
  width: 60px;
  height: 60px;
}
.btn-action-ico.zoom:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 60px;
  height: 60px;
}
.btn-action-ico:hover {
  text-decoration: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-action-ico.refresh:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  background-image: url(../img/spr.png);
  background-position: -239px -188px;
  width: 28px;
  height: 22px;
  display: block;
}
.btn-action-ico.arr:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  background-image: url(../img/spr.png);
  background-position: -230px -230px;
  width: 35px;
  height: 9px;
  display: block;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico.arr:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  background-image: url(../img/spr.png);
  background-position: -287px 0px;
  width: 35px;
  height: 9px;
  display: block;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico.arr:hover:before {
  opacity: 0;
}
.btn-action-ico.arr:hover:after {
  opacity: 1;
}
.btn-action-ico.del:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  background-image: url(../img/spr.png);
  background-position: -151px -130px;
  width: 20px;
  height: 20px;
  display: block;
}
.btn-action-ico.compare-large:before,
.btn-action-ico.compare-large:after {
  background: url(../img/icons/ico-compare-att.svg) center no-repeat;
  background-size: 27px auto;
  display: block;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico.compare-large:after {
  background-image: url(../img/icons/ico-compare-att-dark.svg);
  opacity: 0;
}
.btn-action-ico.compare-large:hover:before {
  opacity: 0;
}
.btn-action-ico.compare-large:hover:after {
  opacity: 1;
}
.btn-action-ico.fav-large:before,
.btn-action-ico.fav-large:after {
  background: url(../img/icons/ico-fav-att.svg) center no-repeat;
  background-size: 34px auto;
  display: block;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico.fav-large:after {
  background-image: url(../img/icons/ico-fav-att-dark.svg);
  opacity: 0;
}
.btn-action-ico.fav-large:hover:before {
  opacity: 0;
}
.btn-action-ico.fav-large:hover:after {
  opacity: 1;
}
.btn-action-ico.button-action {
  background: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #c54544;
}
.btn-action-ico.button-action:hover {
  background: #c54544;
}
.btn-action-ico.button-action.compare-small:before {
  background: url(../img/icons/ico-compare-att.svg) center no-repeat;
  background-size: 15px auto;
}
.btn-action-ico.button-action.compare-small:after {
  background: url(../img/icons/ico-compare.svg) center no-repeat;
  background-size: 15px auto;
  opacity: 0;
}
.btn-action-ico.button-action.compare-small:hover,
.btn-action-ico.button-action.compare-small.active {
  background: #c54544;
}
.btn-action-ico.button-action.compare-small:hover:before,
.btn-action-ico.button-action.compare-small.active:before {
  opacity: 0;
}
.btn-action-ico.button-action.compare-small:hover:after,
.btn-action-ico.button-action.compare-small.active:after {
  opacity: 1;
}
.btn-action-ico.button-action.fav-small:before {
  background: url(../img/icons/ico-fav-att.svg) center no-repeat;
  background-size: 17px auto;
}
.btn-action-ico.button-action.fav-small:after {
  background: url(../img/icons/ico-fav.svg) center no-repeat;
  background-size: 17px auto;
  opacity: 0;
}
.btn-action-ico.button-action.fav-small:hover,
.btn-action-ico.button-action.fav-small.active {
  background: #c54544;
}
.btn-action-ico.button-action.fav-small:hover:before,
.btn-action-ico.button-action.fav-small.active:before {
  opacity: 0;
}
.btn-action-ico.button-action.fav-small:hover:after,
.btn-action-ico.button-action.fav-small.active:after {
  opacity: 1;
}
.btn-action-ico.cart:before {
  background: url(../img/icons/ico-cart-base.svg) center no-repeat;
  background-size: 28px auto;
  display: block;
  margin: auto;
}
.btn-action-ico.fav:before {
  background: url(../img/icons/ico-fav-base.svg) center no-repeat;
  background-size: 34px auto;
  display: block;
  margin: auto;
}
.btn-action-ico.compare:before {
  background: url(../img/icons/ico-compare-base.svg) center no-repeat;
  background-size: 27px auto;
  display: block;
  margin: auto;
}
.btn-action-ico.lock:before {
  background: url(../img/icons/ico-user-base.svg) center no-repeat;
  background-size: 30px auto;
  display: block;
  margin: auto;
}
.btn-action-ico.search:before,
.btn-action-ico.search:after {
  background: url(../img/icons/ico-search-base.svg) center no-repeat;
  background-size: 26px auto;
  display: block;
  margin: auto;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico.search:after {
  opacity: 0;
  background-image: url(../img/icons/ico-search-att.svg);
  background-size: 26px auto;
}
.btn-action-ico.search:hover:before {
  opacity: 0;
}
.btn-action-ico.search:hover:after {
  opacity: 1;
}
.owl-prev,
.owl-next,
.owl-dot {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 0;
}
.owl-prev:hover,
.owl-next:hover,
.owl-dot:hover {
  background: none;
}
.owl-prev,
.owl-next,
.btn-slider-prev,
.btn-slider-next {
  display: block;
  width: 60px;
  height: 30px;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  background: rgba(153, 153, 153, 0.45);
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.owl-prev:before,
.owl-next:before,
.btn-slider-prev:before,
.btn-slider-next:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -287px -58px;
  width: 35px;
  height: 9px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-prev:hover,
.owl-next:hover,
.btn-slider-prev:hover,
.btn-slider-next:hover {
  background: rgba(197, 69, 68, 0.8);
}
.owl-prev:before,
.btn-slider-prev:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-dots {
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 20px;
  height: 20px;
  background: #dfdfdf;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-align: center;
  line-height: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #333333;
  margin: 0 1px 0 0;
}
.owl-dot:hover {
  background: #cbcbcb;
}
.owl-dot.active {
  background: #c54544;
  color: #fff;
  font-weight: 600;
}
.slider-numbers-dots .owl-dots {
  counter-reset: div;
}
.slider-numbers-dots .owl-dot span {
  display: none;
}
.slider-numbers-dots .owl-dot:before {
  content: counter(div);
  counter-increment: div;
}
.slider-second-arrows .owl-prev,
.slider-second-arrows .owl-next,
.slider-second-arrows .btn-slider-prev,
.slider-second-arrows .btn-slider-next {
  width: 40px;
}
.slider-second-arrows .owl-prev:before,
.slider-second-arrows .owl-next:before,
.slider-second-arrows .btn-slider-prev:before,
.slider-second-arrows .btn-slider-next:before {
  background-image: url(../img/spr.png);
  background-position: -287px -29px;
  width: 24px;
  height: 9px;
  display: block;
}
.form-wrap {
  display: block;
  position: relative;
}
.inner-form-wrap {
  position: relative;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.inner-form-wrap:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.succefull-form-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
  z-index: 4;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}
.succefull-form-wrap p {
  margin: 0;
  text-align: center;
}
.frm-rate-wrap {
  display: block;
  position: relative;
  width: 70px;
  height: 10px;
  line-height: 1;
  overflow: hidden;
}
.frm-rate-wrap .rate-full,
.frm-rate-wrap .rate-empty {
  float: left;
  margin: 0 3px 0 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -138px -100px;
  width: 11px;
  height: 10px;
}
.frm-rate-wrap .rate-empty {
  background-image: url(../img/spr.png);
  background-position: -199px -230px;
  width: 11px;
  height: 10px;
}
.frm-succefull .inner-form-wrap {
  opacity: 0;
}
.frm-succefull .inner-form-wrap:after {
  display: block;
}
.frm-succefull .succefull-form-wrap {
  display: block;
}
.frm-popup .buttons-wrap {
  margin: 60px auto 0 auto;
  width: 100%;
  max-width: 300px;
  position: relative;
  line-height: 1;
}
.frm-popup .buttons-wrap .btn,
.frm-popup .buttons-wrap button,
.frm-popup .buttons-wrap input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0 10px;
}
.frm-popup .button-wrap {
  margin-bottom: 15px;
  display: block;
}
.frm-popup .button-wrap:last-child {
  margin-bottom: 0;
}
.frm-popup .frm-title {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  margin: 0 0 35px 0;
}
.frm-popup .frm-title b {
  font-weight: 600;
}
.frm-popup .frm-title .text-att {
  font-weight: 600;
  text-transform: uppercase;
  color: #c54544;
}
.frm-popup .frm-row {
  line-height: 1;
  margin: 0 auto 22px auto;
  max-width: 425px;
}
.frm-popup .frm-row-submit {
  text-align: center;
  line-height: 1;
  position: relative;
  max-width: 425px;
  margin: 60px auto 0 auto;
}
.frm-popup .frm-row-submit .btn,
.frm-popup .frm-row-submit button,
.frm-popup .frm-row-submit input[type="submit"] {
  min-width: 260px;
  display: inline-block;
  vertical-align: top;
  padding: 0 25px;
  width: auto;
}
.frm-popup .frm-info {
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  text-align: center;
  padding-top: 50px;
}
.frm-popup .frm-info a {
  color: #999;
  text-decoration: underline;
}
.frm-popup .frm-info a:hover {
  text-decoration: none;
}
.frm-popup textarea {
  height: 100px;
  padding-top: 10px;
  line-height: 1.1;
}
.frm-main-search {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  line-height: 1;
  padding: 0 0 8px 40px;
}
.frm-main-search:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: #c54544;
}
.frm-main-search input[type="search"],
.frm-main-search input[type="text"] {
  padding: 0;
  font-size: 20px;
  text-align: left;
}
.frm-main-search .btn,
.frm-main-search button,
.frm-main-search input[type="submit"] {
  position: absolute;
  top: 100%;
  left: 100%;
  font-size: 0;
  min-width: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.frm-main-form {
  position: relative;
  line-height: 1;
}
.frm-main-form:hover input[type="text"],
.frm-main-form:hover input[type="password"],
.frm-main-form:hover input[type="email"],
.frm-main-form:hover input[type="number"],
.frm-main-form:hover input[type="range"],
.frm-main-form:hover input[type="search"],
.frm-main-form:hover input[type="tel"],
.frm-main-form:hover input[type="url"] {
  background: #e5e5e5;
}
.frm-main-form input[type="text"],
.frm-main-form input[type="password"],
.frm-main-form input[type="email"],
.frm-main-form input[type="number"],
.frm-main-form input[type="range"],
.frm-main-form input[type="search"],
.frm-main-form input[type="tel"],
.frm-main-form input[type="url"] {
  height: 50px;
  padding: 0 70px 0 20px;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  background: #ededed;
  font-size: 20px;
  border: none;
  text-align: left;
}
.frm-main-form input[type="text"]:focus,
.frm-main-form input[type="password"]:focus,
.frm-main-form input[type="email"]:focus,
.frm-main-form input[type="number"]:focus,
.frm-main-form input[type="range"]:focus,
.frm-main-form input[type="search"]:focus,
.frm-main-form input[type="tel"]:focus,
.frm-main-form input[type="url"]:focus {
  background: #e5e5e5;
}
.frm-main-form .btn-action-ico {
  width: 75px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  min-width: 0;
  padding: 0;
}
.frm-select-text {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.frm-select-text:hover {
  opacity: 0.85;
}
.frm-select-text input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.frm-select-text input.props-active-gift ~ label,
.frm-select-text input.props-active-rek ~ label,
.frm-select-text input.props-active-view ~ label,
.frm-select-text input:checked ~ label,
.frm-select-text input.props-active ~ label {
  background: #797979;
}
.frm-select-text label {
  padding: 0 15px;
  display: block;
  position: relative;
  min-height: 25px;
  background: #9e9e9e;
  cursor: pointer;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.frm-select-color {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.frm-select-color:hover {
  opacity: 0.85;
}
.frm-select-color.type-second {
  width: 30px;
  height: 34px;
}
.frm-select-color.type-second label {
  width: 30px;
  height: 34px;
}
.frm-select-color.type-second label:before {
  top: 33px;
  width: 30px;
}
.frm-select-color.type-second label:after {
  top: 13px;
  left: 11px;
}
.frm-select-color.type-second .lbl-color {
  width: 30px;
  height: 30px;
}
.frm-select-color input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.frm-select-color input.props-active-gift ~ label:before,
.frm-select-color input.props-active-gift ~ label:after,
.frm-select-color input.props-active-rek ~ label:before,
.frm-select-color input.props-active-rek ~ label:after,
.frm-select-color input.props-active-view ~ label:before,
.frm-select-color input.props-active-view ~ label:after,
.frm-select-color input:checked ~ label:before,
.frm-select-color input:checked ~ label:after,
.frm-select-color input.props-active ~ label:before,
.frm-select-color input.props-active ~ label:after {
  opacity: 1;
}
.frm-select-color label {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  min-height: 24px;
  cursor: pointer;
}
.frm-select-color label:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 23px;
  left: 0;
  background: #c54544;
  opacity: 0;
}
.frm-select-color label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  opacity: 0;
  position: absolute;
  top: 8px;
  left: 6px;
  background: #fff;
}
.frm-select-color .lbl-color {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  top: 2px;
  left: 0;
}
.frm-select-color .lbl-color img {
  display: block;
  width: 100%;
}
.frm-select {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  overflow: hidden;
}
.frm-select.type-second label:before {
  border-radius: 0;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.frm-select input.props-active-gift ~ label:before,
.frm-select input.props-active-rek ~ label:before,
.frm-select input.props-active-view ~ label:before,
.frm-select input:checked ~ label:before,
.frm-select input.props-active ~ label:before {
  background: #c54544;
}
.frm-select label {
  display: block;
  position: relative;
  min-height: 24px;
  cursor: pointer;
  padding-left: 30px;
}
.frm-select label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  border: 3px solid #c54544;
}
.frm-row {
  position: relative;
  line-height: 1;
  margin-bottom: 23px;
}
.frm-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-row .row-select {
  padding-top: 9px;
}
.frm-row .row-link {
  padding-top: 9px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 300;
}
.frm-title {
  font-size: 24px;
  line-height: 1.2143;
  margin-bottom: 1.2em;
  text-align: center;
}
.frm-row-submit {
  margin-top: 54px;
  line-height: 1;
  font-size: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.frm-row-submit .row-button {
  margin-bottom: 10px;
}
.frm-row-submit .row-button:last-child {
  margin-bottom: 0;
}
.frm-row-submit .btn,
.frm-row-submit button,
.frm-row-submit input[type="submit"] {
  width: 100%;
  padding: 0 10px;
  display: block;
}
.frm-field-price {
  font-weight: 300;
}
.frm-field-price .price-range-wrap {
  padding: 29px 0 0 112px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
}
.frm-field-price .price-title {
  display: block;
  width: 110px;
  float: left;
  margin: 0 0 0 -112px;
  height: 24px;
  overflow: hidden;
  position: relative;
}
.frm-field-price .price-range {
  width: 100%;
  float: right;
  position: relative;
  min-width: 188px;
}
.frm-field-price .price-range:before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  background: #333333;
}
.frm-field-price .range-input {
  float: left;
  padding: 0 13px 0 0;
  width: 50%;
}
.frm-field-price .range-input + .range-input {
  padding: 0 0 0 13px;
}
.frm-field-price input[type="text"],
.frm-field-price input[type="number"] {
  display: block;
  height: 24px;
  padding: 0;
  border: none;
  background: #ededed;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.frm-field-price input[type="text"]:focus,
.frm-field-price input[type="number"]:focus,
.frm-field-price input[type="text"]:hover,
.frm-field-price input[type="number"]:hover {
  background: #e5e5e5;
}
.ui-dialog.popup-cart,
.ui-dialog.popup-search,
.ui-dialog.popup-callback {
  position: fixed !important;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
}
.ui-dialog.popup-map {
  position: fixed !important;
  width: 100% !important;
  left: 0 !important;
  bottom: 0 !important;
  top: auto !important;
}
body .ui-widget-overlay {
  background: rgba(136, 136, 136, 0.7);
}
body .ui-dialog {
  padding: 0;
  background: #fff;
}
body .ui-dialog.popup-map {
  overflow: visible;
}
body .ui-dialog.popup-map .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: -72px;
  background: #ffffff;
}
body .ui-dialog.popup-map .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  background: #f4f4f4;
}
body .ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  position: absolute;
  z-index: 99;
  min-width: 0;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  border-radius: 50%;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  background: #f4f4f4;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -12px;
  background: #333333;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .ui-dialog .ui-dialog-content {
  padding: 0;
}
body .ui-selectmenu-button {
  width: 100% !important;
  padding: 0;
  outline: none;
}
body .ui-selectmenu-button span.ui-selectmenu-text {
  outline: none;
  margin: 0;
  height: 42px;
  padding: 0 30px 0 26px;
  font-size: 18px;
  font-weight: 300;
  color: #c54544;
  line-height: 40px;
  border: 1px solid #ededed;
}
body .ui-selectmenu-button span.ui-icon {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -287px -114px;
  width: 10px;
  height: 6px;
  display: block;
}
body .ui-selectmenu-button.ui-corner-top span.ui-selectmenu-text {
  border-bottom-color: #fff;
}
body ul.ui-menu {
  padding: 0;
  margin: 0;
  border: 1px solid #ededed;
  border-top: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 6px;
  padding-bottom: 25px !important;
  background: #fff;
}
body ul.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  text-align: left;
}
body ul.ui-menu .ui-menu-item:before {
  display: none;
}
body ul.ui-menu .ui-menu-item:hover,
body ul.ui-menu .ui-menu-item.ui-state-focus {
  margin: 0;
  padding: 0;
}
body ul.ui-menu .ui-menu-item:hover div,
body ul.ui-menu .ui-menu-item.ui-state-focus div {
  padding: 0 26px;
  margin: 0;
}
body ul.ui-menu .ui-menu-item div {
  padding: 0 26px;
  margin: 0;
  cursor: pointer;
}
body ul.ui-menu .ui-menu-item div.ui-state-active {
  color: #c54544;
}
body .ui-slider {
  height: 2px;
  background: #e6e6e6;
}
body .ui-slider .ui-slider-range {
  background: #c54544;
}
body .ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  outline: none;
  border: 3px solid #c54544;
  background: #fff;
  top: 0;
  margin: -7px 0 0 -8px;
}
@media (max-width: 1199px) {
  .btn-action-ico.cart:before {
    background-image: url(../img/icons/ico-cart-base.svg);
    background-size: 24px auto;
  }
  .btn-action-ico.fav:before {
    background-image: url(../img/icons/ico-fav-base.svg);
    background-size: 30px auto;
  }
  .btn-action-ico.compare:before {
    background-image: url(../img/icons/ico-compare-base.svg);
    background-size: 27px auto;
  }
  .btn-action-ico.lock:before {
    background-image: url(../img/icons/ico-user-base.svg);
    background-size: 26px auto;
  }
}
@media (min-width: 640px) {
  .frm-row .row-select {
    float: left;
    padding-left: 30px;
  }
  .frm-row .row-link {
    float: right;
  }
  .frm-row-submit .row-button {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .frm-row-submit .row-button + .row-button {
    padding-left: 40px;
  }
  .frm-row-submit .btn,
  .frm-row-submit button,
  .frm-row-submit input[type="submit"] {
    width: auto;
    display: inline-block;
    padding: 0 45px;
  }
}
@media (min-width: 1024px) {
  body .ui-dialog.popup-search .ui-dialog-titlebar-close,
  body .ui-dialog.popup-callback .ui-dialog-titlebar-close {
    top: 115px;
    right: 30px;
  }
  body .ui-dialog.popup-cart .ui-dialog-titlebar-close {
    top: 28px;
    right: 30px;
  }
  body .ui-dialog.popup-map .ui-dialog-titlebar-close {
    right: 30px !important;
  }
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  input[type="range"],
  input[type="search"],
  input[type="tel"],
  input[type="url"] {
    font-size: 28px;
  }
  textarea {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
  }
  .btn-action-text {
    padding-right: 122px;
  }
  .frm-main-search input[type="text"],
  .frm-main-search input[type="search"] {
    font-size: 28px;
  }
  .frm-title {
    font-size: 28px;
  }
  .frm-popup .frm-title {
    font-size: 34px;
  }
  .succefull-form-wrap {
    font-size: 20px;
    padding-top: 8px;
  }
  .owl-dot {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    margin: 0 1px;
  }
}
@media (min-width: 1200px) {
  body .ui-dialog.popup-cart .ui-dialog-titlebar-close,
  body .ui-dialog.popup-search .ui-dialog-titlebar-close,
  body .ui-dialog.popup-callback .ui-dialog-titlebar-close {
    right: 50%;
    margin-right: -570px;
  }
  body .ui-dialog.popup-map .ui-dialog-titlebar-close {
    right: 50% !important;
    margin-right: -570px;
  }
  .btn-action-text {
    font-size: 20px;
    line-height: 24px;
    padding: 8px 130px 8px 30px;
  }
  .btn-action-text:before {
    right: 20px;
    top: 20px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-bg-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.js-bg-box .js-bg-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.js-btn-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.js-tab-block {
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.js-tab-block.active {
  display: block;
}
.items-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.owl-stage-outer,
.owl-stage {
  overflow: hidden;
}
.owl-carousel {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.owl-slider-outer .owl-item {
  opacity: 0;
  -webkit-transition: opacity ease 0.8s;
  transition: opacity ease 0.8s;
}
.owl-slider-outer .owl-item.active {
  opacity: 1;
}
.owl-slider-outer .owl-item:not(.active) {
  pointer-events: none;
}
.owl-slider-outer .owl-stage,
.owl-slider-outer .owl-stage-outer {
  overflow: visible;
}
.owl-slider-outer .owl-stage:after,
.owl-slider-outer .owl-stage-outer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
/* ----------------------------------- *\
      items styles
\* ----------------------------------- */
.elm-sticker {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 30px;
  line-height: 30px;
  background: #c54544;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.elm-sticker:hover {
  background: #b83736;
}
.item-catalog {
  display: block;
  position: relative;
  padding: 15px 30px 0 30px;
  line-height: 1;
  text-align: left;
  color: #333333;
  font-weight: 400;
  text-decoration: none;
  margin: 0 auto;
}
.item-catalog .cat-rate-wrap {
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  position: absolute;
  bottom: 34px;left: 0;right: 0;
  display: block;
  opacity: 0;
  transition: opacity ease 0.2s;
}
.item-catalog .bx_item_detail_rating {
  height: 22px;
  line-height: 22px;
  display: block;
}
.item-catalog .bx_item_rating,
.item-catalog .frm-rate-wrap,
.item-catalog .bx_stars_container {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  margin-right: 8px;
  padding: 0;
  line-height: 1;
}
.item-catalog .bx_stars_container {
  margin: 0;
  display: block;
}
.item-catalog .cat-rate-wrap .bx_stars_rating_votes {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  height: auto;
  width: auto;
  margin: 0;
  position: relative;
}
.item-catalog .cat-mobile-button {
  text-align: center;
  line-height: 1;
  display: none;
}
.item-catalog .cat-mobile-button .btn,
.item-catalog .cat-mobile-button button,
.item-catalog .cat-mobile-button input[type="submit"] {
  position: relative;
  z-index: 6;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 35px;
}
.item-catalog:hover {
  z-index: 96;
}
.item-catalog .cat-sticker-wrap {
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  margin-left: -15px;
}
.item-catalog:hover .cat-button {
  opacity: 1;
}
.item-catalog:hover .cat-actions-wrap {
  opacity: 1;
}
.item-catalog:hover .elm-sticker {
  background: #b83736;
}
.item-catalog:hover .cat-title {
  opacity: 1;
  background: #efefef;
  -webkit-box-shadow: -15px -3px 0 #efefef, -15px 3px 0 #efefef, 15px -3px 0 #efefef, 15px 3px 0 #efefef;
          box-shadow: -15px -3px 0 #efefef, -15px 3px 0 #efefef, 15px -3px 0 #efefef, 15px 3px 0 #efefef;
}
.item-catalog:hover .cat-photo:after {
  opacity: 1;
}
.item-catalog:hover .cat-photo > img {
  opacity: 0;
}
.item-catalog:hover .cat-photo > img.cat-img-hover {
  opacity: 1;
  -webkit-transform: -webkit-scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item-catalog:hover .cat-select-wrap,
.item-catalog:hover .cat-rate-wrap {
  opacity: 1;
}
.item-catalog .cat-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.item-catalog .cat-select-wrap {
  opacity: 0;
  display: block;
  width: 100px;
  z-index: 9;
  position: absolute;
  top: 20px;
  left: 100%;
  margin-left: -50px;
  text-align: center;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-catalog .select-wrap {
  width: 46px;
  display: block;
  margin: 0 auto 10px auto;
  overflow: hidden;
}
.item-catalog .select-wrap.text {
  width: auto;
  margin: 0 -2px;
  text-align: center;
  font-size: 0;
  padding-top: 6px;
}
.item-catalog .frm-select-text {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 2px 2px;
  height: 20px;
  line-height: 20px;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-catalog .frm-select-text:hover {
  opacity: 0.85;
}
.item-catalog .frm-select-text label {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 13px;
  min-height: 20px;
}
.item-catalog .frm-select-color {
  display: block;
  margin: 0 2px 2px 1px;
  width: 20px;
  float: left;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-catalog .frm-select-color:hover {
  opacity: 0.85;
}
.item-catalog .frm-select-color label {
  width: 100%;
  height: 24px;
  min-height: 24px;
}
.item-catalog .frm-select-color label .lbl-color {
  width: 20px;
  height: 20px;
}
.item-catalog .select-title {
  line-height: 1;
  margin-bottom: 2px;
  display: block;
}
.item-catalog .select-title span {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  background: #f8f8f8;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item-catalog .cat-actions-wrap {
  width: 30px;
  position: absolute;
  z-index: 5;
  bottom: 11.4%;
  left: -15px;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-catalog .cat-actions-wrap .btn-action-ico {
  display: block;
  margin-bottom: -1px;
}
.item-catalog .cat-actions-wrap .btn-action-ico:last-child {
  margin-bottom: 0;
}
.item-catalog .cat-photo {
  display: block;
  position: relative;
  border: 1px solid #ededed;
  line-height: 1;
  min-height: 350px;
}
.item-catalog .cat-photo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item-catalog .cat-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.65);
  -webkit-transition: opacity ease 1s;
  transition: opacity ease 1s;
  opacity: 0;
}
.item-catalog .cat-photo > img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 86%;
  max-height: 86%;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.item-catalog .cat-photo > img.cat-img-hover {
  opacity: 0;
}
.item-catalog .cat-button {
  position: absolute;
  bottom: 14.28%;
  left: 0;
  right: 0;
  line-height: 1;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  text-align: center;
}
.item-catalog .cat-button .btn,
.item-catalog .cat-button button,
.item-catalog .cat-button input[type="submit"] {
  padding: 0 35px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  z-index: 6;
  position: relative;
  text-transform: uppercase;
}
.item-catalog .cat-button .btn:before,
.item-catalog .cat-button button:before,
.item-catalog .cat-button input[type="submit"]:before {
  content: attr(data-add);
}
.item-catalog .cat-button .btn.active,
.item-catalog .cat-button button.active,
.item-catalog .cat-button input[type="submit"].active {
  background: #797979;
  border-color: #797979;
}
.item-catalog .cat-button .btn.active:before,
.item-catalog .cat-button button.active:before,
.item-catalog .cat-button input[type="submit"].active:before {
  content: attr(data-added);
}
.item-catalog .cat-button .btn.active:hover,
.item-catalog .cat-button button.active:hover,
.item-catalog .cat-button input[type="submit"].active:hover {
  background: #9b9b9b;
  border-color: #9b9b9b;
}
.item-catalog .cat-link-button {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}
.item-catalog .cat-link-button a {
  text-decoration: none;
  color: #333333;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 6;
}
.item-catalog .cat-link-button a:hover {
  text-decoration: none;
  color: #c54544;
}
.item-catalog .cat-title-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 0 15px;
  font-size: 20px;
}
.item-catalog .cat-title {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 0.9;
  display: inline;
  line-height: 32px;
  background: #f7f7f7;
  -webkit-box-shadow: -15px -3px 0 #f7f7f7, -15px 3px 0 #f7f7f7, 15px -3px 0 #f7f7f7, 15px 3px 0 #f7f7f7;
          box-shadow: -15px -3px 0 #f7f7f7, -15px 3px 0 #f7f7f7, 15px -3px 0 #f7f7f7, 15px 3px 0 #f7f7f7;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
.item-catalog .cat-price-wrap {
  font-size: 20px;
  line-height: 56px;
  text-align: center;
  height: 56px;
  overflow: hidden;
  display: block;
}
.item-catalog .cat-price {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}
.item-catalog .cat-price.old {
  font-size: 14px;
  margin-right: 12px;
  text-decoration: line-through;
}
.item-catalog .cat-price.old .elm-price {
  font-size: 16px;
}
.item-catalog .cat-price.old + .cat-price {
  color: #c54544;
}
.item-catalog .elm-price {
  font-size: 24px;
  font-weight: 600;
  display: inline;
}
.elm-price {
  white-space: nowrap;
}
.item-sale {
  display: block;
  position: relative;
  overflow: hidden;
  background: #000;
  line-height: 1;
  border: 2px solid #fff;
  max-width: 581px;
  margin: 0 auto;
}
.item-sale .sale-link {
  z-index: 5;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.item-sale .sale-decor {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 200%;
  -webkit-transform: translate(-48%, -50%);
  transform: translate(-48%, -50%);
  z-index: 4;
}
.item-sale .sale-decor:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.item-sale .sale-decor:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(246, 246, 246, 0.85);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: -webkit-rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.item-sale:hover .sale-decor:after {
  background: #f6f6f6;
}
.item-sale img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-sale:before {
  content: "";
  display: block;
  padding-top: 65.5%;
}
.item-sale .btn-action-nav {
  padding-right: 54px;
  font-size: 0.9091em;
}
.item-sale .btn-action-nav.back {
  padding-right: 0;
  padding-left: 54px;
}
.item-sale .sale-text-wrap {
  line-height: 1.1818;
  font-size: 14px;
  width: 65%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: 0.95em 0.8636em 0 0;
  z-index: 4;
  font-weight: 300;
}
.item-sale .sale-date {
  display: block;
  font-size: 0.7273em;
  font-weight: 100;
  margin-top: 1em;
}
.item-sale .sale-title span {
  font-weight: 600;
  color: #c54544;
}
.item-sale .sale-text {
  min-height: 5.9em;
  padding-bottom: 10px;
}
.item-category {
  display: block;
  position: relative;
  line-height: 1;
  font-size: 24px;
  color: #333333;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}
.item-category:before {
  content: "";
  display: block;
  padding-top: 46.5%;
}
.item-category .cat-title {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: -webkit-translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.item-category .cat-subtitle {
  display: block;
  font-size: 0.5em;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: -40px;
  color: #999999;
}
.item-category .cat-button {
  line-height: 1;
  display: none;
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.item-category .cat-link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.item-category .cat-pic {
  display: block;
  width: 40%;
  height: 85%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6.9%;
  margin: auto 0;
}
.item-category .cat-pic + .cat-title {
  padding-right: 59%;
}
.item-category .cat-pic img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: -webkit-transform ease 1s;
  transition: -webkit-transform ease 1s;
  transition: transform ease 1s;
  transition: transform ease 1s, -webkit-transform ease 1s;
}
.item-category:hover {
  text-decoration: none;
  z-index: 2;
}
.item-category:hover .cat-pic img {
  -webkit-transform: -webkit-scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item-category:hover .cat-title {
  color: #c54544;
}
.item-text-toggle {
  display: block;
  position: relative;
}
.item-text-toggle .text-block {
  display: none;
  padding: 10px 0 22px 0;
}
.item-new {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  line-height: 1;
  color: #333333;
  text-decoration: none;
  background: #000;
}
.item-new:hover {
  text-decoration: none;
}
.item-new:hover:after {
  opacity: 1;
}
.item-new:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(58, 58, 58, 0.15);
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-new:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item-new img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.item-new .new-title {
  display: block;
  position: absolute;
  bottom: 6px;
  left: 7px;
  right: 7px;
  z-index: 3;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 15px;
}
.item-new .new-title span {
  opacity: 0.9;
  display: inline;
  line-height: 32px;
  background: #f7f7f7;
  -webkit-box-shadow: -15px -3px 0 #f7f7f7, -15px 3px 0 #f7f7f7, 15px -3px 0 #f7f7f7, 15px 3px 0 #f7f7f7;
          box-shadow: -15px -3px 0 #f7f7f7, -15px 3px 0 #f7f7f7, 15px -3px 0 #f7f7f7, 15px 3px 0 #f7f7f7;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}
.item-new .new-date {
  display: block;
  float: left;
  position: absolute;
  top: 7px;
  left: 7px;
  padding: 0 12px;
  background: #f7f7f7;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 100;
  z-index: 3;
}
@media (max-width: 1399px) {
  .item-sale .btn-action-nav .button-title {
    display: none;
  }
}
@media (max-width: 1023px) {
  .item-catalog .cat-mobile-button {
    display: block;
  }
  .item-catalog .cat-rate-wrap {
    bottom: 74px;
  }
  .item-catalog .cat-price-wrap {
    transition: all ease 0.2s;
  }
  .item-catalog:hover .cat-price-wrap {
    padding-top: 18px;
    line-height: 38px;
  }
}
@media (min-width: 480px) {
  .item-category {
    font-size: 32px;
  }
}
@media (min-width: 640px) {
  .item-category {
    font-size: 24px;
  }
  .item-category .cat-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .item-sale .sale-text-wrap {
    font-size: 16px;
  }
  .item-category {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .item-category {
    font-size: 24px;
  }
  .item-catalog {
    padding-bottom: 56px;
  }
  .item-catalog .cat-price-wrap {
    position: absolute;
    bottom: 0;left: 0;right: 0;
    transition: bottom ease 0.2s;
  }
  .item-catalog:hover .cat-price-wrap {
    bottom: -13px;
  }
}
@media (min-width: 1200px) {
  .item-category {
    font-size: 28px;
  }
  .item-text-toggle .text-block {
    padding: 15px 0 22px 0;
  }
}
@media (min-width: 1400px) {
  .item-category .cat-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1600px) {
  .item-sale .sale-text-wrap {
    font-size: 22px;
  }
  .item-sale .btn-action-nav .button-title {
    display: none;
  }
  .item-category {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .item-sale .btn-action-nav .button-title {
    display: inline;
  }
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.profile-link.profile-user-div-link {
  display: block;
  position: relative;
  line-height: 1;
  padding: 0;
}
.profile-link.profile-user-div-link a {
  display: block;
  padding: 6px 45px 6px 20px;
  background: #c54544;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  transition: all ease 0.2s;
  cursor: pointer;
  font-weight: 300;
}
.profile-link.profile-user-div-link a:hover,
.profile-link.profile-user-div-link.active a {
  text-decoration: none;
  background: #c84848
}
.profile-link.profile-user-div-link:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -159px -230px;
  width: 20px;
  height: 11px;
  position: absolute;
  top: 17px;
  right: 16px;
  margin-top: -6px;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.profile-link.profile-user-div-link.active:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
table.profile-table thead {
  display: none;
}
table.profile-table tbody th,
table.profile-table tbody td {
  vertical-align: middle;
  text-align: left;
  font-weight: 300;
  padding: 10px;
  width: auto;
}
table.profile-table tbody th:first-child,
table.profile-table tbody td:first-child {
  width: 400px;
}
table.profile-table tbody .ui-selectmenu-button span.ui-selectmenu-text {
  background: #fff;
}
table.profile-table textarea,
table.profile-table input[type="text"],
table.profile-table input[type="password"],
table.profile-table input[type="email"],
table.profile-table input[type="number"],
table.profile-table input[type="range"],
table.profile-table input[type="search"],
table.profile-table input[type="tel"],
table.profile-table input[type="url"] {
  font-size: 18px;
  line-height: 22px;
}
table.profile-table textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
.photos-box {
  padding: 0 60px 0 0;
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
  line-height: 1;
}
.photos-box .main-block {
  border: 1px solid #ededed;
}
.photos-box .main-block .owl-dots,
.photos-box .main-block .owl-nav {
  display: none;
}
.photos-box .main-block .item-photo {
  min-height: 600px;
}
.photos-box .main-block .item-photo:hover:after,
.photos-box .main-block .item-photo.active:after {
  opacity: 0.35;
}
.photos-box .main-block .item-photo:hover .btn-action-ico,
.photos-box .main-block .item-photo.active .btn-action-ico {
  opacity: 1;
}
.photos-box .main-block .owl-prev,
.photos-box .main-block .owl-next {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px;
}
.photos-box .main-block .owl-next {
  left: auto;
  right: 10px;
}
.photos-box .main-block .owl-next:before,
.photos-box .main-block .owl-next:after {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.photos-box .preview-block {
  display: block;
  width: 120px;
  background: #f7f7f7;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -205px;
  z-index: 2;
}
.photos-box .preview-block .slider {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 318px;
  margin-left: 106px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.photos-box .preview-block .slider-wrap {
  padding: 7px 7px;
  height: 330px;
}
.photos-box .preview-block .sl-item {
  padding: 3px;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: -webkit-rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.photos-box .preview-block .item-photo:hover:after,
.photos-box .preview-block .item-photo.active:after {
  opacity: 0.65;
}
.photos-box .preview-block .owl-dots {
  display: none;
}
.photos-box .preview-block .owl-next {
  left: auto;
  right: -65px;
}
.photos-box .preview-block .owl-next:before,
.photos-box .preview-block .owl-next:after {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.photos-box .item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.photos-box .item-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  background: #fff;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.photos-box .item-photo:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.photos-box .item-photo img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.photos-box .item-photo .btn-action-ico {
  position: absolute;
  top: 40px;
  left: 40px;
  opacity: 0;
  z-index: 5;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.photos-box .slider-wrap {
  position: relative;
}
.photos-box .sl-item ~ .sl-item {
  display: none;
}
.photos-box .owl-stage .sl-item ~ .sl-item {
  display: block;
}
.photos-box .owl-prev,
.photos-box .owl-next {
  width: 40px;
  height: 40px;
  background: none;
  position: absolute;
  top: 50%;
  left: -65px;
  margin: -50px 0 0 0;
}
.photos-box .owl-prev:before,
.photos-box .owl-next:before {
  background-image: url(../img/spr.png);
  background-position: -80px 0px;
  width: 9px;
  height: 35px;
  -webkit-transform: -webkit-rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.photos-box .owl-prev:after,
.photos-box .owl-next:after {
  content: "";
  background-image: url(../img/spr.png);
  background-position: -109px 0px;
  width: 9px;
  height: 35px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  margin: auto;
  -webkit-transform: -webkit-rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
.photos-box .owl-prev:hover:before,
.photos-box .owl-next:hover:before {
  opacity: 0;
}
.photos-box .owl-prev:hover:after,
.photos-box .owl-next:hover:after {
  opacity: 1;
}
.product-box {
  margin-bottom: 60px;
}
.product-box .photos-box {
  margin-bottom: 0;
}
.product-box .product-main-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.product-box .info-wrap {
  margin-bottom: 55px;
}
.product-box .info-wrap h1,
.product-box .info-wrap .main-title {
  display: none;
}
.product-box h1 .elm-sticker,
.product-box .main-title .elm-sticker {
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -8px;
}
.product-box .product-title-wrap {
  text-align: center;
  margin-bottom: 40px;
  line-height: 30px;
}
.product-box .product-title-wrap h1,
.product-box .product-title-wrap .main-title {
  display: inline;
  margin: 0;
}
.product-box .product-title-wrap .elm-sticker {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-top: 8px;
}
.product-box .info-wrap .actions-outer-wrap {
  line-height: 1;
  position: relative;
  margin-bottom: 18px;
}
.product-box .info-wrap .actions-outer-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.product-box .info-wrap .price-outer-wrap {
  float: left;
}
.product-box .info-wrap .price-outer-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.product-box .info-wrap .price-wrap {
  line-height: 1;
  position: relative;
  float: left;
  min-width: 125px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.product-box .info-wrap .rate-wrap {
  float: left;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0 10px 0;
  overflow: hidden;
  height: 40px;
  font-weight: 300;
}
.product-box .info-wrap .frm-rate-wrap {
  float: left;
  margin: 5px 10px 0 0;
}
.product-box .info-wrap .price {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 600;
  white-space: nowrap;
}
.product-box .info-wrap .price.old {
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  float: left;
  bottom: 100%;
  left: 0;
  text-decoration: line-through;
  padding-left: 2px;
  margin-bottom: -2px;
}
.product-box .info-wrap .actions-wrap {
  margin-bottom: 20px;
  overflow: hidden;
  float: right;
}
.product-box .info-wrap .buttons-wrap {
  padding: 0 23px 0 0;
  margin-bottom: 10px;
  float: left;
}
.product-box .info-wrap .buttons-wrap .btn-action-ico {
  width: 46px;
  float: left;
}
.product-box .info-wrap .button-wrap {
  float: left;
  padding: 0 30px 0 0;
  margin-bottom: 10px;
}
.product-box .info-wrap .button-wrap .btn:before,
.product-box .info-wrap .button-wrap button:before,
.product-box .info-wrap .button-wrap input[type="submit"]:before {
  content: attr(data-add);
}
.product-box .info-wrap .button-wrap .js-btn-tgl.active {
  background: #797979;
  border-color: #797979;
  color: #fff;
}
.product-box .info-wrap .button-wrap .js-btn-tgl.active:before {
  content: attr(data-added);
}
.product-box .info-wrap .button-wrap .js-btn-tgl.active:hover {
  background: #9b9b9b;
  border-color: #9b9b9b;
}
.product-box .info-wrap .link-wrap {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  float: left;
  margin-bottom: 10px;
}
.product-box .info-wrap .link-wrap a {
  text-decoration: none;
  color: #333333;
}
.product-box .info-wrap .link-wrap a:hover {
  color: #c54544;
}
.product-box .info-wrap .btn,
.product-box .info-wrap button,
.product-box .info-wrap input[type="submit"] {
  height: 40px;
  line-height: 40px;
  min-width: 160px;
  padding: 0 20px;
}
.product-box .desc-wrap {
  margin-top: 50px;
}
.product-box .select-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
.product-box .select-wrap {
  overflow: hidden;
  margin-bottom: 12px;
}
.product-box .frm-select-color,
.product-box .frm-select-text {
  float: left;
  margin: 0 3px 3px 0;
}
.product-box .frm-select-color {
  width: 30px;
  height: 34px;
}
.product-box .frm-select-color label {
  width: 100%;
  height: 34px;
}
.product-box .frm-select-color label:before {
  top: 33px;
  width: 30px;
}
.product-box .frm-select-color label:after {
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -4px;
}
.product-box .frm-select-color .lbl-color {
  width: 30px;
  height: 30px;
}
.product-box .features-wrap {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.product-box .features-wrap table {
  margin: 0;
  width: 100%;
}
.product-box .features-wrap table th,
.product-box .features-wrap table td {
  font-size: 16px;
  line-height: 1;
  text-align: right;
  font-weight: 400;
  color: #333333;
  font-weight: 300;
  padding: 6px 30px 6px 0;
  background: none !important;
  vertical-align: bottom;
}
.product-box .features-wrap table th:first-child,
.product-box .features-wrap table td:first-child {
  font-size: 18px;
  text-align: left;
}
.product-box .features-wrap table th:first-child .tbl-text,
.product-box .features-wrap table td:first-child .tbl-text {
  z-index: 1;
  padding-right: 30px;
  padding-left: 0;
}
.product-box .features-wrap table th:first-child .tbl-text:before,
.product-box .features-wrap table td:first-child .tbl-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 100%;
  width: 1000px;
  border-top: 1px dotted #b3b3b3;
}
.product-box .features-wrap table th:last-child,
.product-box .features-wrap table td:last-child {
  padding-right: 0;
}
.product-box .features-wrap .tbl-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  padding-left: 30px;
  z-index: 2;
}
.product-box .photos-wrap {
  line-height: 1;
  position: relative;
  margin-bottom: 55px;
}
.product-box .photos-wrap img {
  /* width: 100%; */
}
.product-box .js-tab-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  text-align: left;
}
.product-box .js-tab-block p {
  text-align: left;
}
.product-box .product-desc-wrap {
  margin-top: 47px;
}
.product-box .product-desc-wrap .product-info {
  margin-bottom: 2px;
  margin-top: 30px;
}
.product-box .product-desc-wrap .product-info:first-child {
  margin-top: 0;
}
.product-box .product-desc-wrap .product-info ~ .product-info {
  margin-top: 0;
}
.product-box .product-desc-wrap .product-info:last-child {
  margin-bottom: 0;
}
.tabs-box {
  margin-bottom: 25px;
  line-height: 1;
  text-align: center;
}
.tabs-box ul {
  margin: 0 -10px;
  font-size: 0;
}
.tabs-box li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin: 0 0 10px 0;
}
.tabs-box li:before {
  display: none;
}
.tabs-box a {
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-size: 16px;
  font-weight: 300;
  color: #828282;
  text-decoration: none;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.tabs-box a:hover,
.tabs-box a.active {
  color: #333333;
}
.tabs-box a.active {
  background: #ededed;
}
.tabs-box a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.popup-map-box {
  height: 300px;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.popup-map-box > ymaps {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.popup-callback-box {
  padding: 60px 20px 8px 20px;
}
.popup-cart-box {
  padding: 60px 20px;
}
.popup-search-box {
  padding: 60px 20px 60px 20px;
}
.popup-search-box .frm-main-search {
  max-width: 1080px;
  margin: 0 auto;
}
.contacts-box {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.contacts-box img,
.contacts-box p img {
  display: block;
  width: 100%;
  margin: 35px 0 35px 0;
}
.contacts-box .contacts-wrap {
  margin-bottom: 40px;
}
.contacts-box .map-wrap {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.contacts-box .map-wrap > ymaps {
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
}
.contacts-box .phone-wrap,
.contacts-box .email-wrap {
  margin-bottom: 25px;
}
.contacts-box .phone-wrap a,
.contacts-box .email-wrap a {
  color: #333333;
  text-decoration: none;
  font-size: 22px;
  font-weight: 300;
}
.contacts-box .email-wrap a:hover {
  border-bottom: 1px solid;
}
.contacts-box .action-wrap {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 52px;
  margin-bottom: 35px;
}
.contacts-box .soc-wrap {
  line-height: 1;
  font-size: 0;
}
.contacts-box .btn-action-soc {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px 0 4px;
  line-height: 28px;
}
.contacts-box h3,
.contacts-box .small-title {
  text-align: center;
}
.contacts-box p {
  margin-bottom: 30px;
  text-align: center;
}
.contacts-box p:last-child {
  margin-bottom: 0;
}
.orders-box {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.orders-box .cart-total-wrap {
  padding-top: 10px;
  overflow: hidden;
}
.orders-box .cart-total-wrap .form-wrap {
  width: 400px;
  float: left;
}
.orders-box .cart-total-wrap .total-wrap {
  width: 400px;
  float: right;
  text-align: right;
}
.orders-box .cart-total-wrap .cart-button-wrap {
  display: block;
  padding-top: 25px;
  line-height: 1;
  text-align: right;
}
.orders-box .cart-total-wrap .cart-button-wrap .btn,
.orders-box .cart-total-wrap .cart-button-wrap button,
.orders-box .cart-total-wrap .cart-button-wrap input[type="submit"] {
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  padding: 0 20px;
}
.orders-box .cart-total-wrap .cart-total {
  height: 50px;
  line-height: 50px;
  text-align: right;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.orders-box .cart-total-wrap .total-title {
  float: left;
}
.orders-box .cart-total-wrap .total-value {
  padding-left: 15px;
  min-width: 180px;
  font-size: 26px;
  text-transform: none;
  font-weight: 600;
  white-space: nowrap;
  float: left;
  text-align: right;
}
.orders-box.more .item-order-wrap:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}
.orders-box .order-total-wrap {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}
.orders-box h1,
.orders-box .main-title {
  margin-bottom: 1.4em;
}
.orders-box h1 + .items-wrap,
.orders-box .main-title + .items-wrap {
  margin-top: -10px;
}
.orders-box h2,
.orders-box .second-title {
  margin-bottom: 1.2em;
}
.orders-box .order-items-wrap {
  padding-top: 10px;
}
.orders-box .item-wrap {
  margin-bottom: 70px;
}
.orders-box .item-wrap:last-child {
  margin-bottom: 0;
}
.orders-box .cart-price-wrap {
  width: 200px;
  position: absolute;
  top: 70px;
  right: 0;
  line-height: 1;
}
.orders-box .cart-price {
  display: block;
  text-align: right;
  height: 40px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  font-size: 24px;
  font-weight: 300;
}
.orders-box .cart-actions-wrap {
  height: 42px;
  overflow: hidden;
  position: absolute;
  top: 69px;
  right: 218px;
}
.orders-box .cart-actions-wrap input[type="text"] {
  height: 42px;
  text-align: center;
  padding: 0;
  width: 52px;
  float: left;
  margin: 0 6px 0 0;
  border: 1px solid #e2e2e2;
  font-size: 20px;
  font-weight: 300;
}
.orders-box .item-order-wrap {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  font-size: 20px;
  padding: 40px 0 40px 195px;
  line-height: 1.2;
  text-align: left;
  font-weight: 300;
}
.orders-box .item-order-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.orders-box .item-order-wrap.cart {
  padding-right: 377px;
}
.orders-box .item-order-wrap .btn-action-ico.refresh {
  float: left;
  width: 44px;
  height: 42px;
}
.orders-box .item-order-wrap .btn-action-ico.del {
  width: 36px;
  height: 42px;
  float: left;
}
.orders-box .item-order-wrap:hover .order-photo img {
  -webkit-transform: -webkit-scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.orders-box .item-order-wrap:first-child {
  padding-top: 0;
}
.orders-box .item-order-wrap:first-child .cart-actions-wrap {
  top: 27px;
}
.orders-box .item-order-wrap:first-child .cart-price-wrap {
  top: 28px;
}
.orders-box .item-order-wrap .order-photo {
  display: block;
  float: left;
  margin: 0 0 0 -195px;
  max-width: 100px;
  height: 100px;
  line-height: 100px;
}
.orders-box .item-order-wrap .order-photo img {
  -webkit-transition: -webkit-transform ease 1s;
  transition: -webkit-transform ease 1s;
  transition: transform ease 1s;
  transition: transform ease 1s, -webkit-transform ease 1s;
  display: inline-block;
  vertical-align: middle;
  max-width: 100px;
  max-height: 100px;
}
.orders-box .item-order-wrap .order-info {
  padding-top: 38px;
}
.orders-box .item-order-wrap .order-title {
  margin-bottom: 22px;
}
.orders-box .item-order-wrap .order-title a {
  text-decoration: none;
  color: #333333;
}
.orders-box .item-order-wrap .order-title a:hover {
  color: #c54544;
}
.orders-box .item-order-wrap .order-features {
  margin-bottom: 8px;
}
.orders-box .item-order-wrap .order-select {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.orders-box .item-order-wrap .order-select:last-child {
  margin-bottom: 0;
}
.orders-box .item-order-wrap .select-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 10px;
}
.orders-box .item-order-wrap .select-wrap {
  overflow: hidden;
}
.orders-box .item-order-wrap .frm-select-color {
  float: left;
  margin: 0 3px 3px 0;
}
.orders-box .item-order-wrap .frm-select-text {
  float: left;
  margin: 0 3px 3px 0;
}
.orders-box .item-order-wrap table {
  margin: 0;
  width: 100%;
  max-width: 500px;
}
.orders-box .item-order-wrap table th,
.orders-box .item-order-wrap table td {
  font-size: 16px;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  color: #676767;
  font-weight: 300;
  padding: 6px 30px 6px 0;
  background: none !important;
  vertical-align: top;
}
.orders-box .item-order-wrap table th:first-child,
.orders-box .item-order-wrap table td:first-child {
  color: #676767;
  font-size: 18px;
  min-width: 200px;
}
.orders-box .item-order-wrap table th:first-child .tbl-text,
.orders-box .item-order-wrap table td:first-child .tbl-text {
  z-index: 1;
  padding-right: 6px;
  padding-left: 0;
}
.orders-box .item-order-wrap table th:first-child .tbl-text:before,
.orders-box .item-order-wrap table td:first-child .tbl-text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 100%;
  width: 100px;
  border-top: 1px dotted #b3b3b3;
}
.orders-box .item-order-wrap table th:last-child,
.orders-box .item-order-wrap table td:last-child {
  padding-right: 0;
}
.orders-box .item-order-wrap .tbl-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  padding-left: 6px;
  z-index: 2;
}
.orders-box .info-wrap {
  margin-bottom: 42px;
}
.orders-box .info-wrap table {
  width: auto;
  margin: 0;
}
.orders-box .info-wrap table th,
.orders-box .info-wrap table td {
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  font-weight: 400;
  color: #c54544;
  font-weight: 300;
  padding: 0 20px 0 0;
  background: none !important;
  vertical-align: top;
}
.orders-box .info-wrap table th:first-child,
.orders-box .info-wrap table td:first-child {
  color: #828282;
}
.orders-box .info-wrap table th:last-child,
.orders-box .info-wrap table td:last-child {
  padding-right: 0;
}
.orders-box .orders-text-wrap {
  margin-bottom: 4.6em;
}
.orders-box .orders-text-wrap p {
  margin-bottom: 20px;
}
.orders-box .orders-text-wrap p:last-child {
  margin-bottom: 0;
}
.orders-box .order-items-wrap {
  margin-bottom: 50px;
}
.orders-box .buttons-wrap {
  overflow: hidden;
  margin: -6px -15px 0 0;
}
.orders-box .button-wrap {
  padding: 0 15px 15px 0;
  float: left;
}
.orders-box p {
  text-align: left;
  margin: 0;
}
.orders-box .btn,
.orders-box button,
.orders-box input[type="submit"] {
  padding: 0 22px;
  min-width: 200px;
}
.main-slider-box {
  font-size: 20px;
  margin-bottom: 30px;
}
.main-slider-box .owl-item.active .slider-inner-wrap {
  opacity: 1;
}
.main-slider-box .slider-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all ease 4s;
  transition: all ease 4s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.main-slider-box .slider-wrap {
  position: relative;
}
.main-slider-box .slider-text-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-slider-box .text-row {
  display: inline-block;
  vertical-align: top;
  height: 1.75em;
  line-height: 1.75em;
  padding: 0 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  font-size: 1em;
  font-weight: 300;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  cursor: default;
}
.main-slider-box .text-row:hover {
  background: #fff;
}
.main-slider-box .text-row .text-att {
  font-weight: 600;
  display: inline;
}
.main-slider-box .slider-inner-wrap {
  display: block;
  width: 100%;
  padding-bottom: 1em;
  position: relative;
  left: auto;
  opacity: 0;
  -webkit-transition: opacity ease 2s;
  transition: opacity ease 2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.main-slider-box .slider-text {
  display: block;
  margin-bottom: 2px;
  line-height: 1;
  width: 100%;
}
.main-slider-box .slider-text + .slider-text .text-row {
  font-weight: 600;
}
.main-slider-box .slider-button {
  display: none;
  line-height: 1;
  margin: 30px 0 0 0;
}
.main-slider-box .slider-button a {
  height: 45px;
  line-height: 45px;
  padding: 0 113px 0 50px;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  display: inline-block;
  vertical-align: top;
  color: #333333;
  text-decoration: none;
}
.main-slider-box .slider-button a:before,
.main-slider-box .slider-button a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -230px -230px;
  width: 35px;
  height: 9px;
  display: block;
  position: absolute;
  top: 18px;
  right: 50px;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.main-slider-box .slider-button a:after {
  opacity: 0;
  background-image: url(../img/spr.png);
  background-position: -287px -58px;
  width: 35px;
  height: 9px;
}
.main-slider-box .slider-button a:hover {
  background: #c54544;
  color: #fff;
  text-decoration: none;
}
.main-slider-box .slider-button a:hover:before {
  opacity: 0;
}
.main-slider-box .slider-button a:hover:after {
  opacity: 1;
}
.main-slider-box .sl-item {
  height: 12.1em;
  position: relative;
  overflow: hidden;
}
.main-slider-box .sl-item ~ .sl-item {
  display: none;
}
.main-slider-box .owl-stage .sl-item ~ .sl-item {
  display: block;
}
.main-slider-box .owl-dots {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 2;
}
.main-slider-box .owl-nav {
  display: none;
}
.main-title-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.5em;
}
.main-title-box .info-wrap {
  color: #999999;
}
.main-title-box .main-title {
  text-align: left;
  padding: 1px 0 1px 20px;
  position: relative;
  margin: 0 0 0.5em 0;
}
.main-title-box .main-title:before {
  content: "";
  display: block;
  width: 3px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #c54544;
}
.main-title-box .second-title {
  padding-left: 40px;
  margin: 0 0 0.5em 0;
  text-align: left;
}
.main-title-box .second-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 25px;
  height: 3px;
  background: #c54544;
}
.page-title-box {
  padding-bottom: 5px;
}
.page-title-box h2,
.page-title-box .second-title {
  padding-bottom: 0.75em;
  position: relative;
}
.page-title-box h2:before,
.page-title-box .second-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 3px;
  background: #c54544;
  margin-left: -25px;
}
.page .bottom-category-box {
  margin-bottom: 55px;
}
.bottom-category-box {
  margin-bottom: 62px;
  background-color: #000;
  position: relative;
  overflow: hidden;
  height: 300px;
  padding: 0 700px 0 0;
}
.bottom-category-box.type-second {
  padding: 0 0 0 700px;
}
.bottom-category-box.type-second:hover .cat-decor {
  background: rgba(246, 246, 246, 0.95);
}
.bottom-category-box.type-second .cat-title-wrap {
  padding: 0 120px 0 0;
  float: right;
  text-align: right;
}
.bottom-category-box.type-second .cat-title {
  width: 100%;
  max-width: 536px;
  text-align: left;
}
.bottom-category-box.type-second .cat-title span {
  display: inline;
}
.bottom-category-box.type-second .cat-decor {
  right: auto;
  left: -310px;
  -webkit-transform: -webkit-rotate(-55deg);
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
.bottom-category-box.type-second .cat-info-wrap {
  padding: 0 0 0 40px;
  right: auto;
  left: 0;
  text-align: left;
}
.bottom-category-box:hover .cat-decor {
  background: #f6f6f6;
}
.bottom-category-box .cat-title-wrap {
  float: left;
  width: 100%;
  line-height: 280px;
  height: 300px;
  overflow: hidden;
  padding: 0 0 0 120px;
}
.bottom-category-box .cat-title {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 60px;
  line-height: 1;
  font-weight: 300;
  text-transform: none;
  margin: 0;
}
.bottom-category-box .cat-title span {
  display: block;
  font-weight: 600;
  color: #c54544;
}
.bottom-category-box .cat-decor {
  width: 1200px;
  height: 1200px;
  background: rgba(246, 246, 246, 0.85);
  position: absolute;
  top: 0px;
  right: -310px;
  -webkit-transform: -webkit-rotate(55deg);
  -webkit-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.bottom-category-box .cat-info-wrap {
  width: 620px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 40px 0 0;
  line-height: 320px;
  overflow: hidden;
  text-align: right;
}
.bottom-category-box .cat-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.cat-info-title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  color: #c54544;
  margin-bottom: 10px;
}
.catalog-slider-box {
  margin-bottom: 55px;
  position: relative;
}
.catalog-slider-box:hover {
  z-index: 96;
}
.catalog-slider-box .slider-wrap {
  position: relative;
  margin: 0 -10px;
}
.catalog-slider-box .sl-item {
  padding: 0 10px;
  position: relative;
}
.catalog-slider-box .owl-dots {
  display: none;
}
.catalog-slider-box .item-catalog {
  max-width: 410px;
}
.catalog-slider-box .owl-nav {
  display: block;
  position: relative;
  margin: 20px auto 30px auto;
  width: 81px;
  overflow: hidden;
}
.catalog-slider-box .owl-nav .owl-prev {
  float: left;
}
.catalog-slider-box .owl-nav .owl-next {
  float: right;
}
.catalog-box {
  margin-bottom: 4px;
}
.catalog-box:last-child .button-wrap {
  margin-bottom: 0;
}
.catalog-box .button-wrap {
  text-align: center;
  line-height: 1;
  margin-bottom: 80px;
}
.catalog-box .item-wrap {
  margin-bottom: 22px;
  padding: 0 10px;
  float: left;
  width: 100%;
}
.catalog-box .items-wrap {
  margin: 0 -10px;
}
.catalog-box .item-catalog {
  max-width: 410px;
}
.catalog-actions-box {
  margin-bottom: 30px;
}
.catalog-actions-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.catalog-actions-box .action-wrap {
  margin-bottom: 20px;
  padding: 0 0 0 150px;
}
.catalog-actions-box .action-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.catalog-actions-box .action-wrap > label {
  display: block;
  width: 150px;
  float: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 42px;
  margin: 0 0 0 -150px;
}
.catalog-actions-box .action-select {
  display: block;
  width: 100%;
  float: left;
  max-width: 300px;
}
.catalog-wrap-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.catalog-filter-wrap {
  margin-bottom: 40px;
}
.catalog-content-wrap {
  margin-bottom: 40px;
}
.filter-box {
  margin-bottom: 30px;
  font-weight: 300;
}
.filter-box .frm-field-price {
  padding-top: 12px;
  padding-bottom: 8px;
  max-width: 400px;
}
.filter-box .btn-main-filter {
  display: none;
}
.filter-box .btn-filter {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 24px;
  padding: 3px 32px 3px 0;
  color: #333333;
  text-decoration: none;
  position: relative;
}
.filter-box .btn-filter:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -287px -87px;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 15px;
  right: 0;
  margin-top: -3px;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.filter-box .btn-filter.active:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filter-box .filter-section-submit {
  padding-top: 15px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.filter-box .filter-section {
  margin-bottom: 40px;
  position: relative;
}
.filter-box .filter-block {
  display: none;
  padding: 20px 0 2px 0;
}
.filter-box .frm-select {
  display: block;
  margin: 0;
}
.filter-box .frm-select label {
  padding-left: 28px;
  font-size: 16px;
}
.filter-box .frm-select-color {
  display: block;
  margin-bottom: 3px;
}
.filter-box .frm-select,
.filter-box .frm-select-color {
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.filter-box .frm-select:hover,
.filter-box .frm-select-color:hover {
  color: #c54544;
}
.filter-box .filter-button {
  float: left;
  margin: 0 30px 0 0;
}
.filter-box .filter-button:last-child {
  margin: 0;
}
.filter-box .filter-button .btn,
.filter-box .filter-button button,
.filter-box .filter-button input[type="submit"] {
  padding: 0 30px;
}
.filter-box .filter-button .btn.button-clear,
.filter-box .filter-button button.button-clear,
.filter-box .filter-button input[type="submit"].button-clear {
  padding: 0;
}
.form-box {
  max-width: 300px;
  margin: -30px auto 40px auto;
}
.form-box:first-child {
  margin-top: 0;
}
.form-box .frm-select {
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.form-box .frm-select:hover {
  color: #c54544;
}
.form-box .frm-select input.props-active-gift ~ label,
.form-box .frm-select input.props-active-rek ~ label,
.form-box .frm-select input.props-active-view ~ label,
.form-box .frm-select input:checked ~ label,
.form-box .frm-select input.props-active ~ label {
  color: #c54544;
}
.sale-box {
  margin-bottom: 55px;
}
.sale-box:first-child {
  margin-top: 0;
}
.sale-box .items-wrap {
  margin: 0 -2px;
}
.sale-box .item-sale {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.main-article-box {
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
.main-article-box h2,
.main-article-box .second-title {
  line-height: 1.2059;
  margin-bottom: 1.3em;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}
.main-article-box p {
  text-align: center;
}
.one-new-box {
  margin-bottom: 40px;
}
.one-new-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.one-new-box h1,
.one-new-box .main-title {
  margin-bottom: 0.65em;
}
.one-new-box h1 ~ h1,
.one-new-box .main-title ~ h1,
.one-new-box h1 ~ .main-title,
.one-new-box .main-title ~ .main-title {
  display: none;
}
.one-new-box .new-photo {
  display: block;
  position: relative;
  line-height: 1;
  overflow: hidden;
  margin: 25px auto;
  max-width: 300px;
  width: 100%;
}
.one-new-box .new-photo img {
  display: block;
  width: 100%;
}
.one-new-box .new-date {
  display: block;
  font-size: 16px;
  color: #828282;
  margin-bottom: 10px;
}
.one-new-box .btn-action-nav {
  margin-top: 1.4em;
}
.new-box {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-top: -50px;
  max-width: 1400px;
}
.new-box:first-child {
  margin-top: 0;
}
.new-box .new-photo {
  display: block;
  position: relative;
  margin-bottom: 2.8em;
  line-height: 1;
}
.new-box .new-photo img {
  display: block;
  width: 100%;
}
.new-box .new-date {
  display: block;
  font-size: 16px;
  color: #828282;
  margin-bottom: 15px;
}
.new-box .btn-action-nav {
  margin-top: 1.4em;
}
.categories-box {
  margin-bottom: 0;
  margin-top: -40px;
}
.categories-box.main {
  margin-bottom: 30px;
}
.categories-box.main .item-wrap:before {
  left: 0;
  right: 0;
}
.categories-box.main .item-wrap:after {
  top: 0;
  bottom: 0;
}
.categories-box:first-child {
  margin-top: 0;
}
.categories-box .item-wrap {
  position: relative;
  width: 100%;
  float: left;
}
.categories-box .item-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15.5%;
  right: 15.5%;
  background: #e3e3e3;
  height: 1px;
}
.categories-box .item-wrap:after {
  content: "";
  display: none;
  position: absolute;
  right: 0;
  top: 19%;
  bottom: 19px;
  width: 1px;
  background: #e3e3e3;
}
.categories-box .item-wrap:first-child:before {
  display: none;
}
.news-slider-box {
  margin-bottom: 60px;
}
.news-slider-box .slider-wrap {
  position: relative;
  margin: 0 -10px;
}
.news-slider-box .sl-item {
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.news-slider-box .owl-dots {
  display: none;
}
.news-slider-box .owl-prev,
.news-slider-box .owl-next {
  float: left;
}
.news-slider-box .owl-prev:last-child,
.news-slider-box .owl-next:last-child {
  float: right;
}
.news-slider-box .owl-nav {
  display: block;
  margin: 0 auto;
  width: 121px;
  padding-top: 30px;
}
.news-slider-box .item-new {
  max-width: 300px;
  margin: 0 auto;
}
.news-box {
  max-width: 1520px;
  margin: 0 auto 25px auto;
}
.news-box .items-wrap {
  margin: 0 -10px;
}
.news-box .item-wrap {
  padding: 0 10px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.news-box .item-new {
  max-width: 300px;
  margin: 0 auto;
}
.pagenav-box {
  text-align: center;
  line-height: 1;
  position: relative;
  margin-bottom: 40px;
  font-size: 0;
  font-weight: 300;
}
.pagenav-box a,
.pagenav-box span {
  display: inline-block;
  vertical-align: top;
  min-width: 22px;
  padding: 0 5px;
  height: 32px;
  line-height: 32px;
  color: #333333;
  text-decoration: none;
  font-size: 16px;
}
.pagenav-box a:hover,
.pagenav-box span:hover,
.pagenav-box a.active,
.pagenav-box span.active {
  color: #c54544;
  text-decoration: none;
}
.pagenav-box a.active,
.pagenav-box span.active {
  min-width: 32px;
  line-height: 30px;
  border: 1px solid #c54544;
  margin: 0 13px;
  font-weight: 600;
}
.pagenav-box a.active:first-child,
.pagenav-box span.active:first-child {
  margin-left: 0;
}
.pagenav-box a.active:last-child,
.pagenav-box span.active:last-child {
  margin-right: 0;
}
.page-bottom-box {
  margin-bottom: 55px;
}
.text-box {
  margin-bottom: 30px;
}
.text-box .item-text-toggle {
  margin-bottom: 2px;
}
.text-box .item-text-toggle:last-child {
  margin-bottom: 0;
}
.inner-article-box {
  margin-bottom: 40px;
  text-align: center;
  padding-top: 20px;
}
.inner-article-box p {
  text-align: center;
}
.article-box {
  margin-bottom: 40px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.article-box > img,
.article-box p > img,
.article-box picture {
  display: block;
  position: relative;
  margin: 25px auto;
  max-width: 300px;
  width: 100%;
}
.article-box > img:first-child,
.article-box p > img:first-child,
.article-box picture:first-child {
  margin-top: 0;
}
.article-box > img:last-child,
.article-box p > img:last-child,
.article-box picture:last-child {
  margin-bottom: 0;
}
.article-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.article-box h1,
.article-box .main-title,
.article-box h2,
.article-box .second-title {
  margin-bottom: 1.15em;
}
.article-box h3,
.article-box .small-title {
  margin-bottom: 0.85em;
}
.article-box h4,
.article-box .vsmall-title {
  margin-bottom: 1.05em;
}
.article-box h5,
.article-box .vvsmall-title {
  margin-bottom: 1.3em;
}
.article-box h6 {
  margin-bottom: 1.5em;
}
.breadcrumbs-box {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #c54544;
  margin: 0 -22px 25px 0;
  padding-top: 8px;
  overflow: hidden;
}
.breadcrumbs-box>a,
.breadcrumbs-box>span {
  display: block;
  float: left;
  text-decoration: none;
  position: relative;
  margin: 0 22px 0 0;
}
.breadcrumbs-box>a:before,
.breadcrumbs-box>span:before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 100%;
  margin-left: 8px;
  background: #828282;
}
.breadcrumbs-box>a:last-child:before,
.breadcrumbs-box>span:last-child:before {
  display: none;
}
.breadcrumbs-box a {
  color: #828282;
  text-decoration: none;
}
.breadcrumbs-box a:hover {
  text-decoration: underline;
}
@media (max-width: 1599px) {
  .bottom-category-box {
    padding-right: 600px;
  }
  .bottom-category-box.type-second .cat-title-wrap {
    padding-left: 0;
    padding-right: 40px;
  }
  .bottom-category-box.type-second .cat-decor {
    left: -450px;
  }
  .bottom-category-box .cat-title-wrap {
    padding-left: 40px;
  }
  .bottom-category-box .cat-title {
    font-size: 50px;
  }
  .bottom-category-box .cat-decor {
    right: -450px;
  }
  .bottom-category-box .cat-info-title {
    font-size: 50px;
  }
  .bottom-category-box .cat-info-wrap {
    width: 540px;
  }
}
@media (max-width: 1199px) {
  .product-box .photos-box {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .orders-box .info-wrap table th,
  .orders-box .info-wrap table td {
    font-size: 18px;
    line-height: 23px;
  }
  .orders-box .order-title {
    font-size: 18px;
  }
  .orders-box .item-order-wrap.cart {
    padding-left: 120px;
  }
  .orders-box .item-order-wrap.cart .order-photo {
    margin-left: -120px;
  }
  .orders-box .item-order-wrap .select-title {
    font-size: 16px;
    line-height: 19px;
  }
  .orders-box .item-order-wrap table th:first-child,
  .orders-box .item-order-wrap table td:first-child {
    font-size: 16px;
  }
  .bottom-category-box {
    padding-right: 500px;
  }
  .bottom-category-box.type-second {
    padding-left: 650px;
  }
  .bottom-category-box.type-second .cat-title-wrap {
    padding-right: 40px;
  }
  .bottom-category-box.type-second .cat-decor {
    left: -500px;
  }
  .bottom-category-box.type-second .cat-info-wrap {
    width: 440px;
  }
  .bottom-category-box.type-second .cat-title {
    max-width: 400px;
  }
  .bottom-category-box .cat-title-wrap {
    padding-left: 40px;
  }
  .bottom-category-box .cat-title {
    font-size: 40px;
  }
  .bottom-category-box .cat-decor {
    right: -500px;
  }
  .bottom-category-box .cat-info-title {
    font-size: 40px;
  }
  .bottom-category-box .cat-info-wrap {
    width: 440px;
  }
  .filter-box {
    max-width: 300px;
    margin: 0 auto;
  }
  .filter-box .filter-section {
    text-align: center;
  }
  .filter-box .filter-block {
    text-align: left;
  }
}
@media (max-width: 1023px) {
  table.profile-table tbody th:first-child,
  table.profile-table tbody td:first-child {
    width: 240px;
  }
  .photos-box .item-photo .btn-action-ico {
    top: 20px;
    left: 20px;
  }
  .photos-box .item-photo .btn-action-ico.zoom {
    width: 30px;
    height: 30px;
  }
  .photos-box .item-photo .btn-action-ico.zoom:before {
    background-image: url(../img/spr.png);
    background-position: -54px -130px;
    width: 30px;
    height: 30px;
  }
  .main-slider-box .inner-wrap {
    padding: 0;
  }
  .bottom-category-box {
    padding-right: 500px;
    height: 200px;
  }
  .bottom-category-box.type-second {
    padding-left: 500px;
  }
  .bottom-category-box.type-second .cat-title-wrap {
    padding-right: 40px;
  }
  .bottom-category-box.type-second .cat-decor {
    left: -580px;
  }
  .bottom-category-box.type-second .cat-info-wrap {
    width: 340px;
  }
  .bottom-category-box .cat-title-wrap {
    padding-left: 40px;
    height: 200px;
    line-height: 200px;
    padding-left: 20px;
  }
  .bottom-category-box .cat-title {
    font-size: 40px;
  }
  .bottom-category-box .cat-decor {
    right: -580px;
  }
  .bottom-category-box .cat-info-title {
    font-size: 30px;
  }
  .bottom-category-box .cat-info-wrap {
    width: 340px;
    padding-right: 20px;
    height: 200px;
    line-height: 200px;
  }
  .orders-box .item-order-wrap.cart .order-title {
    min-height: 42px;
  }
  .orders-box .item-order-wrap.cart .order-features,
  .orders-box .item-order-wrap.cart .order-select {
    min-width: 470px;
  }
  .orders-box .cart-total-wrap {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .orders-box .cart-total-wrap .form-wrap {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
  .orders-box .cart-total-wrap .total-wrap {
    text-align: center;
    width: 100%;
  }
  .orders-box .cart-total-wrap .cart-button-wrap {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product-box .photos-box {
    padding-right: 0;
  }
  .product-box .photos-box .preview-block {
    overflow: hidden;
    width: 0;
  }
  .product-box .photos-box .main-block .item-photo {
    min-height: 0;
  }
  .product-box .photos-box .main-block .owl-nav {
    display: block;
  }
  .product-box .info-wrap .actions-wrap {
    float: none;
    clear: both;
  }
  .product-box .features-wrap .tbl-text {
    padding-left: 10px;
  }
  .product-box .features-wrap th:first-child .tbl-text,
  .product-box .features-wrap td:first-child .tbl-text {
    padding-right: 10px !important;
  }
  .orders-box .item-order-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 120px;
  }
  .orders-box .item-order-wrap.cart:first-child .cart-actions-wrap {
    top: 29px;
  }
  .orders-box .item-order-wrap.cart:first-child .cart-price-wrap {
    top: 30px;
  }
  .orders-box .item-order-wrap.cart .cart-actions-wrap {
    top: 49px;
  }
  .orders-box .item-order-wrap.cart .cart-price-wrap {
    top: 50px;
  }
  .orders-box .item-order-wrap .order-photo {
    margin-left: -120px;
  }
  .orders-box .btn,
  .orders-box button,
  .orders-box input[type="submit"] {
    min-width: 180px;
  }
  .bottom-category-box {
    padding: 0;
    height: 400px;
  }
  .bottom-category-box.type-second {
    padding: 0;
  }
  .bottom-category-box.type-second .cat-title-wrap {
    padding: 0 10px;
    width: 100%;
  }
  .bottom-category-box.type-second .cat-title {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .bottom-category-box.type-second .cat-info-wrap {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .bottom-category-box .cat-decor {
    display: none;
  }
  .bottom-category-box .cat-title-wrap {
    padding: 0 10px;
    text-align: center;
    width: 100%;
  }
  .bottom-category-box .cat-title {
    width: 100%;
    text-align: center;
  }
  .bottom-category-box .cat-info-wrap {
    background: rgba(247, 247, 247, 0.85);
    position: relative;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    -webkit-transition: background ease 0.2s;
    transition: background ease 0.2s;
  }
  .bottom-category-box:hover .cat-info-wrap {
    background: #f7f7f7;
  }
  .catalog-box .button-wrap .btn,
  .catalog-box .button-wrap button,
  .catalog-box .button-wrap input[type="submit"] {
    padding: 0 30px;
  }
}
@media (max-width: 639px) {

  table.profile-table {
    display: block;
    position: relative;
  }
  table.profile-table thead {
    display: none;
  }
  table.profile-table tbody,
  table.profile-table tr,
  table.profile-table td,
  table.profile-table th {
    display: block;
    min-width: 100%;
    max-width: 100%;
    width: 100%\9;
    float: left\9;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  table.profile-table tbody:first-child,
  table.profile-table tr:first-child,
  table.profile-table td:first-child,
  table.profile-table th:first-child {
    width: 100%;
    padding-bottom: 5px;
  }
  table.profile-table tbody:last-child,
  table.profile-table tr:last-child,
  table.profile-table td:last-child,
  table.profile-table th:last-child {
    padding-top: 0;
  }
  table.profile-table textarea,
  table.profile-table input[type="text"],
  table.profile-table input[type="password"],
  table.profile-table input[type="email"],
  table.profile-table input[type="number"],
  table.profile-table input[type="range"],
  table.profile-table input[type="search"],
  table.profile-table input[type="tel"],
  table.profile-table input[type="url"] {
    font-size: 16px;
    line-height: 20px;
  }
  .product-box .features-wrap table {
    display: block;
    width: 100%;
  }
  .product-box .features-wrap table thead {
    display: none;
  }
  .product-box .features-wrap table tbody,
  .product-box .features-wrap table tr,
  .product-box .features-wrap table td,
  .product-box .features-wrap table th {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%\9;
    float: left\9;
    position: relative;
    overflow: hidden;
    text-align: left;
  }
  .product-box .features-wrap table th:first-child,
  .product-box .features-wrap table td:first-child {
    padding-bottom: 0;
  }
  .product-box .features-wrap table th:last-child,
  .product-box .features-wrap table td:last-child {
    padding-bottom: 15px;
  }
  .product-box .features-wrap table .tbl-text {
    padding: 0;
  }
  .product-box .features-wrap table .tbl-text:before {
    opacity: 0;
  }
  .orders-box .cart-total-wrap .cart-total {
    font-size: 16px;
  }
  .orders-box .cart-total-wrap .total-value {
    font-size: 20px;
    min-width: 0;
  }
  .orders-box .cart-actions-wrap {
    right: 0;
    float: left;
  }
  .orders-box .cart-price-wrap {
    position: relative;
    top: auto !important;
    right: auto;
    width: 100%;
    float: none;
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
  }
  .orders-box .cart-price {
    text-align: left;
  }
  .orders-box .item-order-wrap.cart {
    padding-right: 150px;
  }
  .orders-box .item-order-wrap.cart .order-features,
  .orders-box .item-order-wrap.cart .order-select {
    min-width: 0;
    margin-left: 0;
    margin-right: -150px;
  }
  .orders-box .item-order-wrap.cart .order-title {
    min-height: 0;
  }
  .orders-box .item-order-wrap table th:first-child,
  .orders-box .item-order-wrap table td:first-child {
    min-width: 0;
  }
  .orders-box .button-wrap {
    width: 100%;
  }
  .orders-box .item-wrap {
    margin-bottom: 50px;
  }
  .orders-box .order-items-wrap {
    margin-bottom: 30px;
  }
  .orders-box .btn,
  .orders-box button,
  .orders-box input[type="submit"] {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 479px) {
  
  .bx-auth-profile p:last-child .btn,
  .bx-auth-profile p:last-child button,
  .bx-auth-profile p:last-child input[type="submit"] {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 0px auto;
    padding: 0 10px;
  }
  .orders-box .item-order-wrap {
    padding-left: 0;
  }
  .orders-box .item-order-wrap.cart {
    padding-left: 0;
    padding-right: 0;
  }
  .orders-box .item-order-wrap.cart .order-photo {
    display: block;
    text-align: left;
    width: 100px;
    margin: 0 0 20px 0;
    float: none;
  }
  .orders-box .item-order-wrap.cart .order-features,
  .orders-box .item-order-wrap.cart .order-select {
    margin-right: 0;
  }
  .orders-box .item-order-wrap table {
    display: block;
    width: 100%;
  }
  .orders-box .item-order-wrap table thead {
    display: none;
  }
  .orders-box .item-order-wrap table tbody,
  .orders-box .item-order-wrap table tr,
  .orders-box .item-order-wrap table td,
  .orders-box .item-order-wrap table th {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%\9;
    float: left\9;
    position: relative;
    overflow: hidden;
  }
  .orders-box .item-order-wrap table th:first-child,
  .orders-box .item-order-wrap table td:first-child {
    padding-bottom: 0;
  }
  .orders-box .item-order-wrap table th:last-child,
  .orders-box .item-order-wrap table td:last-child {
    padding-bottom: 15px;
  }
  .orders-box .item-order-wrap table .tbl-text {
    padding: 0;
  }
  .orders-box .item-order-wrap table .tbl-text:before {
    opacity: 0;
  }
  .orders-box .item-order-wrap .order-photo {
    display: block;
    text-align: left;
    width: 100px;
    margin: 0 0 20px 0;
    float: none;
  }
  .orders-box .item-order-wrap .order-info {
    padding-top: 0;
  }
  .bottom-category-box .cat-title {
    font-size: 30px;
  }
  .bottom-category-box .cat-info-title {
    font-size: 24px;
  }
  .catalog-actions-box .action-wrap {
    padding-left: 0;
  }
  .catalog-actions-box .action-wrap > label {
    margin: 0 0 5px 0;
    line-height: 22px;
    height: auto;
    float: none;
  }
}
@media (min-width: 640px) {
  .main-slider-box {
    font-size: 24px;
  }
  .catalog-box .item-wrap {
    width: 50%;
  }
  .catalog-box .item-catalog {
    max-width: 100%;
  }
  .catalog-slider-box .item-catalog {
    max-width: 100%;
  }
  .catalog-slider-box .owl-nav {
    margin: 0;
    position: absolute;
    top: -95px;
    left: 10px;
  }
  .form-box {
    max-width: 100%;
  }
  .form-box .form-wrap {
    max-width: 425px;
    margin: 0 auto;
  }
  .sale-box .item-wrap {
    width: 50%;
    float: left;
  }
  .sale-box .item-sale {
    max-width: 100%;
  }
  .news-box .item-wrap {
    width: 50%;
  }
  .news-box .item-new {
    max-width: 100%;
  }
  .news-slider-box .item-new {
    max-width: 100%;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .categories-box .items-wrap {
    margin: 0 -20px 0 -20px;
  }
  .categories-box .item-wrap {
    width: 50%;
  }
  .categories-box .item-wrap:nth-child(2):before {
    display: none;
  }
  .categories-box .item-wrap:nth-child(2n+1):after {
    display: block;
  }
}
@media (min-width: 768px) {
  .catalog-actions-box {
    text-align: right;
    font-size: 0;
  }
  .catalog-actions-box .action-wrap {
    padding: 0;
    margin: 0 70px 0 0;
    display: inline-block;
    vertical-align: top;
  }
  .catalog-actions-box .action-wrap > label {
    width: auto;
    margin: 0 26px 0 0;
  }
  .catalog-actions-box .action-wrap.view {
    margin-right: 0;
  }
  .catalog-actions-box .action-wrap.view .action-select {
    width: 96px;
  }
  .catalog-actions-box .action-select {
    width: 246px;
    float: left;
  }
}
@media (min-width: 1024px) {
  .popup-map-box {
    height: 500px;
  }
  .popup-cart-box {
    padding: 85px 20px 100px 20px;
  }
  .popup-callback-box {
    padding-top: 170px;
  }
  .popup-search-box {
    padding: 228px 60px 222px 60px;
  }
  .popup-search-box .frm-main-search {
    padding-right: 40px;
  }
  .tabs-box {
    margin-bottom: 28px;
  }
  .tabs-box a {
    font-size: 26px;
  }
  .contacts-box {
    max-width: 100%;
    margin-bottom: 40px;
    position: relative;
  }
  .contacts-box h1,
  .contacts-box .main-title {
    position: absolute;
    top: 0;
    right: 66px;
    width: 600px;
  }
  .contacts-box .contacts-outer-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 20px;
    padding-right: 696px;
  }
  .contacts-box .map-wrap {
    width: auto;
    float: left;
    max-width: 900px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 696px;
    bottom: 0;
  }
  .contacts-box .contacts-wrap {
    width: 600px;
    float: right;
    padding-top: 76px;
    margin: 0 -630px 0 0;
  }
  .main-slider-box {
    font-size: 30px;
  }
  .main-slider-box .owl-dots {
    text-align: left;
    padding-left: 20px;
    bottom: -15px;
  }
  .main-slider-box .owl-dot {
    margin: 0 2px 0 0;
  }
  .main-slider-box .slider-button {
    display: block;
  }
  .main-slider-box .text-row {
    padding: 0 50px;
  }
  .catalog-box .items-wrap {
    margin: 0 -40px;
  }
  .catalog-box .item-wrap {
    width: 33.333%;
  }
  .catalog-slider-box .slider-wrap {
    margin: 0 -40px 0 -10px;
  }
  .catalog-slider-box .owl-nav {
    left: 10px;
  }
  .sale-box .item-wrap {
    width: 33.333%;
  }
  .one-new-box {
    margin-bottom: 10px;
  }
  .one-new-box .new-photo {
    width: 32.2%;
    padding: 0 40px 0 0;
    margin-bottom: 30px;
    max-width: 100%;
    float: left;
  }
  .one-new-box h1,
  .one-new-box .main-title {
    display: none;
  }
  .one-new-box h1 ~ h1,
  .one-new-box .main-title ~ h1,
  .one-new-box h1 ~ .main-title,
  .one-new-box .main-title ~ .main-title {
    display: block;
    padding-top: 8px;
  }
  .categories-box.main .item-wrap.main {
    width: 50%;
  }
  .categories-box.main .item-wrap.main .item-category .cat-pic {
    width: 46%;
  }
  .categories-box.main .item-wrap.main-second .item-category .cat-title {
    padding: 0 20px 0 59%;
    text-align: right;
  }
  .categories-box.main .item-wrap.main-second .item-category .cat-subtitle {
    margin-right: 0;
    margin-left: -40px;
  }
  .categories-box.main .item-wrap.main-second .item-category .cat-pic {
    right: auto;
    left: 6.9%;
  }
  .categories-box.main .item-wrap.main-second .item-category .cat-button {
    text-align: right;
    right: 20px;
  }
  .categories-box.main .item-wrap:after,
  .categories-box.main .item-wrap:before {
    display: block;
  }
  .categories-box.main .item-wrap:nth-child(1):before,
  .categories-box.main .item-wrap:nth-child(2):before {
    display: none;
  }
  .categories-box.main .item-wrap:nth-child(3):before {
    display: block;
  }
  .categories-box.main .item-wrap:nth-child(3):after {
    display: block;
  }
  .categories-box.main .item-wrap:nth-child(2):after,
  .categories-box.main .item-wrap:nth-child(5):after {
    display: none;
  }
  .categories-box.main .item-category {
    padding-top: 5px;
    padding-bottom: 95px;
  }
  .categories-box.main .item-category .cat-button {
    display: block;
  }
  .categories-box.main .item-category .cat-link {
    display: none;
  }
  .categories-box.main .item-category .cat-title {
    top: 45%;
  }
  .categories-box .item-wrap {
    width: 33.333%;
  }
  .categories-box .item-wrap:after {
    display: block;
  }
  .categories-box .item-wrap:nth-child(2):before,
  .categories-box .item-wrap:nth-child(3):before {
    display: none;
  }
  .categories-box .item-wrap:nth-child(3n+3):after {
    display: none;
  }
  .news-box .item-wrap {
    width: 33.33%;
  }
  .text-box .item-text-toggle {
    margin-bottom: 3px;
  }
  .article-box > img,
  .article-box p > img,
  .article-box picture {
    width: 40%;
    max-width: 500px;
    float: left;
    margin: 8px 40px 32px 0;
  }
  .main-title-box {
    margin-bottom: 3.3em;
  }
  .main-title-box .title-wrap {
    float: left;
    margin: 0 30px 0 0;
  }
  .main-title-box .info-wrap {
    float: left;
    line-height: 22px;
    padding: 20px 0 0 0;
  }
  .main-title-box .main-title {
    margin: 0;
  }
  .main-title-box .second-title {
    margin: 0;
  }
  .main-title-box.type-second {
    margin-bottom: 3em;
  }
  .main-title-box.type-second .info-wrap {
    padding-top: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .categories-box.main .item-category .btn,
  .categories-box.main .item-category button,
  .categories-box.main .item-category input[type="submit"] {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
  .categories-box.main .item-category .btn.button-border,
  .categories-box.main .item-category button.button-border,
  .categories-box.main .item-category input[type="submit"].button-border {
    line-height: 38px;
  }
}
@media (min-width: 1024px) and (max-width: 1799px) {
  .contacts-box h1,
  .contacts-box .main-title {
    width: 50%;
    right: 0;
    padding: 0 0 0 30px;
  }
  .contacts-box .contacts-outer-wrap {
    padding-right: 0;
  }
  .contacts-box .map-wrap {
    right: 50%;
  }
  .contacts-box .contacts-wrap {
    width: 50%;
    padding-left: 30px;
    padding-right: 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .product-box .photos-wrap {
    width: 50%;
    float: left;
    max-width: 860px;
  }
  .product-box .product-title-wrap {
    margin-bottom: 45px;
  }
  .product-box .info-wrap {
    width: 50%;
    float: right;
    padding-left: 40px;
    max-width: 837px;
  }
  .main-slider-box {
    font-size: 36px;
  }
  .catalog-wrap-box > h1,
  .catalog-wrap-box > .main-title {
    width: 77%;
    margin-right: 0;
    margin-left: auto;
    display: block;
    max-width: 1250px;
    margin-bottom: 1.5em;
  }
  .catalog-filter-wrap {
    width: 23%;
    padding: 0 30px 0 0;
    float: left;
  }
  .catalog-filter-wrap .frm-field-price {
    max-width: 340px;
  }
  .catalog-filter-wrap + .catalog-content-wrap,
  .catalog-filter-wrap + div {
    width: 77%;
    float: right;
    max-width: 1250px;
  }
  .catalog-filter-wrap + .catalog-content-wrap .catalog-box .items-wrap,
  .catalog-filter-wrap + div .catalog-box .items-wrap {
    margin: 0 -50px 0 0;
  }
  .catalog-filter-wrap + .catalog-content-wrap .catalog-box .item-wrap,
  .catalog-filter-wrap + div .catalog-box .item-wrap {
    width: 50%;
  }
  .catalog-content-wrap {
    width: 100%;
  }
  .catalog-actions-box {
    margin-bottom: 50px;
  }
  .catalog-box .item-wrap {
    margin-bottom: 42px;
    padding: 0 20px;
  }
  .catalog-box .items-wrap {
    margin: 0 -50px;
  }
  .catalog-slider-box .sl-item {
    padding: 0 20px;
  }
  .catalog-slider-box .slider-wrap {
    margin: 0 -50px 0 -20px;
  }
  .catalog-slider-box .owl-nav {
    left: 20px;
  }
  .one-new-box .new-photo {
    padding-right: 60px;
  }
  .news-box .items-wrap {
    margin: 0 -20px;
  }
  .news-box .item-wrap {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .news-slider-box .slider-wrap {
    margin: 0 -20px;
  }
  .news-slider-box .sl-item {
    padding: 0 20px;
  }
  .breadcrumbs-box {
    padding-left: 22px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .product-box .info-wrap .actions-wrap {
    float: none;
    clear: both;
  }
  .product-box .features-wrap .tbl-text {
    padding-left: 10px;
  }
  .product-box .features-wrap th:first-child .tbl-text,
  .product-box .features-wrap td:first-child .tbl-text {
    padding-right: 10px !important;
  }
}
@media (min-width: 1400px) {
  .main-title-box .info-wrap {
    font-size: 20px;
    line-height: 24px;
    padding-top: 22px;
  }
  .main-title-box .main-title {
    padding-left: 40px;
  }
  .main-title-box .second-title {
    padding-left: 80px;
  }
  .main-title-box .second-title:before {
    width: 50px;
  }
  .categories-box .items-wrap {
    margin: 0 0;
  }
  .categories-box.main .item-wrap.main-second .item-category .cat-title {
    padding-right: 40px;
  }
  .categories-box.main .item-wrap.main-second .item-category .cat-button {
    right: 40px;
  }
  .categories-box.main .item-category .cat-button {
    left: 40px;
  }
  .breadcrumbs-box {
    padding-left: 62px;
  }
  .catalog-box .items-wrap {
    margin-left: -20px;
  }
  .catalog-box .item-wrap {
    width: 25%;
  }
  .catalog-filter-wrap + .catalog-content-wrap .catalog-box .items-wrap,
  .catalog-filter-wrap + div .catalog-box .items-wrap {
    margin-left: -50px;
  }
  .catalog-filter-wrap + .catalog-content-wrap .catalog-box .item-wrap,
  .catalog-filter-wrap + div .catalog-box .item-wrap {
    width: 33.33%;
  }
  .main-slider-box .slider-text-wrap {
    padding-left: 40px;
  }
  .main-slider-box .owl-dots {
    padding-left: 40px;
  }
  .news-slider-box .slider-wrap {
    padding: 0 110px;
  }
  .news-slider-box .owl-nav {
    width: auto;
    padding: 0;
    margin: 0;
  }
  .news-slider-box .owl-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -15px;
  }
  .news-slider-box .owl-next {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -15px;
  }
}
@media (min-width: 1600px) {
  .main-slider-box {
    font-size: 60px;
  }
  .main-slider-box .sl-item {
    height: 600px;
  }
  .main-slider-box .text-row {
    height: 75px;
    line-height: 75px;
  }
  .main-slider-box .slider-inner-wrap {
    padding-bottom: 0;
    padding-top: 90px;
  }
  .news-box .item-wrap {
    width: 25%;
  }
  .breadcrumbs-box {
    padding-left: 92px;
  }
  .categories-box.main .item-wrap.main .item-category {
    padding-bottom: 50px;
  }
  .categories-box.main .item-wrap.main .item-category .cat-button {
    bottom: 40px;
  }
  .categories-box.main .item-wrap.main .item-category .cat-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .categories-box.main .item-wrap.main .item-category .cat-title {
    font-size: 40px;
    line-height: 1;
  }
  .categories-box.main .item-wrap.main .item-category .cat-pic {
    right: 5%;
  }
  .categories-box.main .item-wrap.main-second .item-category .cat-pic {
    left: 5%;
    right: auto;
  }
}

.item-noselect {
    border: 1px solid #cccccc;
    pointer-events: none;
    cursor: default;
  }

.product-box [id^="popup"] {
  display: none;
}

.frm-select-color.noselect {
  position: relative;
  pointer-events: none;
}
.frm-select-color.noselect:after {
  content: "";
  display: block;
  top: 2px;
  bottom: 2px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  background: rgba(226, 226, 226, 0.85) url(../img/icons/ico-cross.png) center no-repeat;
  background-size: 16px auto;
}
.frm-select-text.noselect {
  position: relative;
  pointer-events: none;
}
.frm-select-text.noselect:after {
  content: "";
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  background: rgba(226, 226, 226, 0.65);
}
.frm-select-text.noselect:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  right: 8px;
  height: 1px;
  z-index: 4;
  background: rgba(51, 51, 51, 0.65);
  margin-top: 1px;
}
@media (min-width: 1200px) {
  .header .main-menu-wrap .menu-wrap ul.menu > li > a.active:before {
    opacity: 0;
  }
  .header .main-menu-wrap .menu-wrap ul.menu > li > a.active:hover:before {
    opacity: 1;
  }
  .header .main-menu-wrap .menu-wrap ul.menu > li > a.active:hover span {
    border-bottom: none !important;
  }
  .header .main-menu-wrap .menu-wrap ul.menu > li > a.active span {
    border-bottom: 1px solid;
  }
}



.bx-filter-select-block {
  line-height: 1;
  text-align: left;
  position: relative;
}
.bx-filter-select-block .bx-filter-select-text {
  border-bottom: 1px solid #e3e3e3;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  font-weight: 300;
  color: #333;
  padding: 0 32px 0 0;
}
.bx-filter-select-block .bx-filter-select-arrow {
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/spr.png);
  background-position: -287px -87px;
  width: 12px;
  height: 7px;
  position: absolute;
  top: 21px;
  right: 0;
  margin-top: -3px;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.frm-field-price.field-digits {
  padding-top: 0;
}
.frm-field-price.field-digits .price-range-wrap {
  padding-top: 0;
}
.frm-select-color .bx-filter-btn-color-icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.frm-calendar {
  position: relative;
  line-height: 1;
}
.frm-calendar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-calendar .bx_filter_parameters_box_container_block {
  margin-bottom: 10px;
  position: relative;
}
.frm-calendar .bx_filter_parameters_box_container_block:last-child {
  margin: 0;
}
.frm-calendar .calendar-icon {
  position: absolute;
  top: 13px;
  left: 0;
  margin: 0;
}
.frm-calendar input[type="text"] {
  padding: 0 30px;
}
body .popup-window {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0px 10px 0px;
  min-width: 200px;
}
body .popup-window li {
  margin: 0;
  padding: 5px 10px 5px 40px;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  cursor: pointer;
}
body .popup-window li:hover,
body .popup-window li.active {
  background: #f6f6f6;
}
body .popup-window li:before {
  top: 17px;
  left: 20px;
}
body .popup-window li .bx-filter-btn-color-icon {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin: 5px 5px 0 0;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}



.bx-filter-param-btn-inline:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.bx-filter-param-btn-inline .frm-select-color {
  float: left;
}
.frm-field-price div.price-range-wrap {
  padding-right: 188px;
  padding-left: 0;
}
.frm-field-price div.price-range-wrap .price-title {
  width: 100%;
  float: left;
  padding: 2px 5px 0px 0;
  min-height: 24px;
  margin: 0;
  line-height: 20px;
  height: auto;
}
.frm-field-price div.price-range-wrap .price-range {
  width: 188px;
  float: right;
  margin: 0 -188px 0 0;
}


.frm-select input[disabled] ~ label,
.frm-select-color input[disabled] ~ label,
.frm-select input.disabled ~ label,
.frm-select-color input.disabled ~ label {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  pointer-events: none;
  opacity: 0.8;
  cursor: default;
}
.frm-select label.disabled,
.frm-select-color label.disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  pointer-events: none;
  opacity: 0.8;
  cursor: default;
}
.bx_filter_calendar_container.disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  pointer-events: none;
  opacity: 0.8;
  cursor: default;
}

.blog-comment-content {
    font-size: 18px;
}




.bx_compare .bx_filtren_container ul li:before {
	display: none;
}

.basket-item-property-value ul li:before {
	display: none;
}

.catalog-slider-box .slider:not(.owl-loaded):after {
  content: ".";display: block;height: 0;clear: both;visibility: hidden;font-size: 0;
}
.catalog-slider-box .slider:not(.owl-loaded) .sl-item {
  width: 100%;
  float: left;
}
@media (min-width: 640px) {
  .catalog-slider-box .slider:not(.owl-loaded) .sl-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .catalog-slider-box .slider:not(.owl-loaded) .sl-item {
    width: 33%;
  }
}
@media (min-width: 1400px) {
  .catalog-slider-box .slider:not(.owl-loaded) .sl-item {
    width: 25%;
  }
}




.basket-items-list-table td {
  background: #fff;
}

.basket-items-list-table tr:nth-child(2n) td {
  background: #fff;
}


.product-item-scu-item-list li:before {
	display: none;
}

.form-group input[type="text"]{
	border: 1px solid #e3e3e3;
}


.bx-soa-pp-list li:before {
	display: none;
}

.bx-red .btn.btn-default {
	border-radius: 0px;
}


.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
	border-color: #e34342;
}


div.bx-blue .btn.btn-default {
	border-color: #c54544;
    background-color: #c54544;
	border-radius: 0px;
}

div.bx-blue .btn.btn-default:hover {
	border-color: #b83736;
    background-color: #b83736;
	border-radius: 0px;
}

form-control:focus {
	box-shadow: none;
}

.sale-order-list-title-container {
	background: #efecec;
}

.sale-order-list-button {
	border-radius: 0px;
}

.sale-order-detail-about-order-inner-container-repeat-button {
	border-radius: 0px;
}

.sale-order-detail-total-payment-list-left li:before {
	display: none;
}

.sale-order-detail-total-payment-list-right li:before {
	display: none;
}

.bx-authform-social li:before {
	display: none;
}

.bx-ui-sls-container input[type="text"] {
	text-align: left;
}

.form-group input[type="text"] {
	text-align: left;
	padding-left: 10px;
}

.form-group textarea {
	text-align: left;
	padding-left: 10px;
}

.btn {
	border-radius: 0px;
}

.btn:hover {
	color: #fff;
}

.btn.active {
	webkit-box-shadow: none;
    box-shadow: none;
}