@media (min-width: 1000px) {

  header {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 24px rgba(252, 255, 255, 0.479);
  }

  main {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.12);
  }

  footer {
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.95);
  }

  .btn {
    color: #ffffff;
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-family: 'TTRounds', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 1.5rem;
    background-color: #00b9ad;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  }

  .btn a {
    color: #ffffff;
    display: block;
    font-size: 1rem;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .midle {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .midle_left {
    width: 50%;
    margin-top: 0%;
  }

  .midle_left_title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 105%;
    /* margin-bottom: 0.75rem;
    margin-top: 0rem; */
  }

  .midle_left_text {
    height: 2.5rem;
    font-size: 1.1rem;
    display: inline-block;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 0% 0% 0% 10%;
    margin: 0%;

  }

  .midle_left_text_span {
    font-size: 1.7rem;
    font-weight: bold;
    color: #00b9ad;

  }

  .midle_left_btn {
    display: block;
    color: #ffffff;
    font-size: 1.2rem;
    font-family: 'TTRounds', Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 1rem;
    border-radius: 1.5rem;
    background-color: #00b9ad;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;

  }

  .midle_left_btn:hover {
    box-shadow: 0.2rem 0.2rem 0.4em #28d2fc;
    color: #ffffff;
  }

  .midle_left_btn a:hover {
    color: #ffffff;
  }

  .offer {
    display: flex;
    width: 100%;
    margin: 2rem 1rem 0 1rem;
  }


  .offer_left {
    display: flex;
    width: 60%;
    padding: 0.5rem;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .offer_left_img {
    width: 50%;
    transition: transform 0.3s ease;
  }

  .offer_left_img:hover {
    transform: scale(1.1);
    cursor: pointer;
  }

  .offer_right {
    width: 50%;
  }

  .offer_right_promo {
    cursor: pointer;
    display: inline-block;
    padding: 0.5rem;
    color: #00b9ad;
    box-shadow: 0.2rem 0.2rem 0.4em #00b9ad;
    border: 0.1rem solid #00b9ad;
    border-radius: 1rem;
    margin: 0.5rem 0 0.5rem 0;
    font-size: 1rem;

  }

  .offer_right_promo:hover {
    background-color: #00b9ad;
    color: white;
    box-shadow: 0.2rem 0.2rem 0.4em #28d2fc;
  }

  .midle_right {
    width: 50%;
    box-sizing: border-box;
    z-index: 10;
    overflow: hidden;
  }

  .midle_right_img {
    width: 80%;
    position: relative;
    bottom: -3rem;
    right: 1rem;
    z-index: -4;
  }

  .line {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #00b9ad;
    gap: 1rem;
    padding: 1rem;
    border-radius: 1.5rem;
  }

  .line_capability {
    height: 3.5rem;
    width: 20%;
    color: #00b9ad;
    background-color: #ffffff;
    font-family: 'TTRounds', Arial, sans-serif;
    font-size: 1.11rem;
    text-align: center;
    vertical-align: middle;
    line-height: 105%;
    border-radius: 1.5rem;
    padding: 1.33rem;
    box-sizing: content-box;
  }

  .quiz {
    width: 75%;
    border: 0.1rem solid #00b9ad;
    margin: 1rem 0 1rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

  }

  .quiz_title {
    height: 3.5rem;
    color: #00b9ad;
    font-family: 'TTRounds', Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    line-height: 105%;
    border-radius: 1.5rem;
    padding: 1rem;
  }

  .services {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .services_title_text {
    width: 100%;
    text-align: center;
    color: #00b9ad;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 1rem;
  }

  .services_cards_title_text {
    width: 100%;
    text-align: center;
    font-size: 1.33rem;
    font-weight: bold;
    padding-top: 1rem;
  }

  .cards {
    display: flex;
    padding: 0.5rem 0 0.5rem;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }

  .card {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
    background-color: #00b9ad;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .card h2 {
    margin: 0.5rem;
  }

  .card p {
    margin: 0px;
  }

  .card_img {
    width: 100%;
  }

  .team {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .team_title {
    width: 100%;
    text-align: center;
    color: #00b9ad;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top:1.5rem;
    padding-bottom:1rem;
  }

  .team_text {
    width: 100%;
    color: #00b9ad;
    text-align: center;
  }

  .process {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .process_title {
    width: 100%;
    text-align: center;
    color: #00b9ad;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top:1.5rem;
    padding-bottom:1rem;
  }

  .process_wrapper {
    width: 90%;
    box-sizing: border-box;
  }

  .process_wrapper:nth-of-type(even) {
    display: flex;
    justify-content: right;
  }

  .process_stage {
    display: flex;
    width: 44%;
    background-color: #00b9ad;
    justify-items: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    /* background-image: url("../img/main-bg.svg"); */
    border-radius: 1.5rem;
  }

  .process_stage p {
    display: flex;
    color: white;
    background-color: #00b9ad;
    font-size: 1.2rem;
    font-weight: 600;
    width: 66%;
    height: 5rem;
    line-height: 1.0;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    border-radius: 1.5rem;
    margin: 0%;
    padding: 0%;
    border: 0%;
  }


  .container {
    width: 100svw;
    height: 100svh;
    display: flex;

  }

  .form {
    display: flex;
    width: 30%;
    margin: auto;
    padding: 10%;
  }

  .form_elem_input {
    width: 80%;
    margin-bottom: 1rem;
    outline: none;
  }

  .h-50vh {
    height: 50vh;
  }

  .h-100vh {
    height: 50vh;
  }

  .w-100 {
    width: 100%;
  }

}