@import url('../fonts/Arimo/arimo_family.css');

:root{
    --color-red-slider:rgb(237,27,36);
}


.slider-pic {
  font-family: "Arimo";
  position: relative;
  z-index: +1;
  height: 593px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.slider-pic .slider-img {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.slider-button {
  position: absolute;
  background: var(--color-white);
  top:0px;
  left: -1px;
  width: 50%;
  height: 110px;
  z-index: +6;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomright: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.slider-button:before {
  width: 120px;
  content: " ";
  background-image: url(/wp-content/uploads/2025/09/slider-right.webp);
  position: absolute;
  right: -100px;
  top: 0px;
  height:110px;
}

.slider-button:after {
  width: 70px;
  content: " ";
  background-image: url(/wp-content/uploads/2025/09/slider-bottom.webp);
  position: absolute;
  left: -1px;
  bottom: -84px;
  height:85px;
}

.slider-button-flex {
  display: flex;
  gap:40px;
  justify-content: end;
  align-items: center;

  height: 100%;
}

.slider-button-blue {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: var(--color-blue);
  color: var(--color-white);
  text-transform: lowercase;
  font-size: 14px;
  padding: 22px 30px;
  width: 40%;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
}

.slider-button-blue:hover {
  transition: all .6s;
  background: var(--color-white);
  color: var(--color-black);
  border: 1px solid var(--color-black);
}

.slider-button-white {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: var(--color-white);
  color: var(--color-black);
  text-transform: lowercase;
  font-size: 14px;
  padding: 22px 30px;
  width: 40%;
  text-align: center;
  position: relative;
  border: 1px solid var(--color-black);
}

.slider-button-white:hover {
  transition: all .6s;
  background: var(--color-blue);
  color: var(--color-white);
  border: 1px solid transparent;
}

.slide_front__0 {
  background-image: url(/wp-content/uploads/2025/10/f0.webp);
  background-size: cover;
  background-repeat: no-repeat;
}


 .slide_front__1 {
   background-image: url(/wp-content/uploads/2025/09/f1.webp);
   background-size: cover;
   background-repeat: no-repeat;
 }

 .slide_front__2 {
   background-image: url(/wp-content/uploads/2025/09/f2.webp);
   background-size: cover;
   background-repeat: no-repeat;
 }

 .slide_front__3 {
   background-image: url(/wp-content/uploads/2025/09/f3.webp);
   background-size: cover;
   background-repeat: no-repeat;
 }

 .slide_front__4 {
   background-image: url(/wp-content/uploads/2025/09/f4.webp);
   background-size: cover;
   background-repeat: no-repeat;
 }



.pic__slider__1 {width: 120px!important; height: auto}

.info-banner {

  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  gap: 50px;

}
.block__1, .block__2 {
  flex: 1;
  text-align: start;
  padding: 0 50px;
  line-height: 150%;
}
.info-banner h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.slider-pic .text__red {
  color: var(--color-red-slider);
}

.slider-pic .text__white {
  color: var(--color-white);

}

.slider-pic .text__two {
  font-size: 28px;
  font-weight: 500;
}
.text__small {
  font-size: 14px!important;
}

.slider__right__img {
  width: 80%!important;
}

.footer-banner {
  position: absolute;
  bottom: 30px;
}

.footer__banner {
  display: flex;
  justify-content: start;
  align-items: end;
  gap: 50px;
}

.block__1__footer {
  padding: 0 50px;
}

.slider-button-footer {
  color: var(--color-black);
  background: var(--color-white);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px 26px;
  gap: 160px;
  align-items: center;
}

.slider-button-footer:hover {
  color: var(--color-white);
  background: var(--color-blue);
  transition: all .6s;
}

.block__2__footer {
  justify-content: space-between;
  display: flex;
  gap: 70px;
  align-items: center;
}

.block__item {
  font-size: 13px;
  text-align: start;
  font-weight: 500;
}

.block__item .big__text {
  font-weight: bold;
  font-size: 60px;
  line-height: 100%;
}

.owl-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  z-index: +5;
  right: 50px;
  bottom: 50px;
}
.owl-nav button {
  margin: 0 10px;
      opacity: 0.8;
}
.owl-nav button:hover {
        opacity: 1;
}
.owl-nav button span {
  background: var(--color-white);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 5.5px 20px 10.5px;
  font-size: 26px;
  font-weight: bold;
}
.owl-prev.disabled, .owl-next.disabled  {
      opacity: 0.4;
}


@media(max-width: 575.98px)  {
  .content_mobile {
	  width: 100%;
	  margin: 0 auto;

	}
  .slider-pic {
    height: 330px;
    background-position: top right -170px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }

  .slider-pic  .info-banner {
    align-items: start
  }

  .block__1 .text__small{
    display: none
  }

  .block__1, .block__2, .block__1__footer {
      padding: 20px 25px 0;
  }


  .slider-button {
          display: none
          }

  .slider-pic .slider-img {
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      height: 100%;
      width: auto!important;
      max-width: inherit;
    }

  .footer-banner .block__2__footer {
    display: none;
  }
  .info-banner h3 {
      font-size: 24px;
  }
  .slider-pic .text__two {
          font-size: 16px;
      }

      .owl-nav {
          right: 20px;
          bottom: 27px;
      }

      .owl-nav button {
          margin: 0 3px;
          opacity: 0.8;
      }
      .slider-button-footer {
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          border-radius: 15px;
          margin-top: 10px;
          padding: 6px 16px;
          align-items: center;
      }
}
@media(min-width: 576px) and (max-width: 767.98px)  {
  .content_mobile {
	  width: 100%;
	  margin: 0 auto;

	}
  .slider-pic {
    height: 340px;
    background-position: top center;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }

  .block__1, .block__2, .block__1__footer {
      padding: 0 25px;
  }


  .slider-button {
          display: none
          }

  .slider-pic .slider-img {
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      height: 100%;
      width: auto!important;
      max-width: inherit;
    }

  .footer-banner .block__2__footer {
    display: none;
  }
  .info-banner h3 {
      font-size: 24px;
  }
  .slider-pic .text__two {
          font-size: 16px;
      }
}
@media(min-width: 768px) and (max-width: 991.98px)  {
  .slider-pic {
    height: 400px;
    background-position: top center;
  }

  .slider-button {
          display: none
          }

  .slider-pic .slider-img {
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      height: 100%;
      width: auto!important;
      max-width: inherit;
    }

  .footer-banner .block__2__footer {
    display: none;
  }
  .info-banner h3 {
      font-size: 24px;
  }
  .slider-pic .text__two {
          font-size: 16px;
      }

}

@media(min-width: 992px) and (max-width: 1199.98px)  {
  .slider-pic {
    height: 320px;
  }
  .slider-button {
          display: none
          }

          .info-banner h3 {
              font-size: 30px;
          }

          .block__item .big__text {
              font-size: 30px;}
          .slider-pic .text__two {
                  font-size: 18px;
              }

          .slider-button:before {
                    width: 87px;
                    background-image: url(/wp-content/uploads/2025/09/slider-right.webp);
                    background-size: cover;
                    right: -65px;
                    height: 80px;
                  }
          .slider-button-white, .slider-button-blue {
                        padding: 16px 30px;
                  }
            .block__item {
                      font-size: 11px;
                  }
}

@media(min-width: 1200px) and (max-width: 1399.98px)  {
  .slider-pic {
    height: 430px;
  }
  .block__item .big__text {
      font-size: 40px;}
  .slider-pic .text__two {
          font-size: 22px;
      }
  .slider-button {
            height: 80px;
          }
  .slider-button:before {
            width: 87px;
            background-image: url(/wp-content/uploads/2025/09/slider-right.webp);
            background-size: cover;
            right: -65px;
            height: 80px;
          }
  .slider-button-white, .slider-button-blue {
                padding: 16px 30px;
          }
}








@media(min-width: 1400px) and (max-width: 1599.98px) {

  .slider-pic {
    height: 480px;
  }
  .block__item .big__text {
      font-size: 40px;}
  .slider-pic .text__two {
          font-size: 22px;
      }
  .slider-button {
            height: 80px;
          }
  .slider-button:before {
            width: 87px;
            background-image: url(/wp-content/uploads/2025/09/slider-right.webp);
            background-size: cover;
            right: -65px;
            height: 80px;
          }
  .slider-button-white, .slider-button-blue {
                padding: 16px 30px;
          }
}
