.wcl-get-offer-section {
  padding-bottom: 0;
}
.wcl-get-offer-section .data-top {
  position: relative;
  padding: 80px 0 88px 0;
  background: var(--accent-color);
}
.wcl-get-offer-section .data-top .wcl-container {
  position: relative;
}
.wcl-get-offer-section .data-top .wcl-container::before {
  content: "";
  position: absolute;
  left: -121px;
  bottom: -200px;
  width: 167px;
  height: 218px;
  background: url("../../../img/car-2.png") no-repeat;
  background-size: contain;
  z-index: 1;
}
.wcl-get-offer-section .data-top .wcl-container::after {
  content: "";
  position: absolute;
  right: -105px;
  top: -170px;
  width: 141px;
  height: 184px;
  background: url("../../../img/car-1.png") no-repeat;
  background-size: contain;
  z-index: 1;
}
.wcl-get-offer-section .data-top .data-title {
  margin-bottom: 40px;
  color: var(--white-color);
  text-align: center;
}
.wcl-get-offer-section .data-top .data-background {
  position: absolute;
  top: 0;
  height: 100%;
  mix-blend-mode: lighten;
}
.wcl-get-offer-section .data-top .data-background-left {
  left: 0;
}
.wcl-get-offer-section .data-top .data-background-right {
  right: 0;
}
.wcl-get-offer-section .data-top .data-offer {
  width: 100%;
  max-width: 526px;
  margin: 0 auto;
}
.wcl-get-offer-section .data-top .data-offer .wcl-country-input {
  margin-bottom: 20px;
}
.wcl-get-offer-section .data-top .data-offer .wcl-button-wrapper {
  margin-top: 25px;
}
.wcl-get-offer-section .data-top .data-offer .wcl-button-wrapper .wcl-button {
  width: 100%;
}
.wcl-get-offer-section .data-bottom {
  padding: 50px 0 80px 0;
}
.wcl-get-offer-section .data-bottom .wcl-container {
  position: relative;
}
.wcl-get-offer-section .data-bottom .wcl-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 636px;
  height: 355px;
  background: url("../../../img/city_bg.png") no-repeat;
  background-size: contain;
  z-index: 1;
}
.wcl-get-offer-section .data-bottom .wcl-container::after {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  width: 636px;
  height: 355px;
  background: url("../../../img/city_bg_2.png") no-repeat;
  background-size: contain;
  z-index: 1;
}
.wcl-get-offer-section .data-bottom .data-wrapper {
  width: 100%;
  max-width: 469px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.wcl-get-offer-section .data-bottom .data-description {
  font-size: 40px;
  font-weight: 500;
  color: var(--dark-color);
  text-align: center;
}
.wcl-get-offer-section .data-bottom .data-logo {
  margin-top: 50px;
}
@media only screen and (max-width: 1366px) {
  .wcl-get-offer-section .data-top .wcl-container::before {
    left: 210px;
  }
  .wcl-get-offer-section .data-top .wcl-container::after {
    right: 220px;
  }
}
@media only screen and (max-width: 1280px) {
  .wcl-get-offer-section .data-bottom .wcl-container::before {
    left: -100px;
  }
  .wcl-get-offer-section .data-bottom .wcl-container::after {
    right: -100px;
  }
}
@media only screen and (max-width: 1199px) {
  .wcl-get-offer-section .data-top .wcl-container::before {
    left: 50px;
  }
  .wcl-get-offer-section .data-top .wcl-container::after {
    right: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .wcl-get-offer-section .data-top .wcl-container::before {
    left: 20px;
    width: 100px;
    bottom: -240px;
  }
  .wcl-get-offer-section .data-top .wcl-container::after {
    right: 20px;
    width: 100px;
    top: -150px;
  }
  .wcl-get-offer-section .data-top .data-background {
    display: none;
  }
  .wcl-get-offer-section .data-bottom .wcl-container::before {
    left: -200px;
  }
  .wcl-get-offer-section .data-bottom .wcl-container::after {
    right: -200px;
  }
}
@media only screen and (max-width: 768px) {
  .wcl-get-offer-section .data-top {
    padding: 65px 0 83px 0;
  }
  .wcl-get-offer-section .data-top .wcl-container::before {
    left: -50px;
  }
  .wcl-get-offer-section .data-top .wcl-container::after {
    right: -40px;
    top: -130px;
  }
  .wcl-get-offer-section .data-top .data-title {
    margin-bottom: 27px;
  }
  .wcl-get-offer-section .data-bottom .wcl-container::before {
    left: -350px;
  }
  .wcl-get-offer-section .data-bottom .wcl-container::after {
    right: -350px;
  }
}
@media only screen and (max-width: 576px) {
  .wcl-get-offer-section {
    padding-top: 60px;
  }
  .wcl-get-offer-section .data-bottom .wcl-container::before {
    top: auto;
    left: -450px;
    bottom: -80px;
  }
  .wcl-get-offer-section .data-bottom .wcl-container::after {
    top: auto;
    right: -450px;
    bottom: -80px;
  }
  .wcl-get-offer-section .data-bottom .data-description {
    font-size: 29px;
  }
}
