.card-slider.horizontal .card-slider__image a img, .card-slider.horizontal .card-slider__thumb-img a img, .product-list.thumbs .product-item__image a img {
  object-fit: contain;
}
.cart-total__item:first-child {
  display: none;
}
@media (max-width: 640px) {
  .main-blocks__item {
    display: flex;
    flex-direction: column;
  }
  .main-blocks__item .product-list {
    order: 2;
    margin-top: 20px !important;
  }
  .main-blocks__item .main-blocks-slider-nav {
    order: 1;
  }
  .main-products__wrap_new {
    display: flex;
    flex-direction: column-reverse;
  }
  .new-main-blocks-slider-nav {
    margin-bottom: 12px;
  }
}
.cart-total__header {
  color: #ffffff;
}
.user-products__title {
  color: #004592;
  font-weight: 500;
  font-size: 27px;
  text-align: center;
  margin-top: 10px;
}
.new-folders-menu li {
  padding: 20px 20px 20px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(0, 69, 146, 0.1);
}
.new-folders-menu li:hover {
  box-shadow: inset 0 0 0 1px rgba(0, 69, 146, 0.3);
}
[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
.site .news-block {
  border: 2px solid #004592;
  color: #004592;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 18px 18px 25px;
  position: relative;
  margin: 30px 0;
  border-radius: 0;
  margin-bottom: 60px;
}
.site .news-block-title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
}
.site .news-block-title a {
  font-weight: normal;
  color: #ff7044;
  font-size: 14px;
}
.site .news-block .tns-controls button {
  position: absolute;
  height: 30px;
  left: -2px;
  right: -2px;
  background-color: #004592;
  border: none;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
}
.site .news-block .tns-controls button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -7px;
  width: 14px;
  height: 8px;
  background: url(../images/arrow-white.png) center center no-repeat;
}
.site .news-block .tns-controls button:first-child {
  bottom: 100%;
  border-radius: 8px 8px 0 0;
}
.site .news-block .tns-controls button:last-child {
  top: 100%;
  border-radius: 0 0 8px 8px;
}
.site .news-block .tns-controls button:last-child:before {
  transform: rotate(180deg);
}
.site .news-item {
  margin-bottom: 25px;
}
.site .news-item-image {
  max-width: 240px;
  height: 135px;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 20px;
  line-height: 0;
  font-size: 0;
}
.site .news-item-image a {
  border: none;
}
.site .news-item-image a img {
  border: none;
}
.site .news-item-title {
  color: #262626;
  font-size: 18px;
  font-weight: bold;
}
.site .news-item-date {
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  padding: 3px 10px;
  background-color: #004592;
  margin-bottom: 20px;
}
.site .news-item-anonce {
  margin: 10px 0;
}
.site .news-item-more a {
  color: #ff7044;
}
@media (min-width: 760px) and (max-width: 960px) {
  .site .news-item-image {
    float: left;
    margin-right: 20px;
  }
}
.contacts-popap__social_cp {
  align-items: center;
  display: flex;
}
.contacts-popap__social_cp span {
  font-size: 14px;
}
.header-bottom__phones_block_hb .contacts-popap__social_cp {
  margin-top: 15px;
  align-items: center;
  display: flex;
}
.header-bottom__phones_block_hb .contacts-popap__social_cp span {
  font-size: 14px;
  color: #fff;
}
