/* line 9, layouts.scss */
.tab-toggle.is-active.is-opened .tab-toggle-caption:before {
  content: '';
  height: 6px;
  background: #ffe63b;
  left: 9px;
  right: 2px;
  position: absolute;
  bottom: 2px;
  z-index: -1; }

/* line 19, layouts.scss */
.tab-toggle-caption {
  position: relative; }

/* line 22, layouts.scss */
.price-block {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 40px !important; }

/* line 27, layouts.scss */
.discount-link {
  position: absolute;
  bottom: 11px; }

/* line 31, layouts.scss */
.consult-block .form-row input {
  background: white !important; }

/* line 34, layouts.scss */
.tab-block {
  border-top: 1px solid lightgray; }

/* line 37, layouts.scss */
.tab-toggle, .product-tabs > button, .heading {
  font-size: 16px;
  font-family: 'SF UI Text', sans-serif;
  font-weight: normal;
  color: #333;
  margin: 0px 20px; }

/* line 44, layouts.scss */
.heading {
  margin: 0px; }

/* line 47, layouts.scss */
.product-tabs > button {
  background: none;
  border: none;
  cursor: pointer; }

/* line 54, layouts.scss */
.tabs-content > div {
  margin-top: 50px; }

/* line 58, layouts.scss */
.product-tabs {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px; }

@media (max-width: 768px) {
  /* line 66, layouts.scss */
  .product-tabs {
    flex-direction: column; }

  /* line 69, layouts.scss */
  .product-tabs > button {
    padding-bottom: 1rem; } }
