.feedback__wrapp-img,
.header--mobile,
.ask__wrapp-img {
  display: none;
}

.menu-item.phone {
  display: none;
}
@media (max-height: 830px) {
  .menu-item {
    gap: 6px;
    padding: 14px 6px;
  }
}

@media (max-height: 700px) {
  .side-menu {
    top: 40%;
    bottom: auto;
  }
}

@media (max-height: 580px) {
  .menu-text {
    font-size: 0;
  }
  .menu-item {
    padding: 25px 14px;
  }
}

@media (max-height: 520px) {
  .menu-item {
    gap: 6px;
    padding: 25px 14px;
  }

  .menu-text {
    display: none;
  }
}

@media (max-width: 1700px) {
  .header__name {
    display: none;
  }

  .header__top-item:nth-child(2) {
    display: none;
  }

  .header__top-item:nth-child(4) {
    order: 2;
  }

  .nav__list {
    gap: 60px;
  }
}

@media (max-width: 1440px) {
  .view__link::after {
    transform: rotate(-25deg);
  }
  .container {
    margin: 0 40px;
  }

  .header__link p {
    text-align: center;
    white-space: wrap;
  }

  .header__container-bottom {
    width: auto;
  }
  .nav__list {
    width: auto;
  }

  .header__phone {
    font-size: 18px;
  }

  .form__left::after {
    top: 36%;
    width: 190px;
  }

  .about__item-card {
    padding-bottom: 18px;
  }

  .about__card-text {
    padding-left: 28px;
  }

  .feedback__container::before {
    left: 53%;
    transform: translateX(-50%);
    width: 325px;
    height: 425px;
  }

  .ask__container::before {
    left: 53%;
    transform: translateX(-50%);
    width: 325px;
    height: 425px;
  }

  .footer__list {
    gap: 20px;
  }
}

