@charset "UTF-8";
@keyframes borderExpand {
  0% {
    border-width: 0; }
  50% {
    border-width: 15px;
    /* Pośredni efekt dla środkowego borderu */ }
  100% {
    border-width: 5px;
    /* Maksymalna szerokość dla zewnętrznego borderu */ } }
@keyframes typing {
  from {
    max-width: 0;
    /* Start od zerowej szerokości */ }
  to {
    max-width: 100%;
    /* Docelowa szerokość dopasowana do tekstu */ } }
.offers-page .offers-wrapper {
  margin-top: 0px;
  border-radius: 0 !important; }

.bg-special .offers-wrapper:before {
  position: absolute;
  width: 720px;
  height: 455px;
  content: "";
  background-image: url("/img/background-1v2.webp");
  background-size: 720px;
  right: 0;
  top: 0px;
  z-index: 3; }
.bg-special .offers-wrapper:after {
  position: absolute;
  width: 582px;
  height: 301px;
  content: "";
  background: url("/img/background-2v1.webp");
  background-size: 582px;
  left: 0;
  bottom: 0px;
  z-index: 3; }

.one-offer {
  border-radius: 22px;
  filter: drop-shadow(0px 2px 14.5px rgba(0, 0, 0, 0.08));
  background-color: var(--primary-bg);
  border: 1px solid var(--primary-bg);
  margin-top: 25px;
  padding: 45px;
  padding-bottom: 85px;
  z-index: 4;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .one-offer .wrapper {
    display: flex; }
  .one-offer .text {
    width: 70%; }
  .one-offer h3 {
    margin-top: 0; }
  .one-offer:hover {
    border: 1px solid var(--element2-color); }
  .one-offer .title {
    margin-bottom: 20px; }
    .one-offer .title a {
      color: var(--primary-title);
      font-size: 27rem;
      text-decoration: none; }
  .one-offer .options {
    margin-bottom: 30px;
    margin-top: 30px; }
    .one-offer .options p {
      color: var(--primary-title); }
  .one-offer .text-inner > p {
    color: var(--transparent-color1); }
    .one-offer .text-inner > p:nth-child(2) {
      font-size: 15px;
      color: var(--primary-text); }
      .one-offer .text-inner > p:nth-child(2) .company-name {
        color: var(--element1-color);
        font-weight: 700; }
    .one-offer .text-inner > p a {
      position: relative;
      padding-right: 15px;
      color: var(--primary-title);
      text-decoration: none; }
      .one-offer .text-inner > p a:hover:before {
        background-color: black; }
      .one-offer .text-inner > p a:after {
        content: ">";
        font-size: 17rem;
        display: block;
        position: absolute;
        right: 0;
        top: 0; }
      .one-offer .text-inner > p a:before {
        content: "";
        width: calc(100% - 14px);
        height: 2px;
        background-color: #8a91a9;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        position: relative;
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0; }
  .one-offer .photo {
    width: 30%;
    padding-left: 30px; }
    .one-offer .photo img {
      max-width: 100%;
      max-height: 320px;
      object-fit: contain; }

.offers-wrapper {
  background-color: var(--light-bg2);
  border-top-left-radius: 90px;
  margin-top: -90px;
  z-index: 3;
  position: relative;
  padding-bottom: 25px; }
  .offers-wrapper .offers-count {
    font-size: 26rem;
    color: var(--primary-title);
    padding-top: 80px;
    margin-bottom: 0; }
  .offers-wrapper .offer-search {
    position: relative;
    z-index: 5; }
    .offers-wrapper .offer-search .wrapper {
      border-radius: 34px;
      filter: drop-shadow(0px 2px 14.5px rgba(0, 0, 0, 0.23));
      background: white;
      padding: 10px;
      width: 1155px;
      max-width: 100%;
      margin: 0 auto; }
      .offers-wrapper .offer-search .wrapper input {
        border: none !important; }
      .offers-wrapper .offer-search .wrapper .form-group {
        display: flex;
        padding: 0;
        justify-content: flex-end;
        align-items: center;
        margin: 0 !important; }
        .offers-wrapper .offer-search .wrapper .form-group:first-child {
          padding-left: 10px;
          justify-content: flex-start; }
          .offers-wrapper .offer-search .wrapper .form-group:first-child:before {
            content: "";
            width: 30px;
            height: 30px;
            min-width: 30px;
            display: block;
            margin-right: 25px;
            background-image: url("/img/search.png");
            background-size: 30px; }
          .offers-wrapper .offer-search .wrapper .form-group:first-child:after {
            content: "";
            width: 2px;
            height: 55%;
            min-width: 2px;
            display: block;
            background-color: var(--dark-bg2);
            margin-left: 5px; }
          .offers-wrapper .offer-search .wrapper .form-group:first-child input {
            width: 84%;
            padding-left: 0; }
        .offers-wrapper .offer-search .wrapper .form-group:nth-child(2) {
          padding-left: 20px;
          justify-content: flex-start; }
          .offers-wrapper .offer-search .wrapper .form-group:nth-child(2):before {
            content: "";
            width: 22px;
            height: 29px;
            min-width: 22px;
            display: block;
            margin-right: 15px;
            background-image: url("/img/mark.png");
            background-size: 22px; }
          .offers-wrapper .offer-search .wrapper .form-group:nth-child(2) input {
            width: 90%;
            padding-left: 0; }
    .offers-wrapper .offer-search form {
      position: absolute;
      top: -35px;
      width: 100%; }
    .offers-wrapper .offer-search .btn-send {
      background-color: var(--primary-title);
      color: var(--secondary-text);
      min-width: 205px; }

@media (max-width: 575.5px) {
  .bg-special .offers-wrapper:after {
    display: none; }
  .bg-special .offers-wrapper:before {
    display: none; }

  .one-offer {
    padding: 25px;
    padding-bottom: 35px; }
    .one-offer .text {
      width: 100%; }
    .one-offer .photo {
      width: 100%;
      margin-bottom: 25px; }
      .one-offer .photo img {
        max-height: 150px; }
    .one-offer .wrapper {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center; }
    .one-offer .title a {
      font-size: 20rem; }

  .offers-wrapper {
    border-top-left-radius: 0;
    margin-top: 0; }
    .offers-wrapper .offers-count {
      font-size: 22rem;
      padding-top: 30px;
      margin-bottom: 30px; }
    .offers-wrapper .offer-search {
      padding-top: 40px; }
      .offers-wrapper .offer-search form {
        position: relative;
        top: 0; }
      .offers-wrapper .offer-search .btn-send {
        min-width: auto;
        margin: 0 auto; }
      .offers-wrapper .offer-search .wrapper {
        width: 560px;
        padding: 7px; }
        .offers-wrapper .offer-search .wrapper .form-group:first-child {
          padding-left: 5px; }
          .offers-wrapper .offer-search .wrapper .form-group:first-child:after {
            width: 100%;
            height: 1px;
            min-width: 100%;
            margin: 0 auto !important; }
          .offers-wrapper .offer-search .wrapper .form-group:first-child:before {
            width: 19px;
            height: 19px;
            min-width: 19px;
            margin-right: 8px;
            background-size: 19px; }
          .offers-wrapper .offer-search .wrapper .form-group:first-child input {
            width: 82%; }
        .offers-wrapper .offer-search .wrapper .form-group:nth-child(2) {
          padding-left: 5px; }
          .offers-wrapper .offer-search .wrapper .form-group:nth-child(2):before {
            width: 15px;
            height: 19px;
            min-width: 15px;
            margin-right: 8px;
            background-size: 15px; }
          .offers-wrapper .offer-search .wrapper .form-group:nth-child(2) input {
            width: 80%; }
        .offers-wrapper .offer-search .wrapper .form-group input {
          font-size: 100%; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .bg-special .offers-wrapper:after {
    display: none; }
  .bg-special .offers-wrapper:before {
    display: none; }

  .one-offer {
    padding: 25px;
    padding-bottom: 35px; }
    .one-offer .text {
      width: 100%; }
    .one-offer .photo {
      width: 100%;
      margin-bottom: 25px; }
      .one-offer .photo img {
        max-height: 150px; }
    .one-offer .wrapper {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center; }
    .one-offer .title a {
      font-size: 20rem; }

  .offers-wrapper {
    border-top-left-radius: 0;
    margin-top: 0; }
    .offers-wrapper .offers-count {
      font-size: 22rem;
      padding-top: 30px;
      margin-bottom: 30px; }
    .offers-wrapper .offer-search {
      padding-top: 40px; }
      .offers-wrapper .offer-search form {
        position: relative;
        top: 0; }
      .offers-wrapper .offer-search .btn-send {
        min-width: auto; }
      .offers-wrapper .offer-search .wrapper {
        width: 560px;
        padding: 7px; }
        .offers-wrapper .offer-search .wrapper .col-12 {
          flex: 0 0 45% !important;
          max-width: 45% !important; }
          .offers-wrapper .offer-search .wrapper .col-12:last-child {
            max-width: 10% !important;
            flex: 0 0 10% !important; }
        .offers-wrapper .offer-search .wrapper .form-group:first-child {
          padding-left: 4px; }
          .offers-wrapper .offer-search .wrapper .form-group:first-child:before {
            width: 19px;
            height: 19px;
            min-width: 19px;
            margin-right: 8px;
            background-size: 19px; }
          .offers-wrapper .offer-search .wrapper .form-group:first-child input {
            width: 82%; }
        .offers-wrapper .offer-search .wrapper .form-group:nth-child(2) {
          padding-left: 0px; }
          .offers-wrapper .offer-search .wrapper .form-group:nth-child(2):before {
            width: 17px;
            height: 22px;
            min-width: 17px;
            margin-right: 8px;
            background-size: 17px; }
          .offers-wrapper .offer-search .wrapper .form-group:nth-child(2) input {
            width: 80%; }
        .offers-wrapper .offer-search .wrapper .form-group input {
          font-size: 100%; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .bg-special .offers-wrapper:after {
    width: 250px;
    height: 130px;
    background-size: 250px; }
  .bg-special .offers-wrapper:before {
    display: none; }

  .one-offer {
    padding: 25px;
    padding-bottom: 35px; }
    .one-offer .text {
      width: 100%; }
    .one-offer .photo {
      width: 100%;
      margin-bottom: 25px; }
      .one-offer .photo img {
        max-height: 150px; }
    .one-offer .wrapper {
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center; }
    .one-offer .title a {
      font-size: 20rem; }

  .offers-wrapper {
    border-top-left-radius: 0;
    margin-top: 0; }
    .offers-wrapper .offers-count {
      font-size: 22rem;
      padding-top: 60px; }
    .offers-wrapper .offer-search .btn-send {
      min-width: auto; }
    .offers-wrapper .offer-search .wrapper {
      width: 560px;
      padding: 7px; }
      .offers-wrapper .offer-search .wrapper .col-12 {
        flex: 0 0 45% !important;
        max-width: 45% !important; }
        .offers-wrapper .offer-search .wrapper .col-12:last-child {
          max-width: 10% !important;
          flex: 0 0 10% !important; }
      .offers-wrapper .offer-search .wrapper .form-group:first-child {
        padding-left: 4px; }
        .offers-wrapper .offer-search .wrapper .form-group:first-child:before {
          width: 19px;
          height: 19px;
          min-width: 19px;
          margin-right: 8px;
          background-size: 19px; }
        .offers-wrapper .offer-search .wrapper .form-group:first-child input {
          width: 82%; }
      .offers-wrapper .offer-search .wrapper .form-group:nth-child(2) {
        padding-left: 0px; }
        .offers-wrapper .offer-search .wrapper .form-group:nth-child(2):before {
          width: 17px;
          height: 22px;
          min-width: 17px;
          margin-right: 8px;
          background-size: 17px; }
        .offers-wrapper .offer-search .wrapper .form-group:nth-child(2) input {
          width: 80%; }
      .offers-wrapper .offer-search .wrapper .form-group input {
        font-size: 100%; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .bg-special .offers-wrapper:after {
    width: 320px;
    height: 166px;
    background-size: 320px; }
  .bg-special .offers-wrapper:before {
    width: 406px;
    height: 190px;
    background-size: 406px; }

  .one-offer {
    padding: 25px;
    padding-bottom: 35px; }
    .one-offer .title a {
      font-size: 23rem; }

  .offers-wrapper .offers-count {
    font-size: 24rem;
    padding-top: 60px; }
  .offers-wrapper .offer-search .btn-send {
    min-width: 150px; }
  .offers-wrapper .offer-search .wrapper {
    width: 820px;
    padding: 7px; }
    .offers-wrapper .offer-search .wrapper .form-group:first-child:before {
      width: 23px;
      height: 23px;
      min-width: 23px;
      margin-right: 15px;
      background-size: 23px; }
    .offers-wrapper .offer-search .wrapper .form-group:nth-child(2):before {
      width: 17px;
      height: 22px;
      min-width: 17px;
      margin-right: 14px;
      background-size: 17px; }
    .offers-wrapper .offer-search .wrapper .form-group input {
      font-size: 100%; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .bg-special .offers-wrapper:after {
    width: 426px;
    height: 220px;
    background-size: 426px; }
  .bg-special .offers-wrapper:before {
    width: 495px;
    height: 232px;
    background-size: 495px; }

  .one-offer {
    padding: 35px;
    padding-bottom: 45px; }
    .one-offer .title a {
      font-size: 23rem; }

  .offers-wrapper .offers-count {
    font-size: 25rem; }
  .offers-wrapper .offer-search .wrapper {
    width: 980px; }
    .offers-wrapper .offer-search .wrapper .form-group input {
      font-size: 100%; } }

/*# sourceMappingURL=offers.css.map */
