@charset "UTF-8";
@font-face {
  font-family: 'Avenir Next';
  src: local("Avenir Next Regular"), local("Avenir-Next-Regular"), url("AvenirNextCyr-Regular.woff2") format("woff2"), url("AvenirNextCyr-Regular.woff") format("woff"), url("AvenirNextCyr-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

body, html {
  margin: auto 0;
  font-size: 16px;
  font-family: 'Roboto', sans-serif; }


  .custom-model-main-search .custom-model-inner{width: 30vw;}

 .custom-model-main-search .custom-model-wrap{padding: 0;}

 .custom-model-main-search .close-btn{right: -20px;
    top: -60px;}

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.ico-trash {
    margin-right: 50px;
}

.searchTerm {
  width: 100%;
   border-radius: 6px 0 0 6px;
   border: 1px solid #ffffff;
  padding: 5px;
  height: auto;
  border-right: none;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 60px;
  height: 36px;
  border-left: none;
  border-radius: 0 6px 6px 0;
  border: 1px solid #FFD437;
  background:  linear-gradient(90.07deg, #FFD437 0.07%, #FFBC23 42.2%, #FFD437 99.95%);
  text-align: center;
  color: #fff;

  cursor: pointer;
  font-size: 16px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


  .dropdown{
  width: 150px;
  margin: 0 auto;
  } // Cosmetic value

  dt a {
      display: block;
      height: 30px;
      width: 100%;

      border: 1px solid #ffffff;
      border-radius: 5px;
      text-decoration: none;
    }
dt a{
    width: 100%;
}

    dt {
    width: 100%;
}
dt a:hover, dt a:active{
        border-color: #EAEAEA;
      }



  dd {
    position: relative;
    margin-left: -110%!important;
}

   .dropdown ul {
      display: none;
      position: absolute;
      left: 0;
      top: -30px;
      width: 100%;
      z-index: 2;
      list-style: none;
      background: #fff none repeat scroll 0 0;
      border: 1px solid #ffffff;
      border-radius: 5px;}
      .dropdown  li:first-child a{
        border-radius: 5px 5px 0 0;
      }
    .dropdown  li:first-child a:hover{
        border-radius: 5px 5px 0 0;
      }
      .dropdown  li:last-child a{
        border-radius: 0 0 5px 5px;
      }
    .dropdown  li:last-child a:hover{
        border-radius: 0 0 5px 5px;
      }


  .dropdown  li a {
      display: block;
      padding: 0 5px;

      line-height: 19px;
      text-decoration: none;}

    .dropdown  li a:hover{
        background-color: green;
        color: #fff;
        cursor: pointer;
      }


.dropdown ul li a {
    width: 170px;
    background:#EAEAEA;
    padding: 12px;
    border: solid 1px #ffffff;
}

.selected{
  /*font-weight: 700;*/
}

/*------------fix 21/10/19-------------*/

.drop-down{display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 12px;
    border: 1px solid #ffce32;
    line-height: 19px;
    font-size: 0.75em;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 15px;
    cursor: pointer;}
.thnx-wrapper{
   display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.thnx-ico{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #3498DB;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thnx-title{color: #484848;
font-size: 2.25em;
font-weight: 700;
text-align: center;margin-top: 30px;}

.thnx-txt{color: #555454;;
font-size: 1em;
text-align: center;margin-top: 20px;}

.row_flex-start{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.search-result{text-align: left;color: #2A2929;font-size: 1.5em; margin-top: 50px;}
.search-result span{font-weight: 700;}
.search-result_amount{font-size: 0.75em;text-align: left;color: #2A2929;margin-top: 25px;}
.search-result_amount span{font-weight: 700; margin-right: 10px;}
.row_space-between{  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.sort-by_row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.catalog-right .search-result_amount{font-size: 0.75em;margin-top: 0;}
.catalog-right .search-result{font-size: 0.75em;margin-top: 0;}


.catalog-right .row_space-between{margin-top: 20px;}

.default-width {
  max-width: 100%;
  width: 60vw; }

.full-width {
  max-width: 100%;
  width: 100vw; }

.color-line {
  height: 3px;
  background: -webkit-repeating-linear-gradient(left, #2A2929 0, #2A2929 5vw, #2ECC71 5vw, #2ECC71 10vw, #3498DB 10vw, #3498DB 15vw, #E74C3C 15vw, #E74C3C 20vw, #E67E22 20vw, #E67E22 25vw, #9B59B6 25vw, #9B59B6 30vw);
  background: -o-repeating-linear-gradient(left, #2A2929 0, #2A2929 5vw, #2ECC71 5vw, #2ECC71 10vw, #3498DB 10vw, #3498DB 15vw, #E74C3C 15vw, #E74C3C 20vw, #E67E22 20vw, #E67E22 25vw, #9B59B6 25vw, #9B59B6 30vw);
  background: repeating-linear-gradient(to right, #2A2929 0, #2A2929 5vw, #2ECC71 5vw, #2ECC71 10vw, #3498DB 10vw, #3498DB 15vw, #E74C3C 15vw, #E74C3C 20vw, #E67E22 20vw, #E67E22 25vw, #9B59B6 25vw, #9B59B6 30vw); }

.contacts-line-wrapper {
  background: #2A2929;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.contacts-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.contacts-line_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.contacts-line-item_wrapper a,
.contacts-line-item_wrapper span {
  font-size: 0.875em;
  text-transform: lowercase;
  color: #FFFFFF; }

.contacts-line-item_wrapper:nth-child(2n) {
  margin-left: 10px; }

.contacts-line-item_wrapper span {
  margin-left: 10px; }

.contacts-line-item_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.link-wrapper a {
  text-transform: capitalize;
  color: #2A2929;
  font-size: 0.875em;
  padding: 0 1.250vw;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.header-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1); }

.logo-wrapper {
  height: 67px;
  /*display: flex;
    align-items: center;*/ }

/*.logo-wrapper a{
    display: flex;
    align-items: center;
}*/
/*.logo-wrapper img{width: 10vw;}*/
.header-wrapper nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.header-ico-wrapper {
  padding-left: 1.563vw;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s; }

.header-ico-wrapper:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.green {
  color: #2ECC71; }

.blue {
  color: #3498DB; }

.red {
  color: #E74C3C; }

.orange {
  color: #E67E22; }

.purple {
  color: #9B59B6; }

.darkblue {
  color: #34495E; }

.green-hover:hover {
  color: #2ECC71; }

.blue-hover:hover {
  color: #3498DB; }

.red-hover:hover {
  color: #E74C3C; }

.orange-hover:hover {
  color: #E67E22; }

.purple-hover:hover {
  color: #9B59B6; }

.darkblue-hover:hover {
  color: #34495E; }

.green-bkg {
  background: #2ECC71; }

.blue-bkg {
  background: #3498DB; }

.red-bkg {
  background: #E74C3C; }

.orange-bkg {
  background: #E67E22; }

.purple-bkg {
  background: #9B59B6; }

.darkblue-bkg {
  background: #34495E; }

.green-bkg-hover:hover {
  background: #2ECC71; }

.blue-bkg-hover:hover {
  background: #3498DB; }

.red-bkg-hover:hover {
  background: #E74C3C; }

.orange-bkg-hover:hover {
  background: #E67E22; }

.purple-bkg-hover:hover {
  background: #9B59B6; }

.darkblue-bkg-hover:hover {
  background: #34495E; }

.main-slider-wrapper {
  background: url(../img/bkg2.png), -webkit-linear-gradient(359.85deg, #FFD437 0.07%, #FFBC23 42.2%, #FFD437 99.95%);
  background: url(../img/bkg2.png), -o-linear-gradient(359.85deg, #FFD437 0.07%, #FFBC23 42.2%, #FFD437 99.95%);
  background: url(../img/bkg2.png), linear-gradient(90.15deg, #FFD437 0.07%, #FFBC23 42.2%, #FFD437 99.95%);
  min-height: -webkit-calc(100vh - 128px);
  min-height: calc(100vh - 128px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto; }

.main-slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px; }

.main-slider-nav-item {
  /* font-size: 1em;*/
  color: #ffffff;
  text-transform: capitalize;
  width: 8.542vw;
  padding: 15px 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s; }
.main-slider-nav-item  a{
  color: #ffffff; }
.main-slider-nav-item:hover {
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.32); }

.main-slider_item {
  background: url("../img/baner-bkg.png"), #ffffff;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 30px;
          border-radius: 30px;
  height: 530px;
  margin-top: 65px;
  margin-bottom: 65px;
  background-position: bottom;
  -webkit-background-size: cover;
          background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.slide-info_img-wrapper {
  background: url("../img/Ellipse-baner.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 50%;
  height: 100%; }

.slide-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  height: auto; }

.slide-info_title {
  color: #2A2929;
  font-size: 4.2vw;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 800;
  line-height: 1;
  margin-left: 2vw; }

.slide-info_img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
  -webkit-border-bottom-right-radius: 30px;
          border-bottom-right-radius: 30px; }

.slide-info_txt {
  color: #2A2929;
  font-size: 2em;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 600;
  margin-left: 2vw; }

.cloud {
  height: -webkit-calc(100vh - 128px);
  height: calc(100vh - 128px);
  background: url("/img/bkg2-cloud.png"); }

.sale-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F5F5F5; }

.title-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px; }

.title-line_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.title-line_link a {
  margin-right: 10px;
  color: #2A2929;
  font-size: 1em;
  font-family: 'Avenir Next', sans-serif;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.title-line_link a:hover {
  color: #FC524A; }

.title-line_ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.title-default {
  font-size: 2.25em;
  color: #2A2929;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 800; }
.article-box_row .article-box {
  height: auto;
  margin: 0 5px;
}
.article-box_info-title {
  display: inline-block;
  width: 100%;
}
.article-box_row .article-box_img {
  width: 100%
}
.article-box_row .article-box_info {
    margin-top: 5px;
    padding: 5px;
    border-radius: 5px;

}
.article-box {
  width: 13.6vw;
  height: -webkit-calc(13.6vw + 135px);
  height: calc(13.6vw + 135px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
          height: auto;
  margin-top: 30px; }
  .article-box_row .article-box_img {
    min-height: 250px;
  }
.article-box_img {
min-height: 250px;
  position: relative;
  width: 13.6vw;
  height: 13.6vw;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-background-size: contain !important;
          background-size: contain !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  border: solid 1px #F5F5F5;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .article-box_img:hover {
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1); }

.sale-lable {
  background: url(../img/sale.png);
  background-position: left;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  margin-top: 18px;
  color: #2A2929;
  font-size: 0.75em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  text-transform: uppercase;
  font-family: 'Avenir Next', sans-serif;
  letter-spacing: 0.05em; }
  .sale-lable span {
    margin-left: 4px; }

.price-lable {
  background: url(../img/price.png);
  width: 68px;
  height: 68px;
  color: #333;
  background-repeat: no-repeat;
  background-position: right bottom;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-background-size: contain;
          background-size: contain;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-border-radius: 0 0 5px 0;
          border-radius: 0 0 5px 0;
  font-size: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .price-lable span {
    font-size: 0.75em; }

.price-row {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

/*.box-image {
      width: 13vw;
    height: 13vw;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;

}*/
.price {
  color: #BFBFBF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  font-size: 0.75em;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 800; }

.article-box_row {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 115px; }

.slick-slide img.heart-yellow {
  display: none; }

.slick-slide  .active-item img.heart-black {
  display: none; }

.slick-slide  .active-item img.heart-yellow {
  display: block; }

.heart-yellow {
    display: none; }

  .active-item .heart-black {
    display: none; }
 .active-item .heart-yellow {
    display: block; }
.add-wishlist {
  width: 20px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px; }

.article-box_info-title {
  margin-top: 20px;
  font-family: 'Avenir Next', sans-serif;
  font-size: 1em;
  font-weight: 800;
  color: #2A2929; }
.article-box_info-title a {
    color: #2A2929;
    text-decoration: none;
}
.article-box_info-txt {
  margin-top: 10px;
  font-family: 'Avenir Next', sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #2A2929; }

.buy-btn {
  background: #3498DB;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-family: 'Avenir Next', sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .buy-btn svg {
    margin-right: 10px; }

.article-box_info-btn_row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px; }

.new_item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff; }

.cloud-line {
  height: 74px;
  background: url("../img/cloud-top.png");
  margin-top: -50px; }

.cloud-line_bottom {
  height: 59px;
  background: url("../img/cloud-bottom.png");
  margin-bottom: -50px;
  z-index: 10;
  position: relative; }

.testimonials-wrapper {
  min-height: 844px;
  height: auto;
  background: -webkit-linear-gradient(359.84deg, #FFD437 0.07%, #FFBC23 42.2%, #FFD437 99.95%);
  background: -o-linear-gradient(359.84deg, #FFD437 0.07%, #FFBC23 42.2%, #FFD437 99.95%);
  background: linear-gradient(90.16deg, #FFD437 0.07%, #FFBC23 42.2%, #FFD437 99.95%); }

.testimonials-wrapper, .testimonials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.testimonials .title-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.testimonials-slider_item {
  width: 19vw;
  margin: 0 15px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .testimonials-slider_item:hover {
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1); }

.testimonials-slider_item-info {
  background: #ffffff;
  -webkit-border-radius: 0 0 15px 15px;
          border-radius: 0 0 15px 15px;
  padding: 30px 30px 30px 30px;
  /*height: 11vw;*/
  height: auto; }

.testimonials-slider_item-img {
  height: 12vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-border-radius: 15px 15px 0 0;
          border-radius: 15px 15px 0 0; }

.testimonials-slider_item-txt {
  font-size: 0.875em;
  text-align: center;
  line-height: 20px;
  color: #555454;
  font-family: 'Avenir Next', sans-serif; }

.testimonials-slider {
  margin-top: 40px; }

.testimonials-slider_item-name {
  text-align: center;
  color: #555454;
  font-weight: 800;
  margin-top: 20px;
  font-family: 'Avenir Next', sans-serif; }

.slick-dots li button:before {
  opacity: 1;
  color: white;
  width: 10px;
  height: 10px;
  line-height: 10px; }

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
  border: solid 1px #ffffff;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.slick-dots {
  bottom: -50px; }

.news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.news {
  height: auto;
  min-height: 600px; }

.news-box {
  width: 13.6vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.news-box_img {
  width: 100%;
  height: 11.45vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #F5F5F5;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden; }

.news-box_img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.news-box:hover .news-box_img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.news-row {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 100px; }

.news-box_info {
  margin-top: 20px; }

.news-box_title {
  color: #2A2929;
  font-weight: 700;
  font-size: 1em;
  font-family: 'Avenir Next', sans-serif; }

.news-box_txt {
  margin-top: 10px;
  font-family: 'Avenir Next', sans-serif;
  font-size: 0.75em;
  line-height: 15px;
  color: #555454; }

.news-box_link-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .news-box_link-container a {
    font-family: 'Avenir Next', sans-serif;
    font-size: 0.75em;
    line-height: 15px;
    color: #2A2929;
    font-weight: 700;
    margin-right: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

.news-box_link-container a:hover {
  margin-right: 20px; }

.news-box_link-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .news-box_link-ico svg path {
    stroke: #FFD437; }

.slider-wrapper {
  border-bottom: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.footer-inner {
  height: auto;
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 30px; }

.slider-gallery {
  /*margin-bottom: 60px;
    margin-top: -70px;*/
  width: 55vw; }

.prev-btn:hover path, .next-btn:hover path {
  stroke: #FFCE32; }

.slider-gallery .slider-item {
  width: 8.55vw;
  height: 8.55vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: solid 1px #F5F5F5;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin: 20px 1vw; }
  .slider-gallery .slider-item:hover {
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1); }

.slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  margin-top: -70px; }

button.prev-btn, button.next-btn {
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  z-index: 9998; }

.social-btn {
  width: 35px;
  height: 35px;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.social-btn svg {
  width: 19px;
  height: 19px; }

.facebook {
  background: #3B5998; }

.instagram {
  background: #6A453B; }

.twitter {
  background: #55ACEE; }

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.footer-column_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.nav-footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 50px; }

.nav-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.nav-column-link {
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  font-weight: 600;
  color: #2A2929;
  font-size: 1em;
  font-family: 'Avenir Next', sans-serif; }

.footer-column_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.social-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px; }

.footer-title {
  font-family: 'Avenir Next', sans-serif;
  font-size: 1.31em;
  letter-spacing: 0.02em;
  color: #2A2929;
  font-weight: 600; }

.copyright {
  height: 70px;
  background: #F5F5F5;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.copyright-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.paysystem-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.paysystem-row img {
  margin: 0 15px;
  height: 21px; }

.copyright-left a {
  font-family: 'Avenir Next', sans-serif;
  font-size: 1em;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #2A2929; }

.catalog-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px; }

.catalog-left {
  width: 15vw;
  min-height: 200px;
  height: auto; }

.catalog-right {
  width: 43vw;
  min-height: 200px;
  height: auto; }

.catalog-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.article-container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.refresh-btn .price-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px; }

.refresh-btn .price {
  font-size: 0.85em;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #2A2929; }

.article-box_img.refresh-btn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-background-size: 50% 50% !important;
          background-size: 50% !important;
  cursor: pointer; }

.page-number_row {
  margin-top: 40px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.page-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #D4D4D4;
  color: #949494;
  font-size: 0.85em;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin-right: 12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer; }
  .page-number:hover {
    background: #FFD437;
    border: 1px solid #FFD437;
    color: #2A2929; }

.simple-txt_wrapper {
  background: #F5F5F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0; }

.simple-txt {
  color: #555454;
  font-size: 0.85em;
  font-family: 'Avenir Next', sans-serif;
  line-height: 1.6em;
  text-align: justify;
  letter-spacing: 0.5px;
  margin-top: 20px; }

/*=============accordion============================*/
.accordion-container {
  width: 100%;
  margin: 0 0 20px;
  /*  padding: 20px;*/
  clear: both;
  border: solid 1px #EAEAEA;
  -webkit-border-radius: 5px 5px 5px 5px;
          border-radius: 5px 5px 5px 5px;
  margin-bottom: 30px; }

.accordion-titulo {
  background: #F6F6F6;
  position: relative;
  display: block;
  padding: 20px;
  -webkit-border-radius: 5px 5px 5px 5px;
          border-radius: 5px 5px 5px 5px;
  color: #2A2929;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-decoration: none; }

.accordion-titulo.open {
  background-color: #F6F6F6;
  border-bottom: solid 1px #EAEAEA;
  -webkit-border-radius: 5px 5px 0px 0px;
          border-radius: 5px 5px 0px 0px; }

.accordion-titulo span.toggle-icon:before {
  font-family: "FontAwesome";
  content: "\f078"; }

.accordion-titulo.open span.toggle-icon:before {
  font-family: "FontAwesome";
  content: "\f077"; }

.accordion-titulo span.toggle-icon {
  position: absolute;
  /*top: 5px;*/
  right: 10px;
  font-size: 16px;
  color: #969696; }

.accordion-content {
  padding: 20px; }

/*=============accordion end============================*/
.filter-item {
  font-size: 0.85em;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #2A2929;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: pointer;
  margin-bottom: 20px; }

.catalog-title {
  font-size: 1.5em;
  color: #2A2929;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 600; }

.filter-status_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px; }

.filter-status_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 12px;
  border: 1px solid #ffce32;
  font-size: 0.75em;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-right: 15px;
  cursor: pointer; }

.filter-item_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 27px; }

.filter-item_row input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none; }

.filter-item_row input[type=checkbox]:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 10px;
  color: transparent;
  background: #ffffff;
  text-align: center;
  width: 14px !important;
  height: 14px;
  border: 1px solid #D4D4D4;
  -webkit-border-radius: 1px;
          border-radius: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 11px; }

.filter-item_row input[type=checkbox]:checked:before {
  color: #FFD437 !important;
  border: 1px solid #FFD437; }

.filter-name {
  font-size: 0.85em;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #2A2929;
  margin-right: 18px; }

.filter-quantity {
  background: #3498DB;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 0.75em;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 5px;
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.active-item-quantity ~ .filter-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1; }

.filter-item_row {
  cursor: pointer; }

.irs--flat.irs-with-grid {
  width: 100%; }

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  border-top-color: transparent !important; }

i {
  width: 15px !important;
  height: 15px !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important; }

.irs--flat .irs-from, .irs--flat .irs-to {
  background-color: transparent !important;
  color: #181818 !important;
  font-size: 1em !important;
  margin-left: 5px; }

i, .irs--flat .irs-bar {
  background-color: #FFD437 !important; }

.irs i {
  /*border: 1px solid #ffffff;*/
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15); }

.irs-with-grid .irs-grid {
  display: none !important; }

.irs--flat .irs-line {
  height: 4px !important; }

.irs--flat .irs-bar {
  height: 4px !important; }

.irs--flat .irs-handle > i:first-child {
  top: -3px !important; }

.irs--flat .irs-min, .irs--flat .irs-max {
  background-color: transparent !important; }

.filter-status_close {
  font-size: 1.3em;
  margin-left: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.filter-status_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          line-height: 19px;
           }

.hide-filter {
  display: none;
  opacity: 0; }

.hide-filter-row {
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.clear-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 12px;
  border: 1px solid #ffce32;
  line-height: 19px;
  font-size: 0.75em;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-right: 15px;
  cursor: pointer;
  background: #ffce32;
text-align: center;
}

.preview-row .slider-item {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: solid 1px #F5F5F5;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 7vw; }

.content {
  margin-bottom: 30px; }

.content-tab {
  display: none;
  min-height: 300px;
  height: auto; }

.tabs li {
  border-bottom: 1px solid transparent;
  padding: 17px 17px 17px 0; }

li.active {
  border-bottom: 1px solid #3498DB; }

.card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
min-height: 50vh;

           }

.breadcrumbs-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0; }

.breadcrumbs, .breadcrumbs a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #949494; }

.breadcrumbs-separetor {
  margin: 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #949494; }

.breadcrumbs-separetor path {
  fill: #949494; }

.breadcrumbs-item {
  font-size: 0.875em;
  font-family: 'Avenir Next', sans-serif; }

.short-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.short-info_img-container {
  width: 22vw; }

.short-info_txt-container {
  width: 36vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.rate {
  float: left;
  height: auto;
  /* padding: 0 10px;*/ }

.rate:not(:checked) > input {
  position: absolute;
  top: -9999px; }

.rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 1em;
  color: #ccc; }

.rate:not(:checked) > label:before {
  content: '★ '; }

.rate > input:checked ~ label {
  color: #FFD437; }

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #FFD437; }

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #FFD437; }

.card-title {
  color: #484848;
  font-size: 1.5em;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 700; }

.reviews-wrapper {
  color: #BABABA;
  font-size: 0.625em;
  font-family: 'Avenir Next', sans-serif;
  margin-left: 10px; }

.rate-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.about-txt {
  margin-top: 18px;
  color: #484848;
  font-size: 0.875em;
  font-family: 'Avenir Next', sans-serif; }
  .about-txt span {
    font-weight: 700;
    margin-right: 18px; }

.about-txt a {
    color: #6c767d;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    float: left;
    width: 375px;
 }

.buy-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  margin-top: 40px; }

.buy-row_btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 50px; }

.buy-row_price {
  font-size: 2.25em;
  font-weight: 800;
  height: 44px;
  color: #2A2929;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .buy-row_price span {
    font-size: 0.5em;
    margin-left: 6px; }

ul.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 70px; }

.buy-row_price-sale {
  color: #BFBFBF;
  font-size: 1.125em;
  margin-left: 20px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .buy-row_price-sale span {
    font-size: 0.5em;
    margin-left: 6px; }

.buy-row_btn {
  background: #3498DB;
  border: 1px solid #3498DB;
  padding: 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
      text-align: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 0.75em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .buy-row_btn span {
    font-size: 1.5em;
    margin-right: 10px; }

.buy-row_btn:hover {
  background: #ffffff;
  color: #3498DB; }

.buy-row_btn-oneclick {
  padding: 9px;
  color: #A1A1A1;
  text-align: center;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 0.75em; }
  .buy-row_btn-oneclick:hover {
    text-decoration: underline; }

.short-info_img-container .article-box_img {
  width: 100%;
  height: 22vw; }

.preview-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px; }

.content-tab_title {
  font-size: 1em;
  font-weight: 700;
  color: #484848;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Avenir Next', sans-serif; }

.content li {
  color: #555454;
  font-size: 0.85em;
  font-family: 'Avenir Next', sans-serif;
  line-height: 2.2em;
  text-align: justify;
  letter-spacing: 0.5px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.content li:before {
  font-size: 1.5em;
  font-weight: 400;
  color: #3498DB;
  content: "•";
  padding-right: 10px; }

.favorite-item_row {
  background: #F5F5F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 100px 0; }

.favorite-item_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.favorite-item_title {
  font-size: 2.25em;
  color: #2A2929;
  font-family: 'Avenir Next', sans-serif;
  font-weight: 800;
  text-align: left; }

/*==================pop-up===================*/
.custom-model-main-search {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto; }

.custom-model-main-search:before {
  content: "";
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-right: -0px;
  height: 100%; }




.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto; }

.custom-model-main:before {
  content: "";
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-right: -0px;
  height: 100%; }

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden; }

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 60vw;
  margin: 30px auto; }

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999; }

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99; }

.bg-overlay {
  background: transparent;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear; }

.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff; }

.pop-up-content-wrap .contacts-right {
  width: 100%;
  border-left: none;
  padding-left: 0 !important; }

.pop-up-content-wrap .name-input-contacts {
  width: 100%; }

/*====================pop-up end ====================*/
.pop-up_inner-left {
  width: 48%; }

.pop-up_inner-right {
  width: 48%; }

.pop-up_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.cart_item {
  border: 1px solid #EAEAEA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 5.7vw;
  width: 90%; }

.cart_item_img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-right: 1px solid #EAEAEA;
  /* width: 11vw; */
  height: 5.7vw;
  width: 5.7vw; }

.cart_item_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%; }

.left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 10px 0 0 10px; }

.right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 10px 10px 0 0px; }

.cart_item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }

.pop-up_inner-left-title {
  font-size: 1.125em;
  color: #484848;
  font-weight: 600; }

.cart_item-name {
  font-size: 1em;
  font-weight: 700;
  color: #2A2929; }
.cart_item-name a {
  color: #2A2929;
}
.cart_item-brand {
  color: #555454;
  font-size: 0.85em;
  font-weight: 500;
 /* margin-top: 10px;*/ }

.cart_item-price {
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.15em; }
  .cart_item-price span {
    font-size: 0.75em; }

.cart_item_amount-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px; }

.pop-up_inner-left_wrapper {
  margin-top: 20px;
  height: -webkit-calc(11.4vw + 40px);
  height: calc(11.4vw + 40px);
  overflow: auto; }

.pop-up_inner-left_wrapper::-webkit-scrollbar {
  width: 2px;
  background: #EAEAEA; }

.pop-up_inner-left_wrapper::-webkit-scrollbar-thumb {
  background: #3498DB;
  margin-left: 2px; }

.ico-trash {
  margin-right: 50px; }

.amount-symbol {
  border: 1px solid #3498DB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  width: 17px;
  height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3498DB;
  font-size: 0.75em;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer; }

.amount-symbol:hover {
  background: #3498DB;
  color: #ffffff; }

.amount {
  margin: 0 10px;
  font-size: 0.75em; }

.right-column .rate > label {
  color: #FFD437; }

.pop-up_inner-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto; }

.pop-up_title {
  color: #2A2929;
  font-size: 1.75em;
  font-weight: 700;
  margin-bottom: 20px; }

.pop-up_buy-row {
  width: 65%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 20px; }

.pop-up_price-row {
  font-size: 1.5em;
  font-weight: 800; }

.pop-up_price-row span {
  margin: 0 5px;
  font-size: 0.75em;
  color: #A4A4A4;
  font-weight: 500; }

.news-row_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .news-row_wrapper .news-box {
    margin-top: 50px; }

.news-title.title-line {
  margin-top: 50px; }

.border-bottom {
  border-bottom: 1px solid #EAEAEA; }

.border-top {
  border-top: 1px solid #EAEAEA; }

.ordering-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px; }

.ordering-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%; }

.ordering-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45%; }

.ordering-left div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  /* height: 100px; */
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.ordering-right div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  /* height: 100px; */
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.ordering-wrapper .labelRequired {
  margin-top: 20px; }

.ordering-wrapper textarea {
  height: 200px; }

.ordering-wrapper input, .ordering-wrapper textarea, .ordering-wrapper select {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #ECECEC;
  font-size: 1.143em;
  color: #777676;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  margin-top: 12px;
  outline: none; }

.ordering-wrapper label {
  color: #777676; }

.textarea-wrapper {
  height: auto !important; }

select {
  -webkit-appearance: none;
  background: url(/img/arrow-downe.png);
  background-repeat: no-repeat;
  -webkit-background-size: 10px 10px;
          background-size: 10px 10px;
  background-position: 95% 20px;
  /*
 position: relative;*/ }

/*select::before {
      font-family: "FontAwesome";
  content: "\f077";
    display: block;
    border: 7px solid transparent;
    border-top-color: #9e9e9e;
    position: absolute;
    right: 10px;
    top: calc(50% - 2px);
}*/
.ordering-right .buy-row_btn {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-top: 225px; }

.container-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-calc(100vh - 128px);
  height: calc(100vh - 128px); }

.title-404 {
  font-size: 10em;
  font-weight: 700;
  color: #FFD437;
  font-family: 'Avenir Next', sans-serif; }

.title-404_small {
  font-size: 3em;
  font-weight: 600;
  color: #484848;
  margin-top: 30px;
  font-family: 'Avenir Next', sans-serif; }

.txt-404 {
  color: #484848;
  margin-top: 10px;
  font-family: 'Avenir Next', sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 50px;
  margin-bottom: 50px; }

.cart-container .news-title {
  margin-bottom: 50px; }

.cart-container .pop-up_inner-right {
  margin-top: 50px;
  margin-bottom: 50px; }

.txt-page_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #F5F5F5;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.main-slider .slick-dots {
  bottom: 0px; }

main {
  max-width: 100%; }

.color-line {
  max-width: 100%; }

/*============================mobile style=============================*/
@media (max-width: 1100px) {
  /*.logo-wrapper {
    height: 67px;
    display: flex;
    align-items: center;
}


.logo-wrapper a{
    display: flex;
    align-items: center;
}

    .logo-wrapper img{width: 10vw;}*/
  .link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .link-wrapper a {
    padding: 0 1vw; }
  .header-ico-wrapper {
    padding-left: 1vw; }
  .header-ico-wrapper img {
    width: 20px; } }

@media (max-width: 900px) {
  .default-width {
    max-width: 100%;
    width: 70vw; }
  .header-wrapper nav {
    display: none; } }

@media (max-width: 768px) {
  .default-width {
    max-width: 100%;
    width: 80vw; }
  .footer-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .nav-footer-column {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    margin-top: 30px; }
  .main-slider-nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .main-slider-nav-item {
    width: 350px;
    margin-top: 5px; }
  .main-slider_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .slide-info_img-wrapper {
    width: 100%;
    height: 68%; }
  .slide-info {
    width: 100%; }
  .slide-info_title {
    font-size: 3em;
    text-align: center; }
  .slide-info_txt {
    font-size: 1.5em;
    text-align: center; }
  .header-nav-container {
    width: 25%; }
  .contacts-line_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .contacts-line-item_wrapper:nth-child(2n) {
    margin-left: 0px; }
  .title-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .article-box_row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .article-box {
    width: 38vw;
    height: -webkit-calc(38vw + 135px);
    height: calc(38vw + 135px); }
  .article-box_img {
    width: 38vw;
    height: 38vw; }
  .testimonials-slider_item-img {
    height: 50vw; }
  .testimonials-slider_item-info {
    height: 30vw; }
  .testimonials-slider_item-txt {
    font-size: 1em;
    line-height: 27px; }
  .news-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .news-box {
    width: 38vw; }
  .news-box_img {
    width: 100%;
    height: 38vw; }
  .news-box_txt {
    font-size: 1em;
    line-height: 25px; }
  .news-box_title {
    line-height: 25px;
    font-size: 1.2em; }
  .news-box_link-container {
    margin-bottom: 20px; }
  .news-box_link-container a {
    font-size: 1em; }
  .news-box_link-ico svg {
    width: 25px;
    height: 25px; }
  .slider-gallery .slider-item {
    width: 58vw;
    height: 58vw; }
  .copyright-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media (max-width: 514px) {
.refresh-btn .price{margin-right: 0;}
.sort-by_row {
    margin-top: 20px;
}
  .catalog-right .row_space-between{flex-direction: column;
    align-items: flex-start;}

.ico-trash{margin-right: 10px;}

 .card .custom-model-inner{width: 90vw;}
.card .custom-model-wrap{padding: 10px;}

.card .pop-up_inner{flex-direction: column;}

.card .pop-up_inner-left {
    width: 100%;
    height: calc(42.4vw + 40px);
}
.content li{    line-height: 1.4em;align-items: flex-start;margin-bottom: 20px;}

.card .pop-up_inner-left_wrapper{}


footer .logo-wrapper {
    height: 55px;
    margin-top: -24px;
}

.social-row{margin-top: 20px;justify-content: center;}
.nav-footer-column {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.footer-inner{margin-top: 30px;
    margin-bottom: 15px;}
  .main-slider-nav-item {
    margin-right: 4%;
    margin-left: 4%;
}
.nav-column-link {
    margin-bottom: 15px;}
  .main-slider-nav{justify-content: center;}
.slide-info_title {
    font-size: 2.5em;
}

  .header-nav-container{width: 30%;}

.custom-model-main-search .custom-model-inner {
    width: 70vw;
}



  .default-width {
    max-width: 100%;
    width: 90vw; }
  .main-slider_item {
    width: 90vw;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .logo-wrapper img {
    height: 58px;
    width: 45vw;
    -o-object-fit: contain;
       object-fit: contain; }
  .title-line {
    margin-top: 50px; }
  .article-box {
    height: -webkit-calc(42vw + 175px);
    height: calc(42vw + 175px); }
  .article-box {
    width: 42vw; }
  .article-box_img {
    width: 42vw;
    height: 42vw; }
  .sale-lable {
    margin-top: 1px;
    width: 80px;
    height: 80px;
    font-size: 0.67em;
    -webkit-background-size: contain;
            background-size: contain; }
  .price {
    margin-right: -55px;
    margin-top: 36px;
    z-index: 11; }
  .testimonials-wrapper {
    min-height: 555px; }
  .news-box {
    width: 90vw; }
  .news-box_img {
    height: 75vw; }
  .news-box_img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .breadcrumbs-separetor {
    margin: 0px 5px; }
  .breadcrumbs-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .breadcrumbs {
    margin-bottom: 20px; }
  .short-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .short-info_img-container {
    width: 100%; }
  .short-info_img-container .article-box_img {
    width: 100%;
    height: 90vw; }
  .preview-row .slider-item {
    width: 25vw;
    height: 25vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .short-info_txt-container {
    width: 100%; }
  .buy-row_price {
    font-size: 2em; }
  .buy-row_btn-wrapper {
    margin-left: 20px; }
  .buy-row_btn {
    text-align: center; }
  .tabs li {
    padding: 5px 5px 5px 5px;
    text-align: center;
    font-size: 0.9em; }
  .favorite-item_inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .favorite-item_row {
    padding: 50px 0; }
  .favorite-item_title {
    font-size: 2em;
    width: 90vw; }
  .cart_item_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cart_item {
    height: 44vw; }
  .cart_item_img {
    height: 44vw;
    width: 40vw;
    -o-object-fit: cover;
       object-fit: cover; }
  .right-column {
    margin: 10px 0px 0 10px; }
  .cart_item_amount-row {
    margin-top: 10px;
    margin-bottom: 10px; }
  .card-container .pop-up_inner-right {
    width: 90vw; }
  .title-404 {
    font-size: 7em;
    width: 90vw;
    text-align: center; }
  .title-404_small {
    font-size: 2em;
    width: 90vw;
    text-align: center; }
  .txt-404 {
    width: 90vw;
    text-align: center; }
  .catalog-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .catalog-left {
    width: 100%; }
  .catalog-right {
    width: 100%; }
  .filter-status_row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .filter-status_wrapper {
    margin-right: 10px;
    margin-bottom: 10px; }
  .filter-status_wrapper {
    padding: 10px; }
  .ordering-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .ordering-left, .ordering-right {
    width: 100%; }
  .ordering-right .buy-row_btn {
    margin-top: 30px; }
  .title-default {
    font-size: 2em; }
  .ordering-wrapper input, .ordering-wrapper textarea, .ordering-wrapper select {
    padding-left: 20px; }
  .ordering-wrapper .buy-row_btn {
    font-size: 1em; } }

/*
YUI 3.18.1
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF; }

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/ }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }
.default-select button{
  background: transparent;
  width: 100%;
        border: 1px solid #ECECEC;
    padding: 9px;
    /* width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; */
    color: #333;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.75em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.default-select {
  position: relative;
}
.default-select ul {
  position: absolute;
top: 100%;
left: 0;
padding-left: 0;
list-style-type: none;
border: 1px #dddddd solid;
background-color: #fff;
border-top: 0;
width: 100%;
z-index: 2;
max-height: 250px;
overflow-y: scroll;
overflow-x: hidden;
}
.default-select ul li a {
    display: inline-block;
    padding: 7px 10px;
    transition: .25s;
    width: 100%;
    font-size: 0.75em;
    color: #000;
    text-decoration: none;
}
.default-select ul li a:hover {
    background-color: #93c0de;
}
/* YUI CSS Detection Stamp */
.radioBlock input[type=radio]{
  position: absolute;
  visibility: hidden;
  margin: 0;

}
.radioBlock {
  position: relative;
}
.radioBlock  label {
padding-left: 35px;
z-index: 6;
position: relative;
line-height: 25px;
}
.radioBlock .check{
  display: block;
  position: absolute;
  border: 2px solid #AAAAAA;
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 2px;
  left: 5px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
  margin: 0;
}

.radioBlock:hover .check {
  border: 2px solid #93c0de;
}

.radioBlock .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 10px;
width: 10px;
  top: 4px;
	left: 4px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
.radioBlock input[type=radio]:checked ~ .check {
  border: 2px solid #3498DB;
}

.radioBlock input[type=radio]:checked ~ .check::before{
  background: #3498DB;
}

.radioBlock input[type=radio]:checked ~ label{
  color: #3498DB;
}


.catalog-content {
  max-width: 1200px;
  display: block;
  margin: 15px auto;
  width: 100%;
}
.catalog-content .row{
  width: 100%;
  margin: 0;
}
.all-categori {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  width: 100%;
}
.all-categori .cat_in a img {
  max-width: 80%;
}
.all-categori .cat_in a  {
  min-height: 350px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: .25s;
}
.all-categori .cat_in a:hover {
  opacity: .8;
}
.all-categori .cat_in a span {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 15px;
  font-weight: 600;
    color: #fff;
    font-size: 1em;
    font-family: 'Avenir Next', sans-serif;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba( 0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .all-categori {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}
@media (max-width: 480px) {
  .all-categori {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
#modalForm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.create-review > h3 {
  color: #484848;
      font-size: 1.5em;
      font-family: 'Avenir Next', sans-serif;
      font-weight: 700;
      text-align: center;
      margin-top: .5em;
      margin-bottom: .5em;
  }
.create-review .form-row {
  max-width: 290px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    flex-direction: column;
}
.create-review .form-col {
    padding-bottom: 20px;
    width: 100%;
}
 .create-review label {
    display: block;
    margin-bottom: 3px;
}
 .create-review input,  .create-review textarea {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ECECEC;
    font-size: 1.143em;
    color: #777676;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    margin-top: 12px;
    padding-right: 6px;
    outline: none;
    resize:none;
    width: 100%;
}
.default-button {
  background: #3498DB;
    border: 1px solid #3498DB;
    padding: 9px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 0.75em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.buy-default-button:hover {
    background: #ffffff;
    color: #3498DB;
}
#yui3-css-stamp.cssreset {
  display: none; }

  .oneclick-modal-content .modal-header {
  border: 0;
  padding: 15px 40px 5px 15px;
  position: relative;
  display: block; }
  .oneclick-modal-content .modal-header h2, .oneclick-modal-content .modal-header h3, .oneclick-modal-content .modal-header h4 {
    font-size: 16px; }
    .oneclick-modal-content .modal-header h2 svg, .oneclick-modal-content .modal-header h3 svg, .oneclick-modal-content .modal-header h4 svg {
      width: 20px;
      margin-right: 5px; }
    .oneclick-modal-content .modal-header h2 span, .oneclick-modal-content .modal-header h3 span, .oneclick-modal-content .modal-header h4 span {
      color: #72b01d;
      font-weight: 700; }
  .oneclick-modal-content .modal-header p {
    font-size: 12px;
    margin-left: 30px; }
  .oneclick-modal-content .modal-header .close {
    position: absolute;
    right: 26px;
    top: 30px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #464646;
    background-color: transparent;
    outline: 0;
    padding: 0;
    cursor: pointer; }
    .oneclick-modal-content .modal-header .close:before, .oneclick-modal-content .modal-header .close:after {
      content: '';
      width: 9px;
      height: 1px;
      background-color: #464646;
      position: absolute;
      left: 4px;
      top: 8px;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
    .oneclick-modal-content .modal-header .close:before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .oneclick-modal-content .modal-header .close:after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .oneclick-modal-content .modal-header .close:hover {
      background-color: #ff0000;
      border: 1px solid #ff0000; }
      .oneclick-modal-content .modal-header .close:hover:before, .oneclick-modal-content .modal-header .close:hover:after {
        background: #fff; }

.oneclick-modal-content .modal-body {
  padding: 10px 10px 15px; }

.oneclick-modal-content .modal-img {
  float: left;
  width: 70px;
  height: 100px; }
  .oneclick-modal-content .modal-img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%; }

.oneclick-modal-content .modal-text {
  margin-left: 80px; }
  .oneclick-modal-content .modal-text h2, .oneclick-modal-content .modal-text h3, .oneclick-modal-content .modal-text h4 {
    font-size: 14px;
    margin: 0; }
  .oneclick-modal-content .modal-text p {
    font-size: 16px;
    text-align: center;
    margin: 10px 0; }

.oneclick-modal-content .product-calc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }
  .oneclick-modal-content .product-calc span {
    margin: 0 10px;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #8c8c8c; }

.oneclick-modal-content .product-sum {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: right;
  width: 150px; }
  .oneclick-modal-content .product-sum .old-cost p {
    position: relative;
    display: inline-block;
    font-size: 13px;
    margin: 0; }
    .oneclick-modal-content .product-sum .old-cost p:after {
      content: '';
      position: absolute;
      left: -2px;
      right: -2px;
      height: 1px;
      top: 50%;
      background: red; }
  .oneclick-modal-content .product-sum .new-cost p {
    font-size: 15px;
    margin: 0;
    color: red;
    font-weight: 799;
    text-align: right; }

.oneclick-modal-content .modal-form {
  margin-left: 80px; }
  .oneclick-modal-content .modal-form .form-control {
    border-radius: 0;
    margin: 0;
    width: 100%; }
    .oneclick-modal-content .modal-form .form-control:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 1px solid #72b01d; }
  .oneclick-modal-content .modal-form .form-row {
    margin: 0; }
  .oneclick-modal-content .modal-form .form-col {
    margin-bottom: 10px;
    width: 100%; }
  .oneclick-modal-content .modal-form .default-button {
    display: block;
    width: 100%; }
  .oneclick-modal-content .modal-form small {
    font-size: 11px;
    line-height: 1;
    color: #616161; }
    .article-box_info-txt {
      position: relative;
display: block;
height: 55px;
font-size: 13px;
overflow: hidden;
margin-bottom: 15px;
    }
    .article-box_info-txt:before {
      content: '';
position: absolute;
width: 100%;
height: 50px;
bottom: 0;
left: 0;
background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0)', endColorstr='#ffffff', GradientType=0);
    }

.news-box_txt {
  position: relative;
display: block;
height: 55px;
font-size: 13px;
overflow: hidden;
line-height: 1.2;
margin-bottom: 15px;
}
.news-box_txt:before {
  content: '';
position: absolute;
width: 100%;
height: 60px;
bottom: 0;
left: 0;
background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0)', endColorstr='#ffffff', GradientType=0);
}
.news-box_img img {
  height: 100%;
}
.news-box_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
  .article-box_row  .article-box_info{
    background-color: #fff;
  }
  .slick-initialized .slick-slide {
    outline: none;
  }