/* line 74, layouts.scss */
.product-tabs:before {
  height: 70px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(rgba(255, 255, 255, 0.67)));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, rgba(255, 255, 255, 0.67) 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, rgba(255, 255, 255, 0.67) 100%);
  background: -moz-linear-gradient(top, #f3f3f3 0%, rgba(255, 255, 255, 0.67) 100%);
  background: linear-gradient(180deg, #f3f3f3 0%, rgba(255, 255, 255, 0.67) 100%); }

/* line 88, layouts.scss */
.product-tabs > button:focus {
  outline: none; }

/* line 91, layouts.scss */
.article-title {
  font-size: 2.5rem; }

/* line 95, layouts.scss */
.article-image {
  margin-bottom: 1rem; }

/* line 99, layouts.scss */
.article-products {
  padding: 1rem 0; }

/* line 103, layouts.scss */
.blog-item {
  margin-bottom: 1rem; }

/* line 107, layouts.scss */
.blog-articles {
  padding-left: 0; }

/* line 111, layouts.scss */
.cart-form {
  margin-bottom: 5%; }
  /* line 114, layouts.scss */
  .cart-form .totals-block {
    padding-left: 0; }
  /* line 118, layouts.scss */
  .cart-form .cart-items {
    margin-right: 7%; }
  /* line 122, layouts.scss */
  .cart-form .totals-block-inner {
    background: url(cart_bg.png) center center no-repeat;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 10%; }
    /* line 129, layouts.scss */
    .cart-form .totals-block-inner .title {
      color: #ffffff;
      font-size: 20px;
      font-weight: normal;
      text-transform: uppercase;
      margin-bottom: 6%;
      text-align: center; }
    /* line 138, layouts.scss */
    .cart-form .totals-block-inner .cart-summ {
      font-size: 20px;
      line-height: 2;
      font-weight: normal;
      text-align: center;
      margin-bottom: 30px; }
      /* line 145, layouts.scss */
      .cart-form .totals-block-inner .cart-summ .cart-total {
        font-size: 36px;
        font-weight: normal;
        line-height: 0.5;
        border-bottom: 8px solid #ffe63b;
        display: inline-block; }
    /* line 154, layouts.scss */
    .cart-form .totals-block-inner .coupon-block {
      border-top: 1px solid #6ca8ae;
      border-bottom: 1px solid #6ca8ae;
      height: 44px;
      line-height: 44px;
      padding: 0;
      position: relative;
      margin-bottom: 30px; }
      /* line 163, layouts.scss */
      .cart-form .totals-block-inner .coupon-block input {
        height: 44px;
        line-height: 44px;
        padding: 0;
        padding-right: 30px;
        font-size: 14px;
        background: transparent;
        width: 100%;
        padding: 0;
        border: 0; }
      /* line 175, layouts.scss */
      .cart-form .totals-block-inner .coupon-block button {
        width: 26px;
        height: 26px;
        line-height: 26px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: #6ca8ae;
        color: #fff;
        font-size: 15px;
        padding: 0;
        position: absolute;
        right: 0;
        min-width: inherit;
        top: 8px;
        font-weight: bold; }
        /* line 191, layouts.scss */
        .cart-form .totals-block-inner .coupon-block button i {
          font-weight: bold;
          font-size: 10px;
          vertical-align: middle; }
    /* line 199, layouts.scss */
    .cart-form .totals-block-inner .button {
      height: 54px;
      line-height: 54px;
      width: 100%; }

/* line 207, layouts.scss */
.cart-info-blocks {
  margin-bottom: 6%; }
  /* line 210, layouts.scss */
  .cart-info-blocks .flex-between {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex; }
  /* line 218, layouts.scss */
  .cart-info-blocks .cart-info-block {
    background: #f5f7fa;
    padding: 20px 30px;
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    position: relative;
    padding-bottom: 72px; }
    /* line 228, layouts.scss */
    .cart-info-blocks .cart-info-block .section.bold {
      color: #555555;
      font-size: 18px;
      font-weight: 600; }
    /* line 234, layouts.scss */
    .cart-info-blocks .cart-info-block .button {
      background: transparent;
      border: 1px solid #333;
      height: 34px;
      line-height: 34px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      position: absolute;
      bottom: 20px;
      right: 20px;
      font-size: 14px; }
    /* line 247, layouts.scss */
    .cart-info-blocks .cart-info-block .title {
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      margin-bottom: 20px; }
      /* line 253, layouts.scss */
      .cart-info-blocks .cart-info-block .title i {
        font-size: 33px;
        position: relative;
        margin-left: 10px;
        bottom: -5px; }
        /* line 259, layouts.scss */
        .cart-info-blocks .cart-info-block .title i:before {
          position: relative;
          z-index: 20; }
        /* line 264, layouts.scss */
        .cart-info-blocks .cart-info-block .title i:after {
          content: '';
          display: inline-block;
          position: relative;
          z-index: 10;
          width: 24px;
          height: 24px;
          background-color: #ffe63b;
          -webkit-border-radius: 100%;
          border-radius: 100%;
          top: 9px; }
    /* line 279, layouts.scss */
    .cart-info-blocks .cart-info-block .section {
      border-top: 1px solid #bbbcbd;
      padding: 15px 0; }
      /* line 283, layouts.scss */
      .cart-info-blocks .cart-info-block .section .title {
        font-weight: 300;
        margin-bottom: 0;
        text-align: left; }
      /* line 289, layouts.scss */
      .cart-info-blocks .cart-info-block .section ul {
        margin-top: 10px; }
        /* line 292, layouts.scss */
        .cart-info-blocks .cart-info-block .section ul li {
          margin-bottom: 8px; }
  /* line 299, layouts.scss */
  .cart-info-blocks .delivery-block i:after {
    left: -50px; }
  /* line 303, layouts.scss */
  .cart-info-blocks .set-block i:after {
    left: -42px; }
  /* line 307, layouts.scss */
  .cart-info-blocks .garant-block i:after {
    left: -33px; }

/* line 312, layouts.scss */
.editor-content,
.editor {
  font-size: 14px;
  line-height: 1.5; }

/* line 318, layouts.scss */
ul.decor-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px !important; }
  /* line 323, layouts.scss */
  ul.decor-list li:before {
    content: "\e904";
    font-family: 'doskort' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 3px;
    top: 3px;
    font-size: 9px;
    z-index: 50; }
  /* line 342, layouts.scss */
  ul.decor-list li:after {
    content: '';
    width: 12px;
    height: 12px;
    background-color: #a1e2dd;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 20; }

/* line 357, layouts.scss */
.similar_products--block.in-cart {
  margin-bottom: 3%; }

/* line 361, layouts.scss */
body {
  margin: 0; }

/* line 365, layouts.scss */
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  font-family: inherit;
  font-size: 16px !important;
  font-weight: 300;
  border: 1px solid #e0e0e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 100%; }

/* line 386, layouts.scss */
textarea {
  line-height: 30px;
  height: 120px;
  padding: 0 10px;
  font-family: inherit;
  font-size: 16px !important;
  border-color: #e0e0e0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 402, layouts.scss */
.form-row {
  margin-bottom: 10px; }

/* line 406, layouts.scss */
.form-row label {
  display: block;
  margin-bottom: 5px; }

/* line 411, layouts.scss */
.button {
  height: 40px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffe63b;
  font-family: inherit;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 66px;
  display: inline-block; }

/* line 431, layouts.scss */
.button:hover {
  opacity: 0.8; }

/* line 435, layouts.scss */
.col-title {
  margin-bottom: 30px; }
  /* line 438, layouts.scss */
  .col-title .button {
    height: 48px;
    font-size: 22px;
    font-weight: normal;
    line-height: 48px; }

/* line 446, layouts.scss */
.collection-column {
  padding-left: 4%; }

/* line 450, layouts.scss */
.collection-description {
  margin-bottom: 3%; }

@media (max-width: 1200px) {
  /* line 455, layouts.scss */
  .collection-column {
    padding-left: 10px; } }
/* line 460, layouts.scss */
.totals-block-inner .discount {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (max-width: 1200px) {
  /* line 476, layouts.scss */
  .cart-form .cart-items {
    margin-right: 10px; }

  /* line 479, layouts.scss */
  .cart-form .totals-block-inner {
    padding: 7%; } }
@media (max-width: 1024px) {
  /* line 484, layouts.scss */
  .cart-items .item-price div {
    font-size: 18px; }

  /* line 487, layouts.scss */
  .cart-form .cart-items {
    margin-right: 0px; }

  /* line 490, layouts.scss */
  .cart-info-blocks .cell-4 {
    margin-bottom: 20px; } }
@media (max-width: 768px) {
  /* line 496, layouts.scss */
  .cart-item {
    position: relative; }

  /* line 499, layouts.scss */
  .item-remove {
    position: absolute;
    font-size: 20px;
    top: 10px;
    right: 10px;
    z-index: 50; }

  /* line 506, layouts.scss */
  .cart-item .item-image, .cart-item .item-info {
    margin-bottom: 20px; }

  /* line 509, layouts.scss */
  .cart-items .row .row {
    margin: 0; }

  /* line 512, layouts.scss */
  .cart-info-blocks .cart-info-block .title {
    white-space: nowrap; } }
/* line 518, layouts.scss */
.article_preview-url {
  font-size: 12px;
  border-bottom: 1px dahsed; }

/* line 522, layouts.scss */
.article_preview-url:hover {
  border-color: #fff; }
