@media (min-width: 0) {
  .forms {
    padding: 20px 0 40px 0;
    border-radius: 0px 0px 40px 40px;
  }
  .forms__button {
    border-radius: 12.846px;
    background: #fa4ea0;
    box-shadow: 0px 0px 30.85px 0px #fa4ea0;
    transform: rotate(-1deg);
    padding: 12.846px 20.553px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 16px */
    letter-spacing: 0.48px;
    width: fit-content;
  }
  .forms__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }

  .forms__subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin-top: 16px;
  }

  .forms__blocks {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 24px;
  }

  .forms__info {
    border-radius: 20px 20px 20px 20px;
    background: #fa4ea0;
  }

  .forms__info_red {
    height: 210px;
    position: relative;
    border-radius: 13.964px 13.964px 0 0;
  }

  .forms__img {
    position: relative;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .forms__info_star {
    position: relative;
  }

  .forms__svg {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .forms__info_star_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 50px;
    top: 55px;
  }

  .star_discount {
    color: #000;
    transform: rotate(15.079deg);
    text-align: center;
    font-size: 8.055px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 0 10px;
    text-transform: lowercase;
  }

  .star_number {
    color: #000;
    text-align: center;
    transform: rotate(15.079deg);
    font-family: Manrope;
    font-size: 26.85px;
    font-style: normal;
    font-weight: 800;
    line-height: 80%;
  }

  .star_number span {
    font-size: 13.425px;
  }

  .forms__info_white {
    border-radius: 13.964px;
    background: #fff;
    padding: 16px;
  }

  .forms__white_pretitle {
    display: flex;
    gap: 8px;
  }

  .pretitle__box {
    color: #151617;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 12px */
    letter-spacing: 0.36px;
  }

  .forms__white_title {
    color: #fa4ea0;
    margin-top: 8px;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
  }

  .forms__white_subtitle {
    border-radius: 12px;
    background: #000;
    padding: 10px 16px;
    margin-top: 7px;
    color: #fff;
    width: fit-content;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 15.4px */
    letter-spacing: 0.42px;
  }

  .forms__list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex-wrap: wrap;
  }

  .firstList {
    max-height: 244px;
  }

  .list__point {
    color: #414548;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 13px */
    letter-spacing: 0.2px;
    max-width: 136px;
    letter-spacing: 0.2px;
    margin-left: 15px;
  }
  .list__point_bold {
    font-weight: 700;
  }

  .forms__white_price {
    margin-top: 20px;
    border-radius: 10px;
    background: #0c9501;
    padding: 8.635px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .price__left {
    display: flex;
    flex-direction: column;
  }

  .price__left_title {
    color: #fff;
    font-size: 12.219px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 12.219px */
  }

  .price__left_number {
    color: #fff;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration: line-through;
  }

  .price__right {
    color: #fff;
    text-align: right;
    font-family: Manrope;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 36px */
  }

  .form__button {
    width: 100%;
    padding: 17px 0;
    border-radius: 16px;
    background: #fa4ea0;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: 0.36px;
    margin-top: 8px;
    box-shadow: 0px 0px 30.85px 0px #fa4ea0;
  }

  .secondList {
    max-height: 244px;
  }

  .thirdList {
    max-height: 390px;
  }

  .list__point_bonus {
    color: #858b90;
    font-family: Manrope;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.2px;
    margin: 29px 0 0 15px;
  }
}

@media (min-width: 640px) {
}

@media (min-width: 960px) {
  .forms__info {
    border-radius: 24.178px 24.178px 24.178px 24.178px;
  }
  .forms__button {
    font-size: 20px;
  }

  .forms__blocks {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 48px;
  }

  .forms__block {
    min-width: 393px;
  }

  .forms__title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .forms__subtitle {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-top: 20px;
  }
}

