

/* Start:/local/templates/polymax_copy/components/bitrix/sale.basket.basket/plmx/style.css?176424815360647*/
.symbol_ruble {
  font-family: 'rubleBitrix', Arial, sans-serif;
}

.basket-checkout-container {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  margin-bottom: 20px;
  padding: 15px 25px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
  opacity: 1;
  transition: opacity 250ms ease;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.basket-checkout-container.basket-checkout-container-fixed {
  position: fixed;
  top: 50;
  z-index: 100;
}
.basket-coupon-block-field {
  align-items: flex-start;
  max-width: 253px;
}
.basket-checkout-container.basket-checkout-container-fixed-hide {
  opacity: 0;
}

/*region Coupon*/
.basket-coupon-section {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.basket-coupon-block-field-description {
  color: #272727;
  line-height: 24px;
  padding-bottom: 4px;
  font: bold 12px/18px 'Roboto', 'Roboto', Helvetica, Arial, sans-serif;
}

.basket-coupon-block-field {
  padding-right: 10px;
  min-width: 235px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basket-coupon-block-coupon-btn {
  box-shadow: 0px 4px 4px -4px rgba(89, 99, 18, 0.04), inset 0px -2px 0px rgba(45, 81, 9, 0.08);
  display: block;
  cursor: pointer;
  background: rgba(179, 197, 53, 0.16);
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-left: 8px;
  color: #b3c535;
  padding: 8px;
  transition: all 0.4s;
}
.basket-coupon-block-coupon-btn:hover {
  background: #e7ecc0;
  box-shadow: 0px 4px 4px -4px rgba(89, 99, 18, 0.04), inset 0px -2px 0px rgba(45, 81, 9, 0.08);
  color: #b3c535;
}
.basket-coupon-block-field input {
  width: auto;
}
.basket-coupon-block-field input.form-control:focus {
  border-color: #b3c535;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(179, 197, 53, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(179, 197, 53, 0.6);
}

.basket-coupon-block-field .form-group {
  display: flex !important;
}
.basket-coupon-alert {
  -ms-flex-align: start;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 0;
  width: 100%;
  font: 400 13px/14px 'Roboto', Helvetica, Arial, sans-serif !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  align-items: flex-start;
  /*justify-content: space-between;*/
}

.basket-coupon-text {
  position: relative;
  word-break: break-all;
  word-break: break-word;
  color: #272727;
  font-size: 12px;
  line-height: 16px;
}

.basket-coupon-alert .close-link {
  margin-left: 10px;
  border-bottom: 1px dotted;
  color: #b3c535;
  line-height: 16px;
  text-decoration: none;
  font: 400 12px/16px 'Roboto', Helvetica, Arial, sans-serif;
  opacity: 1;
  cursor: pointer;
  transition: 220ms ease all;
}

.basket-coupon-alert .close-link:hover {
  border-color: transparent;
}
.basket-coupon-alert-section {
  width: 100%;
}
@media (max-width: 767px) {
  .basket-checkout-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .basket-coupon-section {
    -ms-flex-order: 1;
    max-width: 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .basket-coupon-alert-section {
    -ms-flex-order: 2;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .basket-coupon-block-field {
    padding-right: 0;
    min-width: 100%;
  }

  .basket-coupon-block-field .form-group {
    margin-bottom: 10px;
    width: 100%;
  }

  .basket-coupon-block-field .form-control {
    display: block;
    width: 100%;
  }
}

/*endregion*/

/*region Checkout*/
.basket-checkout-section {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.basket-checkout-section-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.basket-checkout-block {
}

/**/
.basket-checkout-block-total {
  padding-right: 10px;
  text-align: right;
}

.basket-checkout-block-total-inner {
  display: inline-block;
  max-width: 100%;
  text-align: left;
}

.basket-checkout-block-total-title {
  color: #2f3435;
  font: 400 20px/24px 'Roboto', Helvetica, Arial, sans-serif;
}

.basket-checkout-block-total-description {
  color: #a1a1a1;
  font: 400 12px/16px 'Roboto', Helvetica, Arial, sans-serif;
}

/**/
.basket-checkout-block-total-price {
  padding-left: 10px;
  text-align: right;
}

.basket-checkout-block-total-price-inner {
  position: relative;
  display: inline-block;
  text-align: right;
}

.basket-coupon-block-total-price-current {
  margin-bottom: 7px;
  color: #272727;
  text-align: right;
  white-space: nowrap;
  font: 500 24px/28px 'Roboto', 'Roboto', Helvetica, Arial, sans-serif;
  transition: 180ms text-shadow ease, 180ms color ease;
}
.main-content.no-nav {
  background: #f5f5f5;
}
#basket-root {
  max-width: 1248px;
  padding: 0 16px;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 32px;
}
.basket-coupon-block-total-price-current span {
  font: 500 24px/28px 'Roboto', 'Roboto', Helvetica, Arial, sans-serif;
  color: #272727;
}
.basket-coupon-block-total-price-old {
  position: relative;
  right: 0;
  color: #9d9d9d;
  text-align: right;
  font: 400 18px/16px 'Roboto', Helvetica, Arial, sans-serif;
}
.basket-coupon-block-total-price-old span {
  color: #9d9d9d;
  text-decoration: line-through;
}
.basket-coupon-block-total-price-old + .basket-coupon-block-total-price-current,
.basket-coupon-block-total-price-old + .basket-coupon-block-total-price-current span {
  color: #d14040;
}
.basket-coupon-block-total-price-old span {
  position: relative;
}
.basket-coupon-block-total-price-difference {
  display: inline-block;
  padding: 5px 6px 6px;
  background: #d1ecf1;
  color: #179ebb;
  text-align: center;
  font: 400 13px/12px 'Roboto', Helvetica, Arial, sans-serif;
}

/**/
.basket-checkout-block-btn {
  padding-left: 15px;
  text-align: right;
}

.basket-btn-checkout {
  border-radius: 2px;
  font-weight: bold;
  font-size: 16px;
}

.basket-notification-section {
  width: 100%;
}

.basket-block-notification {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 8px 15px;
  min-width: 100%;
  width: 100%;
  border-radius: 1px;
  background-color: #edf8e0;
  color: #6a9997;
  font: 400 12px/14px 'Roboto', Helvetica, Arial, sans-serif;
}

.basket-block-notification:after {
  position: absolute;
  top: -7px;
  right: 80px;
  width: 16px;
  height: 16px;
  background-color: #edf8e0;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@media (max-width: 767px) {
  .basket-checkout-block-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .basket-checkout-section {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }

  .basket-notification-section {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
}

@media (max-width: 580px) {
  .basket-checkout-block-btn {
    padding-left: 0;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .basket-checkout-section-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .basket-checkout-block-total,
  .basket-checkout-block-total-price-inner {
    padding-top: 0;
  }

  .basket-checkout-block-total-price {
    text-align: right;
  }

  .basket-btn-checkout {
    margin: 10px 0;
    width: 100%;
  }

  .basket-block-notification:after {
    top: -3px;
    right: auto;
    left: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
  }
}

@media (max-width: 460px) {
  .basket-checkout-block {
    display: block;
    float: left;
    min-width: 50%;
    width: 50%;
  }

  .basket-checkout-block-total {
    text-align: left;
  }
}

/*endregion*/

/*region Basket item list wrapper*/
.basket-items-list-wrapper,
.basket-items-list-wrapper-compact {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  background: #fff;
}

/*header*/
.basket-items-list-header {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  padding: 13px 25px;
  border-bottom: 1px solid #e2dfdf;
  background: #f2f2f2;
  transition: 300ms padding ease;
  -webkit-box-align: center;
  align-items: center;
}

.basket-items-list-header.basket-items-list-header-fixed {
  position: fixed;
  top: 0;
  z-index: 99;
  margin-left: -1px;
  border: 1px solid #e2dfdf;
}

.basket-items-list-wrapper-light .basket-items-list-header {
  display: none !important;
}

.basket-items-list-header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font: bold 15px/18px 'Roboto', Helvetica, Arial, sans-serif;
  transition: 300ms all ease;
  -o-text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basket-items-search-field + .basket-items-list-header-title {
  padding-left: 10px;
}

.basket-items-search-field + .basket-items-list-header-filter {
  padding-left: 10px;
  text-align: right;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.basket-items-search-field .form-control {
  z-index: 1;
}

.basket-items-list-header-filter-item {
  margin-left: 5px;
  border-bottom: 1px dotted;
  color: #3e86de;
  text-decoration: none;
  font: bold 13px/14px 'Roboto', Helvetica, Arial, sans-serif;
  cursor: pointer;
  transition: 220ms ease;
}

.basket-items-list-header-filter-item:hover {
  color: #2462de;
  text-decoration: none;
}

.basket-items-list-header-filter-item.active {
  border-bottom: none;
  color: #2f3435;
  text-decoration: none;
  cursor: default;
}

.basket-items-search-field {
  transition: 300ms all ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basket-items-search-field .input-group-addon {
  white-space: nowrap;
  -ms-flex-wrap: wrap;
}

.basket-items-search-field button.close {
  position: relative;
  bottom: -1px;
  display: inline-block;
  float: none;
  line-height: 11px;
}

@media (max-width: 767px) {
  .basket-items-list-header {
    padding: 10px 9px 11px;
  }

  .basket-items-list-header-title {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (max-width: 767px) {
  .basket-items-list-header {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .basket-items-search-field {
    width: 100%;
  }
}

/*endregion*/

.basket-items-list-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.basket-items-list-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  opacity: 0.7;
  -webkit-animation-name: ShowOverlay;
  animation-name: ShowOverlay;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}

@-webkit-keyframes ShowOverlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes ShowOverlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}

.basket-items-list {
  position: relative;
  margin: 0 24px;
}
@media (max-width: 1279px) {
  .basket-coupon-alert-section {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .basket-coupon-alert-section {
    max-width: 100%;
  }
}
.basket-items-list-table {
  width: 100%;
  border-collapse: collapse;
}
.basket-items-list-item-container {
  position: relative;
}

.basket-items-list-item-container > td {
  border-top: 1px solid #f2f2f2;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container > td {
  padding-bottom: 12px;
}

.basket-items-list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  opacity: 0.7;
}

.basket-items-list-item-container.basket-items-list-item-container-gift,
.basket-items-list-item-container.basket-items-list-item-container-gift > td,
.basket-items-list .basket-items-list-item-container:first-child > td {
  border-top: none !important;
}

@media (max-width: 767px) {
  .basket-items-list-item-container.basket-items-list-item-container-gift,
  .basket-items-list-item-container.basket-items-list-item-container-gift > td,
  .basket-items-list .basket-items-list-item-container:first-child > td {
    margin: 0;
    padding-top: 0;
    border-top: none !important;
  }
}

.basket-items-list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  opacity: 0.7;
}

.basket-items-list-item-descriptions {
  -ms-flex-order: 1;
  padding-top: 24px;
  width: 100%;
  vertical-align: top;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.basket-items-list-item-descriptions-inner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

/*region Image*/
.basket-item-block-image {
  padding-bottom: 24px;
  position: relative;
  -ms-flex-order: 1;
  padding-right: 15px;
  min-width: 48px;
  max-width: 120px;
  width: 100%;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.basket-items-list-wrapper-compact .basket-item-block-image {
  display: block;
  padding-bottom: 0;
  min-width: 32px;
  max-width: 50px;
  width: auto;
  height: auto;
}

.basket-item-image-link {
  position: relative;
  display: inline-block;
}

.basket-item-image {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  transition: 300ms all ease;
  border-radius: 4px;
}

.basket-items-list-wrapper-compact .basket-item-image {
  max-width: 50px;
  max-height: 50px;
}

.basket-item-image:hover {
  border-color: #ee9200;
}

@media (max-width: 580px) {
  .basket-item-block-image {
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }

  .basket-item-image {
    padding-right: 0;
    max-width: 230px;
    max-height: 400px;
    width: auto;
    height: auto;
  }

  .basket-items-list-item-descriptions-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .basket-items-list-wrapper-compact .basket-item-block-image {
    margin-top: 0;
    padding-right: 10px;
  }

  .basket-items-list-wrapper-compact .basket-items-list-item-descriptions-inner {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}

/*endregion*/

/*region lable*/

/*Label*/
.basket-item-label-text,
.basket-item-label-ring {
  position: absolute;
  z-index: 90;
  opacity: 1;
  transition: opacity 450ms ease;
}

.basket-items-list-wrapper-compact .basket-item-label-text,
.basket-items-list-wrapper-compact .basket-item-label-ring {
  display: none;
}

.basket-item-label-text span,
.basket-item-label-ring {
  display: inline-block;
  clear: both;
  margin-bottom: 2px;
  background: #f42c2c;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  transition: all 250ms ease;
}

.bx-red .basket-item-label-text span,
.bx-red .basket-item-label-ring {
  background-color: #fba90c;
}

.basket-item-label-text > div,
.basket-item-label-ring > div {
  line-height: 0;
}

/* TEXT */
.basket-item-label-text span {
  padding: 2px 5px;
  vertical-align: middle;
  font-weight: bold;
}

.basket-item-label-text.basket-item-label-small span {
  margin-bottom: 1px;
  padding: 2px 7px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}

.basket-item-label-text.basket-item-label-big span {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 17px;
}

@media (max-width: 767px) {
  .basket-item-label-text > div {
    line-height: 0;
  }

  .basket-item-label-text.basket-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-size: 11px;
    line-height: 14px;
  }

  .basket-item-label-text.basket-item-label-big span {
    margin-bottom: 1px;
    padding: 3px 12px;
    font-size: 13px;
    line-height: 16px;
  }
}

/*RING*/
.basket-item-label-ring {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  font-weight: bold;
}

.basket-item-label-ring.basket-item-label-small {
  width: 40px;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
}

.basket-item-label-ring.basket-item-label-big {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .basket-item-label-ring.basket-item-label-small {
    width: 24px;
    height: 24px;
    font-size: 8px;
    line-height: 24px;
  }

  .basket-item-label-ring.basket-item-label-big {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
  }
}

.basket-item-label-top {
  top: -2px;
}

.basket-item-label-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.basket-item-label-center > div {
  text-align: center;
}

.basket-item-label-left {
  left: -2px;
}

.basket-item-label-left > div {
  text-align: left;
}

.basket-item-label-bottom {
  bottom: -2px;
}

.basket-item-label-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.basket-item-label-right {
  right: -2px;
}

.basket-item-label-right > div {
  text-align: right;
}

.basket-item-label-center.product-item-label-middle {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

/*endregion*/

/*region Info*/
.basket-item-block-info {
  -ms-flex-order: 2;
  padding: 0;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  padding-bottom: 24px;
  flex: 3;
  -webkit-box-ordinal-group: 3;
  order: 2;
  align-self: center;
  font-weight: 500;
  font-size: 16px;
  color: #272727;
}

@media (max-width: 580px) {
  .basket-item-block-info {
    -webkit-box-flex: 6;
    align-self: normal;
    -ms-flex: 6;
    flex: 6;
    padding-bottom: 0;
  }
}

/*region Name*/
.basket-item-info-name,
.basket-item-info-name-link {
  margin: 0;
  padding: 0 20px 0 0;
  color: #272727;
  text-decoration: none;
  word-break: break-all;
  word-break: break-word;
  font: 500 16px/24px 'Roboto', 'Roboto', 'Roboto', Helvetica, Arial, sans-serif;
  transition: 300ms all ease;
}

/*.basket-item-actions-remove + .basket-item-info-name {
	margin-right: 30px;
}*/

h2.basket-item-info-name {
  margin-bottom: 5px;
  padding-top: 0;
}

.basket-item-highlighted {
  background: #ff0;
}

.basket-items-list-wrapper-compact .basket-item-info-name {
  margin-bottom: 5px;
}

.basket-item-info-name-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 768px) {
  .basket-item-info-name,
  .basket-item-info-name-link {
    vertical-align: middle;
    font-size: 15px;
    line-height: 17px;
  }

  .basket-item-info-name {
    padding-top: 10px;
  }
}

/*endregion*/

.basket-item-block-common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-order: 4;
  -ms-flex-pack: end;
  -ms-flex-align: start;
  -ms-flex: 2;
  -ms-flex-wrap: nowrap;
  -ms-flex-line-pack: baseline;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-box-align: start;
  -webkit-box-ordinal-group: 5;
  -webkit-box-flex: 2;
  justify-content: flex-end;
  align-content: baseline;
  align-items: flex-start;
  flex: 2;
  order: 4;
}

.basket-items-list-wrapper-compact .basket-item-block-common {
  -ms-flex-pack: end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .basket-item-block-common {
    padding: 5px 0;
    min-width: 100%;
  }

  .basket-items-list-wrapper .basket-item-block-common {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }

  .basket-items-list-wrapper .basket-item-block-common > div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .basket-items-list-wrapper-compact .basket-item-block-common {
    -ms-flex-pack: end;
    padding: 17px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 460px) {
  .basket-items-list-wrapper .basket-item-block-common {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  /*.basket-item-price-old { right: 10px; }*/
}

/*region Properties*/
.basket-item-block-properties {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.basket-item-property,
.basket-item-property-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding-bottom: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.basket-items-list-wrapper-compact .basket-item-property,
.basket-items-list-wrapper-compact .basket-item-property-custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  padding-bottom: 0;
  -ms-flex-line-pack: center;
  align-content: center;
}

.basket-item-property-name,
.basket-item-property-custom-name {
  margin-right: 5px;
  color: #a1a1a1;
  font: 400 12px/14px 'Roboto', Helvetica, Arial, sans-serif;
}

.basket-item-property-value,
.basket-item-property-custom-value {
  color: #4a4a4a;
  font: bold 12px/16px 'Roboto', Helvetica, Arial, sans-serif;
}

/*region Custom Column*/

.basket-item-property-custom {
  padding-right: 15px;
}

.basket-item-property-custom-content {
  padding: 3px 0;
}

.basket-item-property-custom.basket-item-property-custom-photo {
  display: block;
}

.basket-item-property-custom-photo .basket-item-property-custom-value {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  min-height: 64px;
  word-spacing: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.basket-item-property-custom-photo .basket-item-property-custom-value span {
  display: inline-block;
}

.basket-item-custom-block-photo-link {
  display: block;
  margin-right: 5px;
}

.basket-item-custom-block-photo-item {
  margin-right: 3px;
  width: auto;
  height: 64px;
  border: 1px solid #e4e4e4;
  transition: 300ms all ease;
}

.basket-item-custom-block-photo-item:hover {
  border-color: #ee9200;
}

@media (max-width: 580px) {
  .basket-item-property-custom {
    padding-right: 0;
  }

  .basket-items-list-wrapper-compact .basket-item-property-custom {
    padding-right: 10px;
  }
}

/*endregion*/

/*scu*/
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-text,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-image,
.basket-items-list-wrapper-compact .basket-item-property.basket-item-scu-color {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.basket-item-property.basket-item-property-scu-text,
.basket-item-property.basket-item-property-scu-image,
.basket-item-property.basket-item-scu-color {
  display: block;
}

.basket-item-scu-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.basket-item-scu-item,
.basket-item-scu-item.not-available:hover {
  position: relative;
  display: inline-block;
  margin: 2px 3px 3px 0;
  padding: 0;
  border: 1px solid #eeecef;
  cursor: pointer;
  transition: 300ms all ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.basket-item-scu-item:hover,
.basket-item-scu-item.selected,
.basket-item-scu-item.not-available:hover {
  border-color: #006cc0;
}

.basket-item-scu-item.selected:hover {
  cursor: default;
}

.basket-item-scu-item.not-available:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: no-repeat center
    url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%2220%22%20x2%3D%2220%22%20y2%3D%220%22%20stroke-width%3D%221%22%20stroke%3D%22%23a1a1a1%22/%3E%0A%3C/svg%3E);
  background-size: 100% 100%;
  content: '';
}

.basket-item-scu-item-inner {
  display: block;
  transition: 300ms all ease;
}

.basket-item-scu-item.not-available .basket-item-scu-item-inner {
  opacity: 0.5;
}

.basket-item-scu-color .basket-item-scu-item-inner,
.basket-item-property-scu-image .basket-item-scu-item-inner {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.basket-items-list-wrapper-compact .basket-item-scu-color .basket-item-scu-item-inner,
.basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-scu-item-inner {
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
}

.basket-item-property-scu-text .basket-item-scu-item-inner {
  padding: 3px 5px;
  min-width: 30px;
  text-align: center;
  font: bold 14px/17px 'Roboto', Helvetica, Arial, sans-serif;
}

.basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-item-inner {
  padding: 1px 2px;
  font: bold 12px/14px 'Roboto', Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
  .basket-item-property-name,
  .basket-item-property-value {
    font-size: 11px;
  }
}

@media (max-width: 580px) {
  .basket-item-block-properties {
    margin-bottom: 10px;
  }

  .basket-items-list-wrapper-compact .basket-item-block-properties {
    margin-bottom: 0;
  }

  .basket-item-property-scu-image .basket-item-scu-item-inner,
  .basket-item-scu-color .basket-item-scu-item-inner {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
  }

  .basket-item-property-scu-text .basket-item-scu-item-inner {
    padding: 2px 3px;
    min-width: 25px;
    text-align: center;
    font: bold 11px/15px 'Roboto', Helvetica, Arial, sans-serif;
  }
}

/*endregion*/

/*region Amount*/
.basket-items-list-item-amount {
  -ms-flex-order: 3;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: center;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.basket-item-block-amount {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -ms-flex-align: start;
  -ms-flex-line-pack: start;
  align-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 113px;
}

.basket-items-list-wrapper-compact .basket-item-block-amount {
  margin-bottom: 0;
  padding-bottom: 0;
}

.basket-item-amount-filed-block {
  position: relative;
}

.basket-item-amount-filed,
.basket-item-block-amount.disabled .basket-item-amount-filed:hover {
  padding: 0;
  width: 60px;
  height: 48px;
  outline: none;
  border-radius: 1px;
  vertical-align: middle;
  text-align: center;
  font: bold 14px/27px 'Roboto', Helvetica, Arial, sans-serif;
  transition: 300ms all ease;
}

.basket-item-block-amount.disabled .basket-item-amount-filed {
  background-color: #f3f3f3;
}

.basket-item-amount-filed:hover,
.basket-item-amount-filed:focus {
  border-color: #006cc0;
}

.basket-item-amount-filed::-webkit-outer-spin-button,
.basket-item-amount-filed::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  margin: 0;
  -webkit-appearance: none; /* <-- Apparently some margin are still there even though it's hidden */
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.basket-item-amount-filed.basket-updated {
  -webkit-animation-name: basketAmountFiledUpdated;
  animation-name: basketAmountFiledUpdated;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

@-webkit-keyframes basketAmountFiledUpdated {
  0%,
  100% {
    border-color: #e4e4e4;
  }
  50% {
    border-color: #ee9200;
  }
}

@keyframes basketAmountFiledUpdated {
  0%,
  100% {
    border-color: #e4e4e4;
  }
  50% {
    border-color: #ee9200;
  }
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
  position: absolute;
  width: 28px;
  height: 48px;
  cursor: pointer;
  transition: 300ms all ease;
  -webkit-user-select: none;
}
.basket-item-amount-btn-plus {
  right: 0;
}
.basket-item-amount-btn-minus {
  left: 0;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
  background-color: transparent;
  cursor: default;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
  width: 10px;
  height: 2px;
  background-color: #b3c535;
  content: '';
  transition: 300ms all ease;
}

.basket-item-amount-btn-plus:hover:before,
.basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after {
  background-color: #535353;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after {
  background-color: #f3f3f3;
}

.basket-item-amount-btn-plus:before {
  margin-top: -5px;
  margin-left: -1px;
  width: 2px;
  height: 10px;
}

.basket-item-amount-field-description {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  color: #a1a1a1;
  text-align: center;
  font: italic 12px/14px 'Roboto', Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .basket-item-block-amount {
    position: relative;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .basket-item-amount-btn-plus {
    border-left: none;
    border-radius: 0 1px 1px 0;
  }

  .basket-item-amount-btn-minus {
    border-right: none;
    border-radius: 1px 0 0 1px;
  }
}

@media (max-width: 580px) {
  .basket-item-block-amount {
    padding-top: 0;
  }
}

/*endregion*/

/*region Price*/
.basket-items-list-item-price {
  -ms-flex-order: 4;
  padding-top: 0;
  vertical-align: middle;
  -webkit-box-ordinal-group: 5;
  order: 4;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #272727;
}
.basket-items-list-item-price .basket-item-price-current-text,
.basket-items-list-item-price .basket-item-price-current-text span {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.basket-items-list-item-price .basket-item-price-current-text:not(.small),
.basket-items-list-item-price .basket-item-price-current-text:not(.small) span {
}
.basket-items-list-item-price-for-one {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.basket-items-list-item-price .basket-items-list-item-price-for-one .basket-item-price-current-text,
.basket-items-list-item-price .basket-items-list-item-price-for-one .basket-item-price-current-text span {
  color: #2f3435;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.basket-item-block-price {
  position: relative;

  white-space: nowrap;
}
.basket-items-list-item-price-for-one .basket-item-block-price {
  text-align: right;
  flex-direction: row;
}
.basket-item-price-title {
  padding-top: 1px;
  color: #a1a1a1;
  text-align: right;
  font: 12px/14px 'Roboto', Helvetica, Arial, sans-serif;
}

.basket-item-price-current {
  padding-top: 1px;
  color: #2f3435;
  vertical-align: bottom;
  line-height: 24px;
}
.basket-item-price-old + .basket-item-price-current {
  color: #d14040;
}
.basket-items-list-item-price-for-one .basket-item-price-current-text {
  color: #2f3435;
  font: 500 16px/19px 'Roboto', Helvetica, Arial, sans-serif;
  transition: 180ms text-shadow ease, 180ms color ease;
}
.basket-items-list-item-container
  .basket-items-list-item-price-for-one
  .basket-item-block-price
  .basket-item-price-current
  .basket-item-price-current-text
  span {
  font-size: 12px;
}
.basket-items-list-item-price-for-one
  .basket-item-price-old
  + .basket-item-price-current
  .basket-item-price-current-text,
.basket-items-list-item-price-for-one
  .basket-item-price-old
  + .basket-item-price-current
  .basket-item-price-current-text
  span {
  color: #d14040;
}
.basket-item-price-old {
  top: 5px;
  right: 0;
  color: #9d9d9d;
  vertical-align: middle;
  line-height: 15px;
}
.basket-item-price-old-text,
.basket-item-price-old-text span {
  color: #9d9d9d;
}
.basket-item-price-old-text {
  position: relative;
  display: inline-block;
  font: 400 13px/15px 'Roboto', Helvetica, Arial, sans-serif;
}

.basket-item-price-old-text:after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: no-repeat center
    url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%239D9D9D%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
  background-size: 100% 100%;
  content: '';
}
div.bx-blue .btn.btn-default.basket-btn-checkout {
  height: 48px;
  background: #b3c535;
  border: none;
  border-radius: 8px;
  padding: 16px 28px;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  transition: all 0.4s;
  box-shadow: 0px 8px 8px -4px rgba(89, 99, 18, 0.16), inset 0px -2px 0px rgba(0, 0, 0, 0.15);
}
div.bx-blue .btn.btn-default.basket-btn-checkout:hover {
  background-color: #99a92e;
  box-shadow: 0px 8px 8px -4px rgba(89, 99, 18, 0.16), inset 0px -2px 0px rgba(0, 0, 0, 0.15);
}
.basket-item-price-difference {
  padding: 3px;
  max-width: 100%;
  background: #d1ecf1;
  color: #179ebb;
  text-align: center;
  white-space: normal;
  font: 400 11px/12px 'Roboto', Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .basket-items-list-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .basket-items-list-item-descriptions {
    min-width: 100%;
  }
  .basket-items-list-item-amount {
    display: block;
    padding: 0 0 20px;
    min-width: 100%;
  }
}

@media (max-width: 580px) {
  .basket-items-list-item-price {
    -ms-flex-order: 5;
    vertical-align: top;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }

  .basket-items-list-item-price-for-one {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }

  .basket-item-block-price {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    min-width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .basket-item-price-old {
    right: 10px;
  }

  .basket-item-block-price {
    padding-right: 10px;
    padding-left: 10px;
  }

  .basket-items-list-item-price-for-one .basket-item-price-current {
  }

  .basket-items-list-wrapper-compact .basket-item-block-price {
    min-width: 0;
    text-align: right;
  }

  .basket-items-list-wrapper-compact .basket-item-block-price > div {
    text-align: right;
  }

  .basket-item-block-price .basket-item-price-difference {
    -ms-flex-order: 1;
    padding: 5px 6px 6px;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

/*endregion*/

/*region Actions*/
.basket-items-list-item-remove {
  vertical-align: middle;
  height: 100%;
}

.basket-item-block-actions {
  position: relative;
  opacity: 0;
  transition: 300ms opacity ease;
}

.bx-touch .basket-item-block-actions,
.basket-items-list-item-container:hover .basket-item-block-actions {
  opacity: 1;
}

.basket-item-actions-remove {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.basket-item-actions-remove:after,
.basket-item-actions-remove:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #d0021b;
  content: '';
  transition: 300ms background-color ease;
}

.basket-item-actions-remove:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-item-actions-remove:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-item-actions-remove:hover:after,
.basket-item-actions-remove:hover:before {
  background-color: #7e000f;
}

.basket-item-block-info .basket-item-actions-remove {
  position: absolute;
  top: -4px;
  right: 0;
}

.basket-items-list-wrapper-compact .basket-item-block-actions {
  position: relative;
  top: auto;
  right: auto;
  padding-left: 10px;
}

/*endregion*/

/*endregion*/

@media (max-width: 767px) {
  .basket-items-list-table,
  .basket-items-list-table thead,
  .basket-items-list-table tbody,
  .basket-items-list-table tr {
    display: block !important;
  }

  tr.basket-items-list-item-container {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-align: start;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #f2f2f2;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .basket-items-list-item-price-for-one .basket-item-block-price {
    text-align: left;
    padding: 0;
  }

  .basket-items-list-table tr.basket-items-list-item-container:first-child,
  .basket-items-list-table tbody tr.basket-items-list-item-container:first-child {
    border: none;
  }

  .basket-items-list .basket-items-list-item-container > td {
    border-top: none;
  }

  td.basket-items-list-item-amount,
  td.basket-items-list-item-price,
  td.basket-items-list-item-remove {
    display: inline-block;
  }

  td.basket-items-list-item-descriptions {
    padding-bottom: 10px;
    min-width: 100%;
  }

  td.basket-items-list-item-descriptions,
  td.basket-items-list-item-notification {
    display: block;
    padding-top: 0;
  }

  .basket-items-list-item-price {
    padding: 3px 0;
    order: 4;
  }

  td.basket-items-list-item-remove {
    padding: 34px 0 0 !important;
  }
}

@media (max-width: 580px) {
  .basket-item-block-info .basket-item-actions-remove {
    top: 4px;
  }
  .basket-items-list-item-price .basket-item-block-price .basket-item-price-title {
    display: block;
  }

  td.basket-items-list-item-remove {
    display: block;
    padding: 0;
  }

  td.basket-items-list-item-remove {
    padding: 0 !important;
    text-align: center;
  }

  .basket-item-block-actions {
    display: inline-block;
  }
}

.basket-items-list-item-notification-inner {
  position: relative;
  transition: 220ms all ease;
}

/**/

.basket-items-list-item-container.basket-items-list-item-container-expend {
  display: table-row;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding: 10px 0;
  border-radius: 2px;
  color: #333;
  text-align: center;
  transition: 300ms all ease;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container div {
  text-align: left;
}
.basket-items-list-item-removed-container a {
  text-decoration: none;
  color: #000;
  opacity: 1;
  border: none;
}
a {
  color: #000000;
}
@-webkit-keyframes ShowNote {
  0% {
    opacity: 0;
  }
  0%,
  50% {
    background-color: #fff;
  }
  50%,
  100% {
    opacity: 1;
  }
  100% {
    background-color: #e6f8fe;
  }
}

@keyframes ShowNote {
  0% {
    opacity: 0;
  }
  0%,
  50% {
    background-color: #fff;
  }
  50%,
  100% {
    opacity: 1;
  }
  100% {
    background-color: #e6f8fe;
  }
}

@media (max-width: 768px) {
  .basket-items-list-item-container-collapse .basket-items-list-item-removed-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  .basket-items-list-item-container-collapse .basket-items-list-item-removed-container div {
    text-align: center;
  }
}

.basket-items-list-item-container-collapse .basket-item-block-info,
.basket-items-list-item-container-collapse .basket-item-block-common,
.basket-items-list-item-container-collapse .basket-item-block-image {
  opacity: 0;
}

.basket-items-list-item-container.basket-items-list-item-container-collapse > td > div {
  overflow: hidden;
  height: 80px;
  opacity: 0;
}

.basket-items-list-item-removed-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.basket-items-list-item-removed-block .faded {
  color: #ccc;
  cursor: default;
}

.basket-items-list-item-removed-anchor {
  border-bottom: 1px dashed;
  color: #333;
  font-weight: bold;
}

.basket-items-list-item-clear-btn {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.basket-items-list-item-clear-btn:after,
.basket-items-list-item-clear-btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #d0021b;
  content: '';
  transition: 300ms background-color ease;
}

.basket-items-list-item-clear-btn:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-items-list-item-clear-btn:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-items-list-item-clear-btn:hover:after,
.basket-items-list-item-clear-btn:hover:before {
  background-color: #7e000f;
}

.basket-items-list-item-double {
  margin: 10px 0;
}

.basket-items-list-item-double > div {
  margin-bottom: 10px;
  padding: 5px 35px 5px 15px;
}

.basket-items-list-item-double-anchor,
.basket-items-list-item-double-anchor:visited {
  border-bottom: 1px dashed;
  color: #333;
  text-decoration: none;
}

.basket-items-list-item-double-anchor:hover {
  color: #23527c;
}

.basket-items-list-item-warning-container {
  margin: 10px 0;
}

.basket-items-list-item-warning-container > div {
  margin-bottom: 10px;
  padding: 5px 35px 5px 15px;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container {
  -ms-flex-align: start;
  padding: 17px 0;
  -webkit-box-align: start;
  align-items: flex-start;
}

/*region Gifts*/
.basket-item-gifts-list-container {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #fceb9f;
  background: #fffef8;
}

.basket-item-gifts-list-container:after {
  position: absolute;
  top: -10px;
  left: 90px;
  display: block;
  width: 17px;
  height: 17px;
  background-color: #fceb9f;
  content: '';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.basket-item-gifts-list-title {
  padding: 12px 17px;
  background-color: #fceb9f;
  color: #5b5848;
  font: bold 15px/18px 'Roboto', Helvetica, Arial, sans-serif;
}

.basket-item-gifts-list {
  padding: 15px;
}

.basket-items-list-gift-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  border-bottom: 1px solid #f3f2ed;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.basket-item-gifts-list .basket-items-list-gift-item:last-child {
  border-bottom: none;
}

/*region Gift image*/
.basket-item-gift-image-container {
  padding: 10px 0;
  min-width: 48px;
  max-width: 100%;
  width: 168px;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basket-item-gift-image-link {
  display: inline-block;
}

.basket-item-gift-image {
  display: inline-block;
  max-width: 100%;
  max-height: 69px;
  width: auto;
  height: auto;
}

/*endregion*/

/*region Gift title*/
.basket-item-gift-title-container {
  padding: 5px 15px;
  width: 100%;
  -webkit-box-flex: 9;
  -ms-flex: 9;
  flex: 9;
}

.basket-item-gift-title-link {
  color: #333;
  font: 400 15px/20px 'Roboto', 'Roboto', Helvetica, Arial, sans-serif;
  transition: 300ms all ease;
}

@media (max-width: 580px) {
  .basket-item-gift-title-link {
    font-size: 13px;
  }
}

/*endregion*/

/*region Gift price*/
.basket-item-gift-price-container {
  text-align: right;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.basket-item-gift-price-current {
  color: #2f3435;
  font: 400 22px/26px 'Roboto', Helvetica, Arial, sans-serif;
}

.basket-item-gift-price-old {
  color: #a1a1a1;
  text-decoration: line-through;
  font: 400 13px/16px 'Roboto', Helvetica, Arial, sans-serif;
}

.basket-item-gift-price-difference {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  padding: 5px 6px 6px;
  background: #e2f0cb;
  color: #525c69;
  text-align: center;
  text-transform: uppercase;
  font: bold 9px/12px 'Roboto', Helvetica, Arial, sans-serif;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 580px) {
  .basket-items-list-gift-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .basket-item-gift-price-container {
    min-width: 100%;
  }
}

/*endregion*/
/*endregion*/

/*region Gift-container*/
.basket-gifts-list-wrapper,
.basket-gifts-list-wrapper-compact {
  margin-bottom: 15px;
  border: 1px solid #e2dfdf;
}

.basket-gifts-list-header {
  padding: 18px 25px 20px;
  border-bottom: 1px solid #e2dfdf;
  background: #f2f2f2;
  font: bold 15px/18px 'Roboto', Helvetica, Arial, sans-serif;
  transition: 300ms all ease;
}

.basket-clear {
  cursor: pointer;
  pointer-events: auto;
}

.basket-clear:after,
.basket-clear:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #a1a1a1;
  content: '';
  transition: 300ms background-color ease;
}

.basket-clear:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-clear:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.basket-clear:hover:after,
.basket-clear:hover:before {
  background-color: #333;
}

@media (max-width: 767px) {
  .basket-gifts-list-header {
    padding: 10px 9px 11px;
    font-size: 12px;
    line-height: 15px;
  }
}

.basket-gifts-list {
  padding: 0 25px;
}

.basket-gifts-description-container {
  padding: 11px;
  color: #868d96;
  text-align: center;
  font: 400 13px/15px 'Roboto', Helvetica, Arial, sans-serif;
}

.basket-gifts-list-item-container {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #f2f2f2;
  transition: 300ms all ease;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

.basket-gifts-list-item-container:first-child {
  border-top: none;
}

.basket-gift-block-image {
  padding: 5px 15px 5px 0;
  min-width: 50px;
  max-width: 50px;
}

.basket-gift-image-link {
  display: inline-block;
}

.basket-gift-image {
  display: inline-block;
  max-width: 100%;
  max-height: 168px;
  width: auto;
  height: auto;
  transition: 300ms all ease;
}

.basket-gift-block-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basket-gift-info-name,
.basket-gift-info-name-link {
  margin: 0;
  padding: 0;
  color: #2f3435;
  text-decoration: none;
  font: 400 15px/19px 'Roboto', 'Roboto', Helvetica, Arial, sans-serif;
  transition: 300ms all ease;
}

.basket-gift-info-name-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.basket-gift-block-common {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

.basket-gift-item-select-btn-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
}

.basket-gift-item-selected {
  padding: 0 10px;
  color: #b6bbbf;
  font: 400 12px/14px 'Roboto', Helvetica, Arial, sans-serif;
}

.basket-gift-item-select-btn-label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  margin-bottom: 0;
  -webkit-box-align: center;
  align-items: center;
}

.basket-gift-item-select-input {
  display: none;
}

.basket-gift-item-select-btn-radio {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background: #468ee5;
  -webkit-box-shadow: 0 0 0 1px #828b95;
  box-shadow: 0 0 0 1px #828b95;
  cursor: pointer;
  transition: 190ms all ease;
}

.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-radio {
  border-width: 5px;
}

.basket-gift-item-select-btn-text {
  text-transform: lowercase;
  font: bold 12px/14px 'Roboto', Helvetica, Arial, sans-serif;
  cursor: pointer;
}

.basket-gift-item-select-btn-checkbox {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  width: 19px;
  height: 19px;
  border: 1px solid #828b95;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
}

.basket-gift-item-select-btn-checkbox:after,
.basket-gift-item-select-btn-checkbox:before {
  position: absolute;
  background-color: #fff;
  content: '';
  opacity: 0;
  transition: 190ms all ease;
}

.basket-gift-item-select-btn-checkbox:after {
  top: 5px;
  left: 5px;
  z-index: 15;
  width: 3px;
  height: 9px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.basket-gift-item-select-btn-checkbox:before {
  top: -1px;
  left: 11px;
  z-index: 10;
  width: 5px;
  height: 17px;
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:after,
.basket-gift-item-select-input:checked + .basket-gift-item-select-btn-checkbox:before {
  background-color: #468ee5;
  opacity: 1;
}

@media (max-width: 797px) {
  .basket-gift-item-select-btn-container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .basket-gift-item-selected {
    -ms-flex-order: 2;
    padding-right: 0;
    text-align: right;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .basket-gift-item-select-btn-label {
    -ms-flex-order: 1;
    text-align: right;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.bx-step-opacity {
  transition: 500ms opacity ease;
}

/*endregion*/

/*region not found*/
.basket-search-not-found {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.basket-search-not-found-icon {
  margin: 0 auto 80px;
  width: 180px;
  height: 180px;
  background: no-repeat center
    url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22182px%22%20height%3D%22182px%22%20viewBox%3D%220%200%20182%20182%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.2%22%20fill%3D%22%23A7ABB0%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C70.5%20C17%2C40.9473747%2040.9473747%2C17%2070.5%2C17%20C100.052625%2C17%20124%2C40.9473747%20124%2C70.5%20C124%2C100.052625%20100.052625%2C124%2070.5%2C124%20C40.9473747%2C124%2017%2C100.052625%2017%2C70.5%20M178.408149%2C160.192955%20L129.280894%2C111.056302%20C129.216524%2C111.017683%20129.152154%2C110.991937%20129.100658%2C110.953317%20C136.979557%2C99.5348706%20141.614204%2C85.7220257%20141.614204%2C70.8020936%20C141.614204%2C31.6935917%20109.905496%2C0%2070.8071019%2C0%20C31.7087076%2C0%200%2C31.6935917%200%2C70.8020936%20C0%2C109.910596%2031.7087076%2C141.604187%2070.8071019%2C141.604187%20C85.7152154%2C141.604187%2099.5419113%2C136.969868%20110.948292%2C129.091526%20C110.999788%2C129.143019%20111.012662%2C129.220257%20111.064158%2C129.27175%20L160.204287%2C178.408403%20C164.993422%2C183.197199%20172.846573%2C183.197199%20177.635708%2C178.408403%20L178.408149%2C177.623143%20C183.197284%2C172.834347%20183.197284%2C164.981751%20178.408149%2C160.192955%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
  background-size: cover;
}

.basket-search-not-found-text {
  color: #c0c5ca;
  text-align: center;
  font: 30px/35px 'Roboto', Helvetica, Arial, sans-serif;
}

/*endregion*/

.bx-sbb-empty-cart-image {
  width: 131px;
  height: 116px;
  margin: 50px auto 42px;
  background: url(/local/templates/polymax_copy/components/bitrix/sale.basket.basket/plmx/images/empty_cart.svg) no-repeat center;
  background-size: contain;
}
.bx-sbb-empty-cart-text {
  font-size: 36px;
  text-align: center;
  color: #bababa;
  margin-bottom: 42px;
}
.bx-sbb-empty-cart-desc {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-bottom: 42px;
}

.catalog-block-header {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: 2px solid #d9dee6;
  color: #000;
}

body.bx-theme-blue .catalog-block-header {
  border-color: #006cc0;
}
body.bx-theme-green .catalog-block-header {
  border-color: #63aa28;
}
body.bx-theme-red .catalog-block-header {
  border-color: #da3737;
}
body.bx-theme-yellow .catalog-block-header {
  border-color: #f4b236;
}

@media (max-width: 767px) {
  .basket-items-list-item-amount {
    min-width: auto;
    width: 40%;
    order: 5;
    margin-left: auto;
  }
  .basket-item-info-name,
  .basket-item-info-name-link {
    font-size: 14px;
    font-weight: 700;
  }
  .basket-item-block-info {
    align-self: flex-start;
  }
  .basket-items-list-item-price-for-one .basket-item-price-old {
    display: none;
  }
  .basket-items-list-item-price-for-one
    .basket-item-price-old
    + .basket-item-price-current
    .basket-item-price-current-text,
  .basket-items-list-item-price-for-one
    .basket-item-price-old
    + .basket-item-price-current
    .basket-item-price-current-text
    span,
  .basket-items-list-item-price-for-one
    .basket-item-block-price
    .basket-item-price-current
    .basket-item-price-current-text,
  .basket-items-list-item-price-for-one
    .basket-item-block-price
    .basket-item-price-current
    .basket-item-price-current-text
    span {
    color: #999;
    font-size: 13px;
    font-weight: 400;
  }
  .basket-items-list-item-price-for-one .basket-item-block-price {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .basket-items-list-item-price.basket-items-list-item-price-for-one {
    position: absolute;
    bottom: 25px;
  }
  .basket-item-block-price {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 8px;
  }
  .basket-items-list-item-price .basket-item-price-current-text,
  .basket-items-list-item-price .basket-item-price-current-text span {
    /* color: #d14040; */
    font-weight: 600;
    font-size: 18px;
  }
  .basket-item-price-old-text .basket-item-price-old-text,
  .basket-item-price-old-text,
  .basket-item-price-old-text .basket-item-price-old-text,
  .basket-item-price-old-text span {
    color: #999;
    font-weight: 400;
    font-size: 14px;
  }

  .basket-items-list .basket-items-list-item-container:first-child > td.basket-items-list-item-amount {
    margin-left: auto;
  }
}

@media (max-width: 580px) {
  .basket-item-block-image {
    padding: 0;
    min-width: 48px;
    max-width: 85px;
    height: 60px;
    width: 100%;
    flex: auto;
    margin-top: 0;
  }
  .basket-item-image {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
  }
  .basket-items-list-item-descriptions-inner {
    flex-direction: row;
  }
  .basket-item-block-info {
    max-width: 100%;
    margin-right: 20px;
    margin-left: 10px;
  }
  .basket-item-block-price {
    padding: 0;
  }
  .basket-items-list-item-price.basket-items-list-item-price-for-one {
    position: absolute;
    bottom: 20px;
  }
}

.share-row {
  order: -2;
  display: flex;
  justify-content: end;
  gap: 16px;
  margin-bottom: 16px;
}

.share-row-item {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.share-row-item:hover {
  opacity: 0.6;
}

@media (max-width: 500px) {
  .share-row-item span {
    display: none;
  }
}

@media (max-width: 380px) {
  .share-row {
    gap: 8px;
  }

  .share-row-item {
    gap: 0;
  }
}

#share-modal {
  position: fixed; /* Оставаться на месте */
  z-index: 1000; /* Поверх всего */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; /* Добавить прокрутку, если нужно */
  background-color: rgba(0, 0, 0, 0.4); /* Полупрозрачный фон */

  /* Содержимое модального окна */
  .modal-content {
    background-color: #fefefe;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 32px;
    width: calc(100% - 32px);
    border: none;
    max-width: 488px; /* Максимальная ширина, как на скриншоте */
    border-radius: 10px; /* Скругленные углы */
    position: absolute;
    box-shadow: 0px 8px 38px 0px #00000026;
  }

  .close-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }

  .close-button {
    display: flex;
  }

  h2 {
    margin: 0;
  }

  .close-button:hover,
  .close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  /* Стили для инпута и кнопки */
  #share-link-input {
    width: 100%;
    padding: 8px;
    margin-top: 24px;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #b3c535;
  }

  #copy-button {
    background-color: #b3c535; /* Зеленый цвет кнопки */
    box-shadow: 0px -2px 0px 0px #00000026 inset;

    margin-top: 24px;

    color: white;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;

    font-size: 16px;
  }

  #copy-button:hover {
    background-color: #99b53a;
  }

  #copy-message {
    margin-top: 4px;
    font-size: 12px;
    color: #999999;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #share-modal {
    .modal-content {
      padding: 24px;
    }
  }
}

.bx-sbb-empty-cart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.blog__articles {
  padding-bottom: 0 !important;
}

/* End */


/* Start:/local/templates/polymax_copy/components/bitrix/sale.basket.basket/plmx/themes/blue/style.css?1736779884721*/
/* SCU */
.bx-blue .basket-item-scu-item:hover,
.bx-blue .basket-item-scu-item.selected,
.bx-blue .basket-item-scu-item.not-available:hover {
  border-color: #006cc0;
}

/* Amount */
.bx-blue .basket-item-amount-filed:hover,
.bx-blue .basket-item-amount-filed:focus {
  border-color: #006cc0;
}

/* BTN */
div.bx-blue .btn.btn-default {
  outline: none;
  border-color: #1485ce;
  background-color: #1485ce;
  color: #fff;
}

div.bx-blue .btn.btn-default:hover {
  outline: none;
  border-color: #53a4d8;
  background-color: #53a4d8;
  color: #fff;
}

div.bx-blue .btn.btn-default:active {
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* End */


/* Start:/blog/css/index.css?168691166371834*/
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/style/base/style.sass ***!
  \**********************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/normalize.css/normalize.css ***!
  \************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/style/base/style.sass (1) ***!
  \**************************************************************************************************************************************************************************************************************************/
.container {

  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 768px) {
  .container{
    background: white!important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding: 0 20px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding: 0 30px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}


html.modal-open{
  overflow-y: hidden;

}

.main-content.blog__main{
  z-index: unset;

}

body.modal-open {
  position: relative;
}
body.modal-open::before {
  z-index: 4;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #272727;
  opacity: 0.6;
  top: 0;
  bottom: 0;
}
.blogDetail{
  padding-bottom: 50px;

}
.main-content.card-open{
  z-index:unset!important;
}

/*
.text, .text p, .text *{
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #272727;
  margin: 0;
}
@media (min-width: 1280px) {
  .text, .text p, .text * {
    font-size: 16px;
    line-height:21px;
  }
}
*/
.button {
  background-color: white;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 130%;
  color: #272727;
  border: 1px solid #B5C350;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
}
.button:hover, .button.active {
  background-color: #B5C350;
  color: white;
}

.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}
@media (min-width: 1280px) {
  .breadcrumbs {
/*
    margin: 33px 0 20px 0;
*/
  }
}
.breadcrumbs .breadcrumbs__item {
  padding: 8px 19px;
  background: #EDEDED;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  position: relative;
}
.breadcrumbs .breadcrumbs__item::after {
  right: 0px;
  z-index: 2;
  top: 0px;
  position: absolute;
  content: "";
  width: 32px;
  height: 100%;
  background: #EDEDED;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.breadcrumbs .breadcrumbs__item:not(:first-child) {
  margin-left: -10px;
}
.breadcrumbs .breadcrumbs__item:not(:first-child) .breadcrumbs__link {
  padding-left: 27px;
  z-index: 3;
}
.breadcrumbs .breadcrumbs__item:not(:first-child)::before {
  left: -1px;
  top: 0px;
  position: absolute;
  content: "";
  width: 32px;
  height: 100%;
  background: white;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.breadcrumbs .breadcrumbs__item .breadcrumbs__link {
  display: block;
  font-weight: 300;
  position: relative;
  z-index: 3;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #000000;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .breadcrumbs .breadcrumbs__item .breadcrumbs__link {
    font-size: 14px;
  }
}

.slider-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.slider-navigation .slider-navigation__button_prev, .slider-navigation .slider-navigation__button_next {
  background: none;
  border: none;
  outline: none;
  pointer-events: all;
  cursor: pointer;
}
.slider-navigation .slider-navigation__button_next {
  margin-left: auto;
}

@media (min-width: 1024px) {
  .slider-navigation .slider-navigation__button_next {
    margin-right: -20px;
  }
}

@media (min-width: 1280px) {
  .slider-navigation .slider-navigation__button_next {
    margin-right: -6px;
  }
}


.slider-navigation .slider-navigation__button_next {
  margin-left: auto;
}
.slider-navigation .slider-navigation__button_prev img {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 1280px) {
  .blog__wrapper {
/*    border: 1px solid #eee;*/
  }
}

.blog__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #000;
  margin: 20px 0 16px 0;
}
@media (min-width: 1280px) {
  .blog__title {
    font-size: 32px;
    line-height: 120%;
    margin: 20px 0 29px 0;
  }
}

.blog__filter-wrapper{
	padding-right: 40px;
	
}


.blog_filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
/*
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
*/
}
.blog_filter.all_viewed{
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}


.blog_filter .filter__item {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #000000;
  display: block;
  padding: 6px 10px;
  border: 1px solid #B5C350;
  text-decoration: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-right: 10px!important;
  margin-bottom: 10px!important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  Width:fit-content!important;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .blog_filter .filter__item {
    font-size: 16px;
    line-height: 130%;
  }
}
.blog_filter .filter__item.active, .blog_filter .filter__item:hover {
  background-color: #B5C350;
  color: #FFFFFF;
}
/*
.blog_filter .filter__more {
  line-height: normal;
  padding: 8px 10px;
}
.blog_filter .filter__more span {
  margin-top: -7px;
}
*/
.blog_filter .filter__item_hide {
/*
  position: absolute;
  visibility: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
*/
  position: absolute;
  width: max-content;
  visibility: hidden;

}

.blog__articles {
  border-top: 1px solid rgba(38, 38, 38, 0.2);
  margin-top: 5px;
  padding-top: 30px;
  padding-bottom: 100px;
}
@media (min-width: 1280px) {
  .blog__articles {
    margin-top: 25px;
    padding-bottom: 50px;
  }
}

.articles__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;
  margin: 0 auto;
  max-width: 414px;
}
@media (min-width: 768px) {
  .articles__wrapper {
    max-width: unset;
    -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: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .articles__wrapper{
    justify-content: unset;
  }
}


.articles-card {
  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;
  text-decoration: none;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .articles-card {
    max-width: unset;
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}
@media (min-width: 1280px) {
  .articles-card {
    margin-bottom: 70px;
    width: 383px;
  }
  .articles-card:not(:nth-child(3n)){
    margin-right: 33px;
  }
}

.articles-card .articles-card__img {
  width: 100%;
  margin-bottom: 20px;
  height: 193px;

}
@media (min-width: 768px) {
  .articles-card .articles-card__img {
    margin-bottom: 30px;
    height: 236px;
  }
}
@media (min-width: 1280px) {
  .articles-card .articles-card__img {
    margin-bottom: 30px;
    height: 255px;
  }
}
.articles-card .articles-card__img img {
  max-width: 100%;
  height: 193px;
}
@media (min-width: 768px) {
  .articles-card .articles-card__img img {
    max-width: 100%;
    height: 236px;
  }
}

@media (min-width: 1280px) {
  .articles-card .articles-card__img img {
    max-width: 100%;
    height: 255px;
  }
}

@media (max-width: 767px) {
	.articles-card .articles-card__img img{
		height: auto;
		width: 100%;
	}
	.articles-card .articles-card__img{
		height: auto;
	}
}


.articles-card .articles-card__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -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;
}

.articles-card .articles-card__body a{
  text-decoration: none;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.articles-card .articles-card__body .articles-card__theme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-item {
  margin: 0;
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  padding: 7px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #B5C350;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-right: 10px;
}
@media (min-width: 1280px) {
  .articles-card .articles-card__body .articles-card__theme .articles-card__theme-item {
    font-size: 14px;
  }
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide {
  position: relative;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide::after {
  content: "";
  position: absolute;
  left: -11px;
  bottom: -26px;
  border: 26px solid transparent;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  border-top: 22px solid white;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  opacity: 0;
  z-index: 2;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 9px;
  left: 7px;
  bottom: -25px;
  -webkit-box-shadow: 0px 3px 16px black;
     -moz-box-shadow: 0px 3px 16px black;
          box-shadow: 0px 3px 16px black;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0s, opacity 0.6s ease;
  -o-transition: visibility 0s linear 0s, opacity 0.6s ease;
  -moz-transition: visibility 0s linear 0s, opacity 0.6s ease;
  transition: visibility 0s linear 0s, opacity 0.6s ease;
  z-index: -1;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide .articles-card__theme-item_more {
  font-weight: 500;
/*  padding: 5px 10px 9px 10px;*/
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide .articles-card__theme-hide-inner {
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  -moz-transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
  opacity: 0;
  top: 57px;
  position: absolute;
  right: 30px;
  transform: translate(50%, 0px);
  z-index: 2;
  background: white;
  padding: 20px 10px 10px 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide .articles-card__theme-hide-inner .articles-card__theme-item {
  margin-bottom: 10px;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide:hover::after {
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0s ease;
  -o-transition: visibility 0s linear 0s, opacity 0s ease;
  -moz-transition: visibility 0s linear 0s, opacity 0s ease;
  transition: visibility 0s linear 0s, opacity 0s ease;
  visibility: visible;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide:hover::before {
  opacity: 1;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
}
.articles-card .articles-card__body .articles-card__theme .articles-card__theme-hide:hover .articles-card__theme-hide-inner {
  opacity: 1;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
}
.articles-card .articles-card__body .articles-card__time {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  margin-top: 20px;
  margin-bottom: 10px;
}
.articles-card .articles-card__body .articles-card__name {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 15px;
}
.articles-card .articles-card__body .articles-card__bottom {
  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;
  margin-top: auto;
}
.articles-card .articles-card__body .articles-card__bottom .articles-card__bottom-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.articles-card .articles-card__body .articles-card__bottom .articles-card__bottom-inner:first-child {
  margin-bottom: 12px;
}
.articles-card .articles-card__body .articles-card__bottom .articles-card__bottom-inner .articles-card__bottom-text {
  margin: 0;
  margin-right: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  padding-left: 22px;
  position: relative;
}
@media (min-width: 1280px) {
  .articles-card .articles-card__body .articles-card__bottom .articles-card__bottom-inner .articles-card__bottom-text {
    font-size: 14px;
  }
}
.articles-card .articles-card__body .articles-card__bottom .articles-card__bottom-inner .articles-card__bottom-text.comment::before {
  position: absolute;
  left: 0;
  content: url("/blog/css/../images/icons/icon-comment.svg");
}
.articles-card .articles-card__body .articles-card__bottom .articles-card__bottom-inner .articles-card__bottom-text.like::before {
  position: absolute;
  left: 0;
  top: -3px;
  content: url("/blog/css/../images/icons/icon-like.svg");
}
.articles-card .articles-card__body .articles-card__bottom .articles-card__bottom-inner .articles-card__bottom-text.views::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: url("/blog/css/../images/icons/icon-views.svg");
}

.articles__pagination {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1280px) {
  .articles__pagination {
    margin-top: 30px;
  }
}
.articles__pagination .articles-pagination__item_more {
  font-weight: 500;
}
.articles__pagination .articles-pagination__item {
  display: block;
  padding: 15px 19px;
  text-decoration: none;
  color: black;
  border: 1px solid #B5C350;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-size: 14px;
}
@media (min-width: 1280px) {
  .articles__pagination .articles-pagination__item {
    font-size: 16px;
  }
}
.articles__pagination .articles-pagination__item.active, .articles__pagination .articles-pagination__item:hover {
  background-color: #B5C350;
  color: white;
}
.articles__pagination .articles-pagination__item:not(:last-child) {
  margin-right: 10px;
}

.dot__card-link {
  text-decoration: none;
}

.article__main {
  padding-bottom: 100px;
}

@media (min-width: 1280px) {
  .article__wrapper {
    max-width: 64.7540984%;
  }
}

.article__theme {
  margin-top: 40px;
}

.article__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #272727;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .article__title {
    font-size: 42px;
    margin-bottom: 25px;
  }
}

.article__sub-text, .article__sub-text div, .article__sub-text p {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  opacity: 0.8;
  margin-bottom: 15px;
}

@media (min-width: 1280px) {
   .article__sub-text, .article__sub-text div, .article__sub-text p  {
    font-size: 18px;
  }
}

.article__info {
  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;
}
.article__info .article__info-item {
  position: relative;
  padding-left: 22px;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  opacity: 0.5;
  margin-right: 35px;
  margin-top: 11px;
  margin-bottom: 0;
}
@media (min-width: 1280px) {
  .article__info .article__info-item {
    font-size: 14px;
  }
}
.article__info .article__info-item.date::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: url("/blog/css/../images/icons/time-gray.svg");
}
.article__info .article__info-item.views::before {
  position: absolute;
  left: 0;
  top: -2px;
  content: url("/blog/css/../images/icons/views-gray.svg");
}
.article__info .article__info-item.author::before {
  position: absolute;
  left: 0;
  top: -3px;
  content: url("/blog/css/../images/icons/person-gray.svg");
}

.article__img {
  margin-top: 25px;
}
@media (min-width: 1280px) {
  .article__img {
    margin-top: 50px;
  }
}
.article__img img {
  width: 100%;
}


.dots {
  position: relative;
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .dots {
    margin-bottom: 45px;
  }
  .dots:hover .dot {
    opacity: 1;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    visibility: visible;
  }
}
.dots img {
  display: block;
}
.dots .dot {
  position: absolute;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .dots .dot {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
    -o-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
    -moz-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
    transition: visibility 0.2s linear 0s, opacity 0.2s linear;
  }
}
.dots .dot::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: white;
}
@media (min-width: 768px) {
  .dots .dot::before {
    width: 17px;
    height: 17px;
  }
}
@media (min-width: 1280px) {
  .dots .dot::before {
    width: 18px;
    height: 18px;
  }
}
.dots .dot::after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #B5C350;
}
@media (min-width: 768px) {
  .dots .dot::after {
    width: 13px;
    height: 13px;
  }
}
@media (min-width: 1280px) {
  .dots .dot::after {
    width: 14px;
    height: 14px;
  }
}
.dots .dot .dot__card {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
  -o-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
  -moz-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
  transition: visibility 0.2s linear 0s, opacity 0.2s linear;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 769px) {
  .dots .dot .dot__card {

    -webkit-transition: visibility 0s linear 0s, opacity 0.2s linear;
    -o-transition: visibility 0s linear 0s, opacity 0.2s linear;
    -moz-transition: visibility 0s linear 0s, opacity 0.2s linear;
    transition: visibility 0s linear 0s, opacity 0.2s linear;

  }
}

.dots .dot .dot__card.left {
  right: 10px;
}
.dots .dot .dot__card.bottom {
  top: -10px;
}
.dots .dot .dot__card.right {
  left: 20px;
}
.dots .dot .dot__card.top {
  bottom: -20px;
}
.dots .dot .dot__card.active {
  opacity: 1;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
  position: fixed;
  bottom: unset;
  right: unset;
  top: 25%;
  left: -webkit-calc(50% - 115px);
  left: -moz-calc(50% - 115px);
  left: calc(50% - 115px);
  z-index: 5;
}
@media (min-width: 768px) {
  .dots .dot:hover .dot__card {
    opacity: 1;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    visibility: visible;
  }
}

.product-card, .dot__card {
  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;
  background-color: white;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  width: 220px;
  -webkit-box-shadow: 0px 48px 94px rgba(0, 0, 0, 0.12);
     -moz-box-shadow: 0px 48px 94px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 48px 94px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .product-card, .dot__card {
    -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
  }
}
.product-card.swiper-slide, .dot__card.swiper-slide {
  height: auto;
}
.product-card .product-card__close-button, .dot__card .product-card__close-button {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 10px;
  right: 10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background-color: #B5C350;
  z-index: 2;
}
@media (min-width: 1280px) {
  .product-card .product-card__close-button, .dot__card .product-card__close-button {
    visibility: hidden;
    pointer-events: none;
  }
}
.product-card .product-card__close-button::after, .product-card .product-card__close-button::before, .dot__card .product-card__close-button::after, .dot__card .product-card__close-button::before {
  content: "";
  position: absolute;
  width: 20px;
  top: 17px;
  left: 8px;
  height: 1px;
  background-color: white;
}
.product-card .product-card__close-button::after, .dot__card .product-card__close-button::after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.product-card .product-card__close-button::before, .dot__card .product-card__close-button::before {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.product-card .product-card__image img, .dot__card .product-card__image img {
  width: 100%;
  display: block;
  height: 165px;
}

.product-slider__item .product-card__image{
  position: relative;
  padding-top: 66.6666667%;
}

.product-slider__item .product-card__image a{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.product-slider__item.product-card .product-card__image img{
  width: 100%;
  height: 100%;
}


.product-card .product-card__body, .dot__card .product-card__body {
  padding: 15px 10px 10px 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-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-card .product-card__body .product-card__name, .dot__card .product-card__body .product-card__name {
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  margin: 0 0 10px 0;
}
.product-card .product-card__body .product-card__bottom, .dot__card .product-card__body .product-card__bottom {
  margin-top: auto;
  border-top: 1px solid rgba(181, 195, 80, 0.5);
  padding-top: 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;
}
.product-card .product-card__body .product-card__bottom .product-card__price, .dot__card .product-card__body .product-card__bottom .product-card__price {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #272727;
}
.product-card .product-card__body .product-card__bottom .product-card__price.new, .dot__card .product-card__body .product-card__bottom .product-card__price.new {
  color: #CB6966;
  margin-left: 20px;
}
.product-card .product-card__body .product-card__bottom .product-card__price.old, .dot__card .product-card__body .product-card__bottom .product-card__price.old {
  position: relative;
  font-size: 16px;
  font-weight: normal;
  opacity: 0.3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-card .product-card__body .product-card__bottom .product-card__price.old::after, .dot__card .product-card__body .product-card__bottom .product-card__price.old::after {
  content: "";
  position: absolute;
  width: 110%;
  height: 1px;
  background-color: #272727;
  opacity: 0.3;
  top: 50%;
  left: 0;
  -webkit-transform: rotate(165deg);
     -moz-transform: rotate(165deg);
      -ms-transform: rotate(165deg);
       -o-transform: rotate(165deg);
          transform: rotate(165deg);
}

.article__product-slider {
  position: relative;
  margin-top: 60px;
}
.article__product-slider .product-slider__item {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 512px) {
  .article__product-slider .product-slider__item.faded {
    opacity: 0.2;
  }
}

@media (min-width: 768px) {
  .article__product-slider .product-slider__item.faded {
    opacity: 1;
  }
}
.article__product-slider .product-slider__navigation {
  z-index: 2;
  position: absolute;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
}
.article__product-slider .product-slider__navigation .product-slider__button_next, .article__product-slider .product-slider__navigation .product-slider__button_prev {
  display: none;
  padding: 0;
}
.article__product-slider .product-slider__navigation .product-slider__button_next.active, .article__product-slider .product-slider__navigation .product-slider__button_prev.active {
  display: block;
}

.article__room-slider_outer {
  margin-bottom: 25px;
}
@media (min-width: 1280px) {
  .article__room-slider_outer {
    margin-bottom: 50px;
    margin-right: -30px;
    position: relative;
  }
}

.article__room-slider {
  position: relative;
  overflow-x: hidden;
  margin-top: 25px;
}
@media (min-width: 1280px) {
  .article__room-slider {
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__item:hover.swiper-slide-active .room-slider__more-button {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
}

.room-slider__item{
  opacity: 1;
  transition: opacity .4s ease;
}
.room-slider__item_next{
  opacity: 0.5;
}
.article__room-slider .room-slider__item .room-slider__img img {
  display: block;
  width: 100%;
  height: 100%;
}

.article__room-slider .room-slider__item .room-slider__img {
  height: 100%;
}

@media (min-width: 1280px) {
  .article__room-slider .room-slider__navigation {
    margin-top: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.article__room-slider .room-slider__navigation .room-slider__button_prev {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: -webkit-calc(50% - 55px);
  top: -moz-calc(50% - 55px);
  top: calc(50% - 55px);
  left: 0;
  display: none;
}
.article__room-slider .room-slider__navigation .room-slider__button_prev.active {
  display: block;
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__navigation .room-slider__button_prev {
    display: block;
    width: 9px;
    margin-right: 16px;
    position: relative;
    -webkit-transform: scale(-1, 1);
       -moz-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
         -o-transform: scale(-1, 1);
            transform: scale(-1, 1);
    width: 17px;
    padding: 0;
    opacity: 0.2;
  }
  .article__room-slider .room-slider__navigation .room-slider__button_prev.active {
    opacity: 1;
  }
  .article__room-slider .room-slider__navigation .room-slider__button_prev::after {
    content: url("/blog/css/../images/icons/icon-slider-button.svg");
    position: absolute;
    top: -11px;
    left: -3px;
  }
  .article__room-slider .room-slider__navigation .room-slider__button_prev img {
    display: none;
  }
}
.article__room-slider .room-slider__navigation .room-slider__button_next {
  z-index: 2;
  position: absolute;
  top: -webkit-calc(50% - 55px);
  top: -moz-calc(50% - 55px);
  top: calc(50% - 55px);
  right: 0;
  cursor: pointer;
  display: none;

}
.room-slider__button_next{
  margin-right: unset;
}
.article__room-slider .room-slider__navigation .room-slider__button_next.active {
  display: block;
  margin-right: unset;
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__navigation .room-slider__button_next {
    position: relative;
    margin-left: 14px;
    width: 17px;
    padding: 0;
    opacity: 0.2;
    display: block;
  }
  .article__room-slider .room-slider__navigation .room-slider__button_next.active {
    opacity: 1;
  }
  .article__room-slider .room-slider__navigation .room-slider__button_next::after {
    content: url("/blog/css/../images/icons/icon-slider-button.svg");
    position: absolute;
    top: -10px;
    left: 0;
  }
  .article__room-slider .room-slider__navigation .room-slider__button_next img {
    display: none;
  }
}
.article__room-slider .room-slider__pagination {
  color: #edeaec;
  margin-top: 5px;
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__pagination {
    margin-top: 0;
  }
}
.article__room-slider .room-slider__pagination .swiper-pagination-current {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__pagination .swiper-pagination-current {
    font-size: 24px;
    font-weight: 500;
  }
}
.article__room-slider .room-slider__pagination .swiper-pagination-total {
  color: #272727;
  font-size: 14px;
  opacity: 0.3;
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__pagination .swiper-pagination-total {
    font-size: 16px;
  }
}
.article__room-slider .room-slider__more-button {
  padding: 10px 23px;
  display: block;
}
.article__room-slider .room-slider__more-button.mobile {
  margin: 0 auto;
  margin-top: 15px;
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__more-button.mobile {
    display: none;
  }
}
.article__room-slider .room-slider__more-button.desktop {
  display: none;
}
@media (min-width: 1280px) {
  .article__room-slider .room-slider__more-button.desktop {
    position: absolute;
    left: 25px;
    bottom: 20px;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
    -o-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
    -moz-transition: visibility 0.2s linear 0s, opacity 0.2s linear;
    transition: visibility 0.2s linear 0s, opacity 0.2s linear;
  }
}

.room-slider__offer {
  overflow-x: auto;
  margin-left: -8px;
  opacity: 0;
  visibility: hidden;
  height: 0;
  -webkit-transition: opacity 0.3s ease-in, height 0.3s linear 0s;
  -o-transition: opacity 0.3s ease-in, height 0.3s linear 0s;
  -moz-transition: opacity 0.3s ease-in,  height 0.3s linear 0s;
  transition: opacity 0.3s ease-in,  height 0.3s linear 0s;
}
.room-slider__offer.active {
  opacity: 1;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  visibility: visible;
  height: auto;
}
@media (min-width: 768px) {
  .room-slider__offer {
    margin-left: unset;
    overflow-x: unset;
  }
}
@media (min-width: 1280px) {
  .room-slider__offer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}
.room-slider__offer .room-slider__offer-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;
  padding: 20px 0;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 14px 8px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 768px) {
  .room-slider__offer .room-slider__offer-wrapper {
    width: max-content;
    margin: 14px auto;
  }
}
@media (min-width: 1280px) {
  .room-slider__offer .room-slider__offer-wrapper {
    width: 790px;
    margin: 0;
  }
  .room-slider__offer.active .room-slider__offer-wrapper .room-slider__offer-button{
    visibility: visible;
  }
}
.room-slider__offer .room-slider__offer-wrapper .room-slider__offer-button {
  height: 0;
  visibility: hidden;
}




@media (min-width: 1280px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-button {
    visibility: hidden;
    height: auto;
    display: block;
    padding: 10px 23px;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
.room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list {
    width: 100%;
  }
}
.room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item {
  width: 144px;
  text-decoration: none;
  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;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item {
    padding: 0 18px;
  }
}
@media (min-width: 1280px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item {
    flex-grow: 1;
  }
}
.room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item:not(:first-child) {
  border-left: 1px solid #B5C350;
}
.room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item:last-child {
  padding-right: 5px;
  margin-right: -7px;
}
@media (min-width: 768px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item:last-child {
    margin-right: unset;
    padding-right: 18px;
  }
}
.room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item h4 {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  font-weight: normal;
  margin: 0;
  margin-bottom: 2px;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item h4 {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item h4 {
    margin-bottom: 25px;
  }
}
.room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item p {
  margin: auto 0 0 0;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
}
@media (min-width: 1280px) {
  .room-slider__offer .room-slider__offer-wrapper .room-slider__offer-list .room-slider__offer-item p {
    font-size: 18px;
  }
}

.article__list {
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
.article__list .article__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.article__list .article__item span {
  margin-right: 15px;
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #B5C350;
}
.article__list .article__item p {
  margin: 0;
  font-size: 16px;
}

.article__social {
  margin-top: 40px;
}
.article__social .article__usefulness {
  border: 1px solid rgba(39, 39, 39, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 15px 10px;
  max-width: 290px;
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 1280px) {
  .article__social .article__usefulness {
    padding: 20px 30px;
    max-width: 370px;

  }
}
.article__social .article__usefulness .article__usefulness-title {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.article__social .article__usefulness .article__usefulness-title,
.article__social .article__usefulness .article__usefulness-buttons{
  transition: opacity .3s ease, visibility 0s linear .3s;
}

.article__social .article__usefulness .article__usefulness-title.hide,
.article__social .article__usefulness .article__usefulness-buttons.hide{
  opacity: 0;
  visibility: hidden;
}

.article__social .article__usefulness .article__usefulness-title.pop-up{
  visibility: hidden;
  cursor: none;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.8em);
  transition: opacity .3s ease-in .3s;
  opacity: 0;
  width: 100%;
  left: 0;
  text-align: center;
}


.article__social .article__usefulness .article__usefulness-title.pop-up.show {
  visibility: visible;
  opacity: 1;
}


@media (min-width: 1280px) {
  .article__social .article__usefulness .article__usefulness-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
  }
}
.article__social .article__usefulness .article__usefulness-buttons {
  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;
}
.article__social .article__usefulness .article__usefulness-buttons .article__usefulness-button {
  padding: 5px 0;
  width: -webkit-calc(50% - 13px);
  width: -moz-calc(50% - 13px);
  width: calc(50% - 13px);
}
.article__social .article__social-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;
  gap: 10px;
}
.article__social .article__social-list .article__social-item {
  border: 1px solid rgba(39, 39, 39, 0.1);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  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;
  padding: 10px 0;
  min-width: 40px;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.article__social .article__social-list .article__social-item:last-child {
  padding: 10px 19px 10px 14px;
  color: rgba(20, 20, 20, 0.5);
}
.article__social .article__social-list .article__social-item:last-child img {
  margin-right: 11px;
}
.article__social .article__social-list .article__social-item img {
  margin: 0 auto;
}

.article__comments {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .article__comments .article__subtitle {
    margin-bottom: 50px;
  }
}
.article__comments .article__comments-list .article__comments-item {
  border: 1px solid rgba(20, 20, 20, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 16px 10px 20px;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-list .article__comments-item {
    padding: 15px 30px;
  }
}
.article__comments .article__comments-list .article__comments-item:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-list .article__comments-item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.article__comments .article__comments-list .article__comments-item .article__comments-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-list .article__comments-item .article__comments-top {
    margin-bottom: 30px;
  }
}
.article__comments .article__comments-list .article__comments-item .article__comments-top img {
  margin-right: 15px;
}
.article__comments .article__comments-list .article__comments-item .article__comments-top .article__comments-name {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 16px;
  color: #B5C350;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-list .article__comments-item .article__comments-top .article__comments-name {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .article__comments .article__comments-list .article__comments-item .article__comments-body {
    padding-left: 46px;
  }
}
.article__comments .article__comments-list .article__comments-item .article__comments-body .article__comments-date {
  position: relative;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  opacity: 0.5;
  padding-left: 25px;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-list .article__comments-item .article__comments-body .article__comments-date {
    margin-top: 24px;
  }
}
.article__comments .article__comments-list .article__comments-item .article__comments-body .article__comments-date::before {
  content: url("/blog/css/../images/icons/time-gray.svg");
  position: absolute;
  left: 0;
  top: -2px;
}
.article__comments .article__comments-buttons {
  margin-top: 25px;
  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;
}
.article__comments-buttons.hide{
	display: none;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-buttons {
    -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-top: 50px;
  }
}
.article__comments .article__comments-buttons .article__comments-button {
  padding: 16px 0;
  font-size: 16px;
  line-height: 130%;
  color: #272727;
}
.article__comments .article__comments-buttons .article__comments-button.hide {
  display: none;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-buttons .article__comments-button {
    width: 289px;
  }
}
.article__comments .article__comments-buttons .article__comments-button:first-child {
  margin-bottom: 15px;
}
@media (min-width: 1280px) {
  .article__comments .article__comments-buttons .article__comments-button:first-child {
    margin-bottom: 0;
    margin-right: 25px;
  }
}

.article__comments-form {
  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;
  visibility: hidden;
  height: 0;
  margin: 0;
}
.article__comments-form.show {
  visibility: visible;
  height: auto;
  margin-top: 20px;
}
.article__comments-form .comments-form__label h4 {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  font-weight: 400;
  margin-bottom: 10px;
}
.article__comments-form .comments-form__label + .comments-form__label{
	margin-top:20px;
}

@media (min-width: 1280px) {
  .article__comments-form .comments-form__label h4 {
    font-size: 16px;
  }
}
.article__comments-form .comments-form__label .comments-form__input {
  width: 100%;
  font-size: 14px;
  padding: 16px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
@media (min-width: 1280px) {
  .article__comments-form .comments-form__label .comments-form__input {
    font-size: 16px;
  }
}
.article__comments-form .comments-form__submit {
  padding: 16px 0;
  margin-top: 25px;
}
@media (min-width: 1280px) {
  .article__comments-form .comments-form__submit {
    width: 289px;
  }
}


@media (min-width: 768px) {
  .room-slider__item:hover .room-slider__reactions {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.room-slider__reactions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: -21px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0s linear 0.1s;
  -o-transition: opacity 0.3s ease, visibility 0s linear 0.1s;
  -moz-transition: opacity 0.3s ease, visibility 0s linear 0.1s;
  transition: opacity 0.3s ease, visibility 0s linear 0.1s;
}
@media (min-width: 768px) {
  .room-slider__reactions {
    opacity: 0;
    visibility: hidden;
  }
}
.room-slider__reactions .room-slider__reactions-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
}
.room-slider__reactions .room-slider__reactions-item .room-slider__reactions-img {
  width: 30px;
  margin-bottom: 9px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s ease-in;
  transition: -webkit-transform 0.1s ease-in;
  -o-transition: -o-transform 0.1s ease-in;
  -moz-transition: transform 0.1s ease-in, -moz-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in, -moz-transform 0.1s ease-in, -o-transform 0.1s ease-in;
}
@media (min-width: 1280px) {
  .room-slider__reactions .room-slider__reactions-item .room-slider__reactions-img {
    width: 35px;
  }
}
.room-slider__reactions .room-slider__reactions-item .room-slider__reactions-count {
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #272727;
  margin: 0;
  margin-left: 4px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (min-width: 1280px) {
  .room-slider__reactions .room-slider__reactions-item .room-slider__reactions-count {
    font-size: 14px;
  }
}
.room-slider__reactions .room-slider__reactions-item:hover .room-slider__reactions-img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/swiper/swiper.min.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 7.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 3, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-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;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
     -moz-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
     -moz-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
     -moz-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
     -moz-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/*# sourceMappingURL=index.css.map*/


.article__social .article__usefulness .article__usefulness-buttons .article__usefulness-button:disabled{
	cursor: default;
}
.article__social .article__usefulness .article__usefulness-buttons .article__usefulness-button.active:disabled:hover{
	background-color: #B5C350;
	color: #ffffff;
}
.article__social .article__usefulness .article__usefulness-buttons .article__usefulness-button:disabled:hover{
	background:transparent;
	color: #000000;
}

.comment_post_result{
	margin-top:20px;
	border: 1px solid #B5C350;
	padding: 20px;
	border-radius: 4px;
}
.comment_post_result.alert-danger{
	border-color: #ff0000;
}
.comments-form__input.is-error{
	border-color: #ff0000 !important;	
}
.comments-form__input.is-ok{
	border-color: #B5C350 !important;
}
.comment_post_result p{
	margin-top:10px;
}
.hidden{
	display: none !important;
}
 .article__wrapper ul {
  list-style: unset;
   padding-left: 1em;
   line-height: 21px;
 }
.article__wrapper ol{
  padding-left: 1em;
  list-style: auto;
  line-height: 21px;
}

.article__wrapper ol li{

  line-height: 21px;
}

.article__wrapper ul li{

  line-height: 21px;
}



.bread_row .breadcrumbs>div{
	padding-bottom: 0;
}

/* End */
/* /local/templates/polymax_copy/components/bitrix/sale.basket.basket/plmx/style.css?176424815360647 */
/* /local/templates/polymax_copy/components/bitrix/sale.basket.basket/plmx/themes/blue/style.css?1736779884721 */
/* /blog/css/index.css?168691166371834 */