@media (max-width: 1260px) {
  .header__top-list {
    margin: 0 auto;
  }

  .form__left::after {
    display: none;
  }

  .about__wrapp-left {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }

  .about__item-card:nth-child(-n + 4) {
    aspect-ratio: auto;
  }

  .about__item-card:nth-child(5) {
    grid-row-start: 3;
    grid-column-start: 1;
  }

  .service__wrapp-left {
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    padding: 42px;
  }

  .service__wrapp {
    max-width: 450px;
  }

  .start {
    padding-bottom: 60px;
  }

  .start__title {
    font-size: 50px;
  }

  .start__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .start__item:nth-child(1) {
    background: url("../img/together-img-1.png") no-repeat right bottom / 22%,
      linear-gradient(180deg, #51443d 0%, #785745 100%);
    color: #fff;
  }
  .start__item:nth-child(2) {
    padding: 55px 10px 40px 30px;
    background: url("../img/together-img-2.png") no-repeat center bottom / cover,
      url("../img/fon-together-2.png") no-repeat center center / cover;
  }
  .start__item:nth-child(3) {
    background: url("../img/together-img-3-1-5x.jpg") no-repeat center bottom /
        cover,
      url("../img/fon-together-3.png") no-repeat center center / cover;
  }
  .contact__list {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .contact__item:nth-child(2) {
    border: none;
  }

  .contact__item:nth-child(3) {
    grid-column: span 2;
  }

  .footer {
    padding: 60px 0 40px;
  }

  .footer__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__nav {
    padding: 0;
    border: none;
  }

  .social__item {
    width: 40px;
  }

  .footer__link-phone {
    margin-bottom: 0;
  }

  .social__item:nth-child(1) {
    background: url("../img/tg-icon.svg") no-repeat center center / 22px,
      #45a5e9e6;
  }

  .social__item:nth-child(2) {
    background: url("../img/wa-icon.svg") no-repeat center center / 22px,
      #49ac27e6;
  }

  .footer__social-list {
    justify-content: center;
  }

  .footer__nav .footer__item:nth-child(n + 2) {
    display: none;
  }

  .footer__list-gap .footer__item:nth-child(n + 2) {
    display: none;
  }

  .footer__list:nth-child(2) .footer__item:nth-child(n + 2) {
    display: none;
  }

  .footer-top .footer__list:nth-child(2) {
    align-items: center;
  }

  .footer-top {
    padding: 0;
    border: none;
  }

  .footer__item {
    gap: 30px;
  }

  .footer-bottom .footer__item:nth-child(n + 2) {
    align-items: center;
  }

  .footer-bottom .footer__item {
    gap: 15px;
  }
}

@media (max-width: 1080px) {
  .container {
    margin: 0 30px;
  }

  .about__item:not(.about__item#work) {
    margin: 0 30px;
  }

  .about__container-list.container {
    margin: 0;
  }

  .nav__list {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .view {
    height: auto;
    background: #fff;
  }

  .view__container {
    padding: 0;
  }

  .view__container {
    padding: 0;
    margin: 0;
  }

  .view__list {
    display: flex;
    flex-direction: column;
    border: 10px solid #e0b195;
  }

  .view__item:last-child {
    width: 100%;
    order: -1;
    align-items: stretch;
  }

  .view__body--mobile {
    position: relative;
    padding: 0 20px 300px;
    background: url("../img/main-img-2x.jpg") no-repeat center bottom / 100%;
  }

  .view__body--mobile::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(360deg, transparent 66%, #fff 100%);
  }

  .view__link::after {
    left: 0;
    transform: rotate(-130deg) scale(1, -1);
  }

  .view__item:nth-child(3) {
    border: none;
  }

  .view__item:nth-child(-n + 3) {
    align-items: center;
    border: none;
    flex-direction: row;
    border-top: 3px solid #e0b195;
  }
  .calc__form {
    width: 100%;
    padding: 42px 34px;
    gap: 10px;
  }

  .form__right {
    left: 0;
    height: max-content;
    padding: 42px 34px;
  }

  .calc__heading {
    font-size: 42px;
  }

  .calc__wrapp-list {
    display: flex;
    flex-direction: column;
  }

  .calc__item:nth-child(n + 2) .calc__wrapp-list {
    display: flex;
    flex-direction: column;
  }

  .calc__item:first-child .calc__wrapp-item:first-child,
  .calc__item:nth-child(1) .calc__wrapp-list {
    gap: 20px;
    flex-direction: column;
  }

  .about__title {
    margin-left: 30px;
  }

  .work__wrapp {
    flex-direction: column-reverse;
  }

  .work__wrapp-right {
    aspect-ratio: 1.3;
    padding: 0;
    justify-content: center;
  }
  .work__wrapp-btn {
    padding: 0 10px;
  }

  .work__btn-galery {
    width: 65px;
    height: 65px;
    padding: 0;
    background: url("../img/arrow-icon-mobile.svg") no-repeat center center /
        32px,
      #ffffff80;
  }

  .work__span-desc {
    display: none;
  }

  .work__wrapp-left {
    flex: 1;
    padding: 30px 30px 40px;
    min-width: 100%;
  }

  .work__title {
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
  }

  .work__desc-place {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .work__inner {
    margin-bottom: 20px;
    padding: 10px 20px;
  }

  .work__inner-text {
    font-size: 15px;
  }

  .work__inner-text .num {
    font-size: 30px;
  }

  .work__item::before {
    display: none;
  }

  .work__item-text {
    font-size: 15px;
  }

  .work__list {
    margin-bottom: 26px;
  }

  .work__btn {
    margin-top: auto;
  }

  .feedback__left,
  .feedback__right {
    z-index: 1;
  }

  .feedback__container {
    grid-template-columns: 1fr 1fr;
  }

  .feedback__right {
    outline: none;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
  }

  .report {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 360px;
    background: url(../img/report-img-2.png) no-repeat center bottom / contain;
  }

  .report__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .report__title {
    font-size: 45px;
    line-height: 45px;
  }

  /* ask */

  .ask__left,
  .ask__right {
    z-index: 1;
  }

  .ask__container {
    grid-template-columns: 1fr 1fr;
  }

  .ask__right {
    outline: none;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
  }

  /* .report__list {
    max-width: 100%;
    width: 100%;
  } */

  .report__list::after {
    /* left: 2%;
    top: 10px; */
  }

  .order__container {
    grid-template-columns: 1.5fr 1fr;
  }

  .order {
    margin-bottom: 50px;
  }

  .order__container {
    gap: 10px;
    display: flex;
    flex-direction: column-reverse;
  }

  .order__left {
    display: flex;
    flex-direction: column;
    padding: 45px 30px;
    border: 1px solid #d9d9d9;
  }

  .order__right {
    height: auto;
    aspect-ratio: 1.25;
  }

  .order__title {
    font-size: 30px;
    line-height: 32px;
  }

  .order__subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .order__text {
    font-size: 15px;
  }
}
@media (max-width: 960px) {
  .view__title {
    font-size: 50px;
  }
  .header__top-item:nth-child(4),
  .header__top-item:nth-child(6) {
    display: none;
  }

  .service__wrapp-second {
    flex-direction: column;
  }

  .service__wrapp {
    max-width: 100%;
    padding-right: 50%;
  }

  .service__wrapp::after {
    width: 315px;
    transform-origin: right;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    left: auto;
  }

  .benefit__title {
    margin-bottom: 35px;
    font-size: 45px;
    line-height: 45px;
  }

  .benefit__list {
    grid-template-columns: 1fr 1fr;
  }

  .benefit__item {
    padding: 40px 20px;
  }
}
/* burger */

@media (max-width: 860px) {
  .calc {
    padding: 60px 0 0;
    background: #fff;
  }

  .calc__container {
    padding: 0;
    margin: 0;
  }

  .calc__form {
    padding: 0;
    width: 100%;
    flex-direction: column;
    gap: 50px;
  }

  .calc__title {
    font-size: 45px;
  }

  .calc__list {
    gap: 34px;
  }

  .form__left::after {
    display: none;
  }

  .calc__label-input {
    font-size: 13px;
    max-width: 90px;
  }

  .calc__item:nth-child(1) .calc__wrapp-list {
    gap: 20px;
  }

  .calc__item:first-child .calc__wrapp-item:first-child {
    gap: 20px;
  }

  .calc__input {
    font-size: 16px;
  }

  .form__left {
    width: 100%;
    padding: 0 20px;
  }

  .calc__wrapp-img {
    display: flex;
    justify-content: center;
  }

  .form__right {
    left: auto;
    padding: 50px 20px;
    width: 100%;
  }

  .about {
    padding-top: 60px;
    margin-bottom: 60px;
  }

  .about__title {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 40px;
  }

  .about__desc {
    display: none;
  }

  .about__wrapp-left {
    display: flex;
    flex-direction: column;
  }

  .about__card-text {
    font-size: 20px;
  }

  .about__card-list {
    display: none;
  }

  .about__card-text {
    padding-left: 20px;
    margin: 0;
  }

  .about__wrapp-left .about__item-card {
    padding-bottom: 16px;
    aspect-ratio: 1.5;
  }

  .about__item-card:nth-child(5) .about__card-text {
    font-size: 20px;
  }

  .about__container-list {
    gap: 60px;
  }

  .feedback {
    background: #fff;
    margin-bottom: 54px;
  }

  .feedback__container {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .feedback__wrapp-img {
    height: 410px;
    display: flex;
    justify-content: center;
    position: relative;
    background: url(../img/feedback-img-1.jpg) no-repeat 12% center / cover;
    z-index: 2;
  }

  .feedback__right {
    padding: 66px 40px;
    outline: none;
    border: none;
  }

  .feedback__wrapp-img::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 320px;
    height: 460px;
    background: url(../img/feedback-img-2.png) no-repeat center center / contain;
  }

  .feedback__left,
  .feedback__right {
    max-width: 100%;
  }

  .feedback__container::before {
    display: none;
  }

  .question {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .question__container {
    display: flex;
    flex-direction: column;
  }

  .question-right {
    display: none;
  }

  .question__title {
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 45px;
  }

  .question__item-acc {
    padding: 25px 50px 25px 20px;
  }

  .question__subtitle {
    font-size: 18px;
    line-height: 21px;
  }
  /* ask */
  .ask {
    background: #fff;
    margin-bottom: 54px;
  }

  .ask__container {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .ask__wrapp-img {
    height: 410px;
    display: flex;
    justify-content: center;
    position: relative;
    background: url(../img/form-img-1.jpg) no-repeat 12% center / cover;
    z-index: 2;
  }

  .ask__right {
    padding: 66px 40px;
    outline: none;
    border: none;
  }

  .ask__wrapp-img::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 480px;
    height: 480px;
    background: url(../img/form-img-2.jpg) no-repeat center center / contain;
  }

  .ask__left,
  .ask__right {
    max-width: 100%;
  }
}

@media (max-width: 660px) {
  .header__top-list,
  .text-block {
    display: none;
  }
  .header__container-bottom {
    display: none;
  }

  .header__container {
    padding: 15px 20px;
  }

  .header-logo--mobile {
    z-index: 1000;
  }
  /* burger */
  .nav {
    position: fixed;
    overflow: auto;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    color: #1f1f1d;
    transition: left 0.3s ease-in-out;
    z-index: 1000;
  }

  .nav.active {
    left: 0;
  }

  .nav__list {
    display: flex;
    flex: 1;
    justify-content: space-between;
    gap: unset;
    flex-direction: column;
    padding: 100px 45px 40px;
  }

  .header-wrapp--mobile {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 1001;
  }

  .header--mobile {
    display: block;
  }
  .burger {
    cursor: pointer;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    border: none;
    background-color: #ffe5d6;
    width: 55px;
    height: 55px;
    align-items: center;
    gap: 8px;
    padding: 0;
    z-index: 1000;
  }

  .burger span {
    width: 60%;
    display: block;
    height: 3px;
    background-color: #50423a;
    border-radius: 3px;
    transition: transform 0.3s ease, left 0.3s ease;
  }

  .burger span:nth-child(1) {
    transform-origin: top left;
  }

  /* Средняя палочка */
  .burger span:nth-child(2) {
    transform-origin: center;
  }

  /* Нижняя палочка */
  .burger span:nth-child(3) {
    transform-origin: bottom left;
  }

  .burger.active span:nth-child(1) {
    transform: rotate(45deg);
  }

  .burger.active span:nth-child(2) {
    opacity: 0;
  }

  .burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    left: 8%;
  }

  .burger.active span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    left: 8%;
  }

  .burger.active span:nth-child(2) {
    opacity: 0;
  }

  .burger.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  /* burger end*/

  .burger-tel {
    font-size: 24px;
    line-height: 30px;
    color: #1f1f1d;
    font-weight: 500;
  }

  .burger-mail {
    font-size: 18px;
    line-height: 22px;
    color: #0074b6;
  }

  .social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 40px 0;
    background-color: #f2f8fb;
  }

  .service {
    margin-bottom: 40px;
  }

  .service__title {
    font-size: 40px;
    line-height: 40px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .service__desc {
    font-size: 15px;
  }

  .service__wrapp-second {
    flex-direction: column;
    gap: 10px;
  }

  .service__wrapp-left {
    display: flex;
    flex-direction: column;
    padding: 40px 25px;
    gap: 40px;
  }
  .service__wrapp-item {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .service__wrapp-svg {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
  }

  .service__wrapp-svg svg {
    width: 32px;
    height: 32px;
  }

  .service__wrapp-text {
    display: flex;
    flex-direction: column;
  }

  .service__subtitle {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .service__wrapp {
    padding: 60px 36px 132px;
  }

  .service__wrapp::after {
    top: auto;
    width: 260px;
    height: 163px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14%;
  }

  .work__btn-galery {
    width: 45px;
    height: 45px;
    padding: 0;
    background: url("../img/arrow-icon-mobile.svg") no-repeat center center /
        22px,
      #ffffff80;
  }

  .contact {
    margin-bottom: 60px;
  }

  .contact__title {
    font-size: 45px;
    line-height: 45px;
    padding-left: 15px;
  }

  .order__right {
    height: auto;
    aspect-ratio: 1.25;
  }

  .contact__container {
    margin: 0;
  }

  .contact__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .contact__item:nth-child(2) {
    border: none;
    order: 3;
  }

  .contact__item:nth-child(3) {
    order: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 1.25;
  }

  .contact__photo {
    height: auto;
    padding: 40px 30px;
    aspect-ratio: 1.25;
  }
  .contact__item:nth-child(2) .contact__photo:nth-child(1) {
    background: url("../img/contact-img-1-1-5x.jpg") no-repeat center center /
      cover;
  }

  .contact__item:nth-child(2) .contact__photo:nth-child(2) {
    background: url("../img/contact-img-2-1-5x.jpg") no-repeat center center /
      cover;
  }
}

@media (max-width: 520px) {
  .side-menu {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%, -35%);
  }

  .menu-list {
    border: 1px solid #e0b194;
  }

  .menu-item:nth-child(n + 3) {
    display: none;
  }

  .menu-item:nth-child(1) {
    border-right: 1px solid #e0b194;
  }

  .menu-item.phone {
    display: block;
  }

  .menu-item-phone {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  /* тест */

  .container {
    margin: 0 10px;
  }

  .about__item:not(.about__item#work) {
    margin: 0 10px;
  }

  .service__wrapp-second {
    margin-bottom: 20px;
  }

  .about__item:not(.about__item#work) .about__title {
    margin-left: 20px;
    margin-right: 20px;
  }

  .view__container {
    margin: 0;
  }

  .menu-text {
    font-size: 0;
  }

  .menu-item {
    padding: 15px 30px;
    gap: 0;
  }

  .menu-item:nth-child(1) .svg-wrapp {
    background: url("../img/phone-icon.svg") no-repeat center center / contain;
  }

  /* header */
  /* header end */

  .view__title {
    font-size: 30px;
  }

  .view__title .size {
    font-size: 18px;
  }

  .view__body--mobile {
    padding: 20px 20px 330px;
    background: url("../img/main-img-mobile.jpg") no-repeat center bottom / 100%;
  }

  .view__desc {
    line-height: 20px;
    max-width: 300px;
  }

  .view__list {
    margin: 0;
  }

  .view__item {
    padding: 30px;
    flex: auto;
    align-items: center;
  }

  .view__icon-wrapp {
    width: 65px;
    flex-shrink: 0;
  }

  .view__icon-wrap svg {
    width: 28px;
    height: 28px;
  }

  .view__text {
    font-size: 16px;
    line-height: 20px;
  }

  .view__desc {
    margin-bottom: 12px;
  }

  .view__link::after {
    display: none;
  }

  .calc__item:nth-child(1) .calc__wrapp-list,
  .calc__item:first-child .calc__wrapp-item:first-child {
    flex-direction: row;
  }

  .about__title {
    margin-left: 30px;
    margin-right: 30px;
  }

  .about__item#work {
    margin: 0;
  }

  .work__wrapp-left {
    padding: 30px 15px 40px;
  }
  .swiper{
    padding-left: 20px!important;
  }

  .feedback {
    background: #fff;
    margin-bottom: 54px;
  }

  .feedback__left {
    padding: 50px 30px;
  }

  .feedback__container {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .feedback__wrapp-img {
    height: 410px;
    display: flex;
    justify-content: center;
    position: relative;
    background: url("../img/feedback-img-1.jpg") no-repeat 12% center / cover;
  }

  .feedback__right {
    padding: 66px 40px;
    outline: none;
  }

  .feedback__container::before {
    display: none;
  }

  .feedback-right__title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  .benefit__title {
    margin-left: 20px;
    margin-bottom: 35px;
    font-size: 45px;
    line-height: 45px;
  }

  .benefit__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    border: 1px solid #d9d9d9;
  }

  .benefit__item {
    padding: 16px 20px;
    border: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
  }

  .benefit__item:first-child {
    padding-top: 40px;
  }

  .benefit__item:last-child {
    padding-bottom: 40px;
  }

  .benefit__wrapp-text {
  }

  .benefit__wrapp-svg {
    width: 65px;
    height: 65px;
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .benefit__wrapp-svg svg {
    width: 30px;
    height: 30px;
  }

  .benefit__subtitle {
    font-size: 18px;
    line-height: 21px;
  }

  .benefit__text {
    font-size: 15px;
  }

  .question__title {
    margin-left: 20px;
  }

  .report {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 360px;
    background: url("../img/report-img-2.png") no-repeat center bottom / contain;
  }

  .report__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .report__title {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 45px;
    line-height: 45px;
  }

  .report__list::after {
    left: 2%;
    top: 10px;
  }

  .report__item::before {
    left: 5%;
  }

  .report__list {
    max-width: 100%;
    width: 100%;
  }

  .report__btn {
    padding: 20px 76px;
  }

  .start {
    padding-bottom: 60px;
  }

  .start__container {
    margin: 0;
  }

  .start__title {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 45px;
    line-height: 45px;
  }

  .start__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .start__item {
    min-height: 550px;
  }

  .span-wrapp {
    top: -5%;
  }

  .start__item:nth-child(1) {
    position: relative;
    background: linear-gradient(180deg, #51443d 0%, #785745 100%);
  }

  .start__item:nth-child(1)::after {
    content: "";
    position: absolute;
    width: 144px;
    height: 340px;
    bottom: 0;
    right: 0;
    background: url("../img/together-img-1.png") no-repeat center center / cover;
  }

  .start__item:nth-child(2) {
    background: url("../img/together-img-2.png") no-repeat center bottom /
        contain,
      url("../img/fon-together-2.png") no-repeat center center / cover;
  }

  .start__item:nth-child(3) {
    background: url("../img/together-img-3-1-5x.jpg") no-repeat center bottom /
        contain,
      url("../img/fon-together-3.png") no-repeat center center / cover;
  }

  .ask {
    margin-bottom: 70px;
  }

  .ask__container {
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .ask__container::before {
    display: none;
  }

  .ask__wrapp-img {
    height: 410px;
    display: flex;
    justify-content: center;
    position: relative;
    background: url("../img/form-img-1.jpg") no-repeat 12% center / cover;
  }

  .ask__wrapp-img::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 290px;
    height: 480px;
    background: url(../img/form-img-2.jpg) no-repeat center center / cover;
  }

  .ask__left {
    padding: 45px 30px;
  }

  .ask__title {
    font-size: 40px;
    line-height: 40px;
  }

  .ask__item {
    font-size: 16px;
  }

  .ask__right {
    align-items: stretch;
    padding: 55px 40px 60px;
  }

  .ask__subtitle {
    font-size: 30px;
    line-height: 32px;
  }

  .social__item {
    width: 40px;
  }

  .social__item:nth-child(3) {
    background: url("../img/vk-icon.svg") no-repeat center center / 24px,
      #4464b6e6;
  }
  .social__item:nth-child(4) {
    background: url("../img/viber-icon.svg") no-repeat center center / 22px,
      #7647dbe6;
  }

  .order {
    margin-bottom: 50px;
  }

  .order__container {
    gap: 10px;
    display: flex;
    flex-direction: column-reverse;
  }

  .order__left {
    display: flex;
    flex-direction: column;
    padding: 45px 30px;
    border: 1px solid #d9d9d9;
  }

  .order__title {
    font-size: 30px;
    line-height: 32px;
  }

  .order__subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  .order__text {
    font-size: 15px;
    left: 20px;
  }

  .footer {
    padding: 60px 0 80px;
  }
}