@media (min-width: 1244px) {
  .forms__title {
    font-size: 45px;
  }

  .forms {
    padding: 64px 0 64px 0;
  }

  .forms__info_red {
    height: 363px;
  }

  .forms__block {
    min-width: unset;
    width: 592px;
  }

  .forms__blocks {
    gap: 24px;
  }

  .forms__img {
    bottom: 0px;
  }
  .forms__blocks
    > div:nth-child(1)
    > div
    > div.forms__info_red
    > img.forms__img.device {
    bottom: 12px;
    height: 112%;
  }
  .forms__info_white {
    padding: 30px;
    border-radius: 24.178px;
  }

  .pretitle__box {
    font-size: 20px;
    font-weight: 500;
    line-height: 110%; /* 12px */
  }

  .forms__white_title {
    font-size: 45px;
  }

  .forms__white_subtitle {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%; /* 26px */
    letter-spacing: 0.6px;
    padding: 12.846px 20.553px;
  }

  .forms__list {
    margin-top: 16px;
  }

  .list__point {
    font-size: 18px;
    max-width: 246px;
  }

  .list__point_bonus {
    font-size: 12px;
  }

  .firstList {
    max-height: 387px;
  }

  .secondList {
    max-height: 400px;
  }

  .thirdList {
    max-height: 480px;
  }

  .price__left_title {
    font-size: 20px;
  }

  .price__left_number {
    font-size: 28px;
    margin-top: 5px;
  }

  .price__right {
    font-size: 66.427px;
  }

  .form__button {
    border-radius: 24.178px;
    margin-top: 40px;
    font-size: 27.2px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 27.2px */
    letter-spacing: 0.544px;
    height: 78px;
  }
  .forms__white_price {
    margin-top: 40px;
  }

  .forms__svg {
    width: 116px;
    height: 116px;
  }

  .star_discount {
    font-size: 9px;
  }

  .star_number {
    font-size: 30.764px;
  }

  .star_number span {
    font-size: 15.382px;
  }
}

@media (min-width: 0px) {
  .forms {
    padding: 40px 0 20px 0;
  }

  .forms__dauert {
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    margin-top: 15px;
    color: #1d1d1b;
  }

  .forms__points-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    margin-top: 20px;
  }

  .forms__points-text span {
    text-decoration: line-through;
  }

  .company__main h2 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 120%;
    /* text-transform: uppercase; */
  }

  .form__info {
    position: relative;
  }

  .forms__des {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #1d1d1b;
    line-height: 130%;
    width: 70%;
  }

  .company__main-description {
    margin-top: 15px;
    font-size: 14px;
    line-height: 150%;
  }

  .company__list {
    margin: 40px 0 0 0;
    max-width: 100%;
    gap: 24px;
  }

  .company__tutor {
    width: 288px;
    height: 410px;
  }

  .company__info {
    padding: 16px;
    width: 256px;
    height: 176px;
    background: rgba(0, 0, 0, 0.535);
    backdrop-filter: blur(24px);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .company-point {
    width: 288px;
    height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 16px;
    padding: 75px 16px 16px 16px;
    position: relative;
  }

  .company-point__description {
    font-size: 14px;
    line-height: 150%;
    color: #e5e7eb;
  }

  .company-point__name {
    font-size: 18px;
    margin-top: 5px;
    color: #f3f4f6;
    /* text-transform: uppercase; */
  }

  /* .company__details {
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    border-radius: 40px;
    margin-top: 32px;
    display: block;
    background: #1d1d1b;
    text-transform: uppercase;
  } */

  .company__list {
    display: flex;
    overflow-x: scroll;
    max-width: 100%;
    padding: 0 0 15px 0;
  }

  .company-modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000000;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow-y: scroll;
    margin-top: 20px;
    border-radius: 20px;
  }

  .company-modals {
    position: relative;
    z-index: 999;
  }

  .company-modal {
    background-color: #fff;
    width: 86%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }

  .company-modal-overlay--visible {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }

  .company-modal--visible {
    display: block;
  }

  .company-popup__content {
    background-color: #1f262d;
    color: #fff;
    max-width: 1224px;
    padding: 1px;
    z-index: 999;
  }

  .company-modal img {
    width: 100%;
  }

  .company-popup__tittle {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
  }

  .company-popup__name {
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
  }

  .company-popup__text {
    margin-top: 20px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 15px;
    line-height: 150%;
  }

  .company-popup__close {
    position: fixed;
    right: 10px;
    top: 30px;
    font-size: 20px;
    color: #fff;
    z-index: 777;
    cursor: pointer;
  }

  .company-popup__close svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
  }
}

@media (min-width: 639px) {
  .company__main-description {
    /* max-width: 80%; */
  }

  .company-modal {
    width: 500px;
  }
}

@media (min-width: 958px) {
  .company__main h2 {
    font-size: 32px;
  }

  .forms__points {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }

  .forms__points div {
    max-width: 400px;
    gap: 15px;
  }

  .company__main-description {
    font-size: 18px;
  }
}

@media (min-width: 1244px) {
  .company__main h2 {
    font-size: 36px;
  }

  .forms__points div {
    max-width: 590px;
    gap: 25px;
  }

  .forms__points-text {
    font-size: 28px;
  }

  .forms__points {
    justify-content: space-between;
  }

  .company-modal {
    width: 1224px;
  }

  .company__info {
    height: 100px;
    transition: height 0.5s ease-out;
    display: block;
  }

  .company__info:hover {
    height: 176px;
    transition: 0.5s;
  }

  .company__main-description {
    font-size: 20px;
    /* max-width: 70%; */
  }

  .company__list {
    gap: 24px;
  }
}

