.block-offerWrap {
  position: relative;
}

.block-offerWrap .owl-dots {
  position: absolute;
  bottom: 15px;
  right: 27%;
  height: 10px;
  margin: 0 auto !important;
}

.block-offerWrap .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 7.5px !important;
  transition: 0.5s;
}

.block-offerWrap .owl-dots .owl-dot span {
  transition: 0.5s;
  margin: 0 !important;
  background: #fff;
}

.block-offerWrap .owl-dots .owl-dot.active {
  width: 39px;
}

.block-offerWrap .owl-dots .owl-dot.active span {
  width: 39px;
  background: #00a5db;
}

.offerSlider {
  display: flex;
  width: 100%;
  height: 450px;
  overflow: hidden;
    background: #005b99 ;
  #background: url('/upload/img/tiling.png');
  position: relative;
  z-index: 2;
}

.offer__slide-image {
  width: 55%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 36px 36px 0;
}

.offer {
  padding: 40px 50px 0px;
  flex: 1;
}

.offer__inf {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.offer__title {
  max-width: 520px;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin-bottom: 40px;
}

.offer__btn {
  background: #00a5db;
  width: 180px;
  height: 50px;
  border-radius: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1370px) {
  .offerSlider {
    height: 375px;
  }
  
  .offer {
    padding: 30px 10px 0px;
  }

  .offer__title {
    margin-bottom: 20px;
	font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .offer__slide-image {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .block-offerWrap .owl-dots {
    left: 0;
    margin: 0 auto !important;
    right: 0;
    bottom: 25px;
  }

  .offer__slide-image {
    display: none;
  }

  .offerSlider {
    max-width: none;
    margin: 0 -15px;
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
  }

  .offer {
	max-width: none;
    padding: 30px 30px 30px;
    min-height: auto;
  }

  .offer__inf {
    font-size: 18px;
  }

  .offer__title {
    font-size: 44px;
    max-width: 500px;
  }
}

@media screen and (max-width: 576px) {
  .offer__inf {
    font-size: 16px;
  }

  .offer__title {
    font-size: 32px;
    line-height: 40px;
    max-width: 340px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 415px) {
  .offer__title {
    margin-bottom: 25px;
  }
}