/* Fonts */
/* /Fonts */
/* Colors */
/* project color */
/* Custom */
/* animation */
/* /Colors */
.slider {
  margin: 10px 0; }
  .slider-i {
    display: flex;
    align-items: center;
    height: 230px;
    padding: 20px 55px;
    position: relative; }
    .slider-i::before {
      content: '';
      position: absolute;
      top: 20px;
      left: 20px;
      bottom: 20px;
      background: #000000;
      opacity: 50%;
      width: 475px;
      height: calc(100% - 40px); }
    .slider-i.__black_tx::before {
      content: '';
      position: absolute;
      top: 20px;
      left: 20px;
      bottom: 20px;
      background: #ffffff;
      opacity: 50%;
      width: 475px;
      height: calc(100% - 40px); }
    .slider-i.__img-slider {
      background-repeat: no-repeat;
      background-position: 50%; }
    .slider-i.__img-slider_right {
      background-repeat: no-repeat;
      background-position: 0 0; }
      .slider-i.__img-slider_right .slider-w {
        text-align: right;
        float: right; }
  .slider-w {
    max-width: 410px;
    z-index: 1; }
    .slider-w .distr-ic-8 {
      background-image: url(../../../project/images/arrow.svg); }
    .slider-w a.__slider-btn {
      font-size: 1em;
      padding-left: 19px;
      padding-right: 46px; }
    .slider-w .__h_l {
      font-size: 28px;
      font-weight: bold;
      line-height: 30px;
      font-family: Arial, sans-serif; }
    .slider-w .tx {
      font-size: 16px;
      max-height: 45px;
      overflow: hidden; }
    .slider-w a.btn-link {
      font-size: 1em;
      color: #fff;
      border: 1px solid #fff;
      padding-left: 17px;
      padding-right: 18px; }
      .slider-w a.btn-link:hover {
        background-color: #fff;
        color: #444; }
      .slider-w a.btn-link:active {
        background-color: #d9d9d9;
        border-bottom: 1px solid #cccccc; }
    .slider-w .product-tile_f {
      position: relative;
      bottom: 0;
      left: 0; }

.banner-ic {
  fill: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px; }

/*SLIDER REINITIALISATION*/
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 13px;
  text-align: center; }

.owl-dots {
  display: inline-block; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff; }

.owl-theme .owl-dots .owl-dot span {
  opacity: 1;
  background: transparent;
  border: 1px solid #fff;
  margin: 5px 6px; }

.owl-theme.__dark .owl-dots .owl-dot.active span,
.owl-theme.__dark .owl-dots .owl-dot:hover span {
  background: #444; }

.owl-theme.__dark .owl-dots .owl-dot span {
  border: 1px solid #444; }

@media screen and (max-width: 1000px) {
  .slider-i.__img-slider_right {
    background-position: 0 0; } }

@media screen and (max-width: 768px) {
  .main .slider .product-tile_f {
    margin-top: 20px; }
  .slider.owl-theme .owl-dots {
    bottom: 17px; }
  .slider-w {
    max-width: 500px;
    text-align: center;
    margin: 0 auto; }
    .slider-w .lk-lst {
      text-align: center;
      margin: 0 auto;
      display: inline-block; }
  .slider-i::before,
  .slider-i.__black_tx::before {
    content: '';
    width: calc(100% - 40px); } }