@media (min-width: 0px) {
  .price__input-hidden input {
    position: absolute;
  }

  /* form */

  .form {
    position: relative;
  }

  .price__form-block {
    background-color: #1f1c1a;
    border-radius: 10px;
    padding: 50px 20px 30px 20px;
    margin: 25px 0 0 0;
  }

  .price-form__title {
    color: white;
    font-size: 16px;
    text-align: center;
  }

  .price__form {
    display: flex;
    justify-content: space-between;
    align-self: center;
    flex-direction: column;
  }

  .input-head {
    display: none;
  }

  .price__input {
    height: 50px;
    padding: 0 16px;
    font-size: 14px;
    border: 1px solid #b6b9bc;
    background: white;
    border-radius: 16px;
    width: 100%;
  }

  .price__input::placeholder {
    color: #b6b9bc;
    font-size: 16px;
  }

  .form__block {
    margin-top: -20px;
  }

  .price__input:focus {
    outline: none;
  }

  .price__input:not(:first-of-type) {
    margin-top: 20px;
  }

  .price__form-button {
    width: 100%;
    height: 50px;
    background-color: #dc5086;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    border-radius: 16px;
    margin: 20px 0;
  }

  .form__input {
    position: relative;
    margin-top: 25px;
  }

  .form__input svg {
    position: absolute;
    left: 15px;
    bottom: 5px;
  }

  .price__form-button:focus {
    outline: none;
  }

  .form__price-block {
    display: flex;
    align-items: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .form-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form__price-block input {
    width: 25px;
    height: 25px;
  }

  .form__price-block p {
    font-size: 14px;
    margin: 0 0 0 10px;
    color: #1d1d1b;
  }

  .form__price-block p a {
    color: black;
  }

  /* */
  .form {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 16px !important;
    border-radius: 16px;
  }

  .form__info h2 {
    font-size: 26px;
    line-height: 120%;
    margin-top: 10px;
    color: #151617;
    font-weight: bold;
  }

  .form__info-description {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.42px;
    margin-top: 15px;
    color: #858b90;
  }
}

@media (min-width: 639px) {
  .form__price-block input[type="checkbox"] {
    width: 5%;
  }

  .form {
    padding: 24px !important;
  }
}

@media (min-width: 957px) {
  .form__block {
    margin-top: 0;
  }

  .form {
    gap: 25px;
    padding: 35px;
  }

  .circle_price {
    right: 60px;
    top: 15px;
  }

  .price__input:not(:first-of-type) {
    margin-right: 20px;
  }

  .price__form {
    display: flex;
    justify-content: flex-start;
    align-self: center;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .form__price-block input[type="checkbox"] {
    width: 3%;
  }

  .form__info h2 {
    font-size: 37px;
    max-width: 100%;
  }

  .form__info-description {
    font-size: 20px;
  }

  .form__circle {
    width: 117px;
    height: 117px;
    top: 0;
  }

  .form__circle-price {
    font-size: 25px;
  }

  .form__circle-time {
    font-size: 15px;
  }

  /* .company__details {
    min-width: 400px;
  } */
}

@media (min-width: 1243px) {
  .form__info h2 {
    max-width: 64%;
  }

  #Capa_3 {
    width: 45px;
    height: 45px;
  }

  /* .company__details {
    min-width: 510px;
  } */

  .form__price-block p {
    width: 130%;
  }

  .company-modal-overlay {
    padding-top: 200px;
  }

  .form__circle {
    right: 90px;
    top: 40px;
  }

  .order-form {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .price__form {
    flex-direction: row;
    width: 496px;
  }

  .price__form2 .price__form-button {
    margin: 0;
    align-self: flex-end;
  }

  .price__form-button {
    width: 294px;
  }

  .price__input-1 {
    width: 496px;
  }

  .price__input-2 {
    width: 240px;
  }

  .price__form .form__input:nth-child(5) {
    margin-left: 16px;
  }

  .price__input-3 {
    width: 240px;
  }

  .price__input-4 {
    width: 275px;
  }

  .form2 {
    flex-direction: column;
  }

  .price__form2,
  .price__form3 {
    width: 100%;
  }

  .price__form2 .price__input,
  .price__form3 .price__input {
    width: 278px;
    margin-right: 16px;
  }

  .price__form2 .form__input:nth-child(5),
  .price__form3 .form__input:nth-child(5) {
    margin-left: 0;
  }

  .price__form2 .price__form-button {
    width: 262px;
    margin-top: 25px;
  }

  .price__form3 .price__form-button {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .price__form3 .form__price-block {
    margin-top: 20px;
    margin-left: 5px;
  }

  .form2 h2 {
    font-size: 36px;
  }

  .form2 .form__info-description {
    width: 830px;
  }

  .form__price-block {
    margin-top: 20px;
  }

  .forms {
    padding: 64px 0 64px 0;
  }
}
