@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.ft {
  font-family: 'Gilroy';
}
.fb {
  font-family: 'Futura PT';
}
.ms {
  background: #1aada1;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aada1), to(#0f8e99));
  background: -o-linear-gradient(#1aada1, #0f8e99);
  background: linear-gradient(#1aada1, #0f8e99);
}
/* ----------------------------------- *\
      media
\* ----------------------------------- */
@media(min-width:1024px){
  [data-media="xs-m"]{
    display: none !important;
  }
}
@media(min-width:1281px){
  [data-media="1024"]{
    display: none !important;
  }
}
@media(min-width:1024px){
  [data-media="768"]{
    display: none !important;
  }
}
@media(min-width:480px){
  [data-media="480"],
  [data-media="xs-m"]{
    display: none !important;
  }
}
@media(max-width:1280px){
  [data-media="1920"]{
    display: none !important;
  }
}
@media(max-width:1023px){
  [data-media="1024"],
  [data-media="desktop"]{
    display: none !important;
  }
}
@media(max-width:480px){
  [data-media="768"],
  [data-media="desktop"]{
    display: none !important;
  }
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
  color: #2b2b2b;
  background: #e6e8eb;
  font-size: 16px;
  line-height: 1.5556;
  font-weight: 300;
}
p,
ul,
ol,
li {
  margin-bottom: 1.5556em;
  position: relative;
}
p img,
ul img,
ol img,
li img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
li:last-child {
  margin-bottom: 0;
}
li {
  padding-left: 13px;
}
li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #2b2b2b;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 1px;
  margin-top: -1px;
}
a {
  text-decoration: none;
  color: #158c8c;
}
a:hover {
  text-decoration: underline;
}
h1,
.main-title,
h2,
.second-title,
h3,
.small-title {
  font-size: 32px;
  line-height: 1.3611;
  margin-bottom: 0.9em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-family: 'Gilroy';
}
h2,
.second-title {
  font-size: 26px;
}
h3,
.small-title {
  font-size: 22px;
}
.text-att {
  color: #158c8c;
}
.text-center {
  text-align: center;
}
@media (max-width: 767px) {
  h1,
  .main-title {
    font-size: 26px;
  }
  h2,
  .second-title {
    font-size: 22px;
  }
  h3,
  .small-title {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  h1,
  .main-title {
    font-size: 22px;
  }
  h2,
  .second-title {
    font-size: 20px;
  }
  h3,
  .small-title {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}
/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 15px;
  min-width: 320px;
  max-width: 1200px;
  width: 100%;
}
.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 40px;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: 320px;
  width: 100%;
}
.header,
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 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;
}
.footer {
  font-size: 16px;
  font-weight: 300;
  color: #575757;
  text-align: center;
  line-height: 24px;
  padding: 28px 0;
  background: #fff;
  overflow: hidden;
}
.footer .inner-wrap {
  overflow: hidden;
}
.footer .copy-wrap {
  margin-bottom: 20px;
}
.footer p {
  margin: 0;
}
.footer a {
  color: #575757;
}
.footer .studio {
  display: inline-block;
  padding-left: 28px;
  background: url(../img/main/studio.png) 0 5px no-repeat;
  background-size: 19px auto;
  margin-left: 2px;
}
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}
.header p,
.header ul {
  margin: 0;
}
.header li {
  margin: 0;
  padding: 0;
}
.header li:before {
  display: none;
}
.header-top-panel {
  /*border-bottom: 1px solid #e5e5e5;*/
  border-bottom: 1px solid #18A69F;
  position: relative;
  overflow: hidden;
}
.header-top-panel .inner-wrap {
  height: 49px;
  overflow: hidden;
}
.header-top-panel .location-wrap {
  text-align: center;
  height: 49px;
  line-height: 49px;
  font-size: 14px;
  font-weight: 300;
  color: #575757;
  padding: 0 60px;
}
.header-top-panel .location-text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  /*line-height: 20px;*/
  text-align: center;
}
.header-top-panel .menu-wrap {
  display: none;
  height: 49px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 49px;
  color: #575757;
  width: 100%;
  max-width: 830px;
  margin: 0 0 0 auto;
}
.header-top-panel .menu-wrap ul {
  text-align: justify;
}
.header-top-panel .menu-wrap ul:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.header-top-panel .menu-wrap li {
  display: inline-block;
  vertical-align: top;
}
.header-top-panel .menu-wrap a {
  display: block;
  height: 49px;
  line-height: 49px;
  color: #575757;
  text-decoration: none;
}
.header-top-panel .menu-wrap a:hover,
.header-top-panel .menu-wrap a.active {
  text-decoration: none;
  color: #158c8c;
}
.header-main-panel {
  position: relative;
}
.header-main-panel .inner-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.header-main-panel .logo-wrap {
  line-height: 1;
  text-align: center;
  padding: 20px 0;
  width: 253px;
  margin: 0 auto;
}
.header-main-panel .phone-wrap {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
}
.header-main-panel .search-wrap {
  margin-right: 60px;
  line-height: 1;
}
.header-main-panel .btn-action-cart {
  float: left;
  position: absolute;
  bottom: 0;
  right: 0;
}
.header-main-panel .btn-action-cart .button-title {
  display: none;
}
.header-main-panel .header-wrap {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
  line-height: 1;
}
.header-main-panel .button {
  width: 200px;
  margin: 0 auto;
}
.header-main-panel .button .btn,
.header-main-panel .button button,
.header-main-panel .button input[type="submit"] {
  width: 100%;
  padding: 0 10px;
}
.header-main-panel .phone {
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.025em;
  font-family: 'Gilroy';
}
.header-main-panel .phone a {
  color: #2b2b2b;
  text-decoration: none;
  letter-spacing: 0.025em;
  font-family: 'Gilroy';
}
.header-main-panel .phone a:hover {
  text-decoration: none;
}
.nav {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.025em;
}
.nav ul {
  margin: 0;
}
.nav li {
  margin: 0;
  padding: 0;
}
.nav li:before {
  display: none;
}
.nav li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.025em;
  font-family: 'Futura PT';
}
#accordioncatalog.active [data-element="trigger"],
.nav li a:hover,
.nav li a.active {
  background: rgba(20, 31, 51, 0.1);
  text-decoration: none;
  color: #fff;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0;
  font-size: 10px;
}
.logo img {
  display: block;
  width: 100%;
}
.logo:hover {
  text-decoration: none;
}
.mobile {
  display: none;
}
.news-box .items-wrap .mobile-news {
  display: none;
}
@media (max-width: 1023px) {
  .mobile {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: 100%;
    align-items: center;
  }
  .news-box .items-wrap .item-wrap {
    /*    display: none;*/
  }
  .news-box .items-wrap .mobile-news {
    /*    display: block;*/
  }
  .header-top-panel.mobile {
    border-bottom: none;
  }
  .location-wrap {
    display: none;
  }
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: 99;
  }
  .nav .btn-action-menu {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 23px;
    right: 0;
    z-index: 101;
  }
  .nav .btn-action-menu.active {
    position: fixed;
  }
  .nav .btn-action-menu.active:before,
  .nav .btn-action-menu.active:after {
    border-color: #fff;
  }
  .nav .inner-wrap {
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 100;
    padding: 50px 0px;
    background: #1aada1;
    background: -webkit-gradient(linear, left top, left bottom, from(#1aada1), to(#0f8e99));
    background: -o-linear-gradient(#1aada1, #0f8e99);
    background: linear-gradient(#1aada1, #0f8e99);
  }
  .nav li a {
    padding: 20px 50px;
  }
  .nav .menu-wrap {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 20px;
  }
  .nav .menu-wrap a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 480px) {
  .header-main-panel .phone-wrap {
    width: 380px;
    overflow: hidden;
  }
  .header-main-panel .phone {
    float: left;
  }
  .header-main-panel .button {
    float: right;
  }
}
@media (min-width: 640px) {
  .header-main-panel .logo-wrap {
    margin: 0 auto 0 0;
  }
  .header-main-panel .header-wrap {
    position: absolute;
    top: 35px;
    right: 15px;
    left: 290px;
    margin: 0 0 0 auto;
  }
  .header-main-panel .search-wrap {
    margin-right: 70px;
  }
  .header-main-panel .phone-wrap {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1024px) {
  .content-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .side {
    width: 270px;
    position: relative;
    float: left;
  }
  .content {
    margin-left: -300px;
    width: 100%;
    float: right;
  }
  .cnt {
    margin-left: 300px;
    position: relative;
  }
  .footer {
    text-align: left;
  }
  .footer .studio-wrap {
    float: right;
    width: 50%;
    padding-left: 10px;
    text-align: right;
  }
  .footer .copy-wrap {
    float: left;
    width: 50%;
    margin: 0;
  }
  .header {
    border-bottom: none;
    padding: 0;
  }
  .header-top-panel .inner-wrap {
    padding-left: 255px;
  }
  .header-top-panel .location-wrap {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 0;
    height: 49px;
    line-height: 49px;
    width: 240px;
    text-align: left;
  }
  .header-top-panel .menu-wrap {
    display: block;
  }
  .header-main-panel {
    padding: 0;
  }
  .header-main-panel .inner-wrap {
    height: 120px;
    padding-top: 35px;
    padding-left: 305px;
  }
  .header-main-panel .logo-wrap {
    height: 120px;
    line-height: 110px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 15px;
  }
  .header-main-panel .phone-wrap {
    float: left;
    width: 380px;
    margin: 0;
    padding: 0;
  }
  .header-main-panel .header-wrap {
    top: 35px;
    right: 15px;
    left: 735px;
    max-width: 100%;
  }
  .nav {
    height: 70px;
    line-height: 1;
    overflow: hidden;
    font-weight: 400;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 3px 15px 0px rgba(31, 204, 190, 0.3), inset 0px -1px 1px 0px rgba(0, 0, 0, 0.15), inset 0px 3px 12px 0px rgba(255, 255, 255, 0.3);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 3px 15px 0px rgba(31, 204, 190, 0.3), inset 0px -1px 1px 0px rgba(0, 0, 0, 0.15), inset 0px 3px 12px 0px rgba(255, 255, 255, 0.3);
    background: #1aada1;
    background: -webkit-gradient(linear, left top, left bottom, from(#1aada1), to(#0f8e99));
    background: -o-linear-gradient(#1aada1, #0f8e99);
    background: linear-gradient(#1aada1, #0f8e99);
  }
  .nav .menu-wrap {
    display: none;
  }
  .nav .nav-wrap {
    text-align: center;
    margin: 0 -15px;
  }
  .nav .nav-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .nav .nav-wrap li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .nav .nav-wrap a {
    height: 70px;
    line-height: 70px; /*убрал*/
    /*line-height: 15px;*/
    padding: 0 10px;
    letter-spacing: 0em;
  }
  .nav .nav-wrap a span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 20px;
    /*padding-top: 15px;*/ /*добавил*/
  }
  .nav .btn-action-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-main-panel .search-wrap {
    width: 270px;
    margin: 0;
  }
  .header-main-panel .btn-action-cart .button-title {
    display: block;
  }
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-regular-webfont.eot');
  src: url('../fonts/gilroy-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gilroy-regular-webfont.woff2') format('woff2'), url('../fonts/gilroy-regular-webfont.woff') format('woff'), url('../fonts/gilroy-regular-webfont.ttf') format('truetype'), url('../fonts/gilroy-regular-webfont.svg#gilroyregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-regular-webfont.eot');
  src: url('../fonts/gilroy-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gilroy-regular-webfont.woff2') format('woff2'), url('../fonts/gilroy-regular-webfont.woff') format('woff'), url('../fonts/gilroy-regular-webfont.ttf') format('truetype'), url('../fonts/gilroy-regular-webfont.svg#gilroyregular') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-Medium.eot');
  src: local('Futura PT Medium'), local('FuturaPT-Medium'), url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Medium.woff2') format('woff2'), url('../fonts/FuturaPT-Medium.woff') format('woff'), url('../fonts/FuturaPT-Medium.ttf') format('truetype'), url('../fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Futura PT';
  src: url('../fonts/FuturaPT-Medium.eot');
  src: local('Futura PT Medium'), local('FuturaPT-Medium'), url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Medium.woff2') format('woff2'), url('../fonts/FuturaPT-Medium.woff') format('woff'), url('../fonts/FuturaPT-Medium.ttf') format('truetype'), url('../fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'als_rublregular';
  src: url('../fonts/rouble-webfont.eot');
  src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble-webfont.woff') format('woff'), url('../fonts/rouble-webfont.ttf') format('truetype'), url('../fonts/rouble-webfont.svg#als_rublregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.r {
  font-family: 'als_rublregular' !important;
  text-transform: none !important;
}
.r:after {
  content: "a";
}
/*
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: -36px -147px;
  width: 32px;
  height: 12px;
}
.i-a02 {
  background-image: url(../img/spr.png);
  background-position: -154px -68px;
  width: 8px;
  height: 12px;
}
.i-a03 {
  background-image: url(../img/spr.png);
  background-position: -154px -36px;
  width: 8px;
  height: 12px;
}
.i-a04 {
  background-image: url(../img/spr.png);
  background-position: -88px -147px;
  width: 8px;
  height: 4px;
}
.i-blank {
  background-image: url(../img/spr.png);
  background-position: -133px -104px;
  width: 1px;
  height: 1px;
}
.i-ico-adv01 {
  background-image: url(../img/spr.png);
  background-position: -52px -52px;
  width: 32px;
  height: 32px;
}
.i-ico-adv02 {
  background-image: url(../img/spr.png);
  background-position: 0px -52px;
  width: 32px;
  height: 32px;
}
.i-ico-adv03 {
  background-image: url(../img/spr.png);
  background-position: -52px 0px;
  width: 40px;
  height: 32px;
}
.i-ico-adv04 {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 32px;
  height: 32px;
}
.i-ico-cart {
  background-image: url(../img/spr.png);
  background-position: -112px -44px;
  width: 16px;
  height: 20px;
}
.i-ico-check {
  background-image: url(../img/spr.png);
  background-position: -93px -104px;
  width: 20px;
  height: 20px;
}
.i-ico-delivery {
  background-image: url(../img/spr.png);
  background-position: -44px -104px;
  width: 29px;
  height: 20px;
}
.i-ico-handle {
  background-image: url(../img/spr.png);
  background-position: -154px 0px;
  width: 10px;
  height: 16px;
}
.i-ico-search {
  background-image: url(../img/spr.png);
  background-position: 0px -147px;
  width: 16px;
  height: 16px;
}
.i-ico-sep {
  background-image: url(../img/spr.png);
  background-position: -154px -100px;
  width: 6px;
  height: 11px;
}
.i-ico-shopping {
  background-image: url(../img/spr.png);
  background-position: -112px 0px;
  width: 22px;
  height: 24px;
}
.i-ico-wallet {
  background-image: url(../img/spr.png);
  background-position: 0px -104px;
  width: 24px;
  height: 23px;
}
/* ----------------------------------- *\
      forms elements styles
\* ----------------------------------- */
select,
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: 50px;
  border: none;
  background: #edeff1;
  padding: 0 20px;
  font-size: 16px;
  color: #2b2b2b;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
select {
  display: block;
  width: 100%;
  padding-right: 0;
  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;
  -o-text-overflow: '';
     text-overflow: '';
  outline: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
select.frm-select-link {
  font-size: 16px;
  font-weight: 300;
  color: #158c8c;
  background: none;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  vertical-align: baseline;
  height: auto;
  width: auto;
  line-height: 30px;
  display: inline-block;
}
select::-ms-expand {
  display: none;
}
[placeholder]::-webkit-input-placeholder {
  color: #828282;
}
[placeholder]:-moz-placeholder {
  color: #828282;
}
[placeholder]::-moz-placeholder {
  color: #828282;
}
[placeholder]:-ms-input-placeholder {
  color: #828282;
}
.btn,
button,
input[type="submit"] {
  background: #1aada1;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aada1), to(#0f8e99));
  background: -o-linear-gradient(#1aada1, #0f8e99);
  background: linear-gradient(#1aada1, #0f8e99);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 3px 15px 0px rgba(31, 204, 190, 0.3), inset 0px -1px 1px 0px rgba(0, 0, 0, 0.15), inset 0px 3px 12px 0px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 3px 15px 0px rgba(31, 204, 190, 0.3), inset 0px -1px 1px 0px rgba(0, 0, 0, 0.15), inset 0px 3px 12px 0px rgba(255, 255, 255, 0.3);
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  border: none;
  padding: 0 50px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-family: 'Futura PT';
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  color: #fff;
  text-decoration: none;
  background: #2db8b0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2db8b0), to(#249ca8));
  background: -o-linear-gradient(#2db8b0, #249ca8);
  background: linear-gradient(#2db8b0, #249ca8);
}
.btn.btn-border,
button.btn-border,
input[type="submit"].btn-border {
  height: 50px;
  line-height: 48px;
  border-radius: 25px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #158c8c;
  padding: 0 34px;
  color: #158c8c;
}
.btn.btn-border:hover,
button.btn-border:hover,
input[type="submit"].btn-border:hover {
  background: #158c8c;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}
.btn.btn-border.btn-small,
button.btn-border.btn-small,
input[type="submit"].btn-border.btn-small {
  height: 30px;
  line-height: 28px;
  padding: 0 18px;
  border-radius: 15px;
}
.btn.fancybox-button,
button.fancybox-button,
input[type="submit"].fancybox-button {
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 0;
}
.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.button-bg {
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 3px 15px 0px rgba(31, 204, 190, 0.3), inset 0px 3px 12px 0px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 3px 15px 0px rgba(31, 204, 190, 0.3), inset 0px 3px 12px 0px rgba(255, 255, 255, 0.3);
  background: #1aada1;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aada1), to(#0f8e99));
  background: -o-linear-gradient(#1aada1, #0f8e99);
  background: linear-gradient(#1aada1, #0f8e99);
}
.btn-action-ico.button-bg:hover {
  background: #1aada1;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aada1), to(#0f8e99));
  background: -o-linear-gradient(#1aada1, #0f8e99);
  background: linear-gradient(#1aada1, #0f8e99);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 3px 15px 0px rgba(31, 204, 190, 0.3), inset 0px 3px 12px 0px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 3px 15px 0px rgba(31, 204, 190, 0.3), inset 0px 3px 12px 0px rgba(255, 255, 255, 0.3);
}
.btn-action-ico.button-bg.button-hover:hover {
  background: #2db8b0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2db8b0), to(#249ca8));
  background: -o-linear-gradient(#2db8b0, #249ca8);
  background: linear-gradient(#2db8b0, #249ca8);
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 3px 15px 0px rgba(31, 204, 190, 0.3), inset 0px 3px 12px 0px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 3px 15px 0px rgba(31, 204, 190, 0.3), inset 0px 3px 12px 0px rgba(255, 255, 255, 0.3);
}
.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;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
}
.btn-action-ico:hover {
  text-decoration: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-action-ico[data-count] {
  overflow: visible;
}
.btn-action-ico[data-count]:after {
  content: attr(data-count);
  display: block;
  float: left;
  position: absolute;
  top: 100%;
  left: 100%;
  margin: -18px 0 0 -18px;
  min-width: 20px;
  height: 20px;
  border: 2px solid #fff;
  line-height: 16px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 0 4px 0 2px;
  border-radius: 50%;
  background: #108e99;
}
.btn-action-ico.search:before {
  background-image: url(../img/spr.png);
  background-position: 0px -147px;
  width: 16px;
  height: 16px;
}
.btn-action-ico.cart:before {
  background-image: url(../img/spr.png);
  background-position: -112px -44px;
  width: 16px;
  height: 20px;
}
.btn-action-ico.delivery:before {
  background-image: url(../img/spr.png);
  background-position: -44px -104px;
  width: 29px;
  height: 20px;
}
.btn-action-ico.wallet:before {
  background-image: url(../img/spr.png);
  background-position: 0px -104px;
  width: 24px;
  height: 23px;
}
.btn-action-ico.shopping:before {
  background-image: url(../img/spr.png);
  background-position: -112px 0px;
  width: 22px;
  height: 24px;
}
.btn-action-menu {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.btn-action-menu:before,
.btn-action-menu:after {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  border-top: 2px solid #158c8c;
  border-bottom: 2px solid #158c8c;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -10px;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  -o-transition: transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.btn-action-menu:before {
  border-top: none;
  height: 2px;
  margin-top: -1px;
}
.btn-action-menu.active:after {
  border-top: none;
  height: 2px;
  margin-top: -1px;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-menu.active:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-action-del,
.btn-action-close {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.btn-action-del:after,
.btn-action-close:after,
.btn-action-del:before,
.btn-action-close:before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  background: #b8b8b8;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-del:before,
.btn-action-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-action-del:hover:after,
.btn-action-close:hover:after,
.btn-action-del:hover:before,
.btn-action-close:hover:before {
  background: #a7a7a7;
}
.btn-action-plus,
.btn-action-minus {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  background: #47b3aa;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.btn-action-plus:after,
.btn-action-minus:after,
.btn-action-plus:before,
.btn-action-minus:before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -4px;
  background: #fff;
}
.btn-action-plus:before,
.btn-action-minus:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-action-plus:hover,
.btn-action-minus:hover {
  background: #69d5cc;
}
.btn-action-minus:before {
  display: none;
}
.btn-action-cart {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  padding-left: 50px;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}
.btn-action-cart:hover {
  text-decoration: none;
}
.btn-action-cart:hover .button-title {
  color: #158c8c;
}
.btn-action-cart .btn-action-ico {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.btn-action-cart .button-title {
  padding-left: 15px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2b2b2b;
  -webkit-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
  letter-spacing: 0.025em;
  font-family: 'Futura PT';
}
.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;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.owl-prev,
.owl-next {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #158c8c;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.owl-prev:hover,
.owl-next:hover {
  background: #158c8c;
}
.owl-prev:hover:before,
.owl-next:hover:before {
  opacity: 0;
}
.owl-prev:hover:after,
.owl-next:hover:after {
  opacity: 1;
}
.owl-prev:before,
.owl-next:before,
.owl-prev:after,
.owl-next:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -154px -68px;
  width: 8px;
  height: 12px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.owl-prev:after,
.owl-next:after {
  opacity: 0;
  background-image: url(../img/spr.png);
  background-position: -154px -36px;
  width: 8px;
  height: 12px;
}
.owl-prev:before,
.owl-prev:after {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  position: relative;
  overflow: hidden;
  margin: 0 8px;
}
.owl-dot:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #9fc7c9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.owl-dot:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #9a9e9f;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.owl-dot:hover:before,
.owl-dot.active:before {
  opacity: 1;
}
.owl-dot:hover:after,
.owl-dot.active:after {
  background: #158c8c;
}
.frm-buttons {
  position: relative;
  line-height: 1;
  height: 40px;
  text-align: center;
  font-size: 0;
}
.frm-buttons .frm-action-button {
  margin: 0 18px;
}
.frm-buttons .frm-action-button:first-child {
  margin-left: 0;
}
.frm-buttons .frm-action-button:first-child .button-help {
  left: 96px;
  width: 355px;
}
.frm-buttons .frm-action-button:last-child {
  margin-right: 0;
}
.frm-buttons .frm-action-button:last-child .button-help {
  left: -56px;
}
.frm-action-button {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
}
.frm-action-button:hover .button-help {
  display: block;
}
.frm-action-button:hover:after {
  display: block;
}
.frm-action-button:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border: 10px solid rgba(0, 0, 0, 0);
  border-bottom-color: #47b3aa;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.frm-action-button .btn-action-ico {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
}
.frm-action-button .button-help {
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  line-height: 20px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  width: 310px;
  padding: 20px;
  background: #47b3aa;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -155px;
  margin-top: 20px;
  text-align: left;
  z-index: 20;
}
.frm-action-button .button-help li {
  margin-bottom: 20px;
}
.frm-action-button .button-help li:before {
  background: #fff;
  top: 10px;
}
.frm-action-button .button-help li:last-child {
  margin-bottom: 0;
}
.frm-counter {
  display: block;
  width: 110px;
  height: 50px;
  line-height: 1;
  padding: 0 20px;
  position: relative;
}
.frm-counter .btn-action-plus {
  width: 20px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.frm-counter .btn-action-minus {
  width: 20px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.frm-counter input[type="text"] {
  display: block;
  height: 50px;
  text-align: center;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 300;
}
.frm-field-input {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-field-input input[required] ~ label:after {
  content: " *";
  color: #ff6666;
}
.frm-field-input input.not-empty ~ label {
  display: none;
}
.frm-field-input input:focus ~ label {
  display: none;
}
.frm-field-input > label {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 50px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 300;
  color: #828282;
  text-align: left;
  padding: 0 20px;
}
.frm-select-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #2b2b2b;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
}
.frm-select-text label {
  display: block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  cursor: pointer;
  padding: 0 10px;
}
.frm-select-text input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.frm-select-text input:checked ~ label {
  background: #158c8c;
  color: #fff;
}
.frm-select-text label.CCheck {
  background: #158c8c;
  color: #fff;
}
.frm-select {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
  opacity: 0;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select input[type="checkbox"] ~ label:after {
  background: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -93px -104px;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  margin: 0;
}
.frm-select input[type="radio"] ~ label:after,
.frm-select input[type="radio"] ~ label:before {
  border-radius: 50%;
}
.frm-select label {
  display: block;
  position: relative;
  min-height: 20px;
  padding-left: 30px;
  cursor: pointer;
}
.frm-select label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  background: #edeff1;
  position: absolute;
  top: 0;
  left: 0;
}
.frm-select label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 10px;
  margin: -4px 0 0 -4px;
  opacity: 0;
  background: #158c8c;
}
.frm-req {
  display: inline;
  color: #ff6666;
}
.frm-main-search {
  position: relative;
  line-height: 1;
}
.frm-main-search input[type="text"],
.frm-main-search input[type="search"] {
  height: 50px;
  border-radius: 25px;
  padding: 0 40px 0 25px;
}
.frm-main-search .btn-action-ico {
  width: 54px;
  height: 50px;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
}
.frm-row {
  line-height: 1;
  position: relative;
  margin-bottom: 20px;
}
.frm-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-row .frm-select {
  float: left;
  margin: 0 20px 0 0;
}
.frm-field {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
  float: left;
}
.frm-row-submit {
  line-height: 1;
  position: relative;
  margin-top: 30px;
}
.frm-row-submit .btn,
.frm-row-submit button,
.frm-row-submit input[type="submit"] {
  width: 100%;
  padding: 0 10px;
}
.frm-row-submit .frm-info {
  margin-top: 28px;
}
.frm-info {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #828282;
}
.frm-info a {
  text-decoration: underline;
  color: #828282;
}
.frm-info a:hover {
  text-decoration: none;
}
.frm-title {
  display: block;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 24px;
  text-align: center;
  padding: 28px 20px;
  margin-bottom: 50px;
  background: #1aada1;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aada1), to(#0f8e99));
  background: -o-linear-gradient(#1aada1, #0f8e99);
  background: linear-gradient(#1aada1, #0f8e99);
}
.frm-popup {
  padding-bottom: 20px;
}
.frm-popup .frm-title {
  margin-left: -20px;
  margin-right: -20px;
}
.frm-popup .frm-wrap {
  max-width: 270px;
  margin: 0 auto;
}
.frm-range {
  padding-bottom: 20px;
  position: relative;
  line-height: 1;
}
.title-price{
  margin-bottom: 7px;
}
.filters_price_row {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .filters_price_row input{
    margin-right: 30px;
    width: 41%;
  }
.frm-range .range-labels {
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
}
.frm-range .range-label {
  float: left;
}
.frm-range .range-label + .range-label {
  float: right;
}
.frm-range #min,
.frm-range #max {
  display: inline;
}
.ui-dialog {
  width: 370px !important;
  left: 50% !important;
  margin-left: -185px;
}
body .ui-slider {
  height: 2px;
  background: #ccc;
}
body .ui-slider .ui-slider-range {
  background: #158c8c;
}
body .ui-slider .ui-slider-handle {
  outline: none;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -154px 0px;
  width: 10px;
  height: 16px;
  margin: 0 0 0 -5px;
  cursor: pointer;
  top: 0;
}
body .ui-widget-overlay {
  background: rgba(27, 31, 38, 0.6);
}
body .ui-dialog {
  padding: 0;
  background: #fff;
}
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: fixed;
  z-index: 99;
  min-width: 0;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
}
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: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -11px;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-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);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .ui-dialog .ui-dialog-content {
  padding: 0 20px 0px 20px;
  min-height: 0px !important;
}
@media (max-width: 399px) {
  .ui-dialog {
    width: 300px !important;
    margin-left: -150px;
  }
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@-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-tab-block {
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
.js-tab-block.active {
  display: block;
}
.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;
}
.ico-block {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 2px;
  text-decoration: none;
}
.ico-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.items-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.center-image {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-size: 0;
}
.center-image img,
.center-image svg,
.center-image .i,
.center-image:before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.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;
}
/* ----------------------------------- *\
      items styles
\* ----------------------------------- */
.item-logo {
  display: block;
  position: relative;
  overflow: hidden;
  height: 140px;
  text-decoration: none;
}
.item-logo img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 120px;
  margin: auto;
}
.item-gallery {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #2b2b2b;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  text-align: left;
  -webkit-transition: -webkit-box-shadow ease 0.2s;
  transition: -webkit-box-shadow ease 0.2s;
  -o-transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s, -webkit-box-shadow ease 0.2s;
}
.item-gallery.col-2 {
  background: #dde4eb;
}
.item-gallery.action {
  color: #fff;
}
.item-gallery.action:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(25, 34, 51, 0.6);
}
.item-gallery.action .gal-title {
  padding-right: 30px;
}
.item-gallery:hover {
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.item-gallery:before {
  content: "";
  display: block;
  padding-top: 88.8888%;
}
.item-gallery img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-gallery .gal-title {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
}
.item-gallery .elm-tag {
  margin: 0;
  z-index: 4;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.item-adv {
  display: block;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #2b2b2b;
  text-decoration: none;
  text-transform: uppercase;
}
.item-adv .adv-ico {
  display: block;
  margin: 0 auto 20px auto;
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 3px 15px 0px rgba(31, 204, 190, 0.3), inset 0px 3px 12px 0px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 3px 15px 0px rgba(31, 204, 190, 0.3), inset 0px 3px 12px 0px rgba(255, 255, 255, 0.3);
  background: #1aada1;
  background: -webkit-gradient(linear, left top, left bottom, from(#1aada1), to(#0f8e99));
  background: -o-linear-gradient(#1aada1, #0f8e99);
  background: linear-gradient(#1aada1, #0f8e99);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.item-adv .adv-ico img,
.item-adv .adv-ico .i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 40px;
  max-height: 40px;
  margin: auto;
}
.item-adv p {
  margin: 0;
}
.item-new {
  display: block;
  position: relative;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: #158c8c;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  text-align: left;
  padding: 20px 30px 32px 30px;
}
.item-new:hover,
.item-new.att {
  background: #31a39a;
  text-decoration: none;
  color: #fff;
}
.item-new .new-date {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
  height: 30px;
  display: block;
  position: relative;
  overflow: hidden;
}
.item-new .new-text {
  display: block;
  position: relative;
  overflow: hidden;
}
.item-new p {
  margin: 0;
}
.item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.item-photo:before {
  content: "";
  display: block;
  position: relative;
  padding-top: 100%;
}
.item-photo img {
  display: block;
  position: absolute;
  top: 0;
  /*bottom: 0;*/
  left: 0;
  right: 0;
  margin: auto;
 /*max-width: 100%;*/
  /*max-width: 400px;*/
  /*max-height: 100%;*/
}
.card-box .item-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item-catalog {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  color: #2b2b2b;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow ease 0.2s;
  transition: -webkit-box-shadow ease 0.2s;
  -o-transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s, -webkit-box-shadow ease 0.2s;
  padding-bottom: 20px;
  margin: 0 auto;
}
.item-catalog .cat-photo {
  display: block;
  line-height: 1;
  height: 240px;
  margin-bottom: 10px;
  position: relative;
}
.item-catalog .cat-photo img {
  display: block;
  position: absolute;
  /*top: -45px;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;

}
.item-catalog .cat-title {
  display: block;
  height: 56px;
  margin-bottom: 15px;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
.item-catalog .cat-price-wrap {
  height: 40px;
  display: block;
  position: relative;
  padding: 0 10px 0 20px;
  font-size: 09;
}
.item-catalog .cat-price-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.item-catalog .cat-price-old {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #828282;
  text-decoration: line-through;
  height: 40px;
  line-height: 40px;
}
.item-catalog .cat-price {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
  position: relative;
  height: 40px;
  padding: 0 17px 0 48px;
  font-size: 18px;
  line-height: 40px;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 3px 15px 0px rgba(31, 204, 190, 0.3), inset 0px -1px 1px 0px rgba(0, 0, 0, 0.15), inset 0px 3px 12px 0px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 3px 15px 0px rgba(31, 204, 190, 0.3), inset 0px -1px 1px 0px rgba(0, 0, 0, 0.15), inset 0px 3px 12px 0px rgba(255, 255, 255, 0.3);
  background: #4abeb5;
  background: -webkit-gradient(linear, left top, left bottom, from(#4abeb5), to(#1d858f));
  background: -o-linear-gradient(#4abeb5, #1d858f);
  background: linear-gradient(#4abeb5, #1d858f);
}
.item-catalog .cat-price:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -112px -44px;
  width: 16px;
  height: 20px;
  position: absolute;
  top: 9px;
  left: 20px;
}
.item-catalog .elm-tag {
  display: block;
  float: left;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}
.item-catalog:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
}
.item-cart {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #2b2b2b;
  text-decoration: none;
  padding: 20px 330px 20px 200px;
  height: 160px;
}
.item-cart:hover {
  text-decoration: none;
}
.item-cart .cart-photo {
  display: block;
  width: 160px;
  height: 120px;
  position: absolute;
  top: 20px;
  left: 20px;
  overflow: hidden;
}
.item-cart .cart-photo img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.item-cart .cart-counter-wrap {
  width: 150px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 180px;
  margin-top: -25px;
}
.item-cart .cart-title-wrap {
  width: 100%;
  float: left;
  height: 120px;
  line-height: 110px;
  padding: 0 20px 0 0;
}
.item-cart .cart-title-inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  width: 100%;
}
.item-cart .cart-title {
  display: block;
  max-height: 72px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.item-cart .cart-title a {
  color: #2b2b2b;
  text-decoration: none;
}
.item-cart .cart-title a:hover {
  text-decoration: none;
  color: #158c8c;
}
.item-cart .cart-total-wrap {
  height: 50px;
  width: 120px;
  position: absolute;
  top: 50%;
  right: 60px;
  margin-top: -25px;
}
.item-cart .cart-price-wrap {
  line-height: 20px;
  display: block;
  height: 20px;
  overflow: hidden;
}
.item-cart .cart-total {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 300;
}
.item-cart .cart-price {
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 0 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
}
.item-cart .cart-tags {
  display: inline-block;
  vertical-align: top;
}
.item-cart .elm-tag {
  display: inline-block;
  vertical-align: top;
  margin: 0 9px 0 0;
}
.item-cart .btn-action-del {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -20px;
}
.elm-tag {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 20px;
  padding: 0 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-decoration: none;
  margin: 0 10px 10px 0;
  font-size: 11px;
  text-transform: uppercase;
}
.elm-tag:hover {
  text-decoration: none;
  color: #fff;
}
.elm-tag.color01 {
  background: #47b3aa;
}
.elm-tag.color02 {
  background: #43a0bf;
}
.elm-tag.color03 {
  background: #fd9540;
}
.elm-photo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.elm-photo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.elm-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .item-cart {
    padding-left: 160px;
    padding-right: 280px;
  }
  .item-cart .cart-counter-wrap {
    width: 130px;
    right: 150px;
  }
  .item-cart .cart-total-wrap {
    width: 110px;
    right: 40px;
  }
  .item-cart .cart-photo {
    width: 140px;
    height: 140px;
    top: 10px;
    left: 10px;
  }
  .item-cart .btn-action-del {
    right: 0;
  }
}
@media (max-width: 639px) {
  .item-cart {
    padding: 20px;
    height: auto;
    text-align: center;
  }
  .item-cart .cart-photo {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px auto;
    position: relative;
    top: auto;
    left: auto;
  }
  .item-cart .cart-title-wrap {
    line-height: 1;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
  }
  .item-cart .cart-counter-wrap,
  .item-cart .cart-total-wrap {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    clear: both;
    margin: 0 0 0px 0;
  }
  .item-cart .frm-counter {
    margin: 0 auto;
  }
  .item-cart .btn-action-del {
    top: 0;
    right: 0;
    z-index: 2;
    margin: 0;
  }
}
@media (min-width: 640px) {
  .item-catalog {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .item-new .new-text {
    height: 84px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .item-cart {
    padding-left: 160px;
    padding-right: 280px;
  }
  .item-cart .cart-counter-wrap {
    width: 130px;
    right: 150px;
  }
  .item-cart .cart-total-wrap {
    width: 110px;
    right: 40px;
  }
  .item-cart .cart-photo {
    width: 140px;
    height: 140px;
    top: 10px;
    left: 10px;
  }
  .item-cart .btn-action-del {
    right: 0;
  }
}
@media (min-width: 1200px) {
  .item-adv {
    line-height: 80px;
    min-height: 80px;
    padding: 0 0 0 100px;
    position: relative;
    text-align: left;
  }
  .item-adv .adv-ico {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  .item-adv .adv-title {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 24px;
  }
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.logos-box {
  margin-bottom: 50px;
}
.logos-box .slider-wrap {
  position: relative;
  padding: 0 25px;
}
.logos-box .sl-item {
  padding: 0 15px;
  display: block;
  position: relative;
  line-height: 1;
}
.logos-box .owl-prev,
.logos-box .owl-next {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
.logos-box .owl-next {
  left: auto;
  right: 0;
}
.logos-box .owl-dots {
  display: none;
}
.gallery-box {
  margin-bottom: 30px;
}
.gallery-box .items-wrap {
  margin: 0 -15px;
}
.gallery-box .item-wrap {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
}
.gallery-box .item-gallery + .item-gallery {
  margin-top: 30px;
}
.adv-box {
  margin-bottom: 30px;
}
.adv-box .items-wrap {
  margin: 0 -15px;
  font-size: 0;
  text-align: center;
}
.adv-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 30px;
  max-width: 240px;
}
.main-slider-box {
  margin-bottom: 0px;
  position: relative;
}
.main-slider-box .sl-item {
  position: relative;
}
.main-slider-box .sl-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.main-slider-box .text-wrap {
  max-width: 400px;
}
.main-slider-box .owl-dots {
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  margin-top: 20px;
}
.main-slider-box .owl-prev {
  position: absolute;
  bottom: 0;
  left: 20px;
}
.main-slider-box .owl-next {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.main-slider-box .inner-wrap {
  min-height: 400px;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 3;
}
.main-slider-box .inner-wrap .btn,
.main-slider-box .inner-wrap button,
.main-slider-box .inner-wrap input[type="submit"] {
  margin-top: 1.7em;
}
.main-slider-box .owl-prev,
.main-slider-box .owl-next {
  width: 40px;
  height: 40px;
  opacity: 0.3;
  background: none;
  border-radius: 0;
  border: none;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.main-slider-box .owl-prev:before,
.main-slider-box .owl-next:before {
  background-image: url(../img/spr.png);
  background-position: -36px -147px;
  width: 32px;
  height: 12px;
  opacity: 1;
}
.main-slider-box .owl-prev:after,
.main-slider-box .owl-next:after {
  display: none;
}
.main-slider-box .owl-prev:hover,
.main-slider-box .owl-next:hover {
  opacity: 1;
  background: none;
}
.main-slider-box .owl-prev:hover:before,
.main-slider-box .owl-next:hover:before {
  background-image: url(../img/spr.png);
  background-position: -36px -147px;
  width: 32px;
  height: 12px;
  opacity: 1;
}
.main-slider-box h1,
.main-slider-box .main-title {
  line-height: 1.3889;
  margin-bottom: 0.6em;
}
.news-box {
  margin-bottom: 55px;
  position: relative;
  padding-bottom: 30px;
}
.news-box .button-wrap {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.news-box .items-wrap {
  margin: 0 -15px;
  padding-top: 15px;
}
.news-box .item-wrap {
  display: block;
  margin-bottom: 30px;
  padding: 0 15px;
  float: left;
  width: 100%;
}
.news-box h1,
.news-box .main-title {
  margin-bottom: 0.7em;
}
.filter-box {
  background: #fff;
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  overflow: hidden;
}
.filter-box .filter-section {
  padding: 25px 30px 10px 30px;
  border-bottom: 1px solid #f2f2f2;
}
.filter-box .filter-checks-menu {
  overflow: hidden;
  padding: 25px 20px 15px 20px;
  height: 150px;
}
.filter-box .filter-range-wrap {
  margin-bottom: 20px;
}
.filter-box .filter-checks-wrap {
  overflow: hidden;
  margin: 0 -36px 0 0;
}
.filter-box .frm-select-text {
  float: left;
  margin: 0 5px 10px 0;
  max-width: 100%;
}
.filter-box .frm-select {
  float: left;
  margin: 0 36px 20px 0;
}
.catalog-title-box {
  overflow: hidden;
  margin-bottom: 30px;
}
.catalog-title-box h1,
.catalog-title-box .main-title {
  margin-bottom: 15px;
}
.catalog-title-box .sort-wrap {
  font-size: 16px;
  line-height: 30px;
}
.catalog-menu-box {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  background: #158c8c;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.catalog-menu-box ul {
  margin: 0;
}
.catalog-menu-box li {
  margin: 0;
  padding: 0;
}
.catalog-menu-box li:before {
  display: none;
}
.catalog-menu-box > ul ul {
  display: none;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
  padding: 10px 0;
}
.catalog-menu-box > ul ul a {
  padding: 10px 20px;
  color: #2b2b2b;
  text-transform: none;
  font-weight: 300;
}
.catalog-menu-box > ul ul a:hover,
.catalog-menu-box > ul ul a.active {
  color: #158c8c;
}
.catalog-menu-box > ul > li:hover + li > a:before {
  opacity: 0;
}
.catalog-menu-box > ul > li:first-child > a:before {
  display: none;
}
.catalog-menu-box > ul > li > a {
  padding: 20px;
}
.catalog-menu-box > ul > li > a:hover,
.catalog-menu-box > ul > li > a.active {
  background: #45bcb3;
  background: -webkit-gradient(linear, left top, left bottom, from(#45bcb3), to(#19939e));
  background: -o-linear-gradient(#45bcb3, #19939e);
  background: linear-gradient(#45bcb3, #19939e);
}
.catalog-menu-box > ul > li > a:hover:before,
.catalog-menu-box > ul > li > a.active:before {
  opacity: 0;
}
.catalog-menu-box > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #27b0a6;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.catalog-menu-box > ul > li.open > a {
  background: #45bcb3;
  background: -webkit-gradient(linear, left top, left bottom, from(#45bcb3), to(#19939e));
  background: -o-linear-gradient(#45bcb3, #19939e);
  background: linear-gradient(#45bcb3, #19939e);
}
.catalog-menu-box > ul > li.open > a:before {
  opacity: 0;
}
.catalog-menu-box > ul > li.open + li > a:before {
  opacity: 0;
}
.catalog-menu-box a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.catalog-menu-box a:hover {
  text-decoration: none;
}
.catalog-actions-box {
  margin-bottom: 25px;
}
.catalog-actions-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.catalog-actions-box .pagenav-box {
  margin-bottom: 30px;
}
.catalog-actions-box .view-box {
  margin-bottom: 30px;
}
.view-box {
  margin-bottom: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.pagenav-box {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.pagenav-box .pages {
  display: inline-block;
  vertical-align: top;
}
.pagenav-box a,
.pagenav-box span {
  display: inline-block;
  vertical-align: top;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #2b2b2b;
  margin: 0 7px;
  padding: 0 10px;
  text-decoration: none;
}
.pagenav-box a.active,
.pagenav-box span.active {
  text-decoration: none;
  color: #158c8c;
}
.pagenav-box a:hover {
  text-decoration: none;
  color: #158c8c;
}
.tab-box {
  background: #fff;
  margin-bottom: 55px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  z-index: 2;
  position: relative;
}
.tabs-box {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2b2b2b;
  letter-spacing: 0.025em;
  text-align: center;
}
.tabs-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.tabs-box a {
  display: block;
  padding: 0 20px;
  min-width: 145px;
  height: 50px;
  line-height: 49px;
  border-bottom: 1px solid #eaeaea;
  text-decoration: none;
  color: #2b2b2b;
  letter-spacing: 0.025em;
  font-family: 'Gilroy';
}
.tabs-box a:hover,
.tabs-box a.active {
  background: #47b3aa;
  color: #fff;
  border-bottom-color: #47b3aa;
  text-decoration: none;
}
.tabs-box ul {
  overflow: hidden;
  float: left;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.07);
}
.tabs-box li {
  float: left;
  margin: 0;
  padding: 0;
}
.tabs-box li:before {
  display: none;
}
.card-box {
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  position: relative;
  min-height: 440px;
}
.card-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.card-box .photos-wrap {
  border-bottom: 1px solid #ededed;
  position: relative;
}
.card-box .features-wrap {
  margin-bottom: 20px;
}
.card-box .total-wrap {
  height: 50px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.card-box .price {
  display: block;
  float: left;
  margin: 0 10px 0 0;
  min-width: 130px;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  font-family: 'Gilroy';
}
.card-box .frm-counter {
  float: left;
}
.card-box .actions-wrap .btn,
.card-box .actions-wrap button,
.card-box .actions-wrap input[type="submit"] {
  display: block;
  width: 100%;
}
.card-box .tags-wrap {
  font-size: 0;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 10px;
  z-index: 3;
}
.card-box .info-wrap {
  padding: 20px;
}
.card-box .item-photo {
  height: 420px;
}
.card-box .item-photo:before {
  display: none;
}
.card-box .slider-wrap {
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.card-box .sl-item {
  position: relative;
  overflow: hidden;
}
.card-box h1,
.card-box .main-title {
  margin: 0 0 10px 0;
}
.card-box .m-title-wrap {
  padding: 20px;
  border-bottom: 1px solid #ededed;
}
.card-box .d-title-wrap {
  display: none;
  margin-bottom: 36px;
}
.card-box .owl-prev,
.card-box .owl-next {
  border: none;
  position: absolute;
  top: 50%;
  left: 3px;
  margin-top: -20px;
}
.card-box .owl-next {
  left: auto;
  right: 3px;
}
.card-box .elm-tag {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}
.card-box .owl-dots {
  display: none;
}
.card-box .color {
  margin-bottom: 20px;
}
.card-box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin: 0;
}
.card-box table th,
.card-box table td {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px 10px 0;
  text-align: left;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.card-box table th:last-child,
.card-box table td:last-child {
  padding-right: 0;
}
.card-box .frm-buttons {
  margin-top: 20px;
}
.content .catalog-box .items-wrap {
  padding-top: 0;
}
.catalog-box {
  margin-bottom: 25px;
  position: relative;
}
.catalog-box:last-child {
  margin-bottom: 30px;
}
.catalog-box .slider-wrap {
  margin: 0 -15px;
  padding-bottom: 15px;
}
.catalog-box .sl-item {
  position: relative;
  overflow: hidden;
  padding: 15px;
  display: block;
}
.catalog-box .item-wrap {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
  float: left;
}
.catalog-box .items-wrap {
  padding-top: 15px;
  margin: 0 -15px;
}
.catalog-box .owl-nav {
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  width: 70px;
}
.catalog-box .owl-prev {
  float: left;
}
.catalog-box .owl-next {
  float: right;
}
.catalog-box h2,
.catalog-box .second-title {
  padding-right: 80px;
  margin-bottom: 0.7em;
}
.catalog-box .owl-dots {
  display: none;
}
.catalog-box .owl-nav.disabled {
  display: none;
}
.order-box {
  margin-bottom: 30px;
}
.order-box .item-cart {
  margin-bottom: 30px;
}
.order-box .form-wrap {
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.order-box .frm-title {
  margin: 0;
}
.order-box .frm-wrap {
  padding: 30px 20px;
  margin: 0 auto;
  max-width: 400px;
}
.order-box .frm-select {
  float: left;
  margin: 0 20px 0 0;
}
.order-box .frm-select:last-child {
  margin-right: 0;
}
.order-box .frm-buttons {
  margin-top: 20px;
  margin-bottom: -10px;
}
.order-box .frm-buttons:last-child {
  margin-bottom: 0;
}
.order-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.breadcrumbs-box {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #575757;
  margin: 0 -20px 30px 0;
  overflow: hidden;
}
.breadcrumbs-box + h1,
.breadcrumbs-box + .main-title {
  margin-top: -20px;
}
.breadcrumbs-box a,
.breadcrumbs-box span {
  float: left;
  position: relative;
  display: block;
  margin: 0 20px 0 0;
}
.breadcrumbs-box a:before,
.breadcrumbs-box span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -154px -100px;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 4px;
  left: 100%;
  margin-left: 7px;
  text-decoration: none;
}
.breadcrumbs-box a:last-child:before,
.breadcrumbs-box span:last-child:before {
  display: none;
}
.breadcrumbs-box a {
  color: #158c8c;
  text-decoration: none;
}
.breadcrumbs-box a:hover {
  text-decoration: underline;
}
@media (max-width: 479px) {
  .pagenav-box a,
  .pagenav-box span {
    padding: 0 8px;
    margin: 0px;
    min-width: 15px;
  }
}
@media (min-width: 480px) {
  .tab-box {
    padding: 30px 30px;
  }
  .tabs-box a {
    min-width: 150px;
  }
  .order-box .frm-wrap {
    padding: 50px 50px;
  }
}
@media (min-width: 640px) {
  .gallery-box .item-wrap {
    width: 50%;
  }
  .gallery-box .item-gallery.col-2:before {
    padding-top: 177.777%;
    margin-top: 30px;
  }
  .main-slider-box {
    margin-bottom: 20px;
  }
  .main-slider-box .inner-wrap {
    padding-bottom: 100px;
    padding-left: 55px;
    padding-right: 55px;
    min-height: 450px;
  }
  .main-slider-box .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: left;
    padding-left: 47px;
    margin: 0;
  }
  .main-slider-box .owl-prev {
    top: 50%;
    left: 10px;
    margin-top: -20px;
  }
  .main-slider-box .owl-next {
    top: 50%;
    right: 10px;
    margin-top: -20px;
  }
  .news-box {
    padding-bottom: 0;
  }
  .news-box .button-wrap {
    left: auto;
    bottom: auto;
    top: 2px;
    float: left;
  }
  .news-box h1,
  .news-box .main-title {
    margin-right: 150px;
  }
  .card-box .info-wrap {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .card-box .info-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .card-box .features-wrap {
    width: 50%;
    padding: 0 0 0 25px;
    float: right;
    margin: 0;
  }
  .card-box .actions-wrap {
    float: left;
    width: 50%;
    padding: 0 25px 0 0;
  }
  .catalog-box .item-wrap {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .main-slider-box .text-wrap {
    max-width: 500px;
  }
  .main-slider-box .inner-wrap {
    min-height: 580px;
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left: 65px;
    padding-right: 65px;
  }
  .main-slider-box .owl-dots {
    bottom: 50px;
    padding-left: 57px;
  }
  .news-box .button-wrap {
    top: 6px;
  }
  .filter-box .filter-section {
    overflow: hidden;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .filter-box .filter-range-wrap {
    width: 48%;
    float: left;
    padding: 0 30px 0 0;
    margin: 0;
  }
  .filter-box .filter-checks-wrap {
    width: 52%;
    float: right;
    margin: 0;
    padding: 15px 0 0 30px;
    max-width: 420px;
  }
  .filter-box .frm-select:last-child {
    margin-right: 0;
  }
  .catalog-box .owl-nav {
    top: 2px;
  }
  .catalog-box h1 ~ .slider-wrap .owl-nav,
  .catalog-box .main-title ~ .slider-wrap .owl-nav {
    top: 6px;
  }
}
@media (min-width: 1024px) {
  .gallery-box .item-wrap {
    width: 25%;
  }
  .adv-box .item-wrap {
    width: 24.99%;
    max-width: 100%;
  }
  .news-box .item-wrap {
    width: 33.33%;
  }
  .content .catalog-box .items-wrap {
    padding-top: 0;
  }
  .content .catalog-box .item-wrap {
    width: 50%;
  }
  .catalog-title-box {
    padding-right: 360px;
    position: relative;
    margin-bottom: 0;
    margin-top: -20px;
  }
  .catalog-title-box h1,
  .catalog-title-box .main-title {
    margin-bottom: 30px;
  }
  .catalog-title-box .sort-wrap {
    position: absolute;
    float: left;
    top: 6px;
    right: 0;
  }
  .pagenav-box {
    text-align: left;
    margin-left: -17px;
  }
  .view-box {
    text-align: left;
  }
  .catalog-actions-box .pagenav-box {
    float: left;
  }
  .catalog-actions-box .view-box {
    float: right;
  }
  .card-box .m-title-wrap {
    display: none;
  }
  .card-box .info-wrap {
    width: 600px;
    float: right;
    margin: 0;
    padding: 25px 30px 50px 30px;
  }
  .card-box .photos-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 600px;
    border-bottom: none;
    border-right: 1px solid #ededed;
  }
  .card-box .slider-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .card-box .slider,
  .card-box .owl-stage-outer,
  .card-box .owl-stage,
  .card-box .owl-item,
  .card-box .sl-item,
  .card-box .item-photo {
    height: 100%;
  }
  .card-box .d-title-wrap {
    display: block;
  }
  .card-box .total-wrap {
    margin-bottom: 30px;
  }
  .card-box .color {
    margin-bottom: 30px;
  }
  .card-box .actions-wrap {
    padding-right: 20px;
  }
  .card-box .features-wrap {
    padding-left: 30px;
  }
  .catalog-box .item-wrap {
    width: 33.333%;
  }
  .order-box {
    padding-right: 340px;
  }
  .order-box .form-wrap {
    width: 310px;
    float: right;
    margin: 0 -340px 30px 0;
  }
  .order-box .cart-wrap {
    width: 100%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .main-slider-box .sl-item:before {
    display: none;
  }
  .main-slider-box .text-wrap {
    max-width: 600px;
  }
  .main-slider-box h1,
  .main-slider-box .main-title {
    font-size: 36px;
  }
  .main-slider-box .owl-dots {
    width: 1200px;
    left: 50%;
    right: auto;
    margin: 0 0 0 -600px;
  }
  .catalog-box .item-wrap {
    width: 25%;
  }
  .content .catalog-box .item-wrap {
    width: 33.33%;
  }
  .order-box {
    padding-right: 400px;
  }
  .order-box .form-wrap {
    width: 370px;
    margin: 0 -400px 30px 0;
  }
}
@media (min-width: 1400px) {
  .main-slider-box .inner-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-slider-box .owl-dots {
    padding-left: 8px;
  }
  .main-slider-box .owl-prev {
    left: 55px;
  }
  .main-slider-box .owl-next {
    right: 55px;
  }
}
/**/
.js-text-show,
.js-text-show1 {
  cursor: pointer;
}
.js-text-show.active {
  display: none;
}
.filter-box a:hover {
  text-decoration: none;
}
  #question-form {
      width: 30%;
      margin-bottom: 50px;
  }
  .q {
      padding-left: 30px;
      margin-top: 30px;
  }
  .test {
    display: flex;
    margin-bottom: 20px;
  }
  .filter-checks-wrap .frm-select:first-child{
    margin-right: 58px;
  }
/**/
#accordioncatalog [data-element='trigger']:hover{
  cursor: pointer;
}
#accordioncatalog ul{
  display: none;
}
#accordioncatalog.active ul{
  display: block;
}
#accordioncatalog [data-element='icon']{
  margin: 0 0 0 5px;
  position: absolute;
  transform: rotateZ(-90deg); 
  display: inline-block; 
  width: 20px; 
  height: 20px;
  transition: .2s ease;
}
#accordioncatalog.active [data-element='icon']{
  transform: rotateZ(90deg); 
  transition: .2s ease;
}