@charset "UTF-8";
@font-face {
  font-family: 'Ruble-sign';
  src: url("../fonts/rouble.woff") format('woff'), url("../fonts/rouble.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro.woff") format('woff'), url("../fonts/GothamPro.woff2") format('woff2'), url("../fonts/GothamPro.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro-Light.woff") format('woff'), url("../fonts/GothamPro-Light.woff2") format('woff2'), url("../fonts/GothamPro-Light.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro-Medium.woff") format('woff'), url("../fonts/GothamPro-Medium.woff2") format('woff2'), url("../fonts/GothamPro-Medium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro-Bold.woff") format('woff'), url("../fonts/GothamPro-Bold.woff2") format('woff2'), url("../fonts/GothamPro-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  src: url("../fonts/GothamPro-Black.woff") format('woff'), url("../fonts/GothamPro-Black.woff2") format('woff2'), url("../fonts/GothamPro-Black.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.woff2") format("woff2");
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body {
  min-width: 320px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.solution-redesign {
  background: #fff;
}
body.html .asset-video.isvr-video-full .asset-metas-head {
  display: none;
}
/**
 * Content
 */
body:not(.panel-page) .region-page-header,
body:not(.panel-page) .region-content {
  background: #fff;
  position: relative;
}
body:not(.panel-page) .region-content {
  padding: 10px 16px;
}
body.node-type-landing-page .region-content {
  padding: 0;
}
body.page-isover-market,
body.page-masters {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .facets-region {
    float: right;
  }
  .home-slider .block-slider-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-checkout .form-item__label {
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #131313;
}
.page-checkout .form-item__textfield {
  width: 100%;
  border: 1px solid #dadada;
  font-size: 1.6rem;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 6px 10px;
  height: 45px;
  line-height: 23px;
  background-color: #f4f4f4;
  color: #131313;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.page-checkout .form-item__textfield:focus {
  border-color: #dadada;
  background-color: #fdfdfd;
}
.page-checkout .form-item__textarea {
  width: 100%;
  border: 1px solid #dadada;
  font-size: 1.6rem;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #131313;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 10px;
  height: 100px;
  line-height: 1.2;
  background-color: #f4f4f4;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  resize: none;
}
.page-checkout .form-item__textarea:focus {
  border-color: #dadada;
  background-color: #fdfdfd;
}
.page-checkout .form-item__select {
  height: 45px;
  border: 1px #dadada solid;
  background: #fff;
  overflow: hidden;
  color: #000;
  font-size: 1.6rem;
}
.page-checkout .form-item .chosen-container .chosen-single {
  width: 100%;
  border: 1px solid #dadada;
  font-size: 1.6rem;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #131313;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  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;
  padding: 6px 10px;
  height: 45px;
  background-color: #ffffff;
}
.page-checkout .form-item .chosen-container.chosen-container-active .chosen-single div b:before {
  content: "\f107";
}
.page-checkout .form-item .chosen-container.chosen-with-drop .chosen-single div b:before {
  content: "\f106";
}
.customer-profile-billing .form-radios .page-checkout .form-item {
  margin: 10px 0;
}
.customer-questionary .form-item.form-type-textfield {
  padding: 0 25px 0 32px;
}
.customer-profile-billing .form-checkbox + label {
  background-image: url(../images/checkboxButtonsSprite.png);
  background-position: 0 1px;
  background-repeat: no-repeat;
  -webkit-background-size: 17px auto;
          background-size: 17px auto;
  width: 18px;
  height: 18px;
  padding: 0;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.customer-profile-billing .form-checkbox:checked + label {
  background-position: 0 -32px;
}
.customer-profile-billing .form-checkbox ~ label:before {
  display: none;
}
.customer-questionary .form-checkbox + label:before,
.master-register-form-wrapper .form-checkbox + label:before {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  padding: 7px;
  vertical-align: middle;
  content: '';
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(204, 204, 204, 0.6);
          box-shadow: inset 0 1px 2px 0 rgba(204, 204, 204, 0.6);
  margin: 0 17px 0 -32px;
  font-size: 12px;
}
.customer-questionary .form-checkbox:checked + label:before,
.master-register-form-wrapper .form-checkbox:checked + label:before {
  content: '\f00c';
  padding: 1px;
  color: #82c538;
}
.master-register-form-wrapper .form-checkbox + label {
  color: #131313;
  font-size: 14px;
  margin-top: 11px;
  padding-left: 33px;
}
.master-register-form-wrapper .form-checkbox + label a {
  color: #80c31c;
}
.customer-profile-billing .form-radio + label {
  background-image: url(../images/radioButtonsSprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: 18px auto;
          background-size: 18px auto;
  width: 18px;
  height: 18px;
  padding: 0;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.customer-profile-billing .form-radio:checked + label {
  background-position: 0 -32px;
}
.customer-profile-billing .form-radio ~ label:before {
  display: none;
}
.customer-questionary .form-radio + label:before {
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  padding: 7px;
  vertical-align: middle;
  content: '';
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(204, 204, 204, 0.6);
          box-shadow: inset 0 1px 2px 0 rgba(204, 204, 204, 0.6);
  margin: 0 17px 0 -32px;
  font-size: 12px;
}
.customer-questionary .form-radio:checked + label:before {
  content: '\f00c';
  padding: 1px;
  color: #82c538;
}
.form-type-checkbox,
.form-type-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
body.page-checkout {
  background: #fff;
}
body.page-checkout .region-content {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 959px) {
  body.page-checkout .region-content {
    padding: 0 22px;
  }
}
@media (max-width: 863px) {
  body.page-checkout .region-content {
    padding: 0 15px;
  }
}
.checkout-buttons {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0;
  margin: 0;
  border: 0;
  margin-top: 0;
  margin-bottom: 40px;
  background: #fbfbfb;
  padding: 10px 20px;
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
}
.checkout-buttons .panel-body {
  padding: 0;
}
.checkout-buttons .panel-body {
  clear: none;
}
.checkout-buttons > div {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.checkout-buttons > div:before,
.checkout-buttons > div:after {
  content: none;
}
.checkout-buttons > div > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.checkout-buttons .cart-summary-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.checkout-buttons .checkout-continue {
  min-width: 100px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #a7080c;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  min-width: 230px;
  height: 45px;
}
.checkout-buttons .checkout-continue a {
  color: #fff;
}
.checkout-buttons .checkout-continue a:hover,
.checkout-buttons .checkout-continue a:focus {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .checkout-buttons .checkout-continue {
    min-width: 100px;
    width: 200px;
  }
}
.checkout-buttons .checkout-back {
  height: auto;
  line-height: inherit;
  display: inline-block;
  border: 0;
  background: transparent;
  color: #000;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 18px;
  font-weight: normal;
  background: transparent url(../images/back.png) 0 center no-repeat;
  text-transform: none;
  text-decoration: none;
}
.checkout-buttons .checkout-back:hover,
.checkout-buttons .checkout-back:focus,
.checkout-buttons .checkout-back:active,
.checkout-buttons .checkout-back[disabled],
.checkout-buttons .checkout-back[disabled]:active,
.checkout-buttons .checkout-back[disabled]:focus {
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.checkout-buttons .checkout-back span {
  border-bottom: 1px solid #d6d6d6;
}
.checkout-buttons .checkout-back:hover,
.checkout-buttons .checkout-back:focus {
  opacity: .8;
  text-transform: none;
  text-decoration: none;
  background: transparent url(../images/back.png) 0 center no-repeat;
}
.checkout-buttons input.checkout-back {
  display: none;
}
.page-checkout-review .checkout-buttons {
  margin-top: 0;
}
@media (max-width: 959px) {
  .page-checkout .checkout-buttons__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
  }
  .page-checkout .checkout-buttons .checkout-continue {
    width: 230px;
    margin-top: 20px;
  }
  .page-checkout .checkout-buttons .checkout-back {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .page-checkout .checkout-buttons__content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
  }
  .page-checkout .checkout-buttons .checkout-back {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .page-checkout .checkout-buttons .checkout-continue {
    width: 250px;
  }
}
.checkout-processing {
  display: none;
}
.delete-commerce-cart {
  height: auto;
  line-height: inherit;
  text-transform: none;
  display: inline-block;
  font-size: 13px;
  padding: 0 18px;
  font-weight: normal;
  background: transparent url(../images/remove-white.png) 0 center no-repeat;
  cursor: pointer;
}
.delete-commerce-cart span {
  border-bottom: 1px solid currentColor;
}
.page-checkout .delete-commerce-cart {
  color: #fff;
}
@media (max-width: 959px) {
  .page-checkout .delete-commerce-cart {
    color: #000;
    background-image: url(../images/remove.png);
    padding-right: 0;
    position: absolute;
    top: -24px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .page-checkout .delete-commerce-cart {
    color: #fff;
    background-image: url(../images/remove-white.png);
    margin: 0;
    position: static;
  }
}
.cart-products {
  margin: 0;
  margin-top: 38px;
  min-width: 290px;
}
.cart-products > thead > tr > th {
  border: 0;
}
.cart-products > tbody > tr > td {
  padding: 8px;
  line-height: inherit;
  border: 0;
}
.cart-products tbody {
  border: 0;
}
.cart-products tr.even,
.cart-products tr.odd {
  background: none;
  border: 0;
  padding: 0;
}
.cart-products__head {
  font-size: 13px;
  line-height: 14px;
  font-weight: normal;
  background: #80c31c;
  color: #fff;
  padding: 20px 10px;
  white-space: nowrap;
  position: relative;
}
.cart-products__head:first-child {
  padding-left: 20px;
}
.cart-products__head:last-child {
  padding-right: 20px;
}
.cart-products .cart-products__row-top {
  border: 1px solid #80c31c;
  background-color: #80c31c;
}
.cart-products .cart-products__row_promo,
.cart-products .cart-products__row_present {
  border: solid #e6e6e6;
  border-width: 1px 2px 0 2px;
}
.cart-products .cart-products__row_promo {
  background-color: #fbfbfb;
}
.cart-products .cart-products__row_promo td {
  padding: 6px;
}
.cart-products .cart-products__row_promo--cashback {
  border: solid #e6e6e6;
  border-width: 0 2px 0 2px;
}
.cart-products .cart-products__row_promo--cashback td {
  padding: 0 0 32px 11px;
}
.cart-products .cart-products__row_promo--cashback td:nth-child(2) {
  padding: 0 8px 32px 0;
  text-align: right;
}
.cart-products .cart-products__row-free-delivery {
  background-color: #f4f5f6;
}
.cart-products .cart-products__row-free-delivery td {
  text-align: center;
  color: #82c538;
}
.cart-products .cart-products__row-free-delivery td .views-row {
  display: inline-block;
}
.cart-products .cart-products__row-free-delivery td:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../../img/present.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.cart-products .cart-products__row.even,
.cart-products .cart-products__row.odd {
  border: 1px solid #e6e6e6;
}
.cart-products .cart-products__row.odd:first-child {
  border-top: 0;
}
.cart-products .cart-products__cell {
  padding: 30px 10px 25px 10px;
  background: #ffffff;
}
.cart-products .cart-products__cell:first-child {
  padding-left: 20px;
}
.cart-products .cart-products__cell:last-child {
  padding-right: 20px;
}
.cart-products .cart-products__cell--rendered_entity {
  width: 46.23287671%;
}
.cart-products .cart-products__cell--commerce_unit_price,
.cart-products .cart-products__cell--nothing {
  width: 15.4109589%;
}
.cart-products .cart-products__cell--edit_quantity,
.cart-products .cart-products__cell--field_promo_bonus_qty {
  width: 10.2739726%;
}
.cart-products .cart-products__cell--commerce_total,
.cart-products .cart-products__cell--nothing_2 {
  width: 14.55479452%;
}
.cart-products .cart-products__cell--edit_delete,
.cart-products .cart-products__cell--isvr_ru_promo_add_delete_button {
  width: 13.01369863%;
  border-right: 2px solid #e6e6e6;
}
.cart-products .cart-products__cell--commerce_unit_price,
.cart-products .cart-products__cell--edit_quantity,
.cart-products .cart-products__cell--commerce_total,
.cart-products .cart-products__cell--edit_delete {
  white-space: nowrap;
}
.cart-products .cart-products__cell .delete-line-item {
  display: none;
}
.cart-products .cart-products__cell--promo-quantity {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}
.cart-products .cart-products__cell--promo-quantity-suffix {
  display: none;
}
.cart-products__price-wrap {
  height: 40px;
  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;
  font-size: 24px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.cart-products__cell--isvr_ru_promo_quantity .cart-products__price-wrap {
  padding-right: 26px;
}
.cart-popup-product .cart-products__price-wrap {
  height: auto;
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.cart-popup-product__total .cart-products__price-wrap {
  font-size: 24px;
  margin: 0;
}
@media (max-width: 340px) {
  .cart-popup-product__total .cart-products__price-wrap {
    font-size: 16px;
    line-height: 1;
  }
}
.cart-products__factor {
  margin-right: 10px;
}
.cart-products__factor:before {
  content: '×';
  display: block;
  font-size: 22px;
  font-weight: 500;
  height: 100%;
}
.cart-popup-product .cart-products__factor {
  display: none;
}
.cart-products__delete-item-btn {
  display: none;
  color: #000;
  font-size: 13px;
  height: 40px;
  padding: 0 18px;
  padding-right: 0;
  line-height: 40px;
  font-weight: normal;
  background: transparent url(../images/remove.png) 0 center no-repeat;
  text-decoration: underline;
}
.cart-products__delete-item-btn:hover,
.cart-products__delete-item-btn:focus {
  color: #000;
  opacity: .8;
  cursor: pointer;
}
.cart-products__get-gift-btn {
  font-size: 13px;
  display: block;
  padding-left: 18px;
  background: transparent url(../images/Cheched.png) 0 center no-repeat;
}
.cart-products__promo-code,
.cart-products__value {
  font-weight: bold;
  color: #a7080c;
}
@media (min-width: 960px) {
  .cart-products__cell--edit_delete > .cart-products__delete-item-btn,
  .cart-products__cell--isvr_ru_promo_add_delete_button > .cart-products__delete-item-btn {
    display: block;
  }
}
@media (max-width: 959px) {
  .cart-products {
    position: relative;
    margin-top: 38px;
  }
  .cart-products .cart-products__row-top {
    border: none;
  }
  .cart-products .cart-products__row {
    border-right: none;
  }
  .cart-products__title-text {
    display: none;
  }
  .cart-products__cell--commerce_total > .cart-products__delete-item-btn,
  .cart-products__cell--nothing_2 > .cart-products__delete-item-btn {
    display: block;
  }
  .cart-products__factor {
    margin-right: 0;
    margin-left: 10px;
  }
  .cart-products__head--edit-delete,
  .cart-products__head--edit-delete:last-child {
    padding: 0;
  }
  .cart-products__head--commerce_total {
    border-right: 2px solid #e6e6e6;
  }
  .cart-products__price-wrap {
    font-size: 18px;
  }
  .cart-products .cart-products__cell {
    width: auto;
  }
  .cart-products .cart-products__cell:first-child {
    padding-left: 10px;
  }
  .cart-products .cart-products__cell--commerce_total,
  .cart-products .cart-products__cell--nothing_2 {
    border-right: 2px solid #e6e6e6;
  }
  .dropdown-menu .cart-products .cart-products__cell--commerce_total,
  .dropdown-menu .cart-products .cart-products__cell--nothing_2 {
    border-right: none;
  }
  .cart-products .cart-products__cell--edit_delete,
  .cart-products .cart-products__cell--isvr_ru_promo_add_delete_button {
    display: none;
  }
}
@media (max-width: 767px) {
  .cart-products__head {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 20px 10px;
  }
  .cart-products__head--line-item-title {
    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: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-products__head--edit-delete,
  .cart-products__head--edit-delete:last-child {
    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;
    padding: 20px 20px 20px 10px;
  }
  .cart-products__row-top {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart-products__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-products__row:last-child {
    margin-bottom: -1px;
  }
  .cart-products .cart-products__row_promo--cashback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cart-products .cart-products__row_promo--cashback td:nth-child(2) {
    padding: 0 0 10px 0;
  }
  .cart-products__factor {
    display: none;
  }
  .cart-products__price-wrap {
    display: block;
    font-weight: 800;
    height: auto;
  }
  .cart-products__delete-item-btn {
    line-height: 2;
    height: auto;
  }
  .cart-products__get-gift-btn {
    padding: 0 18px;
  }
  .cart-products .cart-products__cell {
    display: block;
    padding: 5px 5px 5px 34%;
  }
  .cart-products .cart-products__cell:first-child {
    padding-left: 20px;
    padding-top: 10px;
  }
  .cart-products .cart-products__cell:last-child {
    padding: 0 12px 5px 0;
  }
  .cart-products .cart-products__cell--line_item_title {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .cart-products .cart-products__cell--commerce_unit_price {
    display: none;
  }
  .cart-products .cart-products__cell--edit_quantity {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cart-products .cart-products__cell--commerce_total,
  .cart-products .cart-products__cell--nothing_2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border: none;
  }
  .cart-products .cart-products__cell--commerce_total > .cart-products__delete-item-btn,
  .cart-products .cart-products__cell--nothing_2 > .cart-products__delete-item-btn,
  .cart-products .cart-products__cell--commerce_total > .cart-products__get-gift-btn,
  .cart-products .cart-products__cell--nothing_2 > .cart-products__get-gift-btn {
    display: none;
  }
  .cart-products .cart-products__cell--edit_delete,
  .cart-products .cart-products__cell--isvr_ru_promo_add_delete_button {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    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;
    padding: 0;
    border-right: none;
  }
  .cart-products .cart-products__cell--edit_delete > .cart-products__delete-item-btn,
  .cart-products .cart-products__cell--isvr_ru_promo_add_delete_button > .cart-products__delete-item-btn {
    display: block;
  }
  .cart-products .cart-products__cell--view {
    padding: 6px;
    background-color: #fdfdfd;
  }
  .cart-products .cart-products__cell--promo-quantity {
    text-align: left;
    font-size: 18px;
  }
  .cart-products .cart-products__cell--promo-quantity-suffix {
    display: inline;
  }
  .cart-products .cart-products__cell--promo-price {
    display: none;
  }
  .cart-products__row--isover-promo .cart-products__cell--promo-quantity {
    display: none;
  }
}
@media (max-width: 360px) {
  .cart-products .cart-products__cell {
    padding: 10px 5px 5px calc(30% + 5px);
  }
  .cart-products .cart-products__cell--line_item_title {
    padding-left: 20px;
  }
}
.isvr-ru-commerce-fast-cart__cart .cart-products img:after {
  display: none;
}
.isvr-ru-commerce-fast-cart__cart .cart-products thead {
  display: none;
}
.isvr-ru-commerce-fast-cart__cart .cart-products tr {
  border-right: none !important;
  border-left: none !important;
}
.isvr-ru-commerce-fast-cart__cart .cart-products tr:last-child {
  border-bottom: none !important;
}
.cart-product-item {
  line-height: 1.25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
}
.cart-product-item__preview {
  width: 110px;
  margin-right: 20px;
  text-align: center;
}
.cart-product-item__header {
  font-size: 16px;
  font-weight: bold;
  color: #131313;
}
.cart-product-item__description {
  font-size: 13px;
  color: #909090;
  margin: 4px 0 15px 0;
}
.cart-product-item__amount {
  font-size: 13px;
  color: #131313;
  margin: 4px 0;
}
.cart-product-item__distributor {
  font-size: 13px;
  color: #131313;
  margin: 4px 0;
}
.cart-product-item__content {
  width: auto;
  display: inline-block;
  max-width: 320px;
}
.cart-product-item__promo-image {
  height: 137px;
  width: 150px;
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.cart-product-item__promo {
  width: 132px;
  height: 29px;
  position: absolute;
  top: -15px;
  left: -54px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-image: url(../../img/ribbon.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  padding: 5px 0;
  text-align: center;
  letter-spacing: 0.9px;
}
@media (max-width: 767px) {
  .cart-product-item__promo {
    top: 5px;
  }
}
@media (max-width: 960px) and (min-width: 767px) {
  .cart-product-item__promo {
    left: -45px;
  }
}
@media (max-width: 959px) {
  .cart-products .cart-product-item__preview {
    width: 30%;
    min-width: 30px;
    margin-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart-products .cart-product-item__header {
    font-size: 15px;
  }
  .cart-products .cart-product-item__description {
    margin-bottom: 8px;
  }
}
.cart-products__row_promo .cart-product-item__promo-image {
  width: 63px;
  height: 63px;
  border: 1px solid #dadada;
}
.cart-products__row_promo .cart-product-item__promo {
  width: 63px;
  height: 63px;
  top: 0;
  left: 0;
  font-size: 7px;
  padding: 3px 0;
}
.cart-products__row_promo .cart-product-item__content {
  margin: 5px 0 0 15px;
}
.cart-products__row_promo .cart-product-item__description,
.cart-products__row_promo .cart-product-item__distributor {
  margin: 0;
}
.commerce-checkout-cart .cart-products .cart-products__row-top,
.commerce-checkout-cart .cart-products .cart-products__row {
  border-left-width: 2px;
  border-bottom: none;
}
@media (max-width: 767px) {
  .commerce-checkout-cart .cart-products .cart-products__row-top,
  .commerce-checkout-cart .cart-products .cart-products__row {
    border-right-width: 2px;
  }
}
.commerce-checkout-cart .checkout-buttons {
  border-left: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}
/* class for input[type=submit] in cart-products */
.delete-line-item {
  /*
    Because it used only in .cart-products,
    and .cart-products contents link, emulating click on this input
  */
  display: none;
}
.input-spinner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #dadada;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100px;
  min-width: 100px;
  height: 38px;
  position: relative;
  max-height: 22px;
}
.partner-product-info__size-wrapper .input-spinner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  margin-right: 5px;
}
.input-spinner__input {
  width: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.input-spinner__buttons {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  border-left: 1px solid #dadada;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.input-spinner__up,
.input-spinner__down {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  cursor: pointer;
}
.input-spinner__up {
  border-bottom: 1px solid #dadada;
  background: url(../images/up_down.png) left top no-repeat;
}
.input-spinner__down {
  background: url(../images/up_down.png) left bottom no-repeat;
}
.input-spinner .form-item__textfield {
  width: 100%;
  height: auto;
  -webkit-transition: none;
  transition: none;
  border: 0;
  font-size: 24px;
  padding: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #f2f2f2;
}
body:not(.page-checkout) .input-spinner {
  height: auto;
  margin-top: 8px;
}
body:not(.page-checkout) .input-spinner__buttons {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  border: none;
}
body:not(.page-checkout) .input-spinner__up,
body:not(.page-checkout) .input-spinner__down {
  position: absolute;
  width: 20px;
  top: 0;
  height: 100%;
  background-color: #fff;
}
body:not(.page-checkout) .input-spinner__up {
  right: 0;
  border-left: 1px solid #dadada;
  border-bottom: none;
}
body:not(.page-checkout) .input-spinner__down {
  left: 0;
  border-right: 1px solid #dadada;
}
body:not(.page-checkout) .input-spinner .form-item {
  margin-bottom: 0;
}
body:not(.page-checkout) .input-spinner .form-item__textfield {
  font-size: 13px;
  padding: 0 6px;
  line-height: inherit;
}
body:not(.page-checkout) .input-spinner__input {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
body:not(.page-checkout) .input-spinner__input input {
  height: 20px;
}
.recommended-product .input-spinner {
  margin: 0;
}
.page-checkout .input-spinner {
  max-height: none;
}
.block-buy-online-tab .input-spinner {
  margin-top: 2px !important;
}
.block-buy-online-tab .input-spinner .form-item__textfield {
  background-color: #ffffff;
  color: #000;
}
body:not(.page-checkout) .cart-popup-product .input-spinner {
  margin: 0;
  max-height: none;
}
body:not(.page-checkout) .cart-popup-product .input-spinner__buttons {
  -webkit-flex-basis: inherit;
      -ms-flex-preferred-size: inherit;
          flex-basis: inherit;
}
body:not(.page-checkout) .cart-popup-product .input-spinner__up,
body:not(.page-checkout) .cart-popup-product .input-spinner__down {
  position: static;
  width: 20px;
  top: 0;
  height: 19px;
  background-color: #fff;
}
body:not(.page-checkout) .cart-popup-product .input-spinner__up {
  border-bottom: 1px solid #dadada;
}
body:not(.page-checkout) .cart-popup-product .input-spinner__down {
  left: 0;
  border-left: 1px solid #dadada;
  border-right: none;
}
body:not(.page-checkout) .cart-popup-product .input-spinner .form-item {
  margin-bottom: 0;
}
body:not(.page-checkout) .cart-popup-product .input-spinner .form-item__textfield {
  font-size: 24px;
  padding: 5px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body:not(.page-checkout) .cart-popup-product .input-spinner__input {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body:not(.page-checkout) .cart-popup-product .input-spinner__input input {
  height: auto;
}
.dc-cart-ajax-fake-link {
  text-decoration: none;
  display: none;
}
.checkout-continue {
  display: inline-block;
  height: auto;
  line-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.order-total {
  font-size: 13px;
  line-height: 14px;
}
.order-total:before,
.order-total:after {
  content: '';
  display: table;
}
.order-total:after {
  clear: both;
}
.order-total__inner {
  float: right;
  padding: 0 20px;
}
.order-total__sum,
.order-total__shipment,
.order-total__total,
.order-total__cashback {
  margin: 5px 0;
}
.order-total__sum-label,
.order-total__shipment-label,
.order-total__total-label,
.order-total__cashback-label {
  display: inline-block;
  text-align: right;
  width: 280px;
  margin-right: 14px;
}
.order-total__total {
  font-weight: bold;
}
.order-total__cashback {
  font-weight: bold;
  color: #a7080c;
}
.order-total__cashback-label {
  margin-right: 14px;
}
header .order-total__sum {
  white-space: nowrap;
  font-weight: 800;
  font-size: 18px;
}
@media (max-width: 959px) {
  .page-checkout .order-total__inner {
    min-width: 250px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page-checkout .order-total__sum,
  .page-checkout .order-total__shipment,
  .page-checkout .order-total__total,
  .page-checkout .order-total__cashback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-checkout .order-total__sum-label,
  .page-checkout .order-total__shipment-label,
  .page-checkout .order-total__total-label,
  .page-checkout .order-total__cashback-label {
    width: auto;
    text-align: left;
    margin: 3px 0;
  }
  .page-checkout .order-total__total-value {
    font-size: 28px;
    line-height: 28px;
  }
}
.partner-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 375px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.partner-info__logo img {
  width: 200px;
  padding-bottom: 14px;
}
.partner-info__item {
  border: 1px solid #e6e6e6;
  padding: 16px 22px 16px 25px;
}
.partner-info__title {
  font-size: 16px;
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-right: 40px;
}
.partner-info__text {
  margin-top: 10px;
  -webkit-transition: height .5s;
  transition: height .5s;
  overflow: hidden;
}
.partner-info__image {
  cursor: pointer;
  max-width: 135px;
}
.partner-info__image img:after {
  display: none;
}
.partner-info__image--normal {
  display: none;
}
.partner-info__image--gray {
  display: block;
}
.partner-info__image:hover .partner-info__image--normal {
  display: block;
}
.partner-info__image:hover .partner-info__image--gray {
  display: none;
}
.partner-info__toggle-button {
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  right: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  outline: none;
}
.partner-info__toggle-button:hover {
  opacity: .8;
}
.partner-info__toggle-button:hover,
.partner-info__toggle-button:focus {
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.partner-info__toggle-button:before,
.partner-info__toggle-button:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 2px;
  background-color: #848484;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  outline: none;
}
.partner-info__toggle-button:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.partner-info__toggle-button:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.partner-info__toggle-button.collapsed {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.partner-info .collapse {
  display: block;
  visibility: visible;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.partner-info .in {
  height: auto;
}
@media (max-width: 959px) {
  .partner-info {
    width: 100%;
    max-width: 100%;
    min-width: 270px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .partner-info__title {
    font-size: 14px;
  }
}
.commerce-checkout-progress {
  margin-top: 30px;
}
.commerce-checkout-progress__list {
  list-style: none;
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.commerce-checkout-progress__step {
  position: relative;
  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;
  height: 44px;
  padding-left: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
  border-left-width: 0;
  border-right-width: 0;
}
.commerce-checkout-progress__step:first-child {
  padding-left: 10px;
  border-left-width: 2px;
}
.commerce-checkout-progress__step:last-child {
  border-right-width: 2px;
}
.commerce-checkout-progress__step:before,
.commerce-checkout-progress__step:after {
  content: '';
  display: block;
  position: absolute;
  border: 22px solid transparent;
  top: -2px;
  right: -42px;
  z-index: 2;
}
.commerce-checkout-progress__step:before {
  border-left-color: #e6e6e6;
}
.commerce-checkout-progress__step:after {
  border-left-color: #ffffff;
  right: -38px;
  border-width: 20px;
  top: 0;
}
.commerce-checkout-progress__step--active {
  background-color: #ffe602;
  border-color: #ffe602;
}
.commerce-checkout-progress__step--active:before {
  border-left-color: #ffe602;
}
.commerce-checkout-progress__step--active:after {
  display: none;
}
.commerce-checkout-progress__step:last-child:before,
.commerce-checkout-progress__step:last-child:after {
  display: none;
}
.commerce-checkout-progress__step-number {
  margin-right: 25px;
  position: relative;
  color: #ffffff;
  background-color: rgba(204, 204, 204, 0.6);
  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;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.commerce-checkout-progress__step--active .commerce-checkout-progress__step-number {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 959px) {
  .commerce-checkout-progress__step {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .commerce-checkout-progress__step {
    font-size: 12px;
  }
}
@media (max-width: 649px) {
  .commerce-checkout-progress {
    display: none;
  }
}
.distributors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e6e6e6;
  height: 82px;
  margin-top: 18px;
}
.distributors__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(125px * 4);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.distributors__item {
  width: 125px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 5px;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  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-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.distributors__item:hover,
.distributors__item:focus {
  text-decoration: none;
  text-transform: none;
  opacity: 0.8;
  outline: none;
}
.distributors__item--active {
  border-bottom: 4px solid #82c538;
}
.distributors__logo {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.distributors__logo img {
  width: 60px;
  height: auto;
}
.distributors__item-content {
  width: 100%;
  height: 100%;
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.distributors__title {
  padding: 0 50px;
  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;
  font-size: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.distributors__count {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 35px;
  height: 35px;
  background-color: #f5f5f5;
  color: #000;
  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;
  margin-left: auto;
}
.distributors__search {
  margin-right: 20px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  height: 46px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.distributors__search i {
  color: #80c31c;
  margin-right: 14px;
  font-size: 16px;
}
.distributors__search-button {
  display: block;
  max-width: 270px;
  margin-left: auto;
  height: 100%;
  background-color: transparent;
  border: 2px #80c31c solid;
  font-size: 14px;
}
.distributors__warning {
  position: absolute;
  top: calc(100% + 10px);
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 20px 0 #ada5a5;
          box-shadow: 0 0 20px 0 #ada5a5;
  left: 0;
  z-index: 999;
}
.distributors__warning:before {
  content: '';
  border: 7px transparent solid;
  border-bottom-color: #fff;
  position: absolute;
  top: -14px;
  left: calc(50% - 7px);
}
.distributors__warning-close {
  margin-top: 6px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 1199px) {
  .distributors__list {
    max-width: calc(125px * 3);
  }
  .distributors__title {
    padding: 0 20px;
  }
}
@media (max-width: 959px) {
  .distributors__list {
    max-width: calc(125px * 2);
  }
  .distributors__search {
    margin: 0 20px;
  }
}
@media (max-width: 649px) {
  .distributors {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    border: none;
  }
  .distributors__title {
    display: none;
  }
  .distributors__item {
    width: 95px;
  }
  .distributors__item img {
    width: 40px;
  }
  .distributors__list {
    max-width: 100%;
    border: 1px solid #e6e6e6;
  }
  .distributors__count {
    width: 25px;
    height: 25px;
  }
  .distributors__search {
    margin: 0 auto;
    margin-top: 20px;
  }
}
.customer-profile-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 2px solid #e6e6e6;
  position: relative;
  padding: 18px 25px;
}
.customer-profile-info__title {
  padding: 0;
  font-size: 16px;
  margin: 0 0 16px;
}
.customer-profile-info__header {
  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;
}
.customer-profile-info .field {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 549px) {
  .customer-profile-info__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .customer-profile-info__edit-link {
    margin-bottom: 20px;
  }
}
@media (max-width: 549px) {
  .customer-profile-info__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .customer-profile-info__edit-link {
    margin-bottom: 20px;
  }
}
.payment-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border: 2px solid #e6e6e6;
  position: relative;
  padding: 18px 25px;
}
.isvr-ru-commerce-checkout-review-wrapper {
  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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.isvr-ru-commerce-checkout-review-wrapper__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 420px;
  margin: 10px 0;
}
.isvr-ru-commerce-checkout-review-wrapper__item:first-child {
  margin-right: 10px;
}
.isvr-ru-commerce-checkout-review-wrapper__item:last-child {
  margin-left: 10px;
}
@media (max-width: 959px) {
  .isvr-ru-commerce-checkout-review-wrapper__item {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .isvr-ru-commerce-checkout-review-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .isvr-ru-commerce-checkout-review-wrapper__item {
    min-width: 290px;
  }
  .isvr-ru-commerce-checkout-review-wrapper__item:first-child,
  .isvr-ru-commerce-checkout-review-wrapper__item:last-child {
    margin-right: 0;
    margin-left: 0;
  }
}
.commerce-completion {
  text-align: center;
  max-width: 63%;
  margin: 0 auto 90px;
}
.commerce-completion__icon {
  width: 123px;
  height: 123px;
  background-image: url(../../img/order_checkmark.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  margin: 50px auto 10px;
}
.commerce-completion__title {
  font-size: 30px;
  margin: 25px 0 20px 0;
  padding: 0;
}
.commerce-completion__message {
  font-size: 16px;
}
.commerce-completion .order-number {
  margin-top: 25px;
}
.commerce-completion .order-number__value {
  padding: 5px 10px;
  width: auto;
  min-width: 100px;
  margin: 10px auto 0;
  border: 1px solid #dadada;
  font-size: 24px;
  display: inline-block;
}
.commerce-completion .order-number__line {
  width: 70px;
  height: 1px;
  background-image: url(../../img/grey-line.png);
  background-position: 50% 100%;
  background-repeat: repeat-x;
  -webkit-background-size: 50% 50%;
          background-size: 50%;
  margin: 60px auto 0;
}
.commerce-completion .order-status__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -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;
  font-size: 24px;
  color: #131313;
  margin-top: 20px;
}
.commerce-completion .order-status__content a {
  color: #131313;
  text-decoration: none;
}
.commerce-completion .order-status__label {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.commerce-completion .order-status__item {
  white-space: nowrap;
}
.commerce-completion .order-status__item:before {
  content: '';
  display: inline-block;
  width: 55px;
  height: 55px;
  -webkit-background-size: contain;
          background-size: contain;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.commerce-completion .order-status__item--phone:before {
  background-image: url(../../img/order_phone.png);
}
.commerce-completion .order-status__item--email:before {
  background-image: url(../../img/order_email.png);
}
@media (max-width: 959px) {
  .commerce-completion {
    max-width: 90%;
  }
  .commerce-completion__message {
    text-align: left;
  }
  .commerce-completion .order-status__content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 40px;
  }
}
@media (max-width: 649px) {
  .commerce-completion {
    max-width: 85%;
  }
  .commerce-completion__message {
    text-align: center;
  }
  .commerce-completion__icon {
    width: 70px;
    height: 70px;
  }
  .commerce-completion .order-status__item--email {
    margin-top: 10px;
  }
  .commerce-completion .order-status__item:before {
    width: 44px;
    height: 44px;
  }
  .commerce-completion .order-status__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
    font-size: 16px;
  }
}
.customer-profile-billing {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.customer-profile-billing__contact {
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.customer-profile-billing__contact-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
@media (max-width: 479px) {
  .customer-profile-billing {
    min-width: 290px;
  }
  .customer-profile-billing__contact-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .customer-profile-billing__shipping {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.isvr-ru-checkout-review__footer {
  margin-top: 15px;
  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: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 15px;
}
.isvr-ru-checkout-review__footer .form-item {
  margin-bottom: 0;
}
.isvr-ru-checkout-review__footer .form-submit {
  min-width: 100px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #a7080c;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  min-width: 230px;
  height: 45px;
}
.isvr-ru-checkout-review__footer .form-submit a {
  color: #fff;
}
.isvr-ru-checkout-review__footer .form-submit a:hover,
.isvr-ru-checkout-review__footer .form-submit a:focus {
  color: #fff;
  text-decoration: none;
}
form .isvr-ru-checkout-review__footer-comment {
  margin-bottom: 0;
  width: 65%;
}
form .isvr-ru-checkout-review__footer-comment textarea {
  min-height: 95px;
  max-width: 736px;
  background-color: #f4f4f4;
  border: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .isvr-ru-checkout-review__footer .form-submit {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
  form .isvr-ru-checkout-review__footer-comment {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    margin-bottom: 10px;
  }
  form .isvr-ru-checkout-review__footer-comment textarea {
    max-width: 100%;
  }
}
.cart-content-wrapper {
  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;
  margin-top: 58px;
  margin-bottom: 30px;
}
@media (max-width: 959px) {
  .cart-content-wrapper {
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-sidebar .block-buy-online {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px #e6e6e6 solid;
  position: relative;
}
.product-sidebar .block-buy-online:last-child {
  border: none;
}
.product-sidebar .block-buy-online__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 35%;
  padding: 0 5px;
  text-align: center;
}
.product-sidebar .block-buy-online__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 5px;
  max-width: 65%;
  width: 100%;
}
.product-sidebar .block-buy-online__info-title {
  margin-bottom: 9px;
  font-weight: bold;
  margin-top: 0;
  text-decoration: underline;
  padding-top: 0;
  font-size: 1.6rem;
  line-height: 1.1;
}
.product-sidebar .block-buy-online__info-title a {
  text-decoration: none;
}
.product-sidebar .block-buy-online__info-title a:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .product-sidebar .block-buy-online {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .product-sidebar .block-buy-online__image,
  .product-sidebar .block-buy-online__info {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .product-sidebar .block-buy-online__image {
    max-width: 40%;
  }
  .product-sidebar .block-buy-online__info {
    max-width: 60%;
  }
}
.partner-product-info__add-to-cart-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
}
.partner-product-info__add-to-cart-btn:before {
  content: '';
  background: url(../images/buy/shope-card.png) no-repeat center center #c76366;
  position: absolute;
  width: 50px;
  left: 0;
  top: 0;
  height: 33px;
  pointer-events: none;
}
.partner-product-info__add-to-cart-btn .form-submit {
  min-width: 100px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #a7080c;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  height: 33px;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold;
  padding-left: 70px;
}
.partner-product-info__add-to-cart-btn .form-submit a {
  color: #fff;
}
.partner-product-info__add-to-cart-btn .form-submit a:hover,
.partner-product-info__add-to-cart-btn .form-submit a:focus {
  color: #fff;
  text-decoration: none;
}
.partner-product-info__add-to-cart-btn .btn-primary.disabled,
.partner-product-info__add-to-cart-btn .btn-primary.disabled:hover,
.partner-product-info__add-to-cart-btn .btn-primary.disabled:focus,
.partner-product-info__add-to-cart-btn .btn-primary.disabled.focus,
.partner-product-info__add-to-cart-btn .btn-primary.disabled:active,
.partner-product-info__add-to-cart-btn .btn-primary.disabled.active,
.partner-product-info__add-to-cart-btn .btn-primary[disabled],
.partner-product-info__add-to-cart-btn .btn-primary[disabled]:hover,
.partner-product-info__add-to-cart-btn .btn-primary[disabled]:focus,
.partner-product-info__add-to-cart-btn .btn-primary[disabled].focus,
.partner-product-info__add-to-cart-btn .btn-primary[disabled]:active,
.partner-product-info__add-to-cart-btn .btn-primary[disabled].active,
.partner-product-info__add-to-cart-btn fieldset[disabled] .btn-primary,
.partner-product-info__add-to-cart-btn fieldset[disabled] .btn-primary:hover,
.partner-product-info__add-to-cart-btn fieldset[disabled] .btn-primary:focus,
.partner-product-info__add-to-cart-btn fieldset[disabled] .btn-primary.focus,
.partner-product-info__add-to-cart-btn fieldset[disabled] .btn-primary:active,
.partner-product-info__add-to-cart-btn fieldset[disabled] .btn-primary.active {
  background-color: #d38486;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-focus: none;
}
.partner-product-info__size-wrapper {
  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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.partner-product-info__size br {
  display: none;
}
.product-sidebar .partner-product-info__count-wrapper,
.page-checkout .partner-product-info__count-wrapper,
.view-isvr-partner-block .partner-product-info__count-wrapper,
.view-solution-products .partner-product-info__count-wrapper,
.view-application-products .partner-product-info__count-wrapper,
.landing-products .partner-product-info__count-wrapper {
  margin-top: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-sidebar .partner-product-info__count-label,
.page-checkout .partner-product-info__count-label,
.view-isvr-partner-block .partner-product-info__count-label,
.view-solution-products .partner-product-info__count-label,
.view-application-products .partner-product-info__count-label,
.landing-products .partner-product-info__count-label {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.product-sidebar .partner-product-info__size,
.page-checkout .partner-product-info__size,
.view-isvr-partner-block .partner-product-info__size,
.view-solution-products .partner-product-info__size,
.view-application-products .partner-product-info__size,
.landing-products .partner-product-info__size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 7px;
  width: 50%;
}
.product-sidebar .partner-product-info__size .size_name,
.page-checkout .partner-product-info__size .size_name,
.view-isvr-partner-block .partner-product-info__size .size_name,
.view-solution-products .partner-product-info__size .size_name,
.view-application-products .partner-product-info__size .size_name,
.landing-products .partner-product-info__size .size_name {
  display: inline-block;
  padding-right: 10px;
  color: #000;
  font-size: 1.3rem;
  vertical-align: middle;
  margin-bottom: 8px;
}
.product-sidebar .partner-product-info__size .size_value,
.page-checkout .partner-product-info__size .size_value,
.view-isvr-partner-block .partner-product-info__size .size_value,
.view-solution-products .partner-product-info__size .size_value,
.view-application-products .partner-product-info__size .size_value,
.landing-products .partner-product-info__size .size_value {
  display: inline-block;
}
.product-sidebar .partner-product-info__size .size_value select,
.page-checkout .partner-product-info__size .size_value select,
.view-isvr-partner-block .partner-product-info__size .size_value select,
.view-solution-products .partner-product-info__size .size_value select,
.view-application-products .partner-product-info__size .size_value select,
.landing-products .partner-product-info__size .size_value select {
  width: 100%;
  height: 20px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  min-width: 100px;
  color: #888;
  background: #f2f2f2;
  border: 1px #dedede solid;
  vertical-align: top;
}
@media (max-width: 768px) {
  .product-sidebar .partner-product-info__size,
  .page-checkout .partner-product-info__size,
  .view-isvr-partner-block .partner-product-info__size,
  .view-solution-products .partner-product-info__size,
  .view-application-products .partner-product-info__size,
  .landing-products .partner-product-info__size {
    padding-right: 12px;
  }
}
.product-sidebar .partner-product-info__partner,
.page-checkout .partner-product-info__partner,
.view-isvr-partner-block .partner-product-info__partner,
.view-solution-products .partner-product-info__partner,
.view-application-products .partner-product-info__partner,
.landing-products .partner-product-info__partner {
  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: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5px;
  max-width: 100%;
  min-width: 0;
}
.product-sidebar .partner-product-info__partner--name,
.page-checkout .partner-product-info__partner--name,
.view-isvr-partner-block .partner-product-info__partner--name,
.view-solution-products .partner-product-info__partner--name,
.view-application-products .partner-product-info__partner--name,
.landing-products .partner-product-info__partner--name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 5px 5px 5px 0;
  max-width: 100%;
}
.product-sidebar .partner-product-info__partner--name a,
.page-checkout .partner-product-info__partner--name a,
.view-isvr-partner-block .partner-product-info__partner--name a,
.view-solution-products .partner-product-info__partner--name a,
.view-application-products .partner-product-info__partner--name a,
.landing-products .partner-product-info__partner--name a {
  font-size: 1.5rem;
}
.product-sidebar .partner-product-info__partner--price,
.page-checkout .partner-product-info__partner--price,
.view-isvr-partner-block .partner-product-info__partner--price,
.view-solution-products .partner-product-info__partner--price,
.view-application-products .partner-product-info__partner--price,
.landing-products .partner-product-info__partner--price {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin: 5px 0;
  max-width: 100%;
}
.product-sidebar .partner-product-info__partner .payment__price,
.page-checkout .partner-product-info__partner .payment__price,
.view-isvr-partner-block .partner-product-info__partner .payment__price,
.view-solution-products .partner-product-info__partner .payment__price,
.view-application-products .partner-product-info__partner .payment__price,
.landing-products .partner-product-info__partner .payment__price {
  color: #a70a0a;
  white-space: nowrap;
}
.product-sidebar .partner-product-info__partner .payment__price--amount,
.page-checkout .partner-product-info__partner .payment__price--amount,
.view-isvr-partner-block .partner-product-info__partner .payment__price--amount,
.view-solution-products .partner-product-info__partner .payment__price--amount,
.view-application-products .partner-product-info__partner .payment__price--amount,
.landing-products .partner-product-info__partner .payment__price--amount {
  font-weight: bold;
  font-size: 1.8rem;
  padding-right: 5px;
}
.product-sidebar .partner-product-info__partner .payment__price--amount span,
.page-checkout .partner-product-info__partner .payment__price--amount span,
.view-isvr-partner-block .partner-product-info__partner .payment__price--amount span,
.view-solution-products .partner-product-info__partner .payment__price--amount span,
.view-application-products .partner-product-info__partner .payment__price--amount span,
.landing-products .partner-product-info__partner .payment__price--amount span {
  display: none;
}
.product-sidebar .partner-product-info__partner .payment__price--amount .show-price,
.page-checkout .partner-product-info__partner .payment__price--amount .show-price,
.view-isvr-partner-block .partner-product-info__partner .payment__price--amount .show-price,
.view-solution-products .partner-product-info__partner .payment__price--amount .show-price,
.view-application-products .partner-product-info__partner .payment__price--amount .show-price,
.landing-products .partner-product-info__partner .payment__price--amount .show-price {
  display: inline;
}
.product-sidebar .partner-product-info__partner .payment__price--currency,
.page-checkout .partner-product-info__partner .payment__price--currency,
.view-isvr-partner-block .partner-product-info__partner .payment__price--currency,
.view-solution-products .partner-product-info__partner .payment__price--currency,
.view-application-products .partner-product-info__partner .payment__price--currency,
.landing-products .partner-product-info__partner .payment__price--currency {
  font-size: 1.6rem;
}
.product-sidebar .partner-product-info__details,
.page-checkout .partner-product-info__details,
.view-isvr-partner-block .partner-product-info__details,
.view-solution-products .partner-product-info__details,
.view-application-products .partner-product-info__details,
.landing-products .partner-product-info__details {
  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: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-sidebar .partner-product-info__details--items,
.page-checkout .partner-product-info__details--items,
.view-isvr-partner-block .partner-product-info__details--items,
.view-solution-products .partner-product-info__details--items,
.view-application-products .partner-product-info__details--items,
.landing-products .partner-product-info__details--items {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 5px 10px 5px 0;
}
.product-sidebar .partner-product-info__details--items > div,
.page-checkout .partner-product-info__details--items > div,
.view-isvr-partner-block .partner-product-info__details--items > div,
.view-solution-products .partner-product-info__details--items > div,
.view-application-products .partner-product-info__details--items > div,
.landing-products .partner-product-info__details--items > div {
  padding: 3px 0 3px 18px;
  color: #999;
  font-size: 1.3rem;
  cursor: default;
}
.product-sidebar .partner-product-info__details--items .feature-phone,
.page-checkout .partner-product-info__details--items .feature-phone,
.view-isvr-partner-block .partner-product-info__details--items .feature-phone,
.view-solution-products .partner-product-info__details--items .feature-phone,
.view-application-products .partner-product-info__details--items .feature-phone,
.landing-products .partner-product-info__details--items .feature-phone {
  background: url("../images/buy/showphone.png") no-repeat;
  background-position: left center;
  -webkit-background-size: auto 11px;
          background-size: auto 11px;
}
.product-sidebar .partner-product-info__details--items .feature-delivery,
.page-checkout .partner-product-info__details--items .feature-delivery,
.view-isvr-partner-block .partner-product-info__details--items .feature-delivery,
.view-solution-products .partner-product-info__details--items .feature-delivery,
.view-application-products .partner-product-info__details--items .feature-delivery,
.landing-products .partner-product-info__details--items .feature-delivery {
  background: url("../images/buy/delivery.png") no-repeat;
  background-position: left center;
  -webkit-background-size: auto 10px;
          background-size: auto 10px;
}
.product-sidebar .partner-product-info__details--items .feature-self-delivery,
.page-checkout .partner-product-info__details--items .feature-self-delivery,
.view-isvr-partner-block .partner-product-info__details--items .feature-self-delivery,
.view-solution-products .partner-product-info__details--items .feature-self-delivery,
.view-application-products .partner-product-info__details--items .feature-self-delivery,
.landing-products .partner-product-info__details--items .feature-self-delivery {
  background: url("../images/buy/selfdelivery.png") no-repeat;
  background-position: 2px center;
  -webkit-background-size: auto 12px;
          background-size: auto 12px;
}
.product-sidebar .partner-product-info__details--button,
.page-checkout .partner-product-info__details--button,
.view-isvr-partner-block .partner-product-info__details--button,
.view-solution-products .partner-product-info__details--button,
.view-application-products .partner-product-info__details--button,
.landing-products .partner-product-info__details--button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 12px;
  max-width: 100%;
  width: 100%;
}
.product-sidebar .partner-product-info__details--button .form-item-quantity,
.page-checkout .partner-product-info__details--button .form-item-quantity,
.view-isvr-partner-block .partner-product-info__details--button .form-item-quantity,
.view-solution-products .partner-product-info__details--button .form-item-quantity,
.view-application-products .partner-product-info__details--button .form-item-quantity,
.landing-products .partner-product-info__details--button .form-item-quantity {
  display: none;
}
.product-sidebar .partner-product-info__details .payment__button-buy span,
.page-checkout .partner-product-info__details .payment__button-buy span,
.view-isvr-partner-block .partner-product-info__details .payment__button-buy span,
.view-solution-products .partner-product-info__details .payment__button-buy span,
.view-application-products .partner-product-info__details .payment__button-buy span,
.landing-products .partner-product-info__details .payment__button-buy span {
  display: none;
}
.product-sidebar .partner-product-info__details .payment__button-buy .user-message span,
.page-checkout .partner-product-info__details .payment__button-buy .user-message span,
.view-isvr-partner-block .partner-product-info__details .payment__button-buy .user-message span,
.view-solution-products .partner-product-info__details .payment__button-buy .user-message span,
.view-application-products .partner-product-info__details .payment__button-buy .user-message span,
.landing-products .partner-product-info__details .payment__button-buy .user-message span {
  display: inline;
}
.product-sidebar .partner-product-info__details .payment__button-buy span.show-price,
.page-checkout .partner-product-info__details .payment__button-buy span.show-price,
.view-isvr-partner-block .partner-product-info__details .payment__button-buy span.show-price,
.view-solution-products .partner-product-info__details .payment__button-buy span.show-price,
.view-application-products .partner-product-info__details .payment__button-buy span.show-price,
.landing-products .partner-product-info__details .payment__button-buy span.show-price {
  display: block;
}
.product-sidebar .partner-product-info__details .payment__button-buy a,
.page-checkout .partner-product-info__details .payment__button-buy a,
.view-isvr-partner-block .partner-product-info__details .payment__button-buy a,
.view-solution-products .partner-product-info__details .payment__button-buy a,
.view-application-products .partner-product-info__details .payment__button-buy a,
.landing-products .partner-product-info__details .payment__button-buy a {
  text-decoration: none;
  color: #fff;
  background-color: #a7080c;
  padding: 6px 12px;
  display: block;
  font-size: 13px;
  line-height: 1.5;
}
.product-sidebar .partner-product-info .feature-phone,
.page-checkout .partner-product-info .feature-phone,
.view-isvr-partner-block .partner-product-info .feature-phone,
.view-solution-products .partner-product-info .feature-phone,
.view-application-products .partner-product-info .feature-phone,
.landing-products .partner-product-info .feature-phone {
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.product-sidebar .partner-product-info .feature-phone:hover,
.page-checkout .partner-product-info .feature-phone:hover,
.view-isvr-partner-block .partner-product-info .feature-phone:hover,
.view-solution-products .partner-product-info .feature-phone:hover,
.view-application-products .partner-product-info .feature-phone:hover,
.landing-products .partner-product-info .feature-phone:hover {
  color: #000;
}
.product-sidebar .partner-product-info .feature-phone .showed-phone,
.page-checkout .partner-product-info .feature-phone .showed-phone,
.view-isvr-partner-block .partner-product-info .feature-phone .showed-phone,
.view-solution-products .partner-product-info .feature-phone .showed-phone,
.view-application-products .partner-product-info .feature-phone .showed-phone,
.landing-products .partner-product-info .feature-phone .showed-phone {
  display: none;
}
.product-sidebar .partner-product-info .feature-phone-show,
.page-checkout .partner-product-info .feature-phone-show,
.view-isvr-partner-block .partner-product-info .feature-phone-show,
.view-solution-products .partner-product-info .feature-phone-show,
.view-application-products .partner-product-info .feature-phone-show,
.landing-products .partner-product-info .feature-phone-show {
  cursor: default;
}
.product-sidebar .partner-product-info .feature-phone-show .show-phone,
.page-checkout .partner-product-info .feature-phone-show .show-phone,
.view-isvr-partner-block .partner-product-info .feature-phone-show .show-phone,
.view-solution-products .partner-product-info .feature-phone-show .show-phone,
.view-application-products .partner-product-info .feature-phone-show .show-phone,
.landing-products .partner-product-info .feature-phone-show .show-phone {
  display: none;
}
.product-sidebar .partner-product-info .feature-phone-show .showed-phone,
.page-checkout .partner-product-info .feature-phone-show .showed-phone,
.view-isvr-partner-block .partner-product-info .feature-phone-show .showed-phone,
.view-solution-products .partner-product-info .feature-phone-show .showed-phone,
.view-application-products .partner-product-info .feature-phone-show .showed-phone,
.landing-products .partner-product-info .feature-phone-show .showed-phone {
  display: block;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}
.page-checkout .product-sidebar .partner-product-info,
.page-checkout .page-checkout .partner-product-info,
.page-checkout .view-isvr-partner-block .partner-product-info,
.page-checkout .view-solution-products .partner-product-info,
.page-checkout .view-application-products .partner-product-info,
.page-checkout .landing-products .partner-product-info,
.product-sidebar .partner-product-info__count-wrapper,
.page-checkout .partner-product-info__count-wrapper,
.view-isvr-partner-block .partner-product-info__count-wrapper,
.view-solution-products .partner-product-info__count-wrapper,
.view-application-products .partner-product-info__count-wrapper,
.landing-products .partner-product-info__count-wrapper {
  margin-top: 0;
}
.landing-products .partner-product-info.not-isover-product .partner-product-info__size .size_name {
  display: none;
}
.landing-products .partner-product-info.not-isover-product .partner-product-info__size .size_value {
  margin-top: 30px;
}
.view-isvr-partner-block .partner-product-info,
.view-solution-products .partner-product-info,
.view-application-products .partner-product-info,
.landing-products .partner-product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px #d7d7d7 solid;
  margin: 0 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
.view-isvr-partner-block .partner-product-info__size,
.view-solution-products .partner-product-info__size,
.view-application-products .partner-product-info__size,
.landing-products .partner-product-info__size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.view-isvr-partner-block .partner-product-info__size .size_name,
.view-solution-products .partner-product-info__size .size_name,
.view-application-products .partner-product-info__size .size_name,
.landing-products .partner-product-info__size .size_name {
  display: inline-block;
  padding-right: 10px;
  color: #000;
  font-size: 1.3rem;
  vertical-align: middle;
  width: 100%;
}
.view-isvr-partner-block .partner-product-info__size .size_value,
.view-solution-products .partner-product-info__size .size_value,
.view-application-products .partner-product-info__size .size_value,
.landing-products .partner-product-info__size .size_value {
  display: inline-block;
  width: 100%;
}
.view-isvr-partner-block .partner-product-info__size .size_value select,
.view-solution-products .partner-product-info__size .size_value select,
.view-application-products .partner-product-info__size .size_value select,
.landing-products .partner-product-info__size .size_value select {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  cursor: pointer;
  min-width: 100px;
  color: #888;
  background: #fff;
  border: 1px #dedede solid;
  font-weight: 400;
}
.view-isvr-partner-block .partner-product-info__partner,
.view-solution-products .partner-product-info__partner,
.view-application-products .partner-product-info__partner,
.landing-products .partner-product-info__partner {
  padding: 0 20px;
}
.view-isvr-partner-block .partner-product-info__partner .payment__price,
.view-solution-products .partner-product-info__partner .payment__price,
.view-application-products .partner-product-info__partner .payment__price,
.landing-products .partner-product-info__partner .payment__price {
  color: #a7080c;
  white-space: nowrap;
  text-align: center;
  margin: 10px 0;
  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;
}
.view-isvr-partner-block .partner-product-info__partner .payment__price--amount,
.view-solution-products .partner-product-info__partner .payment__price--amount,
.view-application-products .partner-product-info__partner .payment__price--amount,
.landing-products .partner-product-info__partner .payment__price--amount {
  font-weight: bold;
  font-size: 1.9rem;
  padding-right: 2px;
  color: inherit;
}
.view-isvr-partner-block .partner-product-info__partner .payment__price--amount span,
.view-solution-products .partner-product-info__partner .payment__price--amount span,
.view-application-products .partner-product-info__partner .payment__price--amount span,
.landing-products .partner-product-info__partner .payment__price--amount span {
  display: none;
}
.view-isvr-partner-block .partner-product-info__partner .payment__price--amount .show-price,
.view-solution-products .partner-product-info__partner .payment__price--amount .show-price,
.view-application-products .partner-product-info__partner .payment__price--amount .show-price,
.landing-products .partner-product-info__partner .payment__price--amount .show-price {
  display: inline;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
}
.view-isvr-partner-block .partner-product-info__partner .payment__price--currency,
.view-solution-products .partner-product-info__partner .payment__price--currency,
.view-application-products .partner-product-info__partner .payment__price--currency,
.landing-products .partner-product-info__partner .payment__price--currency {
  font-size: 1.6rem;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-left: 5px;
}
.view-isvr-partner-block .partner-product-info__details,
.view-solution-products .partner-product-info__details,
.view-application-products .partner-product-info__details,
.landing-products .partner-product-info__details {
  padding: 0 20px;
}
.view-isvr-partner-block .partner-product-info__details.payment__button-buy span,
.view-solution-products .partner-product-info__details.payment__button-buy span,
.view-application-products .partner-product-info__details.payment__button-buy span,
.landing-products .partner-product-info__details.payment__button-buy span {
  display: none;
}
.view-isvr-partner-block .partner-product-info__details.payment__button-buy span a,
.view-solution-products .partner-product-info__details.payment__button-buy span a,
.view-application-products .partner-product-info__details.payment__button-buy span a,
.landing-products .partner-product-info__details.payment__button-buy span a {
  position: relative;
}
.view-isvr-partner-block .partner-product-info__details.payment__button-buy span a:before,
.view-solution-products .partner-product-info__details.payment__button-buy span a:before,
.view-application-products .partner-product-info__details.payment__button-buy span a:before,
.landing-products .partner-product-info__details.payment__button-buy span a:before {
  content: '';
  position: absolute;
  width: 50px;
  left: 0;
  top: 0;
  height: 100%;
  background: url(../images/buy/shope-card.png) no-repeat center center #c76366;
}
.view-isvr-partner-block .partner-product-info__details.payment__button-buy .user-message span,
.view-solution-products .partner-product-info__details.payment__button-buy .user-message span,
.view-application-products .partner-product-info__details.payment__button-buy .user-message span,
.landing-products .partner-product-info__details.payment__button-buy .user-message span {
  display: inline;
}
.view-isvr-partner-block .partner-product-info__details.payment__button-buy span.show-price,
.view-solution-products .partner-product-info__details.payment__button-buy span.show-price,
.view-application-products .partner-product-info__details.payment__button-buy span.show-price,
.landing-products .partner-product-info__details.payment__button-buy span.show-price {
  display: block;
}
.view-isvr-partner-block .partner-product-info__details.payment__button-buy span.show-price .field,
.view-solution-products .partner-product-info__details.payment__button-buy span.show-price .field,
.view-application-products .partner-product-info__details.payment__button-buy span.show-price .field,
.landing-products .partner-product-info__details.payment__button-buy span.show-price .field {
  margin: 0;
}
.view-isvr-partner-block .partner-product-info__details.payment__button-buy a,
.view-solution-products .partner-product-info__details.payment__button-buy a,
.view-application-products .partner-product-info__details.payment__button-buy a,
.landing-products .partner-product-info__details.payment__button-buy a {
  text-decoration: none;
  color: #000;
  padding: 10px 8px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #ffe602;
  display: block;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1;
}
.view-isvr-partner-block .partner-product-info__details.payment__button-buy a:hover,
.view-solution-products .partner-product-info__details.payment__button-buy a:hover,
.view-application-products .partner-product-info__details.payment__button-buy a:hover,
.landing-products .partner-product-info__details.payment__button-buy a:hover {
  background-color: #ffe602;
}
.view-isvr-partner-block .partner-product-info__details.payment__button-buy span a,
.view-solution-products .partner-product-info__details.payment__button-buy span a,
.view-application-products .partner-product-info__details.payment__button-buy span a,
.landing-products .partner-product-info__details.payment__button-buy span a {
  background-color: #a7080c;
  padding-left: 50px;
  color: #fff;
}
.view-isvr-partner-block .partner-product-info__details.payment__button-buy span a:hover,
.view-solution-products .partner-product-info__details.payment__button-buy span a:hover,
.view-application-products .partner-product-info__details.payment__button-buy span a:hover,
.landing-products .partner-product-info__details.payment__button-buy span a:hover {
  background-color: #a7080c;
  color: #fff;
}
.view-isvr-partner-block .partner-product-info__size-wrapper,
.view-solution-products .partner-product-info__size-wrapper,
.view-application-products .partner-product-info__size-wrapper,
.landing-products .partner-product-info__size-wrapper {
  padding: 0 20px;
}
.view-isvr-partner-block .partner-product-info__details .form-type-textfield.form-item-quantity,
.view-solution-products .partner-product-info__details .form-type-textfield.form-item-quantity,
.view-application-products .partner-product-info__details .form-type-textfield.form-item-quantity,
.landing-products .partner-product-info__details .form-type-textfield.form-item-quantity {
  display: none;
}
.view-isvr-partner-block .partner-product-info__details .show-price,
.view-solution-products .partner-product-info__details .show-price,
.view-application-products .partner-product-info__details .show-price,
.landing-products .partner-product-info__details .show-price {
  width: 100%;
}
.view-isvr-partner-block .partner-product-info__partner,
.view-solution-products .partner-product-info__partner,
.view-application-products .partner-product-info__partner,
.landing-products .partner-product-info__partner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
}
.view-isvr-partner-block .partner-product-info__partner--name,
.view-solution-products .partner-product-info__partner--name,
.view-application-products .partner-product-info__partner--name,
.landing-products .partner-product-info__partner--name {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 14px;
}
.view-isvr-partner-block .partner-product-info__partner--name .partner__name--value span,
.view-solution-products .partner-product-info__partner--name .partner__name--value span,
.view-application-products .partner-product-info__partner--name .partner__name--value span,
.landing-products .partner-product-info__partner--name .partner__name--value span {
  display: none;
}
.view-isvr-partner-block .partner-product-info__partner--name .partner__name--value span.show-price,
.view-solution-products .partner-product-info__partner--name .partner__name--value span.show-price,
.view-application-products .partner-product-info__partner--name .partner__name--value span.show-price,
.landing-products .partner-product-info__partner--name .partner__name--value span.show-price {
  display: block;
}
.landing-products .partner-product-info {
  min-height: 100%;
  width: 100%;
}
.landing-products .partner-product-info__image {
  max-width: 100%;
  height: 194px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
.landing-products .partner-product-info__image img {
  margin: 0 auto;
  height: auto;
}
.landing-products .partner-product-info__title,
.landing-products .partner-product-info__description {
  padding: 0 20px;
}
.landing-products .partner-product-info__title {
  font-weight: bold;
  margin-bottom: 5px;
}
.landing-products .partner-product-info__title a {
  text-decoration: none;
}
.landing-products .partner-product-info__partner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
}
.landing-products .partner-product-info__partner--name {
  margin: 5px 0 0 0;
  font-weight: bold;
  font-size: 14px;
}
.landing-products .partner-product-info__partner--name span {
  display: none;
}
.landing-products .partner-product-info__partner--name span.show-price {
  display: block;
}
.landing-products .partner-product-info__partner--name a {
  text-decoration: none;
  color: #131313;
}
.landing-products .partner-product-info__partner--price {
  margin: 0 0 10px 0;
}
.landing-products .partner-product-info__details {
  margin-top: auto;
}
.landing-products--popup .partner-product-info {
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.landing-products--popup .partner-product-info__description {
  margin-bottom: 5px;
}
.landing-products--popup .partner-product-info__size-wrapper {
  display: block;
}
.landing-products--popup .partner-product-info__size {
  width: 100%;
  -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;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
.landing-products--popup .partner-product-info__size .size_name {
  margin-bottom: 0;
  width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.landing-products--popup .partner-product-info__size .size_value {
  width: 52%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.landing-products--popup .partner-product-info__size .size_value select {
  min-width: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.landing-products--popup .partner-product-info__size br {
  display: block;
}
.landing-products--popup .partner-product-info__count-label {
  width: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.landing-products--popup .partner-product-info__count-wrapper {
  -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;
              -ms-grid-row-align: center;
          align-items: center;
}
.landing-products--popup .partner-product-info__count-wrapper .input-spinner {
  margin-top: 0;
  width: 52%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 0;
}
.recommended-product .partner-product-info {
  border: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.recommended-product .partner-product-info__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recommended-product .partner-product-info__custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.recommended-product .partner-product-info .proguct-info {
  height: auto;
}
.recommended-product .partner-product-info .proguct-info .product-info-title {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  padding-top: 18px;
  font-weight: bold;
  margin-top: 0;
  font-size: 19px;
  margin-bottom: 9px;
  line-height: 1.1;
}
.recommended-product .partner-product-info .proguct-info a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.recommended-product .partner-product-info .proguct-info a:hover {
  text-decoration: underline;
}
.recommended-product .partner-product-info .proguct-info .product-desc {
  color: #909090;
}
.recommended-product .partner-product-info .product-img {
  border: 1px solid #e6e6e6;
  margin-right: 5%;
  margin-top: 10px;
}
.recommended-product .partner-product-info .product-img img {
  height: 110px;
  width: auto;
}
.recommended-product .partner-product-info__size-wrapper,
.recommended-product .partner-product-info__partner,
.recommended-product .partner-product-info__details {
  padding: 0;
  height: 40px;
  margin-top: 10px;
  min-height: 40px;
  margin-right: 10px;
}
.recommended-product .partner-product-info__partner--name {
  display: none;
}
.recommended-product .partner-product-info__size,
.recommended-product .partner-product-info__count-label {
  display: none;
}
.recommended-product .partner-product-info__details .field {
  margin: 0;
}
.recommended-product .partner-product-info__details.payment__button-buy span a {
  font-size: 0;
  padding: 0;
}
.recommended-product .partner-product-info__details.payment__button-buy span a:before {
  background: url(../images/buy/shope-card.png) no-repeat 10px center #a7080c;
}
.recommended-product .partner-product-info__add-to-cart-btn:before {
  display: block;
  width: 50px;
  height: 40px;
  background: url(../images/buy/shope-card.png) no-repeat 10px center #a7080c;
}
.recommended-product .partner-product-info__add-to-cart-btn .form-submit {
  padding-right: 0;
  padding-left: 50px;
  min-width: 50px;
  width: 50px;
  font-size: 0;
  height: 40px;
  min-height: 40px;
}
.block-buy-online-tab .partner-product-info {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.block-buy-online-tab .partner-product-info:before,
.block-buy-online-tab .partner-product-info:after {
  display: none;
}
.block-buy-online-tab .partner-product-info__details--button {
  margin: 0;
}
.block-buy-online-tab .partner-product-info__size-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start;
}
.block-buy-online-tab .partner-product-info__size {
  margin-right: 30px;
  margin-top: 0;
  max-width: 120px;
}
.block-buy-online-tab .partner-product-info__size .size_value select {
  background-color: #ffffff;
  color: #000;
}
.block-buy-online-tab .partner-product-info__size .size_name {
  margin-bottom: 2px;
  line-height: 1;
}
.block-buy-online-tab .partner-product-info__count-label {
  line-height: 1;
}
.block-buy-online-tab .partner-product-info__add-to-cart-btn .form-submit {
  min-width: 210px;
  font-size: 16px;
  height: 41px;
  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;
  text-transform: none;
}
.block-buy-online-tab .partner-product-info__add-to-cart-btn .form-submit.btn-primary {
  display: none;
}
.block-buy-online-tab .partner-product-info__add-to-cart-btn:before {
  height: 41px;
}
@media (max-width: 1199px) {
  .block-buy-online-tab .partner-product-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .block-buy-online-tab .partner-product-info__details--button {
    margin: 15px 0 0 -30px;
  }
}
@media (max-width: 649px) {
  .block-buy-online-tab .partner-product-info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-buy-online-tab .partner-product-info__details--button {
    margin: 15px 0 0 0;
  }
  .block-buy-online-tab .partner-product-info__size-wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (max-width: 1200px) {
  .partner-product-info__size-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .partner-product-info__add-to-cart-btn .form-submit {
    padding: 0 10px;
    font-size: 1.5rem;
    padding-left: 60px;
  }
  .product-sidebar .partner-product-info__details .payment__button-buy a,
  .page-checkout .partner-product-info__details .payment__button-buy a,
  .view-isvr-partner-block .partner-product-info__details .payment__button-buy a,
  .view-solution-products .partner-product-info__details .payment__button-buy a,
  .view-application-products .partner-product-info__details .payment__button-buy a,
  .landing-products .partner-product-info__details .payment__button-buy a {
    font-size: 15px;
    padding: 0 10px 0 60px;
    line-height: 2.1;
  }
}
@media (max-width: 960px) {
  .recommended-product .partner-product-info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .view-isvr-partner-block .isvr-carrousel-processed .partner-product-info {
    margin: 0 30px;
  }
  .recommended-product .partner-product-info__size-wrapper,
  .recommended-product .partner-product-info__partner,
  .recommended-product .partner-product-info__details {
    max-width: 100%;
    width: auto;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .partner-product-info__add-to-cart-btn .form-submit {
    margin: 0;
  }
}
@media (max-width: 560px) {
  .recommended-product .partner-product-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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-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;
  }
  .recommended-product .partner-product-info .proguct-info {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    text-align: center;
  }
  .recommended-product .partner-product-info__partner {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 0;
  }
  .recommended-product .partner-product-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .recommended-product .partner-product-info__custom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .recommended-product .partner-product-info .product-img {
    margin-right: 0;
  }
  .recommended-product .partner-product-info__size-wrapper,
  .recommended-product .partner-product-info__details {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
}
@media (max-width: 400px) {
  .landing-products--popup .partner-product-info__image {
    height: 150px;
  }
  .landing-products--popup .partner-product-info__image img {
    height: 100%;
    width: auto;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.commerce-checkout-back {
  margin-top: 40px;
}
.commerce-checkout-back--link {
  text-decoration: none;
  color: #000;
  padding: 13px;
  border: 3px solid #82c538;
}
.commerce-checkout-back--link:before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 20px;
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../img/arrow-back.png);
  margin-right: 10px;
  position: relative;
  top: 3px;
}
@media (max-width: 649px) {
  .commerce-checkout-back {
    padding: 0 15px;
    display: block;
    margin-top: 20px;
    font-size: 17px;
    text-align: center;
  }
}
@media (max-width: 479px) {
  .commerce-checkout-back {
    font-size: 14px;
  }
}
.main-menu .navbar-nav:not(.visible_mobile) {
  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;
  float: none;
}
.main-menu .navbar-nav:not(.visible_mobile):before,
.main-menu .navbar-nav:not(.visible_mobile):after {
  display: none;
}
.main-menu .navbar-nav:not(.visible_mobile) > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  float: none;
}
.main-menu .navbar-nav:not(.visible_mobile) > li > a {
  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;
  padding: 0 15px;
}
.main-menu .navbar-nav:not(.visible_mobile) > li > a > span {
  display: inline;
  line-height: 1.2;
  height: auto;
  padding: 0 !important;
  text-align: center;
}
.main-menu .navbar-nav:not(.visible_mobile) .isvr-menu-link-cart,
.main-menu .navbar-nav:not(.visible_mobile) .isvr-menu-link-buy {
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .main-menu .navbar-nav:not(.visible_mobile) > li > a {
    padding: 0 6px;
  }
  .main-menu .current-region {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .main-menu .navbar-nav:not(.visible_mobile) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-menu .navbar-nav:not(.visible_mobile) > li > a {
    padding: 12px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .main-menu .navbar-nav:not(.visible_mobile) > li > a br {
    display: none;
  }
  .main-menu .navbar-nav:not(.visible_mobile) > li > a > span {
    padding: 0 5px !important;
  }
  .main-menu .current-region {
    position: static;
  }
}
@media (max-width: 1000px) {
  .navbar-nav > li > ul.dropdown-menu.isvr-ru-commerce-fast-cart {
    padding-bottom: 0 !important;
  }
}
.isvr-ru-commerce-fast-cart {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.isvr-ru-commerce-fast-cart__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 435px;
  padding-bottom: 3px !important;
}
.isvr-ru-commerce-fast-cart__cart {
  max-height: 375px;
  max-width: 1200px;
  width: 100%;
  overflow: auto;
}
.isvr-ru-commerce-fast-cart__cart .cart-products {
  margin: 0;
  max-height: 445px;
}
.isvr-ru-commerce-fast-cart__summary {
  width: 100vw;
  height: 90px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e6e6e6;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.isvr-ru-commerce-fast-cart__summary:after {
  content: '';
  display: block;
  border-top: 1px solid #e6e6e6;
  background-color: #f2f2f2;
  width: 100%;
  height: 84px;
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 0;
}
.isvr-ru-commerce-fast-cart__summary-content {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  z-index: 1;
}
.isvr-ru-commerce-fast-cart__checkout_button {
  min-width: 100px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #a7080c;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  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;
  height: 45px;
  padding: 0;
}
.isvr-ru-commerce-fast-cart__checkout_button a {
  color: #fff;
}
.isvr-ru-commerce-fast-cart__checkout_button a:hover,
.isvr-ru-commerce-fast-cart__checkout_button a:focus {
  color: #fff;
  text-decoration: none;
}
.isvr-ru-commerce-fast-cart__checkout_button a {
  padding: 0 20px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.isvr-ru-commerce-fast-cart .form-actions {
  display: none;
}
@media (max-width: 1199px) {
  .isvr-ru-commerce-fast-cart__summary-content,
  .isvr-ru-commerce-fast-cart__cart {
    padding: 0 45px;
  }
}
.isvr-menu-link-cart:before {
  content: '';
  display: block;
  background: url(../../img/cart.png) center center no-repeat;
  -webkit-background-size: auto 14px;
          background-size: auto 14px;
  width: 32px;
  height: 28px;
}
.dropdown.open .isvr-menu-link-cart {
  border-bottom: 4px solid #80c31c;
}
.page-checkout .isvr-menu-link-cart {
  display: none !important;
  border: none !important;
}
.page-checkout .commerce-line-item-actions {
  display: none;
}
.page-checkout .bxs-carrousel-products {
  overflow: hidden;
}
.page-checkout .bxs-carrousel-products .views-row {
  width: 50%;
  float: left;
  padding-left: 5px;
}
.cart-product-promo-offer {
  position: relative;
}
.cart-product-promo-offer__title {
  width: 160px;
  height: 67px;
  position: absolute;
  top: -1px;
  left: -27px;
  font-size: 16px;
  background-image: url(../../img/ribbon-arrow.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  padding: 19px 0 0 35px;
  text-align: center;
}
.cart-product-promo-offer__message {
  margin: 9px 27px 0 154px;
  max-width: 161px;
  display: inline-block;
  line-height: 1.2;
}
.cart-product-promo-offer__message--cashback {
  padding: 17px 0 20px 152px;
  margin: 0;
  max-width: none;
}
.cart-product-promo-offer__message--bold {
  font-weight: 700;
}
.cart-product-promo-offer__product {
  max-width: 500px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 960px) and (min-width: 767px) {
  .cart-product-promo-offer__title {
    left: -19px;
  }
}
@media (max-width: 400px) {
  .cart-product-promo-offer__title {
    left: -8px;
    top: 5px;
  }
  .cart-product-promo-offer__message--cashback {
    padding: 17px 0 0 165px;
  }
}
.page-checkout .bx-pager {
  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;
  margin-top: 20px;
}
.page-checkout .bx-pager .bx-pager-link {
  display: block;
  font-size: 0;
  width: 8px;
  height: 8px;
  border: 1px #818181 solid;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 6px;
}
.page-checkout .bx-pager .bx-pager-link.active {
  background-color: #818181;
}
.page-checkout .bx-controls-direction .bx-prev,
.page-checkout .bx-controls-direction .bx-next {
  padding: 5px;
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #000;
  margin-top: -14px;
}
.page-checkout .bx-controls-direction .bx-prev {
  left: 0;
}
.page-checkout .bx-controls-direction .bx-next {
  right: 0;
}
@media (max-width: 560px) {
  .page-checkout .bx-controls-direction .bx-prev,
  .page-checkout .bx-controls-direction .bx-next {
    top: 60px;
  }
}
.page-checkout .bx-wrapper {
  padding: 0 40px;
}
.recommended-product {
  border: 2px #e6e6e6 solid;
  margin-bottom: 40px;
}
.recommended-product__title {
  padding: 20px 10px;
  padding-left: 20px;
  background-color: #fbfbfb;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #e6e6e6;
}
.recommended-product__products {
  padding: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background: none !important;
  }
}
.geo-block-popup .chosen-container .chosen-results {
  max-height: 190px;
}
.how-to-buy {
  margin-top: 30px;
  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;
}
.how-to-buy a {
  color: #404040;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.how-to-buy a:before {
  content: '';
  background: url('../images/howTo.png') center no-repeat;
  width: 16px;
  margin-right: 10px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.products-carousel .slick-slider,
.view-solution-products .slick-slider,
.view-application-products .slick-slider {
  position: static;
}
.recommended-product .slick-slider {
  padding: 0 40px;
}
.product-tab-certificates.slick-slider {
  padding: 0 70px;
}
@media (max-width: 961px) {
  .product-tab-certificates.slick-slider {
    padding: 0 30px;
  }
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.products-carousel .slick-track,
.view-solution-products .slick-track,
.view-application-products .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.performance .slick-track,
.view-isvr-partner-block .slick-track {
  padding-top: 5px;
}
.products-content .slick-track {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.products-carousel .slick-slide,
.view-solution-products .slick-slide,
.view-application-products .slick-slide {
  height: auto;
}
.block-product-card .slick-slide {
  height: 340px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.block-product-card .slick-slide.slick-current {
  opacity: 1;
}
.block-product-card .slick-slide .asset-image {
  margin: 0 auto;
  width: 100%;
}
.block-product-card .slick-slide a {
  outline: none;
}
.block-product-card .slick-slide img {
  max-height: 340px;
  width: 100%;
}
.products-content .slick-slide {
  height: auto;
  outline: none;
}
.offer-slider .slick-slide img {
  width: 100%;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../fonts/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.products-carousel .slick-prev,
.products-carousel .slick-next,
.view-solution-products .slick-prev,
.view-solution-products .slick-next,
.view-application-products .slick-prev,
.view-application-products .slick-next {
  height: 100%;
  background: rgba(0, 0, 0, 0.19);
  padding: 0;
  width: 27px;
}
.recommended-product .slick-prev,
.recommended-product .slick-next {
  height: 28px;
  width: 28px;
  background-color: #e6e6e6;
}
.video-advice-slider .slick-prev,
.video-advice-slider .slick-next {
  background: rgba(173, 165, 165, 0.63);
  width: 24px;
  height: 48px;
  z-index: 1;
}
.block-product-card .slick-prev,
.block-product-card .slick-next,
.product-tab-certificates .slick-prev,
.product-tab-certificates .slick-next {
  height: 28px;
  width: 28px;
  background-color: #e6e6e6;
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.products-carousel .slick-prev:before,
.products-carousel .slick-next:before,
.view-solution-products .slick-prev:before,
.view-solution-products .slick-next:before,
.view-application-products .slick-prev:before,
.view-application-products .slick-next:before {
  font-size: 32px;
}
.recommended-product .slick-prev:before,
.recommended-product .slick-next:before {
  color: #000;
}
.block-product-card .slick-prev:before,
.block-product-card .slick-next:before,
.product-tab-certificates .slick-prev:before,
.product-tab-certificates .slick-next:before {
  color: #606060;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f104";
}
.slick-prev:before[dir="rtl"] {
  content: "\f105";
}
.view-isvr-partner-block .slick-prev,
.video-advice-slider .slick-prev,
.view-solution-products .slick-prev,
.view-application-products .slick-prev {
  left: 0;
}
.block-product-card .slick-prev,
.product-tab-certificates .slick-prev {
  left: 10px;
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
.slick-next:before[dir="rtl"] {
  content: "\f104";
}
.view-isvr-partner-block .slick-next,
.video-advice-slider .slick-next,
.view-solution-products .slick-next,
.view-application-products .slick-next {
  right: 0;
}
.block-product-card .slick-next,
.product-tab-certificates .slick-next {
  right: 10px;
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.recommended-product .slick-dots {
  position: static;
  margin-top: 20px;
}
.recommended-product .slick-dots li button:before {
  content: '';
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  border: 1px #818181 solid;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  opacity: 1;
}
.recommended-product .slick-dots li.slick-active button:before {
  background-color: #818181;
}
.right-dropdown__button {
  color: #fff;
  font-size: 16px;
  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: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: calc(50% - 17px);
}
.right-dropdown__button:after {
  content: '';
  display: inline-block;
  height: 34px;
  width: 34px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-image: url(../../img/arrow-expand.png);
  background-color: #75b01c;
  -webkit-background-size: 10px 6px;
          background-size: 10px 6px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 22px;
}
@media (max-width: 1201px) {
  .right-dropdown__button {
    font-size: 10px;
    top: calc(50% - 11px);
  }
  .right-dropdown__button:after {
    height: 22px;
    width: 22px;
    -webkit-background-size: 6px 3px;
            background-size: 6px 3px;
    margin-left: 10px;
  }
}
.right-dropdown__link {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 15px;
}
.right-dropdown--full .right-dropdown__button {
  top: 8px;
}
.right-dropdown--full .right-dropdown__button:after {
  background-image: url(../../img/arrow-collapse.png);
}
.right-dropdown--hidden {
  display: none;
}
@media (max-width: 961px) {
  .right-dropdown--full .right-dropdown__button {
    top: 5px;
  }
}
@media (max-width: 651px) {
  .right-dropdown__link {
    font-size: 9px;
  }
}
.description-item {
  color: #fff;
  font-size: 16px;
  width: 80%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.description-item:before {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  margin-bottom: 8px;
}
.description-item--step-1:before {
  height: 44px;
  width: 46px;
  background-image: url(../../img/hand-cursor.png);
}
.description-item--step-2:before {
  height: 50px;
  width: 46px;
  background-image: url(../../img/order-cart.png);
}
.description-item--step-3:before {
  height: 44px;
  width: 50px;
  background-image: url(../../img/order-box.png);
}
@media (max-width: 769px) {
  .description-item {
    font-size: 10px;
  }
  .description-item:before {
    margin-bottom: 0;
  }
  .description-item--step-1:before {
    height: 33px;
    width: 32px;
  }
  .description-item--step-2:before {
    height: 31px;
    width: 33px;
  }
  .description-item--step-3:before {
    height: 34px;
    width: 30px;
  }
}
@media (max-width: 651px) {
  .description-item {
    width: 100%;
  }
  .description-item--step-3:before {
    height: 28px;
  }
}
.left-dropdown__button {
  color: #fff;
  font-size: 16px;
  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: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: calc(50% - 17px);
}
.left-dropdown__button:after {
  content: '';
  display: inline-block;
  height: 34px;
  width: 34px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-image: url(../../img/arrow-expand.png);
  background-color: #75b01c;
  -webkit-background-size: 10px 6px;
          background-size: 10px 6px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 22px;
}
@media (max-width: 1201px) {
  .left-dropdown__button {
    font-size: 10px;
    top: calc(50% - 11px);
  }
  .left-dropdown__button:after {
    height: 22px;
    width: 22px;
    -webkit-background-size: 6px 3px;
            background-size: 6px 3px;
    margin-left: 10px;
  }
}
.left-dropdown--full .left-dropdown__button {
  top: 15px;
}
.left-dropdown--full .left-dropdown__button:after {
  background-image: url(../../img/arrow-collapse.png);
}
.left-dropdown--hidden {
  display: none;
}
@media (max-width: 961px) {
  .left-dropdown--full .left-dropdown__button {
    top: 5px;
  }
}
.landing-banners {
  padding: 0 25px 10px 15px !important;
}
.landing-banners .inside {
  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;
}
.landing-banners .inside:before,
.landing-banners .inside:after {
  display: none;
}
.landing-banners__left,
.landing-banners__right {
  width: 49%;
  padding: 0 !important;
}
@media (max-width: 649px) {
  .landing-banners {
    padding: 0 !important;
  }
  .landing-banners .inside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .landing-banners__left,
  .landing-banners__right {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 15px !important;
  }
}
.banner-item {
  width: 100%;
}
.offer-slider .slick-arrow {
  background: rgba(0, 0, 0, 0.75);
  width: 40px;
  height: 40px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
.offer-slider .slick-arrow:before {
  border-color: #fff;
  top: 45%;
  opacity: 1;
}
.offer-slider .slick-arrow.slick-next {
  right: 0;
}
.offer-slider .slick-arrow.slick-next:before {
  border-width: 2px 2px 0 0;
  right: 47%;
}
.offer-slider .slick-arrow.slick-prev {
  left: 0;
}
.offer-slider .slick-arrow.slick-prev:before {
  border-width: 0 0 2px 2px;
  left: 47%;
}
.offer-slider:hover .slick-arrow {
  opacity: 1;
  pointer-events: all;
}
.landing-slider h3 {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
}
.landing-products {
  background: #fff;
}
.landing-products__title {
  text-align: center;
}
.landing-products__title * {
  font-size: 30px;
  padding-top: 40px;
  padding-bottom: 30px;
  font-weight: 900;
  max-width: 460px;
  margin: 0 auto;
}
.landing-products__content {
  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;
}
.landing-products__filters {
  display: none;
}
.landing-products__tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.landing-products__tab-name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 0 5px 10px;
  border-bottom: 1px solid #D7D7D7;
  cursor: pointer;
  color: #787878;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}
.landing-products__tab-name.active {
  color: #80C31C;
  border-bottom: 2px solid #80C31C;
}
.landing-products__tab-body {
  margin-right: -8px;
  margin-left: -8px;
  display: none;
}
.landing-products__tab-body.active {
  display: block;
}
.landing-products__item {
  width: 25%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.landing-products--popup .slick-prev,
.landing-products--popup .slick-next {
  background: rgba(0, 0, 0, 0.19);
  padding: 0;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.landing-products--popup .slick-prev {
  left: 10px;
}
.landing-products--popup .slick-next {
  right: 10px;
}
.landing-products--popup .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.landing-products--popup .landing-products__item {
  margin: 0 8px;
  outline: none;
  height: auto;
}
.landing-products--popup .landing-products__content {
  width: 888px;
  display: block;
  padding: 0 60px;
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  .landing-products--popup .landing-products__content {
    width: 100%;
  }
}
@media (max-width: 718px) {
  .landing-products__item {
    width: 100%;
  }
}
@media (max-width: 706px) {
  .landing-products--popup .landing-products__content {
    padding: 0 10px;
    padding-bottom: 20px;
  }
}
@media (max-width: 400px) {
  .landing-products__title * {
    font-size: 16px;
    padding-top: 28px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .landing-products__item {
    width: 33.33%;
  }
}
@media (min-width: 960px) {
  .landing-products__item {
    width: 25%;
  }
}
.landing-filter__title {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c6c6c6;
  padding-top: 18px;
  font-weight: bold;
  margin-top: 0;
}
.landing-filter__button-list {
  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: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.landing-filter__partner {
  position: relative;
}
.landing-filter__partner select {
  padding: 11px 30px 11px 43px;
  background-color: transparent;
  border: 2px solid #82c538;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-background-size: 25px 18px;
          background-size: 25px 18px;
  background-position: 5% 43%;
  background-repeat: no-repeat;
  background-image: url(../../img/filter-distributor.png);
  outline: none;
  margin: 0 15px 15px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 5;
}
.landing-filter__partner:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 19px;
  right: 28px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #82c538 transparent transparent transparent;
}
.landing-filter__reset {
  margin: 0 0 15px 0;
}
.filter-button {
  border: 2px solid #82c538;
  padding: 10px;
  margin: 0 15px 15px 0;
  cursor: pointer;
  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;
}
.filter-button__image {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.filter-button__image img {
  width: 100%;
  height: auto;
}
.filter-button__image--green {
  display: block;
}
.filter-button__image--white {
  display: none;
}
.filter-button__title {
  font-size: 14px;
}
.filter-button--clicked {
  background-color: #82c538;
  color: #fff;
}
.filter-button--clicked .filter-button {
  background-color: #82c538;
  color: #fff;
}
.filter-button--clicked .filter-button__image--green {
  display: none;
}
.filter-button--clicked .filter-button__image--white {
  display: block;
}
.landing-partner-slider__row {
  background-color: #ffffff;
  margin: 0 10px;
  -webkit-box-shadow: 0 3px 6px 2px rgba(153, 153, 153, 0.5);
          box-shadow: 0 3px 6px 2px rgba(153, 153, 153, 0.5);
  height: 135px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  outline: none;
  position: relative;
}
.landing-partner-slider__link a {
  color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.landing-partner-slider__logo {
  width: 135px;
  margin: 0 10px;
  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;
}
.landing-partner-slider__logo img {
  margin: 0;
  width: 100%;
}
.landing-partner-slider__content {
  padding: 37px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.landing-partner-slider__email {
  margin-left: 19px;
  display: none;
}
.landing-partner-slider__email ul {
  margin: 0;
  padding: 0;
}
.landing-partner-slider__email ul li {
  margin: 0;
  padding: 0;
}
.landing-partner-slider__title {
  color: #82c538;
  font-weight: bold;
  font-size: 14px;
}
.landing-partner-slider__title:before {
  content: '\f105';
  display: inline-block;
  margin: 0 3px 0 3px;
  font-family: "FontAwesome";
  font-size: 17px;
  line-height: 1;
  color: #82c538;
}
.landing-partner-slider__phone .field-content {
  display: inline-block;
}
.landing-partner-slider__phone:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 11px;
  background-image: url(../../img/mobile.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  margin: 0 3px 0 3px;
}
.landing-partner-slider .slick-track {
  margin: 0 auto;
}
.landing-partner-slider .slick-list {
  padding: 10px 40px;
}
.landing-partner-slider .slick-arrow {
  background-color: #c6c6c6;
  width: 28px;
  height: 100%;
}
.landing-partner-slider .slick-arrow:before {
  font-size: 35px;
}
.landing-partner-slider .slick-arrow.slick-next {
  right: 0;
}
.landing-partner-slider .slick-arrow.slick-prev {
  left: 0;
  z-index: 5;
}
@media (max-width: 961px) {
  .landing-partner-slider .slick-list {
    padding: 10px 67px;
  }
  .landing-partner-slider__row {
    margin: 0 40px;
  }
}
@media (max-width: 769px) {
  .landing-partner-slider .slick-list {
    padding: 10px 30px;
  }
  .landing-partner-slider__row {
    margin: 0 5px;
  }
}
@media (max-width: 651px) {
  .landing-partner-slider__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    height: auto;
  }
  .landing-partner-slider__logo {
    margin: 10px 0 0 0;
  }
  .landing-partner-slider__content {
    padding: 10px;
    margin-bottom: 10px;
  }
  .landing-partner-slider__title {
    font-size: 16px;
  }
  .landing-partner-slider__phone,
  .landing-partner-slider__email {
    font-size: 15px;
  }
}
.pane-product-marker {
  padding: 0 !important;
}
.product-marker {
  width: 133px;
  height: 30px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: none;
}
.product-marker.show-price {
  display: block;
}
.product-marker--new {
  padding: 7px 0 0 45px;
  background-image: url(../../img/ribbon-green.png);
  color: #fff;
}
.product-marker--recommended {
  padding: 7px 0 0 29px;
  background-image: url(../../img/ribbon-yellow.png);
}
.product-marker--promo {
  padding: 7px 0 0 51px;
  background-image: url(../../img/ribbon.png);
  color: #fff;
}
.partner-product-info .product-marker {
  top: 20px;
  left: -34px;
}
.recommended-product .partner-product-info .product-marker {
  top: 31px;
  left: -32px;
}
.block-product-card .product-marker {
  left: -18px;
  top: 28px;
  z-index: 1;
}
.block-buy-online-tab .product-marker {
  left: -28px;
  top: 14px;
  width: 106px;
  height: 26px;
}
.block-buy-online-tab .product-marker--promo {
  padding: 4px 0 0 38px;
}
.product-sidebar .block-buy-online .product-marker {
  top: 17px;
  left: -43px;
}
.product-sidebar .block-buy-online:nth-child(2) .product-marker {
  top: 13px;
  left: -43px;
}
.solution-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.solution-links .pane-content {
  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;
}
.solution-links__button {
  text-decoration: none;
  color: #fff;
  background-color: #82c538;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px;
  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: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 15px 15px 0;
}
.solution-links__button:before {
  content: '';
  display: block;
  height: 33px;
  width: 33px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: #283d09 0 2px 2px 0 inset;
          box-shadow: #283d09 0 2px 2px 0 inset;
  background-image: url(../../img/download-catalog.png);
  background-color: #75b01c;
  background-repeat: no-repeat;
  -webkit-background-size: 17px 17px;
          background-size: 17px;
  background-position: 8px;
  margin-right: 5px;
}
.solution-links__button:hover {
  background-color: #75b01c;
  text-decoration: none;
  color: #fff;
}
.solution-links__button:hover:before {
  background-color: #82c538;
}
.solution-links__button:last-of-type {
  margin: 0 0 15px 0;
}
.solution-links--bottom {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.solution-links .request-pdf-webform,
.product-card-tabs .request-pdf-webform {
  display: none;
}
.user-message {
  position: absolute;
  top: 130%;
  left: calc(50% - 130px);
  width: 260px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  padding: 15px 10px 5px 15px;
  background-color: #ffffff;
  color: #000;
  line-height: 1.4;
  z-index: 1100;
}
.user-message:before {
  content: '';
  display: block;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: solid rgba(0, 0, 0, 0.3);
  border-width: 1px 1px 0 0;
  position: absolute;
  top: -6px;
  left: 49%;
}
.user-message__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: normal;
}
.user-message__content {
  white-space: normal;
}
.user-message__content span {
  font-weight: bold;
  color: #a7080c;
  font-size: 15px;
}
.products-carousel .user-message:before {
  border-width: 0 0 1px 1px;
  bottom: -5px;
  top: auto;
}
.landing-products--popup .user-message {
  top: auto;
  bottom: 130%;
}
.landing-products--popup .user-message:before {
  top: auto;
  bottom: -6px;
  border-width: 0 0 1px 1px;
}
.main-menu .navbar-nav li .user-message {
  left: auto;
  right: -16px;
}
.main-menu .navbar-nav li .dropdown-menu .user-message {
  right: auto;
  left: calc(50% - 130px);
}
.btn-share-video {
  background-color: #ffffff;
  color: #766a53;
  padding: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 8px;
  cursor: pointer;
}
.product-card-tabs .products-tabs {
  position: relative;
}
.product-card-tabs .products-tabs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
.product-card-tabs .products-tabs ul li {
  list-style: none;
  width: 33%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5px 0 0;
  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;
  background-color: #63bc00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#63bc00), to(#488900));
  background-image: -webkit-linear-gradient(top, #63bc00 0%, #488900 100%);
  background-image: linear-gradient(180deg, #63bc00 0%, #488900 100%);
  -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}
.product-card-tabs .products-tabs ul li:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: -4px;
  left: 0;
  background-color: #63bc00;
  display: none;
}
.product-card-tabs .products-tabs ul li a {
  width: 100%;
  padding: 14px 10px 14px 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
.product-card-tabs .products-tabs ul li img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.product-card-tabs .products-tabs ul li:first-child {
  background-color: #a7080c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c04e52), to(#a7080c));
  background-image: -webkit-linear-gradient(top, #c04e52 0%, #a7080c 100%);
  background-image: linear-gradient(180deg, #c04e52 0%, #a7080c 100%);
}
.product-card-tabs .products-tabs ul li:first-child:after {
  background-color: #a7080c;
}
.product-card-tabs .products-tabs ul li:last-child {
  margin: 0;
}
.product-card-tabs .products-tabs ul li.active {
  background-image: none;
}
.product-card-tabs .products-tabs ul li.active:after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .product-card-tabs .products-tabs ul li {
    width: auto;
  }
  .product-card-tabs .products-tabs ul li a {
    font-size: 0;
  }
  .product-card-tabs .products-tabs ul li.active a {
    font-size: 14px;
  }
}
@media (max-width: 649px) {
  .product-card-tabs .products-tabs ul li.active a {
    font-size: 12px;
  }
}
.product-card-tabs .products-tabs-content {
  padding: 0;
  margin: 0;
}
.product-card-tabs .products-content {
  list-style: none;
  position: relative;
  z-index: -5;
  display: block;
  height: 0;
  opacity: 0;
  margin: 0;
}
.product-card-tabs .products-content__inner-title {
  padding: 25px 15px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(204, 204, 204, 0.6);
  font-size: 16px;
  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;
}
.product-card-tabs .products-content__title {
  margin: 0;
  padding: 0;
}
.product-card-tabs .products-content__image {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.product-card-tabs .products-content.active {
  border: solid #c4c4c4;
  border-width: 0 2px 2px 2px;
  z-index: 1;
  height: 100%;
  opacity: 1;
  margin-top: 4px;
}
@media (max-width: 649px) {
  .product-card-tabs .products-content__title {
    font-size: 14px;
  }
}
.block-buy-online-tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f4f5f6;
  padding: 20px 20px 20px 65px;
}
.block-buy-online-tab:last-child {
  border-bottom: none;
}
.block-buy-online-tab__partner {
  margin: 0;
  min-width: 0;
}
.block-buy-online-tab__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}
@media (max-width: 1199px) {
  .block-buy-online-tab {
    padding: 20px 20px 20px 30px;
  }
  .block-buy-online-tab__partner {
    width: 35%;
    max-width: 50%;
  }
}
@media (max-width: 649px) {
  .block-buy-online-tab {
    -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;
  }
  .block-buy-online-tab__partner {
    margin-bottom: 15px;
  }
}
.product-document {
  border: 1px solid #f4f5f6;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  padding: 10px 60px 30px 20px;
  -webkit-box-shadow: 0 4px 6px 0 #ebe8eb;
          box-shadow: 0 4px 6px 0 #ebe8eb;
  position: relative;
  margin: 0 15px;
  width: 100%;
}
.product-document__thumbnail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 183px;
}
.product-document__thumbnail {
  width: 121px;
  height: auto;
  max-height: 172px;
  -webkit-border-radius: 0 10px 10px 0;
          border-radius: 0 10px 10px 0;
  -webkit-box-shadow: 5px 2px 15px 1px #b3b1b3;
          box-shadow: 5px 2px 15px 1px #b3b1b3;
  margin: 0 0 15px 0 !important;
}
.product-document__thumbnail--additional {
  margin: 0 0 15px 10px !important;
}
.product-document__title {
  font-size: 13px;
}
.product-document__action-list {
  position: absolute;
  top: 5px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-document__action {
  background-color: rgba(89, 89, 89, 0.9);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-background-size: 14px 11px;
          background-size: 14px 11px;
  background-position: 8px 9px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.product-document__action--email {
  background-image: url(../../img/send-doc.png);
  margin-right: 10px;
}
.product-document__action--download {
  background-image: url(../../img/download-doc.png);
}
.product-document__action a {
  width: 100%;
  height: 100%;
  font-size: 0;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-tab-certificates .product-document {
  padding: 10px 20px;
  max-width: 170px;
}
.product-tab-certificates .product-document__thumbnail {
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-tab-certificates .product-document__title {
  text-align: center;
}
@media (max-width: 769px) {
  .product-tab-certificates .product-document {
    margin: 10px auto;
  }
}
.download-preview {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
     -moz-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.cart-popup-total {
  background-color: #efefef;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 215px;
  padding: 50px 15px 20px 15px;
}
.cart-popup-total__checkout-button a {
  display: block;
  width: 180px;
  text-align: center;
  font-size: 14px;
  background-color: #a7080c;
  text-decoration: none;
  color: #fff;
  padding: 12px 0;
  margin: 0 auto;
}
.cart-popup-total__quantity {
  font-size: 16px;
}
.cart-popup-total__amount {
  font-size: 24px;
  font-weight: bold;
  margin: 15px 0 30px;
}
.cart-popup-total__link {
  text-align: center;
  margin-top: 15px;
}
.cart-popup-total__link a {
  color: #131313;
  font-size: 14px;
}
@media (max-width: 550px) {
  .cart-popup-total {
    padding: 15px;
    width: auto;
    text-align: center;
  }
  .cart-popup-total__amount {
    font-size: 22px;
    margin: 5px 0;
  }
  .cart-popup-total__checkout-button a {
    padding: 10px 0;
  }
}
.placed-to-cart-popup__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.placed-to-cart-popup__product {
  background-color: #ffffff;
  padding: 8px 40px 40px 15px;
}
.placed-to-cart-popup__product-title {
  font-size: 19px;
  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;
}
.placed-to-cart-popup__product-title img {
  width: 150px;
  height: 42px;
  margin-left: 10px;
}
@media (max-width: 670px) {
  .placed-to-cart-popup__product-title img {
    width: 100px;
    height: auto;
  }
}
@media (max-width: 550px) {
  .placed-to-cart-popup__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 320px) {
  .placed-to-cart-popup__product {
    padding: 8px 35px 15px 25px;
  }
  .placed-to-cart-popup__product-title {
    font-size: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cart-popup-product {
  margin-top: 20px;
  width: 460px;
}
.cart-popup-product__image {
  float: left;
  margin-right: 20px;
  border: 1px solid #e6e6e6;
}
.cart-popup-product__title {
  margin: 0;
  padding: 5px 0 0 0;
}
.cart-popup-product__quantity,
.cart-popup-product__total {
  display: inline-block;
  margin-top: 10px;
  vertical-align: bottom;
}
.cart-popup-product__quantity {
  margin-right: 20px;
}
.cart-popup-product__total {
  height: 44px;
}
.cart-popup-product__total--label {
  font-size: 11px;
  text-transform: uppercase;
}
@media (max-width: 748px) {
  .cart-popup-product {
    width: auto;
  }
}
@media (max-width: 550px) {
  .cart-popup-product {
    text-align: center;
  }
}
@media (max-width: 320px) {
  .cart-popup-product__image {
    float: none;
    margin: 0 auto;
    width: 130px;
  }
  .cart-popup-product__title {
    font-size: 16px;
  }
}
.cookie-policy-msg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.cookie-policy-msg__wrapper {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.cookie-policy-msg__body {
  color: #fff;
  -webkit-box-flex: 2;
  -webkit-flex: 2 1 auto;
     -moz-box-flex: 2;
      -ms-flex: 2 1 auto;
          flex: 2 1 auto;
  margin-right: 40px;
  padding-left: 15px;
}
.cookie-policy-msg__body a {
  color: #fff;
  cursor: pointer;
}
.cookie-policy-msg__actions {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookie-policy-msg__button {
  background: transparent;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  border: 2px solid #ffffff;
  padding: 5px 40px;
}
.cookie-policy-msg__button:hover {
  background: transparent;
  color: #fff;
}
.cookie-policy-msg__link {
  color: #fff;
  text-decoration: none;
  padding: 5px 40px;
}
.cookie-policy-msg__link:hover {
  color: #fff;
  cursor: pointer;
}
@media (max-width: 550px) {
  .cookie-policy-msg__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie-policy-msg__body {
    padding-right: 15px;
    margin: 0 0 15px 0;
  }
}
.home-top-slider .slick-slide {
  position: relative;
}
.home-top-slider .slick-slide .block-overlay-bottom {
  text-align: center;
  padding: 0 12px;
}
@media (min-width: 768px) {
  .home-top-slider .slick-slide .views-field-field-slide-title {
    font-size: 39px;
    line-height: 1;
  }
}
.home-top-slider .slick-slide .views-field-field-slide-title,
.home-top-slider .slick-slide .views-field-field-slide-description {
  padding: 6px 0;
}
.home-top-slider .slick-slide img {
  max-width: none;
  width: 100%;
}
.home-top-slider .slick-slide video {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: 0s 0.5s linear;
  transition: 0s 0.5s linear;
}
.home-top-slider .slick-active video,
.home-top-slider .slick-active + * video {
  opacity: 1;
  -webkit-transition: 0s 0s linear;
  transition: 0s 0s linear;
}
.home-top-slider .slick-arrow {
  background: rgba(0, 0, 0, 0.75);
  width: 50px;
  height: 50px;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
.home-top-slider .slick-arrow:before {
  border-color: #fff;
  top: 45%;
  opacity: 1;
}
.home-top-slider .slick-arrow.slick-next {
  right: 0;
}
.home-top-slider .slick-arrow.slick-next:before {
  border-width: 2px 2px 0 0;
  right: 47%;
}
.home-top-slider .slick-arrow.slick-prev {
  left: 0;
}
.home-top-slider .slick-arrow.slick-prev:before {
  border-width: 0 0 2px 2px;
  left: 47%;
}
.home-top-slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  margin-top: 5px;
}
.home-top-slider .slick-dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  height: 10px;
}
.home-top-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #999999;
  border-right: 4px solid white;
}
.home-top-slider .slick-dots li button:before {
  display: none;
}
.home-top-slider .slick-dots li:hover button {
  background: #666666;
}
.home-top-slider .slick-dots li:last-child button {
  border-right: none;
}
.home-top-slider .slick-dots li.slick-active button {
  background: #82c538;
}
.home-top-slider .slick-dots li.slick-active:hover button {
  background: #82c538;
}
.home-top-slider:hover .slick-arrow {
  opacity: 1;
  pointer-events: all;
}
.home-top-slider.js-processing .view-content > .views-row {
  display: none;
}
.home-top-slider.js-processing .view-content > .views-row:first-child {
  display: block;
}
.solutions-page-slider {
  padding: 0;
  background: transparent;
}
.rub {
  display: inline;
  font-family: 'Ruble-sign';
}
.placed-to-cart-popup .fancybox-inner {
  overflow: visible !important;
}
.fancybox-rounded .fancybox-inner {
  -webkit-border-radius: 6px;
          border-radius: 6px;
  overflow: hidden !important;
}
@media (max-width: 400px), (max-height: 500px) {
  .fancybox-rounded .fancybox-inner {
    overflow: auto !important;
  }
}
.page-masters .fancybox-close {
  right: 6px;
}
.customer-questionary {
  background-color: #ffffff;
}
.customer-questionary__wrapper {
  padding: 0 8px 30px 8px;
}
.customer-questionary__subtitle {
  font-size: 16px;
  line-height: 18px;
  color: #848484;
  padding: 0 15px 11px 0;
  margin-top: 5px;
  border-bottom: 1px solid #c4c4c4;
}
.customer-questionary h2 {
  font-size: 18px;
  line-height: 25px;
  color: #131313;
  padding-top: 5px;
  margin-bottom: 14px;
}
.customer-questionary label {
  font-size: 14px;
  line-height: 18px;
  padding-left: 32px;
  margin: 8px 0 5px 0;
}
.customer-questionary input {
  border: 1px solid #c4c4c4;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(204, 204, 204, 0.6);
          box-shadow: inset 0 1px 2px 0 rgba(204, 204, 204, 0.6);
  padding: 12px;
  font-size: 14px;
}
input.customer-questionary__submit {
  -webkit-border-radius: 0;
          border-radius: 0;
  display: block;
  padding: 13px 35px;
  margin: 20px auto 5px auto;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.poll-noresult {
  padding: 30px 0 15px 0;
  text-align: center;
}
.poll-noresult__message {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
.ctools-collapsible-container {
  clear: both;
}
.master-promo-cart__wrapper {
  position: relative;
}
.page-checkout .master-promo-cart__input {
  width: 46%;
}
.master-promo-cart__button {
  position: absolute;
  left: 46%;
  bottom: 0;
  background: transparent;
  padding: 0 13px;
  font-weight: bold;
  font-size: 31px;
  line-height: 46px;
}
.master-promo-cart__button:hover,
.master-promo-cart__button:active {
  background: transparent;
  opacity: 0.9;
}
@media (max-width: 767px) {
  form .master-promo-cart__button {
    width: auto;
  }
}
@media (max-width: 549px) {
  .page-checkout .master-promo-cart__input {
    width: 90%;
  }
  form .master-promo-cart__button {
    position: absolute;
    left: 93%;
    line-height: 38px;
    padding: 0;
  }
}
.master-promo-cart .form-group {
  margin-bottom: 11px;
}
.master-promo-cart .help-block {
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 28px;
}
@media (max-width: 549px) {
  .master-promo-cart .help-block {
    line-height: 13px;
    margin-bottom: 15px;
  }
}
.master-cashback {
  padding: 0 20px;
  min-height: 92px;
  margin-top: 10px;
}
.master-cashback__wrapper {
  padding: 7px;
  text-align: center;
  background-color: #f2f2f2;
  display: none;
}
.show-price .master-cashback__wrapper {
  display: block;
}
.master-cashback__subtitle {
  font-weight: bold;
  line-height: 14px;
}
.master-cashback__value {
  font-size: 16px;
  color: #a7080c;
  font-weight: bold;
  line-height: 28px;
}
.master-cashback__value i {
  font-size: 14px;
}
.master-cashback__percent {
  display: none;
}
.master-cashback__percent.show-price {
  display: inline;
}
.master-cashback__link {
  color: #b0b0b0;
}
.master-cashback__link:hover {
  color: #82c538;
}
.product-sidebar .master-cashback {
  padding: 0;
  margin: 0 0 15px 0;
  min-height: 0;
}
.product-sidebar .master-cashback__wrapper {
  text-align: left;
}
.landing-products .master-cashback {
  margin: 0 0 10px 0;
}
.recommended-product .master-cashback {
  display: none;
}
.header-cart .shop-button__link--collapsed {
  font-size: 0;
  color: transparent;
}
.header-cart .shop-button__link--collapsed i {
  font-size: 16px;
}
.masters-banner__description {
  font-family: "GothamPro";
  font-size: 40px;
  font-weight: 300;
  color: #363436;
  text-align: center;
  margin-top: 40px;
  line-height: 54px;
  letter-spacing: -0.5px;
}
.masters-banner__description:before,
.masters-banner__description:after {
  content: "";
  width: 35%;
  height: 2px;
  display: block;
  margin: 0 auto;
  background-color: #80c31c;
}
.masters-banner__description:before {
  margin-bottom: 30px;
}
.masters-banner__description:after {
  margin-top: 21px;
}
.masters-banner__description strong,
.masters-banner__description b {
  font-weight: 700;
}
.masters-banner__image img {
  width: 100%;
}
.masters-banner .block-content {
  border: none !important;
}
@media (max-width: 650px) {
  .masters-banner__description {
    font-size: 24px;
    line-height: 34px;
    padding: 0 20px;
  }
  .masters-banner__description:before {
    margin-bottom: 12px;
  }
  .masters-banner__description:after {
    margin-top: 10px;
  }
}
.masters-participate-steps {
  margin-top: 74px;
  margin-bottom: 47px;
}
.masters-participate-steps__title {
  font-family: "GothamPro";
  font-size: 30px;
  font-weight: 400;
  color: #363436;
  text-align: center;
  letter-spacing: -0.2px;
}
.masters-participate-steps__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 25px;
}
.masters-participate-steps__item {
  font-family: "GothamPro";
  font-size: 20px;
  font-weight: 500;
  color: #363436;
  text-align: center;
  max-width: 280px;
  width: 25%;
}
.masters-participate-steps__item img {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}
.masters-participate-steps__item .block-content {
  border: none !important;
}
@media (max-width: 960px) {
  .masters-participate-steps__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .masters-participate-steps__item {
    width: 50%;
  }
}
@media (max-width: 748px) {
  .masters-participate-steps__wrapper {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
}
@media (max-width: 650px) {
  .masters-participate-steps {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .masters-participate-steps__title {
    font-size: 21px;
  }
  .masters-participate-steps__item {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .masters-participate-steps__item img {
    width: 110px;
    margin-bottom: 8px;
  }
}
.masters-account {
  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;
  font-family: "GothamPro";
  font-size: 24px;
  font-weight: 500;
  color: #363436;
  text-align: center;
}
.masters-account__register {
  width: 34%;
  margin-right: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.masters-account__register a {
  color: #fff;
  text-decoration: none;
  background-color: #80c31c;
  padding: 14px;
  display: block;
}
.masters-account__register--hidden {
  display: none;
}
.masters-account__login a {
  color: #80c31c;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #80c31c;
  font-weight: 700;
}
@media (max-width: 650px) {
  .masters-account {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 20px;
  }
  .masters-account__register {
    width: auto;
    margin: 0 0 20px 0;
  }
}
.masters-video {
  text-align: center;
  font-family: "GothamPro";
  font-weight: 400;
  color: #363436;
  font-size: 30px;
  margin-top: 70px;
}
.masters-video a {
  display: inline-block;
  color: #80c31c;
  text-decoration: none;
  border-bottom: 1px solid #80c31c;
  margin-bottom: 34px;
  line-height: 30px;
}
@media (max-width: 650px) {
  .masters-video {
    font-size: 26px;
  }
  .masters-video a {
    margin-bottom: 20px;
  }
  .masters-video iframe {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .masters-video {
    margin-top: 45px;
  }
  .masters-video a {
    display: inline;
  }
  .masters-video iframe {
    height: auto;
    margin-top: 15px;
  }
}
.masters-bottom-links {
  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;
  margin: 67px 0;
}
.masters-bottom-links__item {
  background-color: #f6dc34;
  padding: 12px 7px 16px 7px;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 33%;
  max-width: 355px;
  font-family: "GothamPro";
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  color: #363436;
  margin-right: 20px;
  text-decoration: none;
  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;
}
.masters-bottom-links__item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .masters-bottom-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    margin: 40px 0;
  }
  .masters-bottom-links__item {
    width: auto;
    max-width: none;
    margin: 0 0 20px 0;
    display: inline-block;
    padding: 16px;
  }
}
@media (max-width: 480px) {
  .masters-bottom-links__item {
    line-height: 28px;
    font-weight: 500;
  }
}
.master-register-form-wrapper {
  padding: 35px 65px 40px 65px;
}
.master-register-form-wrapper h3 {
  font-family: "GothamPro";
  font-weight: 900;
  font-size: 30px;
  color: #000;
  text-align: center;
  margin-bottom: 41px;
  padding: 0;
}
.master-register-form-wrapper .form-wrapper {
  font-family: "GothamPro";
  font-weight: 400;
  font-size: 11px;
  color: #848484;
  margin: 0;
}
.master-register-form-wrapper .form-group {
  margin-bottom: 25px;
}
.master-register-form-wrapper .form-submit {
  width: 100%;
  text-transform: none;
  padding: 11px 15px 13px 15px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #f6dc34;
  color: #363436;
  font-family: "GothamPro";
  font-weight: 500;
  font-size: 14px;
  margin: 25px 0 0 0;
}
.master-register-form-wrapper .form-text {
  font-family: "GothamPro";
  font-weight: 400;
  font-size: 14px;
  background-color: #f4f4f4;
  border: 1px solid #dadada;
  padding: 12px 11px 9px 11px;
}
.master-register-form-wrapper .form-text::-webkit-input-placeholder {
  line-height: 1;
}
.master-register-form-wrapper .form-text::-moz-placeholder {
  line-height: 1;
}
.master-register-form-wrapper .form-text:-ms-input-placeholder {
  line-height: 1;
}
.master-register-form-wrapper .form-text::placeholder {
  line-height: 1;
}
.master-register-form-wrapper .form-text.error {
  border: 1px solid #dadada;
  background-color: #c04e52;
  color: #363436;
}
.master-register-form-wrapper .form-text.error::-webkit-input-placeholder {
  color: #363436;
}
.master-register-form-wrapper .form-text.error::-moz-placeholder {
  color: #363436;
}
.master-register-form-wrapper .form-text.error:-ms-input-placeholder {
  color: #363436;
}
.master-register-form-wrapper .form-text.error::placeholder {
  color: #363436;
}
.pane-master-register-form .master-register-form-wrapper {
  display: none;
}
@media (max-width: 480px) {
  .master-register-form-wrapper {
    width: 290px;
    padding: 15px;
  }
}
.master-register-thankyou {
  text-align: center;
  padding: 40px 0;
}
.master-register-thankyou__title {
  font-family: "GothamPro";
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #000;
  margin-bottom: 30px;
  padding: 0 15px;
}
.master-register-thankyou__text {
  font-family: "GothamPro";
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #363436;
  margin-bottom: 40px;
  padding: 0 64px;
}
.master-register-thankyou__button {
  background-color: #80c31c;
  font-family: "GothamPro";
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 14px;
  cursor: pointer;
  max-width: 332px;
  width: 72%;
  margin: 0 auto;
}
.master-register-thankyou__button:hover {
  opacity: 0.9;
}
.master-register-thankyou__button:active {
  background-color: #f6dc34;
}
@media (max-width: 480px) {
  .master-register-thankyou {
    width: 290px;
    padding: 25px 0;
  }
}
#simplemeta-meta-form,
#simplemeta-meta-form * {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.isover-advantages {
  margin-top: 20px;
  margin-right: -15px;
  margin-left: -15px;
}
.isover-advantages__title {
  text-align: center;
}
.isover-advantages__title * {
  font-size: 24px;
  font-weight: 900;
  line-height: 2;
}
.isover-advantages__container {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -25px;
}
.isover-advantages__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 16px 25px;
  width: 188px;
}
.isover-advantages__image-block {
  position: relative;
  margin-bottom: 16px;
}
.isover-advantages__image-block:hover .isover-advantages__image-text {
  opacity: 1;
  visibility: visible;
}
.isover-advantages__image-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  padding: 15px 10px 2px 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 15px 26px 0 rgba(0, 0, 0, 0.28);
          box-shadow: 0 15px 26px 0 rgba(0, 0, 0, 0.28);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
  cursor: default;
}
.isover-advantages__text {
  display: block;
  font-size: 14px;
  max-height: calc(100% - 30px);
  height: 100%;
  overflow: hidden;
}
.isover-advantages__link {
  text-decoration: none;
  color: #fff;
  background: #80c31c;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  -webkit-transition: background 0.35s ease-out;
  transition: background 0.35s ease-out;
}
.isover-advantages__link:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #fff;
  line-height: 28px;
  display: inline-block;
  font-size: 26px;
  margin-left: 3px;
}
.isover-advantages__link:hover {
  background: #639616;
}
.isover-advantages__description {
  text-align: center;
  font-size: 18px;
}
.isover-advantages__asterisk-link {
  text-decoration: none;
}
.isover-advantages__asterisk-link:hover {
  text-decoration: none;
}
.isover-advantages__asterisk-text {
  color: #555;
  text-decoration: none;
}
.isover-advantages__asterisk-text:hover {
  text-decoration: none;
}
@media (min-width: 700px) and (max-width: 1200px) {
  .isover-advantages__container:before {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    content: '';
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .isover-advantages__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .isover-advantages__item:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .isover-advantages__item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .isover-advantages__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .isover-advantages__item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (max-width: 768px) {
  .isover-advantages__container {
    padding: 0 10px;
  }
}
@media (max-width: 700px) {
  .isover-advantages__title * {
    font-size: 14px;
  }
  .isover-advantages__text {
    font-size: 11px;
  }
  .isover-advantages__item {
    margin: 6px 10px;
    width: 138px;
  }
  .isover-advantages__description {
    font-size: 11px;
  }
}
.isover-advantages-sticky {
  display: none;
}
.isover-advantages-sticky .zoom-corner {
  display: none;
}
@media (min-width: 1366px) {
  .isover-advantages-sticky {
    display: block;
    position: fixed;
    top: 140px;
    right: 0;
    max-width: calc(1168px + ((100% - 1168px) / 2) + 40px);
    width: 100%;
    z-index: 10000;
  }
  .isover-advantages-sticky .view-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .isover-advantages-sticky__close {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 14px;
    height: 14px;
    background: url(../images/closeBtn.png);
    cursor: pointer;
    display: none;
  }
  .isover-advantages-sticky__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
  }
  .isover-advantages-sticky__content.expanded {
    -webkit-animation: slideInRight 0.65s;
            animation: slideInRight 0.65s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  .isover-advantages-sticky__item {
    display: none;
    background: #fff;
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .isover-advantages-sticky__item span {
    display: block;
    margin-bottom: 10px;
  }
  .isover-advantages-sticky__item p {
    line-height: 1.2;
  }
  .isover-advantages-sticky__item .asset-image a {
    border: none;
  }
  .isover-advantages-sticky__item .asset-image a:before {
    display: none;
  }
  .isover-advantages-sticky__item a {
    line-height: 1.4;
    display: inline-block;
    border-bottom: 1px solid #80c31c;
    position: relative;
    margin-left: 13px;
    text-decoration: none;
  }
  .isover-advantages-sticky__item a:before {
    position: absolute;
    left: -13px;
    top: 3px;
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
  }
  .isover-advantages-sticky__item.expanded {
    display: block;
    -webkit-box-shadow: 1px 2px 3px 1px #ccc, -3px 0 3px 0px #ccc;
            box-shadow: 1px 2px 3px 1px #ccc, -3px 0 3px 0px #ccc;
  }
  .isover-advantages-sticky__icons {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100px;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 3px 2px 3px 1px #ccc;
            box-shadow: 3px 2px 3px 1px #ccc;
  }
  .isover-advantages-sticky__icon {
    margin: 10px 0;
    text-align: center;
  }
  .isover-advantages-sticky__icon img {
    width: 80px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    cursor: pointer;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out;
  }
  .isover-advantages-sticky__icon img.active {
    -webkit-filter: none;
            filter: none;
  }
  .isover-advantages-sticky__icon img:hover {
    -webkit-filter: none;
            filter: none;
  }
  .isover-advantages-sticky.collapsed {
    width: auto;
  }
  .isover-advantages-sticky.collapsed .isover-advantages-sticky__content,
  .isover-advantages-sticky.collapsed .isover-advantages-sticky__close {
    display: none;
  }
  .isover-advantages-sticky.collapsed .isover-advantages-sticky__icon img {
    -webkit-filter: none;
            filter: none;
  }
  .isover-advantages-sticky.collapsed .isover-advantages-sticky__icons {
    -webkit-box-shadow: 0 2px 3px 1px #ccc;
            box-shadow: 0 2px 3px 1px #ccc;
  }
}
@media (min-height: 800px) {
  .isover-advantages-sticky {
    top: calc(50% - 230px);
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.product-description {
  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-description__description {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
.product-description__images {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  margin-bottom: 10px;
}
.product-description__images .field-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-description__images img {
  width: 32px;
  height: auto;
  margin: 8px;
}
.product-description__table {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 20px;
}
.product-description__table table {
  margin: 0;
}
.product-description__table table td {
  padding: 6px;
}
.product-description__table table td:first-child {
  font-weight: 900;
}
.product-description__table table tr:last-child {
  border-bottom: 1px solid #ccc;
}
.product-description__where-buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-bottom: 10px;
}
.product-description__where-buy a {
  min-width: 100px;
  -webkit-border-radius: 0;
          border-radius: 0;
  background-color: #a7080c;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  font-weight: 300;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-weight: 700;
  padding: 8px 20px;
  padding-right: 50px;
  display: inline-block;
  width: 210px;
  white-space: nowrap;
}
.product-description__where-buy a a {
  color: #fff;
}
.product-description__where-buy a a:hover,
.product-description__where-buy a a:focus {
  color: #fff;
  text-decoration: none;
}
.product-description__where-buy a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 7px;
  border-left: 1px rgba(255, 255, 255, 0.47) solid;
  padding-left: 10px;
}
.product-description__where-buy a.know-where {
  background: #80c31c;
}
.product-description__where-buy a.know-where:hover {
  background: #71ad19;
}
.product-description__where-buy a:hover {
  background: #8f070a;
}
.product-description__availability {
  background-image: url(../images/exclamation.png);
  background-color: #EDEDED;
  -webkit-background-size: 14px 14px;
          background-size: 14px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding: 10px;
  padding-left: 30px;
  width: 210px;
  font-size: 10px;
  line-height: 12px;
  color: #404040;
  margin-bottom: 13px;
}
.product-description__price {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  width: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product-description__price span {
  color: #a7080c;
  font-size: 26px;
  padding-left: 10px;
}
.product-description__price .rub {
  color: #a7080c;
}
@media (max-width: 1200px) {
  .product-description__price {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.product-description__price-label {
  width: 100%;
  font-size: 15px;
}
.product-description .item-footer {
  width: 100%;
}
.guard-of-quality {
  font-family: 'GothamPro';
  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: 20px 0;
}
.guard-of-quality__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% / 3);
  text-align: center;
  padding: 0 20px;
}
.guard-of-quality__order {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  font-weight: 500;
}
.guard-of-quality__image {
  position: relative;
  margin-bottom: 30px;
}
.guard-of-quality__description {
  font-size: 30px;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .guard-of-quality__order,
  .guard-of-quality__description {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .guard-of-quality {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
  }
  .guard-of-quality__item {
    margin-bottom: 40px;
    width: 100%;
  }
  .guard-of-quality__image {
    margin-bottom: 20px;
  }
  .guard-of-quality__description br {
    display: none;
  }
}
.button-solution {
  margin-bottom: 32px;
  text-align: center;
}
.button-solution .btn {
  padding: 19px 42px;
  font-size: 20px;
  line-height: 22px;
  text-transform: none;
}
@media (max-width: 960px) {
  .button-solution {
    margin-bottom: 10px;
  }
}
@media (max-width: 650px) {
  .button-solution .btn {
    padding: 19px 20px;
    font-size: 16px;
    margin-top: 25px;
  }
}
@media (max-width: 480px) {
  .button-solution .btn {
    padding: 19px 6px;
    font-size: 14px;
  }
}
.solution-redesign .page-title {
  background: #FED511;
  margin-bottom: -20px !important;
}
.solution-redesign .right-col .vertical-center {
  text-align: center;
}
.solution-redesign tbody {
  border-top: none;
}
.solution-redesign hr {
  border-color: #C4C4C4;
}
.solution-redesign .solution-links__button {
  background: #80c31c;
  padding: 6px 10px;
  text-transform: none;
  font-size: 14px;
}
.solution-redesign .solution-links__button:before {
  height: 28px;
  margin-right: 12px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-right: 1px solid #fff;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 3px center;
}
.solution-redesign .solution-links__button--download:before {
  background-image: url(../images/solutions/btn-pdf.png);
}
.solution-redesign .solution-links__button--print:before {
  background-image: url(../images/solutions/btn-print.png);
}
.solution-redesign .solution-links__button--request-pdf:before {
  background-image: url(../images/solutions/btn-email.png);
}
.solution-redesign .solution-links__button:hover {
  background-color: #75b01c;
}
.solution-redesign .asset-metas-head {
  display: none;
}
.solution-redesign .fluid-width-video-wrapper {
  padding-top: 56.25% !important;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .solution-redesign .fluid-width-video-wrapper {
    margin-bottom: 0;
  }
}
@media print {
  .solution-redesign .performance,
  .solution-redesign .slick-arrow,
  .solution-redesign .solution-links {
    display: none;
  }
  .solution-redesign .slick-track {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .solution-redesign .col-sm-12 .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.solution-banner {
  position: relative;
  margin-bottom: 50px;
}
.solution-banner__links {
  position: absolute;
  left: 36px;
  bottom: 20px;
  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;
}
.solution-banner__links a {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 15px;
  background: #FFE602;
  -webkit-border-radius: 38px;
          border-radius: 38px;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.solution-banner__links a:last-child {
  margin-right: 0;
}
.solution-banner__links a:hover {
  background: #e8d100;
}
@media (max-width: 1200px) {
  .solution-banner {
    margin-bottom: 45px;
  }
}
@media (max-width: 960px) {
  .solution-banner__links {
    left: 10px;
    bottom: 10px;
  }
}
@media (max-width: 650px) {
  .solution-banner {
    margin-bottom: 20px;
  }
  .solution-banner__links {
    position: static;
    margin-top: 10px;
  }
}
.solution-advantages {
  margin-bottom: 104px;
}
.solution-advantages__title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 54px;
  text-align: center;
}
.solution-advantages__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.solution-advantages__badge {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
     -moz-box-flex: 1;
      -ms-flex: 1 1 0;
          flex: 1 1 0;
  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;
  margin-right: 58px;
  padding: 18px;
  background: #80C31C;
  -webkit-border-radius: 85px;
          border-radius: 85px;
}
.solution-advantages__badge:last-child {
  margin-right: 0;
}
.solution-advantages__badge-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 8px;
}
.solution-advantages__badge-text {
  font-size: 18px;
  color: #fff;
}
.solution-saving {
  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;
  max-width: 1010px;
  margin: 0 auto 70px;
}
.solution-saving__text {
  text-align: right;
  font-size: 27px;
  line-height: 1.2;
}
.solution-saving__text b,
.solution-saving__text strong {
  font-size: 32px;
}
.solution-saving__image {
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1200px) {
  .solution-saving__text {
    font-size: 24px;
  }
  .solution-saving__text b,
  .solution-saving__text strong {
    font-size: 36px;
  }
}
@media (max-width: 960px) {
  .solution-saving__text {
    font-size: 22px;
    padding-left: 0;
  }
  .solution-saving__text b,
  .solution-saving__text strong {
    font-size: 24px;
  }
  .solution-saving__image {
    width: 80px;
    margin-left: 20px;
  }
}
@media (max-width: 650px) {
  .solution-saving {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .solution-saving {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .solution-saving__text {
    text-align: center;
  }
  .solution-saving__image {
    margin-left: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-bottom: 6px;
  }
}
.parapraph-image-text {
  padding-bottom: 60px;
  border-bottom: 1px solid #C4C4C4;
}
.parapraph-image-text__title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.parapraph-image-text__container {
  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;
}
.parapraph-image-text__item {
  width: 100%;
  margin-bottom: 20px;
  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;
}
.parapraph-image-text__item-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 25px;
}
.parapraph-image-text__item-text {
  font-size: 16px;
}
.parapraph-image-text--2-col .parapraph-image-text__item {
  width: calc(50% - (60px / 2));
  margin-right: 30px;
}
.parapraph-image-text--2-col .parapraph-image-text__item:nth-child(2n + 2) {
  margin-right: 0;
}
.parapraph-image-text--3-col .parapraph-image-text__item {
  width: calc(33.3% - (60px / 3));
  margin-right: 30px;
}
.parapraph-image-text--3-col .parapraph-image-text__item:nth-child(3n + 3) {
  margin-right: 0;
}
.parapraph-image-text--badge {
  border-bottom: none;
}
.parapraph-image-text--badge .parapraph-image-text__item {
  padding: 18px;
  background: #80C31C;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.parapraph-image-text--badge .parapraph-image-text__item-text {
  color: #fff;
}
.parapraph-image-text--security .parapraph-image-text__item-text {
  font-size: 25px;
}
.parapraph-image-text--security .parapraph-image-text__item-image {
  width: 133px;
  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;
}
@media (max-width: 1200px) {
  .parapraph-image-text {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .parapraph-image-text__title {
    font-size: 24px;
    margin-bottom: 36px;
  }
}
@media (max-width: 960px) {
  .parapraph-image-text__item:last-child {
    margin-bottom: 0;
  }
  .parapraph-image-text--3-col .parapraph-image-text__item {
    width: 100%;
    margin-right: 0;
  }
  .parapraph-image-text--security .parapraph-image-text__item-text {
    font-size: 18px;
  }
  .parapraph-image-text--security .parapraph-image-text__item-image {
    width: 100px;
  }
}
@media (max-width: 650px) {
  .parapraph-image-text {
    margin-bottom: 0;
  }
  .parapraph-image-text__title {
    margin-bottom: 16px;
  }
  .parapraph-image-text__item {
    margin-bottom: 10px;
  }
  .parapraph-image-text--2-col .parapraph-image-text__item {
    width: 100%;
    margin-right: 0;
  }
  .parapraph-image-text--badge .parapraph-image-text__item {
    padding: 10px;
  }
  .parapraph-image-text--badge .parapraph-image-text__item-image {
    margin-right: 10px;
    width: 40px;
  }
}
@media (max-width: 480px) {
  .parapraph-image-text__title {
    font-size: 18px;
  }
  .parapraph-image-text__item-image {
    margin-right: 10px;
    width: 40px;
  }
  .parapraph-image-text--security .parapraph-image-text__item-image {
    width: 70px;
  }
}
.material-specifications {
  margin-bottom: 50px;
}
.material-specifications__title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  margin-top: 50px;
}
.material-specifications__slider .slick-arrow {
  background: #CFCFCF;
  width: 42px;
  height: 42px;
  z-index: 100;
}
.material-specifications__slider .slick-arrow:before {
  position: absolute;
  top: -3px;
  opacity: 1;
  font-size: 46px;
}
.material-specifications__slider .slick-arrow.slick-next {
  right: 0;
}
.material-specifications__slider .slick-arrow.slick-next:before {
  right: 11px;
}
.material-specifications__slider .slick-arrow.slick-prev {
  left: 0;
}
.material-specifications__slider .slick-arrow.slick-prev:before {
  left: 11px;
}
.material-specifications__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 68px;
}
.material-specifications__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.material-specifications__table {
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 320px;
}
.material-specifications__table table td:nth-child(2) {
  text-align: right;
}
.material-specifications__table-title {
  margin-bottom: 6px;
  font-size: 23px;
  line-height: 1;
  color: #000;
}
@media (max-width: 1200px) {
  .material-specifications {
    margin-bottom: 50px;
  }
  .material-specifications__title {
    font-size: 24px;
  }
}
@media (max-width: 960px) {
  .material-specifications {
    margin-bottom: 30px;
  }
  .material-specifications__title {
    margin-bottom: 30px;
  }
  .material-specifications__slide {
    padding: 0;
  }
}
@media (max-width: 650px) {
  .material-specifications__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .material-specifications__image {
    margin-bottom: 20px;
  }
  .material-specifications__table {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .material-specifications {
    margin-bottom: 0;
  }
  .material-specifications__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .material-specifications__table {
    min-width: 0;
  }
}
.solution-calc {
  padding-bottom: 80px;
  margin-bottom: 50px;
  border-bottom: 1px solid #C4C4C4;
}
.solution-calc__title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 30px;
  margin-bottom: 50px;
}
.solution-calc__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.solution-calc__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.solution-calc__calc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 22px;
  padding-right: 46px;
  background: #FED511;
  min-width: 300px;
}
.solution-calc__calc form {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.solution-calc__calc form > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.solution-calc__calc label {
  font-weight: 400;
}
.solution-calc__calc .form-item {
  position: relative;
}
.solution-calc__calc .form-suffix {
  position: absolute;
  left: calc(100% + 8px);
  bottom: 8px;
}
.solution-calc__calc .form-actions {
  margin-top: auto;
  margin-bottom: 0;
}
.solution-calc__calc .btn {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  text-transform: none;
}
.solution-calc__calc:after {
  content: '';
  position: absolute;
  top: 90px;
  right: -10px;
  width: 26px;
  height: 26px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #FED511;
}
.solution-calc__calc-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 17px;
}
.solution-calc__result {
  padding: 22px 28px;
  color: #000;
}
.solution-calc__result-title {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: bold;
}
.solution-calc__result-count {
  margin-bottom: 26px;
  line-height: 1;
  font-size: 20px;
}
.solution-calc__result-count span {
  display: block;
  font-size: 48px;
}
.solution-calc__result-name {
  font-size: 14px;
}
.solution-calc__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 22px 28px;
}
.solution-calc__image a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.solution-calc__image a:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 22px;
  margin-left: 6px;
  vertical-align: -3px;
}
.solution-calc__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 354px;
  padding: 22px 28px;
  background: url(../images/solutions/calc-info-bg.png) right 28px top 22px no-repeat #FED511;
  min-width: 300px;
}
.solution-calc__info .btn {
  margin-top: auto;
  text-transform: none;
  font-size: 14px;
  padding: 11px 12px;
}
.solution-calc__info-title {
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media print {
  .solution-calc {
    display: none;
  }
}
@media (max-width: 1200px) {
  .solution-calc {
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .solution-calc__title {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .solution-calc__calc,
  .solution-calc__info {
    min-width: 250px;
  }
  .solution-calc__image,
  .solution-calc__result {
    max-width: 50%;
  }
}
@media (max-width: 960px) {
  .solution-calc__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .solution-calc__calc,
  .solution-calc__info {
    min-width: 0;
    width: 100%;
  }
  .solution-calc__result,
  .solution-calc__image {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .solution-calc {
    margin-bottom: 10px;
  }
  .solution-calc__title {
    margin-bottom: 20px;
  }
  .solution-calc__calc,
  .solution-calc__info {
    width: 100%;
  }
  .solution-calc__calc:after {
    top: calc(100% - 14px);
    right: calc(50% - 10px);
  }
  .solution-calc__result {
    text-align: center;
  }
  .solution-calc__result,
  .solution-calc__image {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .solution-calc__title {
    font-size: 18px;
  }
  .solution-calc__result,
  .solution-calc__image {
    width: 100%;
  }
}
.solution-tabs {
  margin-bottom: 50px;
}
.solution-tabs__title {
  margin-bottom: 60px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.solution-tabs__container {
  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;
}
.solution-tabs__tab {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 15px);
  padding: 10px 40px;
  cursor: pointer;
  background: #e8eaeb;
}
.solution-tabs__tab.active {
  background: #80c31d;
}
.solution-tabs__tab.active .solution-tabs__image:before,
.solution-tabs__tab.active .solution-tabs__image:after {
  background: rgba(255, 255, 255, 0.3);
}
.solution-tabs__tab.active .solution-tabs__tab-name {
  color: #fff;
}
.solution-tabs__tab.active .solution-tabs__button span:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.solution-tabs__content {
  margin-top: 50px;
  overflow: hidden;
}
.solution-tabs__image {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: -40px;
  margin-bottom: 50px;
}
.solution-tabs__image img {
  position: relative;
  z-index: 2;
}
.solution-tabs__image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 14px;
  right: 14px;
  height: 14px;
  background: rgba(128, 195, 29, 0.3);
}
.solution-tabs__image:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 28px;
  right: 28px;
  height: 28px;
  background: rgba(128, 195, 29, 0.3);
}
.solution-tabs__tab-name {
  margin-bottom: 30px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.solution-tabs__button {
  width: 100%;
  margin-top: auto;
  margin-bottom: -30px;
  padding: 14px;
  text-align: center;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  background: #ffde02;
  font-size: 20px;
  font-weight: 700;
}
.solution-tabs__button span:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: url(../../img/arrow-down-black.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.solution-tabs__item {
  height: 0;
  overflow: hidden;
}
.solution-tabs__item.active {
  height: auto;
}
@media (max-width: 768px) {
  .solution-tabs__tab {
    padding: 10px;
  }
}
@media (max-width: 670px) {
  .solution-tabs__tab-name {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .solution-tabs__button {
    width: calc(100% + 20px);
    font-size: 16px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 550px) {
  .solution-tabs__tab {
    width: calc(50% - 5px);
  }
}
@media (max-width: 480px) {
  .solution-tabs__title {
    font-size: 20px;
  }
  .solution-tabs__tab-name {
    font-size: 16px;
  }
  .solution-tabs__button {
    font-size: 12px;
    padding: 6px 2px;
  }
  .solution-tabs__button span:after {
    width: 8px;
    height: 8px;
    margin-left: 6px;
  }
}
#solution-tabs:before {
  display: block;
  content: " ";
  margin-top: -150px;
  height: 150px;
  visibility: hidden;
}
.installation-instructions__title {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: bold;
}
.installation-instructions__video {
  margin-bottom: 40px;
}
@media print {
  .installation-instructions__video {
    display: none;
  }
}
@media (max-width: 1200px) {
  .installation-instructions__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.installation-instruction {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 0 40px;
  border-bottom: 1px solid #C4C4C4;
}
.installation-instruction:first-child {
  padding-top: 0;
}
.installation-instruction:last-child {
  border-bottom: none;
}
.installation-instruction__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 860px;
  padding-right: 20px;
}
.installation-instruction__title {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
.installation-instruction__sub-title {
  font-size: 18px;
  line-height: 1.2;
  color: #80c31c;
  margin-bottom: 28px;
}
.installation-instruction__description {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}
.installation-instruction__description > ol > li,
.installation-instruction__description > ul > li {
  margin-bottom: 20px;
}
.installation-instruction__description > ol > li:last-child,
.installation-instruction__description > ul > li:last-child {
  margin-bottom: 0;
}
.installation-instruction__description ul li {
  list-style-image: none;
  list-style-type: none;
}
.installation-instruction__description ul li:before {
  content: '\2022';
  color: #80c31c;
  margin-right: 4px;
  font-size: 20px;
  margin-left: -11px;
  position: relative;
  top: 2px;
}
.installation-instruction__note {
  margin-top: 20px;
  font-size: 16px;
  color: #9C9C9C;
}
.installation-instruction__note:before {
  content: '*';
  display: inline-block;
  margin-left: 16px;
}
.installation-instruction__order {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: -30px 0 -40px;
  font-size: 200px;
  line-height: 1.15;
  color: #EFEFEF;
  text-align: right;
  font-weight: bold;
}
.installation-instruction__order img {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .installation-instruction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 0;
  }
  .installation-instruction__title {
    font-size: 22px;
  }
  .installation-instruction__order {
    margin: 0;
    font-size: 100px;
    text-align: left;
  }
}
.node-directory-item-full .group-related-products h3 {
  font-family: Arial;
  line-height: normal;
  font-size: 18px;
}
.node-directory-item-full .group-related-products .node-product {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
  padding: 10px;
}
.node-directory-item-full .group-related-products .node-product .content .item-aside {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.node-directory-item-full .group-related-products .node-product .content .item-main {
  width: calc(100% - 110px);
  float: left;
}
.node-directory-item-full .group-related-products .node-product .content .item-main h4 {
  padding: 0;
}
.node-directory-item-full .group-related-products .node-product .content .item-main h4 a {
  font-family: Arial;
  line-height: normal;
  font-size: 14px;
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #404040;
}
.node-directory-item-full .group-related-products .node-product .content .item-main h4 a:hover {
  -webkit-text-decoration-line: none;
     -moz-text-decoration-line: none;
          text-decoration-line: none;
}
.node-directory-item-full .group-related-products .node-product .content .item-main .field-name-field-product-txt-description {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #404040;
}
.node-directory-item-full .contact-infos > .field-group {
  margin-bottom: 0;
}
.node-directory-item-full .address .address__icon {
  float: left;
}
.node-directory-item-full .directory-item__webform {
  display: none;
}
.node-directory-item-full .directory-item__webform .webform-component .form-control {
  width: 100%;
}
.node-directory-item-full .expert-directory-item {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
  margin-top: 10px;
}
.node-directory-item-full .expert-directory-item__label {
  background-color: #E7F7CE;
  padding: 12px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px;
}
.node-directory-item-full .expert-directory-item__icon {
  background: url("../images/pin-expert-big.png") no-repeat;
  width: 40px;
  height: 50px;
  margin-right: 15px;
}
.node-directory-item-full .expert-directory-item__content {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  letter-spacing: 0.02em;
  width: calc(100% - 40px);
}
.node-directory-item-full .expert-directory-item__contact-buttons {
  width: 200px;
}
.node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper {
  background: #80C31C;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  width: 100%;
  height: 34px;
  margin-bottom: 12px;
}
.node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper:last-child {
  margin-bottom: 0;
}
.node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper:hover {
  background-color: #639616;
  cursor: pointer;
}
.node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper a {
  color: white;
  text-decoration: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.02em;
  min-width: 100px;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-transform: none;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  padding: 10px 10px;
  padding-right: 40px;
  display: inline-block;
  width: 200px;
  white-space: nowrap;
}
.node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper a.contact-link:after {
  content: "\f0e0";
  font-family: "FontAwesome";
  font-size: 17px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 6px;
  border-left: 1px rgba(255, 255, 255, 0.47) solid;
  padding-left: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper a.phone-link:after {
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 6px;
  border-left: 1px rgba(255, 255, 255, 0.47) solid;
  padding-left: 8px;
  padding-top: 3px;
  padding-bottom: 1px;
}
.node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper a.phone-link {
  font-size: 14px;
}
.node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper a.phone-link i {
  font-size: 20px;
}
.node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper a:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .node-directory-item-full .expert-directory-item__label {
    width: 100%;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons {
    margin-top: 12px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-bottom: 0;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper:first-child {
    margin-right: 10px;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper a {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper a.contact-link {
    font-size: 10px;
    padding-top: 12px;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper a.phone-link {
    font-size: 12px;
    padding-top: 11px;
  }
}
@media (max-width: 767px) {
  .node-directory-item-full .expert-directory-item__label {
    width: calc((100% - 200px) - 15px);
  }
  .node-directory-item-full .expert-directory-item__contact-buttons {
    margin-top: 0;
    width: 200px;
    display: block;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper a {
    width: 100%;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper a.contact-link {
    font-size: 12px;
    padding-top: 10px;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper a.phone-link {
    font-size: 14px;
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .node-directory-item-full .expert-directory-item__label {
    width: 100%;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons {
    margin-top: 12px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-bottom: 0;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper:first-child {
    margin-right: 10px;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper a {
    width: 100%;
  }
}
@media (max-width: 399px) {
  .node-directory-item-full .expert-directory-item__contact-buttons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .node-directory-item-full .expert-directory-item__contact-buttons .contact-buttons__wrapper:first-child {
    margin-right: 0;
  }
}
.node-directory-item-teaser {
  min-height: 80px;
}
.node-directory-item-teaser.expert-directory-item .directory-item__content {
  padding-left: 35px;
}
.node-directory-item-teaser.expert-directory-item .directory-item__content .directory-item__title {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.node-directory-item-teaser.expert-directory-item .directory-item__content h3.node-title {
  display: inline-block;
  margin-right: 10px;
}
.node-directory-item-teaser.expert-directory-item .expert-point-title-label {
  border: 1px solid #80C31C;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  color: #80C31C;
  padding: 2px 5px 2px 5px;
  font-size: 12px;
  margin-bottom: 14px;
}
.node-directory-item-teaser.expert-directory-item .expert-point-side-label {
  background: url(../images/isover_approved.png) no-repeat;
  width: 27px;
  position: absolute;
  top: -5px;
  left: 0;
  height: 80px;
}
.node-directory-item-teaser:not(.expert-directory-item) .contacts {
  padding-left: 35px;
}
.node-directory-item-teaser:not(.expert-directory-item) .contact-buttons {
  padding-left: 20px;
}
.node-directory-item-teaser .directory-item__content .contacts > div {
  margin-bottom: 0;
}
.node-directory-item-teaser .directory-item__content .contacts .fax i,
.node-directory-item-teaser .directory-item__content .contacts .mobile i,
.node-directory-item-teaser .directory-item__content .contacts .phone i {
  margin-right: 5px;
}
.node-directory-item-teaser .directory-item__content .contact-buttons {
  text-align: right;
}
.node-directory-item-teaser .directory-item__content .contact-buttons .contact-link i {
  margin-right: 5px;
}
.node-directory-item-teaser .directory-item__content .field-label--icon {
  float: left;
  margin-right: 5px;
}
.node-directory-item-teaser .directory-item__content .address > .form-group {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .node-directory-item-teaser .directory-item__content .contacts > div {
    margin-bottom: 10px;
  }
  .node-directory-item-teaser:not(.expert-directory-item) .contacts,
  .node-directory-item-teaser:not(.expert-directory-item) .contact-buttons {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .node-directory-item-teaser.expert-directory-item .expert-point-title-label {
    padding: 2px 15px;
  }
}
.view-directory-geo-teaser-list .views-row-first .node-directory-item-teaser.expert-directory-item {
  margin-top: 12px;
}
.view-directory-geo-teaser-list .views-widget-filter-field_dir_item_is_expert_value {
  display: none;
}
#main .node-directory-item-full.expert-directory-item .row {
  margin-left: -15px;
  margin-right: -15px;
}
.product-variant-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -6px;
  margin-bottom: -12px;
  margin-right: -6px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.product-variant-links a {
  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;
  max-width: 74px;
  margin: 0 6px 12px;
  padding: 5px 5px;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  text-align: center;
}
.product-variant-links a:hover,
.product-variant-links a:focus,
.product-variant-links a:active,
.product-variant-links a.is-active {
  color: #ffffff;
  border-color: #80C31C;
  background-color: #80C31C;
}
@media (max-width: 1000px) {
  .header .navbar-header {
    padding-top: 26px !important;
  }
  .header .header-region__switcher {
    left: 20px;
    top: 160px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .header .header-region .region-switcher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .header-region .region-switcher__confirm,
  .header .header-region .region-switcher__change {
    width: 100%;
  }
  .header .header-region .region-switcher__change {
    margin-top: 10px;
    margin-left: 0;
  }
  .header .header-region .region-switcher__city {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .header .header-region__switcher {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
