@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI-Light.eot");
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Light.woff") format("woff"), url("../fonts/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Bold.woff") format("woff"), url("../fonts/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

.loader {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #000;
  background: #fff;
  z-index: 1000; }

.text.content h1, .text.content .h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin: 30px 0; }

.text.content h2, .text.content .h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 30px 0; }

.text.content h3, .text.content .h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 30px 0; }

.text.content h4, .text.content .h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 30px 0; }

.text.content p {
  margin: 0 0 15px 0; }

.text.content ul {
  list-style-position: inside;
  padding: 0;
  margin: 0 0 15px 0; }

@media (min-width: 1260px) {
  .text.content h1, .text.content .h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 30px 0; }
  .text.content h2, .text.content .h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 30px 0; }
  .text.content h3, .text.content .h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 30px 0; }
  .text.content h4, .text.content .h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin: 30px 0; } }

/***********************************************************************
btn
***********************************************************************/
button:focus,
div:focus {
  outline: 0; }

.btn-outline-primary:hover {
  background: #fae371;
  border-color: #fae371; }

.btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/***********************************************************************
topline
***********************************************************************/
.topline {
  position: relative;
  background: #f7f7f7;
  padding: 10px 0; }
  .topline-logo {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #505050;
    background: url(../img/header-logo.png) 0 50% no-repeat;
    -webkit-background-size: auto 40px;
    -moz-background-size: auto 40px;
    -o-background-size: auto 40px;
    background-size: auto 40px;
    padding: 5px 0 5px 50px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .topline-logo:hover {
      color: #d4aa00; }
    .topline-logo span {
      display: block;
      font-size: 10px;
      font-weight: 400;
      line-height: 10px;
    }
  .topline-btn-menu {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #505050;
    text-align: center;
    background: none;
    border: 0;
    padding: 0; }
    .topline-btn-menu.active {
      color: #fae371; }
  .topline-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .topline-menu ul {
      display: none; }
  .topline-phone {
    display: none; }

@media (min-width: 768px) {
  .topline-btn-menu {
    display: none; }
  .topline-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .topline-phone a {
      display: none; } }

@media (min-width: 1260px) {
  .topline {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    z-index: 101; }
    .topline-logo {
      font-size: 20px;
      line-height: 20px; }
    .topline-menu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 0;
      list-style: none; }
      .topline-menu ul li {
        display: block; }
        .topline-menu ul li a {
          display: block;
          font-size: 14px;
          line-height: 20px;
          color: #505050;
          padding: 10px 5px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
        .topline-menu ul li:hover a, .topline-menu ul li.active a {
          color: #d4aa00; }
    .topline-phone {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 0 0 30px; }
      .topline-phone a {
        display: block;
        font-size: 18px;
        line-height: 20px;
        color: #505050;
        padding: 10px 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
        .topline-phone a svg {
          margin: 0 10px 0 0; }
        .topline-phone a:hover {
          color: #d4aa00; } }

/***********************************************************************
header
***********************************************************************/
.header {
  background: #f7f7f7;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 20px 0; }
  .header-btn-menu {
    display: none; }
  .header-sort {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    padding: 20px 0 0 0; }
    .header-sort a {
      color: #505050;
      padding: 0 5px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .header-sort a:hover, .header-sort a.active {
        color: #d4aa00; }
  .header-search {
    position: relative; }
    .header-search input[type=text] {
      display: block;
      width: 100%;
      height: 40px;
      font-size: 14px;
      line-height: 18px;
      color: #505050;
      background: #ffffff;
      padding: 10px 40px 10px 10px;
      border: 1px solid #ffffff; }
      .header-search input[type=text]:focus {
        outline: 0;
        border: 1px solid #fae371; }
    .header-search button[type=submit] {
      position: absolute;
      display: block;
      top: 1px;
      right: 1px;
      font-size: 20px;
      line-height: 20px;
      color: #505050;
      background: #ffffff;
      padding: 9px 9px;
      border: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .header-search button[type=submit]:hover {
        color: #fae371; }
    .header-search a {
      position: absolute;
      display: block;
      top: 0;
      right: 40px;
      width: 40px;
      height: 40px;
      font-size: 14px;
      line-height: 20px;
      color: #e95141;
      text-align: center;
      padding: 10px 10px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .header-search a:hover {
        color: #000000; }
  .header-minicart {
    display: none; }

@media (min-width: 768px) {
  .header-btn-menu {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    color: #505050;
    text-align: center;
    background: none;
    border: 0;
    padding: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .header-btn-menu.active {
      color: #fae371; } }

@media (min-width: 1260px) {
  .header {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 101; }
    .header + .sections {
      margin: 140px 0 0 0; }
    .header-sort {
      padding: 10px 0; }
    .header-minicart {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 40px; }
      .header-minicart-count {
        display: block;
        background: url(../img/header-cart.png) 50% 50% no-repeat;
        padding: 20px 0 10px 20px; }
        .header-minicart-count .ms2_total_count {
          display: block;
          width: 20px;
          height: 20px;
          font-size: 12px;
          font-weight: 700;
          line-height: 20px;
          color: #505050;
          text-align: center;
          background: #fae371;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
      .header-minicart-title {
        display: block;
        font-size: 14px;
        line-height: 14px;
        color: #505050;
        padding: 0 10px; } }

/***********************************************************************
fixedline
***********************************************************************/
.fixedline {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7f7f7;
  -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 110; }
  .fixedline + .footer {
    padding: 10px 0 100px 0; }
  .fixedline-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0; }
    .fixedline-btns-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-basis: 50px;
      -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: transparent;
      border: 0;
      padding: 0;
      margin: 0; }
      .fixedline-btns-item-icon {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 18px;
        color: #505050;
        border: 1px solid #000000;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      .fixedline-btns-item-title {
        position: relative;
        display: block;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        font-size: 12px;
        line-height: 16px;
        color: #505050;
        text-align: center;
        padding: 4px 0 0 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
        .fixedline-btns-item-title .total-cost {
          position: absolute;
          display: block;
          top: -7px;
          left: 35px;
          font-size: 10px;
          font-weight: 300;
          white-space: nowrap; }
      .fixedline-btns-item:hover .fixedline-btns-item-icon, .fixedline-btns-item.active .fixedline-btns-item-icon, .fixedline-btns-item.vote .fixedline-btns-item-icon {
        background: #fae371;
        border: 1px solid #fae371; }
      .fixedline-btns-item:hover .fixedline-btns-item-title, .fixedline-btns-item.active .fixedline-btns-item-title, .fixedline-btns-item.vote .fixedline-btns-item-title {
        color: #000000; }
  .fixedline-menu {
    position: fixed;
    display: none;
    bottom: 80px;
    left: 15px;
    width: 260px;
    max-height: -webkit-calc(100vh - 90px);
    max-height: -moz-calc(100vh - 90px);
    max-height: calc(100vh - 90px);
    background: #f7f7f7;
    padding: 0 10px 10px 10px;
    z-index: 102;
    overflow-x: hidden;
    -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15); }
    .fixedline-menu.show {
      display: block; }
    .fixedline-menu-title {
      position: relative;
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      color: #000000;
      padding: 10px 40px 10px 0; }
      .fixedline-menu-title button[type=button] {
        position: absolute;
        display: block;
        top: 10px;
        right: 0;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        color: #000000;
        text-align: center;
        background: none;
        border: 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
        .fixedline-menu-title button[type=button].collapsed {
          -webkit-transform: rotate(-90DEG);
          -moz-transform: rotate(-90DEG);
          -ms-transform: rotate(-90DEG);
          -o-transform: rotate(-90DEG);
          transform: rotate(-90DEG); }
    .fixedline-menu ul {
      display: block;
      margin: 0;
      padding: 0;
      list-style: none; }
      .fixedline-menu ul li {
        display: block; }
        .fixedline-menu ul li a {
          display: block;
          font-size: 14px;
          line-height: 20px;
          color: #505050;
          padding: 0;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
        .fixedline-menu ul li:hover a, .fixedline-menu ul li.active a {
          color: #d4aa00; }
  .fixedline-cart {
    position: fixed;
    display: none;
    bottom: 80px;
    right: 15px;
    width: 260px;
    background: #f7f7f7;
    padding: 0 0 0 10px;
    z-index: 102;
    -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15); }
    .fixedline-cart.show {
      display: block; }
    .fixedline-cart-total {
      font-size: 14px;
      line-height: 40px;
      color: #505050;
      background: #f7f7f7;
      padding: 10px 10px 10px 0; }
      .fixedline-cart-total-cost {
        font-weight: 500; }
      .fixedline-cart-total-count {
        font-weight: 500; }
    .fixedline-cart-products {
      padding: 0 10px 0 0;
      overflow-x: hidden;
      max-height: -webkit-calc(100vh - 150px);
      max-height: -moz-calc(100vh - 150px);
      max-height: calc(100vh - 150px); }
      .fixedline-cart-products-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 0 0 0;
        margin: 10px 0 0 0;
        border-top: 1px solid #505050; }
        .fixedline-cart-products-item:first-child {
          padding: 0;
          border-top: 0; }
        .fixedline-cart-products-item-image {
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          -webkit-flex-basis: 30%;
          -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
          cursor: -webkit-zoom-in;
          cursor: -moz-zoom-in;
          cursor: zoom-in; }
          .fixedline-cart-products-item-image img {
            display: block;
            width: 100%;
            height: auto; }
          .fixedline-cart-products-item-image.active {
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            cursor: -webkit-zoom-out;
            cursor: -moz-zoom-out;
            cursor: zoom-out; }
            .fixedline-cart-products-item-image.active + .fixedline-cart-products-item-title {
              -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
              padding: 5px 0; }
        .fixedline-cart-products-item-title {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -moz-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          -webkit-flex-basis: 70%;
          -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
          font-size: 14px;
          font-weight: 700;
          line-height: 20px;
          color: #505050;
          padding: 0 10px 5px 10px; }
          .fixedline-cart-products-item-title span {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px; }
        .fixedline-cart-products-item-price {
          position: relative;
          font-size: 16px;
          font-weight: 700;
          line-height: 20px;
          color: #505050;
          padding: 10px 0; }
          .fixedline-cart-products-item-price .old {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            font-size: 10px;
            font-weight: 100;
            line-height: 14px;
            text-decoration: line-through;
            margin: 0 10px 0 0; }
        .fixedline-cart-products-item-btns {
          padding: 10px 0; }
          .fixedline-cart-products-item-btns input[type=number]::-webkit-outer-spin-button,
          .fixedline-cart-products-item-btns input[type=number]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }
          .fixedline-cart-products-item-btns .btn {
            display: block; }
            .fixedline-cart-products-item-btns .btn-primary:focus, .fixedline-cart-products-item-btns .btn-primary.focus, .fixedline-cart-products-item-btns .btn-primary:not(:disabled):not(.disabled).active:focus, .fixedline-cart-products-item-btns .btn-primary:not(:disabled):not(.disabled):active:focus {
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none; }
  .fixedline-contacts {
    position: fixed;
    display: none;
    bottom: 80px;
    left: 15px;
    width: 260px;
    max-height: -webkit-calc(100vh - 90px);
    max-height: -moz-calc(100vh - 90px);
    max-height: calc(100vh - 90px);
    background: #f7f7f7;
    padding: 0 10px;
    z-index: 102;
    overflow-x: hidden;
    -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15); }
    .fixedline-contacts.show {
      display: block; }
    .fixedline-contacts-phone {
      padding: 10px 0 5px 0; }
      .fixedline-contacts-phone a {
        display: block;
        font-size: 18px;
        line-height: 20px;
        color: #505050;
        text-align: center;
        padding: 5px 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
        .fixedline-contacts-phone a svg {
          margin: 0 10px 0 0; }
        .fixedline-contacts-phone a:hover {
          color: #000000; }
    .fixedline-contacts-adress {
      font-size: 14px;
      line-height: 20px;
      color: #505050;
      text-align: center;
      padding: 5px 0; }
      .fixedline-contacts-adress svg {
        font-size: 18px;
        margin: 0 10px 0 0; }
    .fixedline-contacts-email a {
      display: block;
      font-size: 14px;
      line-height: 20px;
      color: #505050;
      text-align: center;
      padding: 5px 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .fixedline-contacts-email a svg {
        font-size: 18px;
        margin: 0 10px 0 0; }
      .fixedline-contacts-email a:hover {
        color: #000000; }
    .fixedline-contacts-worktime {
      font-size: 14px;
      line-height: 20px;
      color: #505050;
      text-align: center;
      padding: 5px 0 10px 0; }
      .fixedline-contacts-worktime svg {
        font-size: 18px;
        margin: 0 10px 0 0; }
    .fixedline-contacts-btns {
      text-align: center; }
    .fixedline-contacts-social {
      text-align: center;
      padding: 10px 0; }
      .fixedline-contacts-social-title {
        font-size: 20px;
        line-height: 26px;
        color: #505050;
        padding: 0 0 10px 0; }
      .fixedline-contacts-social a {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 38px;
        color: #505050;
        text-align: center;
        border: 1px solid #505050;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
        .fixedline-contacts-social a:hover {
          color: #ffffff; }
        .fixedline-contacts-social a.whatsapp {
          color: #57e24d;
          border: 1px solid #57e24d; }
          .fixedline-contacts-social a.whatsapp:hover {
            color: #ffffff;
            background: #57e24d; }
        .fixedline-contacts-social a.telegram {
          color: #73c5ee;
          border: 1px solid #73c5ee; }
          .fixedline-contacts-social a.telegram:hover {
            color: #ffffff;
            background: #73c5ee; }
        .fixedline-contacts-social a.viber {
          color: #b430dc;
          border: 1px solid #b430dc; }
          .fixedline-contacts-social a.viber:hover {
            color: #ffffff;
            background: #b430dc; }

@media (min-width: 1260px) {
  .fixedline {
    position: static; }
    .fixedline + .footer {
      padding: 20px 0; }
    .fixedline-btns {
      display: none; }
    .fixedline-menu {
      position: fixed;
      top: 140px;
      bottom: auto;
      left: 50%;
      width: 300px;
      max-height: -webkit-calc(100vh - 150px);
      max-height: -moz-calc(100vh - 150px);
      max-height: calc(100vh - 150px);
      margin: 0 0 0 -585px;
      -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15); }
    .fixedline-cart {
      position: fixed;
      top: 140px;
      bottom: auto;
      left: 50%;
      width: 300px;
      overflow-x: hidden;
      max-height: -webkit-calc(100vh - 150px);
      max-height: -moz-calc(100vh - 150px);
      max-height: calc(100vh - 150px);
      padding: 20px 10px;
      margin: 0 0 0 285px;
      -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15); }
      .fixedline-cart-total {
        font-size: 20px;
        background: none;
        padding: 20px 0 10px 0; }
      .fixedline-cart-products {
        max-height: none;
        overflow: hidden;
        background: none;
        padding: 0 0 10px 0; }
    .fixedline-contacts {
      position: fixed;
      top: 140px;
      bottom: auto;
      left: 50%;
      width: 300px;
      max-height: -webkit-calc(100vh - 150px);
      max-height: -moz-calc(100vh - 150px);
      max-height: calc(100vh - 150px);
      margin: 0 0 0 -150px;
      -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15); } }

/***********************************************************************
section-category
***********************************************************************/
.section-category {
  padding: 30px 0; }
  .section-category .text.content h1, .section-category .text.content .h1 {
    margin: 10px 0 10px 0; }
  .section-category .filters-fieldset {
    position: fixed;
    display: none;
    bottom: 80px;
    right: 15px;
    width: 260px;
    max-height: -webkit-calc(100vh - 90px);
    max-height: -moz-calc(100vh - 90px);
    max-height: calc(100vh - 90px);
    background: #f7f7f7;
    overflow-x: hidden;
    padding: 0 10px;
    z-index: 115;
    -webkit-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.15); }
    .section-category .filters-fieldset.show {
      display: block; }
    .section-category .filters-fieldset-title {
      position: relative;
      font-size: 20px;
      font-weight: 600;
      line-height: 30px;
      color: #000000;
      padding: 10px 40px 10px 0; }
      .section-category .filters-fieldset-title button[type=button] {
        position: absolute;
        display: block;
        top: 10px;
        right: 0;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        color: #000000;
        text-align: center;
        background: none;
        border: 0;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
        .section-category .filters-fieldset-title button[type=button].collapsed {
          -webkit-transform: rotate(-90DEG);
          -moz-transform: rotate(-90DEG);
          -ms-transform: rotate(-90DEG);
          -o-transform: rotate(-90DEG);
          transform: rotate(-90DEG); }
    .section-category .filters-fieldset-btns {
      display: block;
      text-align: center;
      margin: 30px 0 10px 0; }
      .section-category .filters-fieldset-btns .hidden {
        display: none; }

@media (min-width: 1260px) {
  .section-category .filters {
    will-change: min-height; }
    .section-category .filters .inner-wrapper-sticky {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      will-change: position, transform; }
    .section-category .filters-fieldset {
      position: static;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      width: auto;
      max-height: -webkit-calc(100vh - 150px);
      max-height: -moz-calc(100vh - 150px);
      max-height: calc(100vh - 150px);
      background: #ffffff;
      padding: 0;
      max-height: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; } }

/***********************************************************************
list-category
***********************************************************************/
.list-category-item {
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 30px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  .list-category-item-label {
    position: absolute;
    top: 10px;
    left: 0;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: #000000;
    text-align: center;
    background: #fae371;
    padding: 0 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    z-index: 2; }
  .list-category-item-image {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0; }
    .list-category-item-image a {
      display: block; }
      .list-category-item-image a img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        -moz-transition: 0.8s;
        transition: 0.8s; }
      .list-category-item-image a span {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 12px;
        font-weight: 300;
        line-height: 20px;
        color: #000000;
        padding: 0 10px; }
      .list-category-item-image a:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
  .list-category-item-title a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #505050;
    padding: 10px 20px 0 20px; }
    .list-category-item-title a span {
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
  .list-category-item-price {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #505050;
    padding: 10px 20px; }
    .list-category-item-price .old {
      font-weight: 400;
      text-decoration: line-through;
      color: #cacdda;
      margin: 0 10px 0 0; }
  .list-category-item-btns button[type=submit] {
    display: block;
    width: 100%;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #505050;
    text-align: center;
    background: #fae371;
    border: 0;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .list-category-item-btns button[type=submit]:hover {
      background: #f9dc4c; }

@media (min-width: 768px) {
  .list-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
    .list-category-item {
      width: 210px;
      margin: 0 0 30px 30px; }
      .list-category-item:nth-child(3n+1) {
        margin: 0 0 30px 0; } }

@media (min-width: 992px) {
  .list-category-item {
    margin: 0 0 30px 30px; }
    .list-category-item:nth-child(3n+1) {
      margin: 0 0 30px 30px; }
    .list-category-item:nth-child(4n+1) {
      margin: 0 0 30px 0; } }

@media (min-width: 1260px) {
  .list-category-item {
    margin: 0 0 30px 10px; }
    .list-category-item:nth-child(3n+1) {
      margin: 0 0 30px 10px; }
    .list-category-item:nth-child(4n+1) {
      margin: 0 0 30px 0; } }

/***********************************************************************
section-product
***********************************************************************/
.section-product {
  padding: 30px 0; }
  .section-product .text.content h1, .section-product .text.content .h1 {
    margin: 30px 0; }

/***********************************************************************
product
***********************************************************************/
.product-gallery {
  position: relative; }
  .product-gallery .fullscreen {
    display: none; }
  .product-gallery img.large {
    position: relative;
    width: 100%;
    left: 0;
    border-top: 0;
    border-left: 0;
    z-index: 1; }
  .product-gallery .carousel-indicators {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 2; }
    .product-gallery .carousel-indicators a {
      display: block;
      width: 80px;
      border: 3px solid #ffffff;
      cursor: pointer;
      z-index: 2; }
      .product-gallery .carousel-indicators a.active {
        border: 3px solid #fae371; }
      .product-gallery .carousel-indicators a img {
        display: block;
        width: 100%;
        height: auto; }

.product-body {
  position: relative; }

.product-label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  width: 28px;
  height: 28px;
  font-size: 14px;
  color: #3f414f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #3f414f;
  margin: 0 0 0 5px; }

.product-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #505050;
  padding: 10px 0; }

.product-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #505050;
  padding: 0 0 5px 0; }
  .product-description p {
    margin: 0 0 5px 0; }

.product-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #505050;
  padding: 0 0 10px 0; }
  .product-price .old {
    font-weight: 400;
    color: #cacdda;
    text-decoration: line-through; }

.product-btns input[type=number]::-webkit-outer-spin-button,
.product-btns input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.product-btns .btn-primary:focus, .product-btns .btn-primary.focus, .product-btns .btn-primary:not(:disabled):not(.disabled).active:focus, .product-btns .btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.product-colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-colors-title {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #505050;
    padding: 30px 0 10px 0; }
  .product-colors-item {
    display: block;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin: 0 0 10px 0;
    border: 3px solid #ffffff; }
    .product-colors-item:nth-child(3n+2) {
      margin: 0 0 10px 0; }
    .product-colors-item.active {
      border: 3px solid #fae371; }
    .product-colors-item img {
      display: block;
      width: 100%;
      height: auto; }

@media (min-width: 992px) {
  .product-gallery .carousel-indicators {
    position: absolute; } }

@media (min-width: 1260px) {
  .product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .product-gallery {
      max-width: 50%;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      cursor: pointer; }
      .product-gallery .fullscreen {
        position: absolute;
        display: block;
        top: 10px;
        right: 10px;
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
        color: #000000;
        text-align: center;
        background: #ffffff;
        padding: 0;
        margin: 0;
        border: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        z-index: 3; }
        .product-gallery .fullscreen:hover {
          opacity: 0.5; }
        .product-gallery .fullscreen .fa-compress-alt {
          display: none; }
      .product-gallery.active {
        max-width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
        .product-gallery.active .fullscreen .fa-expand-alt {
          display: none; }
        .product-gallery.active .fullscreen .fa-compress-alt {
          display: inline-block; }
        .product-gallery.active + .product-body {
          -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          padding: 0; }
        .product-gallery.active + .product-body .product-title {
          padding: 10px 0; }
    .product-body {
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding: 0 0 0 20px; }
    .product-title {
      padding: 0 0 10px 0; } }

/***********************************************************************
section-page
***********************************************************************/
.section-page {
  padding: 30px 0; }
  .section-page .text.content h1, .section-page .text.content .h1 {
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0; }
  .section-page .pagemenu {
    display: block; }
    .section-page .pagemenu ul {
      display: block;
      padding: 0;
      margin: 0;
      list-style: none; }
      .section-page .pagemenu ul li {
        display: block;
        margin: 5px 0 0 0; }
        .section-page .pagemenu ul li:first-child {
          margin: 0; }
        .section-page .pagemenu ul li a {
          display: block;
          font-size: 14px;
          line-height: 14px;
          color: #505050;
          text-align: center;
          background: #f7f7f7;
          padding: 5px 10px;
          border: 1px solid #f7f7f7;
          -webkit-border-radius: 20px;
          -moz-border-radius: 20px;
          border-radius: 20px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
        .section-page .pagemenu ul li:hover a, .section-page .pagemenu ul li.active a {
          background: #fae371;
          border: 1px solid #fae371; }

@media (min-width: 768px) {
  .section-page .pagemenu {
    display: block; }
    .section-page .pagemenu ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .section-page .pagemenu ul li {
        margin: 0; }
        .section-page .pagemenu ul li a {
          padding: 10px 10px; } }

@media (min-width: 1260px) {
  .section-page .text.content h1, .section-page .text.content .h1 {
    text-align: left;
    margin: 0 0 30px 0; }
  .section-page .pagemenu {
    margin: 0 0 30px 0; }
    .section-page .pagemenu ul li a {
      font-size: 18px;
      line-height: 18px;
      padding: 10px 40px; } }

/***********************************************************************
list-cooperation
***********************************************************************/
.list-cooperation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-cooperation-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 30px 0 0 0;
    padding: 20px 20px;
    border: 1px solid #3f414f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .list-cooperation-item-icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-basis: 40px;
      -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      height: 40px;
      font-size: 20px;
      color: #fae371;
      background: #3f414f;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .list-cooperation-item-title {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-size: 20px;
      font-weight: 700;
      line-height: 20px;
      color: #000000;
      padding: 10px 0 10px 20px; }
    .list-cooperation-item-description {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      font-size: 14px;
      line-height: 20px;
      color: #505050;
      padding: 20px 0 0 0; }

@media (min-width: 1260px) {
  .list-cooperation {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 30px 0 0 0; }
    .list-cooperation-item {
      -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      margin: 0; } }

/***********************************************************************
section-cart
***********************************************************************/
.section-cart {
  padding: 30px 0; }
  .section-cart .text.content h1, .section-cart .text.content .h1 {
    text-transform: uppercase;
    margin: 30px 0; }
  .section-cart-products {
    margin: 0; }
    .section-cart-products-item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 12px;
      line-height: 14px;
      color: #000000;
      padding: 0 0 0 0;
      margin: 0 0 30px 0;
      border-bottom: 1px solid #3f414f; }
      .section-cart-products-item-image {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
        .section-cart-products-item-image a {
          cursor: -webkit-zoom-in;
          cursor: -moz-zoom-in;
          cursor: zoom-in; }
          .section-cart-products-item-image a img {
            display: block;
            width: 100%;
            height: auto; }
      .section-cart-products-item-title {
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        font-weight: 700;
        padding: 0 0 0 10px; }
      .section-cart-products-item-vendor {
        position: absolute;
        top: 14px;
        left: 50%;
        width: 50%;
        padding: 0 0 0 10px; }
      .section-cart-products-item-article {
        position: absolute;
        top: 28px;
        left: 50%;
        width: 50%;
        padding: 0 0 0 10px; }
      .section-cart-products-item-price {
        position: absolute;
        bottom: 35px;
        left: 50%;
        width: 50%;
        padding: 0 0 0 10px; }
        .section-cart-products-item-price .old {
          text-decoration: line-through;
          color: #cacdda; }
      .section-cart-products-item-count {
        position: absolute;
        bottom: 5px;
        left: 50%;
        width: 30%;
        padding: 0 0 0 10px; }
        .section-cart-products-item-count input[type=number]::-webkit-outer-spin-button,
        .section-cart-products-item-count input[type=number]::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
      .section-cart-products-item-btns {
        position: absolute;
        bottom: 5px;
        left: 80%;
        width: 20%;
        text-align: right; }
    .section-cart-products-header {
      display: none !important; }
  .section-cart-total {
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    margin: 0 0 30px 0; }

@media (min-width: 768px) {
  .section-cart {
    padding: 30px 0; }
    .section-cart .text.content h1, .section-cart .text.content .h1 {
      text-transform: uppercase;
      margin: 30px 0; }
    .section-cart-products-item {
      font-size: 14px;
      line-height: 20px; }
      .section-cart-products-item-image {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%; }
      .section-cart-products-item-title {
        left: 30%;
        width: 70%; }
      .section-cart-products-item-vendor {
        top: 20px;
        left: 30%;
        width: 70%; }
      .section-cart-products-item-article {
        top: 40px;
        left: 30%;
        width: 70%; }
      .section-cart-products-item-price {
        bottom: 40px;
        left: 30%;
        width: 70%; }
      .section-cart-products-item-count {
        bottom: 10px;
        left: 30%;
        width: 30%; }
      .section-cart-products-item-btns {
        bottom: 10px;
        left: 60%;
        width: 40%; }
    .section-cart-total {
      text-align: left;
      margin: 0 0 0 0; } }

@media (min-width: 1260px) {
  .section-cart-products {
    margin: 0 0 30px 0; }
    .section-cart-products-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px 0;
      margin: 0; }
      .section-cart-products-item-image {
        -webkit-flex-basis: 60px;
        -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .section-cart-products-item-title {
        position: static;
        top: 0;
        left: 0;
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-weight: 400;
        padding: 0 10px; }
      .section-cart-products-item-vendor {
        position: static;
        top: 0;
        left: 0;
        width: auto;
        -webkit-flex-basis: 15%;
        -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 10px 0 0; }
      .section-cart-products-item-article {
        position: static;
        top: 0;
        left: 0;
        width: auto;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 10px 0 0; }
      .section-cart-products-item-price {
        position: static;
        bottom: 0;
        left: 0;
        width: auto;
        -webkit-flex-basis: 17%;
        -ms-flex-preferred-size: 17%;
        flex-basis: 17%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: center;
        padding: 0 10px 0 0; }
      .section-cart-products-item-count {
        position: static;
        bottom: 0;
        left: 0;
        width: auto;
        -webkit-flex-basis: 8%;
        -ms-flex-preferred-size: 8%;
        flex-basis: 8%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 0 0 0; }
      .section-cart-products-item-btns {
        position: static;
        bottom: 0;
        left: 0;
        width: auto;
        -webkit-flex-basis: 10%;
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: center;
        padding: 0 0 0 0; }
    .section-cart-products-header {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      background: #f7f7f7;
      border-bottom: 0; } }

/***********************************************************************
section-order
***********************************************************************/
.section-order {
  padding: 30px 0; }
  .section-order .text.content h1, .section-order .text.content .h1 {
    text-transform: uppercase;
    margin: 30px 0; }
  .section-order .text.content p {
    margin: 15px 0 0 0; }
  .section-order-total {
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    margin: 0 0 30px 0; }

@media (min-width: 1260px) {
  .section-order {
    padding: 30px 0; }
    .section-order .text.content h1, .section-order .text.content .h1 {
      text-transform: uppercase;
      margin: 30px 0; }
    .section-order .text.content p {
      margin: 15px 0 0 0; }
    .section-order-total {
      text-align: left;
      margin: 0 0 0 0; } }

/***********************************************************************
section-cabinet
***********************************************************************/
.section-cabinet {
  padding: 30px 0; }
  .section-cabinet .text.content h1, .section-cabinet .text.content .h1 {
    text-transform: uppercase;
    margin: 30px 0; }

@media (min-width: 1260px) {
  .section-cabinet {
    padding: 30px 0; }
    .section-cabinet .text.content h1, .section-cabinet .text.content .h1 {
      text-transform: uppercase;
      margin: 30px 0 30px 0; } }

/***********************************************************************
section-blog
***********************************************************************/
.section-blog {
  padding: 30px 0; }
  .section-blog .text.content h1, .section-blog .text.content .h1 {
    text-transform: uppercase;
    margin: 30px 0; }

@media (min-width: 1260px) {
  .section-blog {
    padding: 30px 0; }
    .section-blog .text.content h1, .section-blog .text.content .h1 {
      margin: 30px 0 30px 0; } }

/***********************************************************************
list-blog
***********************************************************************/
.list-blog-item {
  position: relative;
  display: block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin: 0 0 20px 0; }
  .list-blog-item:hover .list-blog-item-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .list-blog-item:hover .list-blog-item-image:after {
    background: rgba(0, 0, 0, 0.4); }
  .list-blog-item:hover .list-blog-item-date {
    opacity: 0; }
  .list-blog-item:hover .list-blog-item-title {
    left: 0; }
  .list-blog-item:hover .list-blog-item-introtext {
    right: 0; }
  .list-blog-item-image {
    position: relative;
    display: block;
    z-index: 1; }
    .list-blog-item-image img {
      display: block;
      width: 100%;
      height: auto;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
    .list-blog-item-image:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s;
      z-index: 2;
      content: ""; }
  .list-blog-item-date {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 2; }
  .list-blog-item-title {
    position: absolute;
    display: block;
    top: 30px;
    left: 100%;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 5; }
  .list-blog-item-introtext {
    position: absolute;
    display: block;
    right: 100%;
    width: 100%;
    bottom: 30px;
    font-size: 20px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    z-index: 5; }

@media (min-width: 1260px) {
  .list-blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .list-blog-item {
      width: 370px;
      margin: 0 0 30px 30px; }
      .list-blog-item:nth-child(3n+1) {
        margin: 0 0 30px 0; } }

/***********************************************************************
section-post
***********************************************************************/
.section-post {
  padding: 30px 0; }
  .section-post .text.content h1, .section-post .text.content .h1 {
    text-transform: uppercase;
    margin: 30px 0; }

@media (min-width: 1260px) {
  .section-post {
    padding: 30px 0; }
    .section-post .text.content h1, .section-post .text.content .h1 {
      margin: 30px 0; } }

/***********************************************************************
footer
***********************************************************************/
.footer {
  background-color: #3f414f;
  padding: 10px 0 20px 0; }
  .footer-menu {
    display: none; }
  .footer-phone {
    padding: 10px 0 5px 0; }
    .footer-phone a {
      display: block;
      font-size: 18px;
      line-height: 20px;
      color: #cacdda;
      text-align: center;
      padding: 5px 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .footer-phone a svg {
        margin: 0 10px 0 0; }
      .footer-phone a:hover {
        color: #ffffff; }
  .footer-adress {
    font-size: 14px;
    line-height: 20px;
    color: #cacdda;
    text-align: center;
    padding: 5px 0; }
    .footer-adress svg {
      font-size: 18px;
      margin: 0 10px 0 0; }
  .footer-email a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #cacdda;
    text-align: center;
    padding: 5px 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .footer-email a svg {
      font-size: 18px;
      margin: 0 10px 0 0; }
    .footer-email a:hover {
      color: #ffffff; }
  .footer-worktime {
    font-size: 14px;
    line-height: 20px;
    color: #cacdda;
    text-align: center;
    padding: 5px 0; }
    .footer-worktime svg {
      font-size: 18px;
      margin: 0 10px 0 0; }
  .footer-links {
    padding: 10px 0; }
    .footer-links a {
      display: block;
      font-size: 14px;
      line-height: 20px;
      color: #cacdda;
      text-align: center;
      padding: 5px 0;
      margin: 0 10px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .footer-links a:hover {
        color: #ffffff; }
  .footer-copyright {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #cacdda;
    text-align: center;
    padding: 5px 0; }
    .footer-copyright svg {
      margin: 0 10px; }
  .footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0 0 0; }
    .footer-social a {
      display: block;
      width: 30px;
      height: 30px;
      font-size: 14px;
      line-height: 28px;
      color: #cacdda;
      text-align: center;
      border: 1px solid #cacdda;
      margin: 0 5px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .footer-social a:hover {
        color: #505050;
        background: #ffffff;
        border: 1px solid #ffffff; }

@media (min-width: 1260px) {
  .footer {
    padding: 20px 0; }
    .footer-menu {
      display: block;
      padding: 0 0 10px 0; }
      .footer-menu-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 20px;
        color: #cacdda;
        text-align: left;
        padding: 10px 0; }
      .footer-menu ul {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none; }
        .footer-menu ul li a {
          display: block;
          font-size: 14px;
          line-height: 20px;
          color: #cacdda;
          text-align: left;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
        .footer-menu ul li:hover a, .footer-menu ul li.active a {
          color: #ffffff; }
    .footer-phone {
      padding: 0 0 5px 0; }
      .footer-phone a {
        text-align: right; }
    .footer-adress {
      text-align: right; }
    .footer-email a {
      text-align: right; }
    .footer-worktime {
      text-align: right;
      margin: 0 0 20px 0; }
    .footer-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 0 0 0 0; }
      .footer-links a {
        text-align: left;
        margin: 0 20px 0 0; }
    .footer-social {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 0; }
      .footer-social a {
        margin: 0 0 0 10px; } }

/***********************************************************************
btn-goto
***********************************************************************/
.gotoup {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 90px;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #000000;
  text-align: center;
  background: rgba(241, 241, 241, 0.8);
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
  z-index: 4; }
  .gotoup.show {
    display: block; }

@media (min-width: 1260px) {
  .gotoup {
    bottom: 20px; } }

/***********************************************************************
grecaptcha-badge
***********************************************************************/
.grecaptcha-badge {
  right: -300px !important; }

/***********************************************************************
fixedmenu-backdrop
***********************************************************************/
.fixedmenu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: #f7f7f7;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  transition: opacity .15s linear; }
  .fixedmenu-backdrop.show {
    opacity: 0.5; }

/***********************************************************************
badge
***********************************************************************/
/***********************************************************************
breadcrumb
***********************************************************************/
.breadcrumb {
  padding: 0;
  margin: 0; }

/***********************************************************************
pagination
***********************************************************************/
.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/***********************************************************************
modal
***********************************************************************/
.modal-dialog {
  min-height: -webkit-calc(100vh - 90px);
  min-height: -moz-calc(100vh - 90px);
  min-height: calc(100vh - 90px);
  margin: 70px auto 20px auto; }

.modal-header .close {
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 1;
  z-index: 2; }

.modal-header .zoomplus {
  position: absolute;
  top: -60px;
  right: 60px;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
  background: #ffffff;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 1;
  z-index: 2; }

.modal-header .zoomminus {
  position: absolute;
  top: -60px;
  right: 120px;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
  background: #ffffff;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 1;
  z-index: 2; }

.modal-menu {
  padding: 0 0 10px 0; }
  .modal-menu-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #505050;
    text-align: left;
    padding: 10px 0; }
  .modal-menu ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none; }
    .modal-menu ul li a {
      display: block;
      font-size: 14px;
      line-height: 20px;
      color: #505050;
      text-align: left;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
    .modal-menu ul li:hover a, .modal-menu ul li.active a {
      color: #000000; }

@media (min-width: 576px) {
  .modal#modal-product .modal-body {
    min-height: 452px; } }
