@media screen and (max-width: 1440px) {
  .container {
    width: 1200px;
  }
  .how-works--inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 50px;
    height: 90vh;
  }
  .hero {
    height: 100vh;
    padding: 100px 0 50px;
  }
  .hero .container {
    display: flex;
    align-items: center;
  }
  .hero-title {
    font-size: 84px;
    font-weight: 700;
    margin-top: 35px;
  }
  .hero-subtitle {
    margin-top: 20px;
    gap: 11px;
    font-size: 58px;
  }
  .hero-right {
    max-width: 65%;
    width: 1280px;
    position: absolute;
    right: -4%;
    top: 30px;
    padding-right: 28px;
  }
  .size {
    background-position: right 40% center;
    padding-bottom: 100px;
  }
  .swiper--container {
    width: 70vw;
  }
  .why-item .icon {
    width: 50px;
    height: 50px;
  }
  .why-item .text {
    margin-top: 10px;
    font-size: 16px;
  }
  .how-works-top {
    margin-top: 20px;
    height: 380px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .svg div {
    max-width: 100%;
    height: 190px;
  }
  .heade-menu ul {
    display: flex;
    gap: 35px;
    align-items: center;
  }
  .header .orange-button,
  .header .blue-button {
    font-size: 14px;
    padding: 14px;
  }
  .p-top {
    padding-top: 90px;
  }
  .size,
  .contact,
  .blue-map {
    margin-top: 90px;
  }
  .how-works--title p {
    font-size: 75px;
  }
}
@media screen and (max-width: 1220px) {
  .container {
    width: 1024px;
  }
  .hero-title {
    font-size: 60px;
    font-weight: 700;
    margin-top: 35px;
  }
  .hero-left {
    max-width: 515px;
  }
  .hero .button-arrow p {
    min-width: 190px;
  }
  .hero-subtitle {
    margin-top: 10px;
    gap: 11px;
    font-size: 40px;
  }
  .hero-subtitle img {
    width: 28px;
  }
  .hero-descr {
    margin-top: 30px;
    max-width: 435px;
    font-size: 18px;
  }
  .hero {
    height: 100vh;
    padding: 180px 0 50px;
  }
  .hero-right {
    max-width: 65%;
    width: 1280px;
    position: absolute;
    right: -4%;
    top: 15px;
    padding-right: 28px;
  }
  .why-title {
    font-size: 18px;
  }
  .why-item .text {
    margin-top: 10px;
    font-size: 14px;
  }
  .title {
    font-size: 30px;
  }
  .subtitle {
    max-width: 700px;
    font-size: 18px;
  }
  .how-works--title p {
    font-size: 50px;
  }
  .how-works--inner_bottom {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .how-works-top {
    margin-top: 10px;
    height: 340px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .blue-map--right {
    max-width: 385px;
    gap: 60px;
  }
  .size .swiper-slide {
    padding: 40px 20px;
    gap: 15px;
  }
  .sw-text {
    max-width: 335px;
    font-size: 16px;
  }
  .sw-top {
    gap: 70px;
  }
  .sw-top p {
    font-size: 18px;
  }
  .size {
    background-position: right 35% center;
    padding-bottom: 60px;
  }
  .wrap__logo {
    width: 87px;
  }
  .header .orange-button,
  .header .blue-button {
    font-size: 14px;
    padding: 10px;
  }
  .hesder-button_wrap {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .blue-map--item p {
    font-size: 18px;
  }
  .prev,
  .next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 24px;
  }
  .prev img,
  .next img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .footer-contact--item .text {
    font-size: 14px;
  }
  .footer-contact--item img {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    aspect-ratio: 1 / 1;
  }
  .footer-contact--item {
    display: flex;
    align-items: center;
    gap: 7px;
  }
  .footer-text .text,
  .footer-text .policy,
  .mk {
    font-size: 14px;
  }
  .mk svg {
    width: 40px;
    height: auto;
  }
  .orange-button,
  .blue-button {
    font-size: 14px;
    padding: 14px;
  }
  .footer {
    padding: 35px 0;
  }
  .contact,
  .blue-map {
    padding: 75px 0;
  }
  #city-map {
    min-height: 380px;
    height: 100%;
    transition: opacity 0.2s ease;
    opacity: 1;
  }
}
@media screen and (max-width: 1044px) {
  .container {
    width: 800px;
  }
  .reviews-top .star .img {
    width: 19px;
    height: 19px;
  }
  .how-works--text p {
    position: absolute;
    top: 0;
    width: auto;
    font-size: 20px;
    font-weight: 400;
  }
  .how-works--inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
    height: 85vh;
  }
  .blue-map--right {
    max-width: 370px;
    gap: 50px;
  }
  .swiper--container {
    width: 60vw;
  }
  .why--inner {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    align-items: center;
  }
  .why-item {
    padding: 20px;
    border-radius: 3px;
    gap: 10px;
    align-items: center;
  }
  .hero-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px;
  }
  .rewiew-hero .people {
    width: 80px;
    grid-row: span 2;
  }
  .rewiew-hero p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }
  .rewiew-hero {
    display: grid;
    grid-template-columns: 80px auto;
    gap: 8px 10px;
  }
  .rewiew-hero p {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    grid-column: 2;
  }
  .hero-left {
    max-width: 435px;
  }

  .mobail-menu {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 5;
  }
  .line {
    fill: none;
    stroke: #1a1a1a;
    stroke-width: 3;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
      stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .line2 {
    stroke-dasharray: 60 75;
    stroke-width: 6;
    stroke-dashoffset: -134;
    border-radius: 40px;
  }
  .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  .opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -90;
    stroke-width: 6;
  }
  .opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .heade-menu ul {
    gap: 0px;
  }
  .heade-menu.burger {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    padding-bottom: 100px;
    z-index: 2;
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background-color: var(--white);
    gap: 10px;
    padding-top: 150px;
  }
  .heade-menu .wrap__logo {
    display: none;
  }
  .burger.active {
    left: 0;
  }
  .heade-menu.burger ul {
    flex-direction: column;
    justify-content: start;
    gap: 15px;
  }
  .hesder-button_wrap,
  .heade-menu.burger ul {
    width: 800px;
    margin: 0 auto;
  }
  /* .hesder-button_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  } */
  .hesder-button_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  button.menu {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
  }
  button.menu svg {
    width: 100%;
    height: 100%;
  }
  .hero--inner {
    height: 100%;
  }
  .hero .blue-button {
    min-width: auto;
    flex: 1;
  }
  .button-arrow p {
    font-size: 14px;
    padding: 14px;
  }
  .hero .button-arrow p {
    min-width: 170px;
  }
  .hero-right {
    max-width: 59%;
    width: 1280px;
    position: absolute;
    right: -10%;
    top: 0px;
    padding-right: 28px;
  }
  .how-works-top {
    margin-top: 10px;
    height: 340px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .faq-top_title {
    font-size: 18px;
    font-weight: 300;
    line-height: 110%;
  }
  .f-bottom > div {
    font-size: 16px;
    font-weight: 300;
    line-height: 110%;
  }
  .footer__inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }
  .footer-flex {
    display: contents;
  }
  .footer-text {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    order: 1;
    flex-wrap: wrap;
  }
  .mk {
    margin-top: -10px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    order: 2;
  }
  .footer-btn {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: row;
    gap: 10px;
  }
  .footer .wrap__logo {
    width: 98px;
  }
  .wrap__logo img {
    display: block;
  }
  .footer {
    padding: 40px 0;
  }
}
@media screen and (max-width: 840px) {
  .container {
    width: 600px;
  }
  .hesder-button_wrap,
  .heade-menu.burger ul {
    width: 600px;
  }
  .header .wrap__logo {
    width: 60px;
  }

  button.menu {
    background: transparent;
    border: none;
    width: 33px;
    height: 33px;
  }
  .hero-title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 30px;
  }
  .hero-subtitle {
    margin-top: 10px;
    gap: 11px;
    font-size: 32px;
  }
  .hero-subtitle img {
    width: 24px;
  }
  .hero .button-arrow p {
    min-width: auto;
    flex: 1;
  }
  .button-arrow {
    flex: 1;
    justify-content: space-between;
  }
  .hero {
    height: 100vh;
    padding: 100px 0 50px;
  }
  .rewiew-hero {
    display: grid;
    grid-template-columns: 80px auto;
    gap: 8px 10px;
    width: max-content;
  }
  .hero .container {
    height: auto;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .hero--inner {
    height: auto;
    width: 310px;
  }
  .button-arrow .img {
    padding: 12px;
    border-radius: 0;
    background: #f54613;
  }
  .hero-button {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    max-width: 300px;
  }

  .hero-descr {
    margin-top: 15px;
    max-width: 304px;
    font-size: 14px;
  }
  .hero-right {
    max-width: 83%;
    width: 1280px;
    position: absolute;
    right: -31%;
    top: 70px;
    padding-right: 0;
  }
  .swiper--container {
    flex: 1;
  }
  .size .swiper-slide {
    padding: 20px;
    gap: 15px;
  }
  .sw-top {
    display: flex;
    gap: 100px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .size {
    background-position: center;
    padding-bottom: 60px;
    background-size: 87%;
  }
  .how-works--title p {
    font-size: 35px;
  }
  .subtitle {
    font-size: 16px;
  }
  .top-title {
    gap: 10px;
    align-items: center;
  }
  .how-works-top {
    margin-top: 10px;
    height: 240px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .how-works--inner_bottom {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .how-works--inner_bottom-num div {
    font-size: 14px;
    line-height: 90%;
  }
  .bottom-line-item svg {
    width: 16px;
    height: 16px;
  }
  .bottom-line,
  .bottom-line::after {
    height: 2px;
  }
  .title {
    font-size: 20px;
  }
  .p-top {
    padding-top: 70px;
  }
  .size,
  .contact,
  .blue-map {
    margin-top: 70px;
  }
  .how-works-top {
    margin-top: 10px;
    height: 240px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .how-works--text {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .how-works--title {
    display: flex;
    position: relative;
    justify-content: center;
  }
  .how-works-top {
    margin-top: 10px;
    height: 350px;
    display: flex;
    gap: 10px;
    justify-items: center;
    flex-direction: column;
  }
  .how-works--inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 30px;
    height: 90vh;
  }
  .stages__item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 300px;
  }
  .svg div {
    max-width: 100%;
    height: 125px !important;
  }
  .blue-map--inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .blue-map--right {
    max-width: none;
    gap: 20px;
  }
  .blue-map--item svg {
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
  }
  .blue-map--buttom > div::after {
    content: "";
    position: absolute;
    height: 117px;
    top: 16px;
    left: 17px;
    width: 2px;
    z-index: 0;
    background-color: var(--white);
  }
  .contact,
  .blue-map {
    padding: 40px 0;
  }
  .reviews-sw .top {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .reviews-top .name .first {
    font-size: 16px;
    font-weight: 500;
  }
  .prev,
  .next {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 17px;
    flex-shrink: 0;
  }
  .faq--inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    margin-top: 20px;
  }
  .f-bottom > div {
    font-size: 14px;
    font-weight: 300;
    line-height: 110%;
  }
  .faq-top_title {
    font-size: 16px;
    font-weight: 300;
    line-height: 110%;
  }
  .f-close {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .reviews-center {
    font-size: 14px;
  }
  .swiper--contant {
    gap: 12px;
    width: 100%;
  }
  .form--btn {
    margin-top: 20px;
    grid-column: span 2;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .form-orange {
    font-size: 14px;
    width: 216px;
    padding: 14px;
  }
  .contact--inner {
    max-width: 760px;
    gap: 20px;
  }
  .input--text {
    font-size: 16px;
  }
  .form--content .div {
    gap: 10px;
  }
  .input {
    width: 100%;
    margin-top: 5px;
    color: var(--white);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
  }

  textarea::-webkit-input-placeholder,
  input::-webkit-input-placeholder,
  input[type="date"].input {
    font-size: 14px;
  }
  .footer-contact {
    padding-top: 10px;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .footer-contact--item img {
    width: 32px;
    height: 32px;
  }
  .footer-contact--item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .how-works--text p {
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .hesder-button_wrap,
  .heade-menu.burger ul {
    width: 100%;
    padding: 0 20px;
  }

  input[type="date"].input {
    position: relative;
    background-image: url(../images/input.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px auto;
    padding-right: 20px;
    -webkit-appearance: none;
    appearance: none;
    min-height: 51px;
  }

  input[type="date"].input::-webkit-calendar-picker-indicator {
    opacity: 0;
    display: none;
    pointer-events: none;
  }

  .how-works-top {
    margin-top: 10px;
    height: 395px;
    display: flex;
    gap: 30px;
    justify-items: center;
    flex-direction: column;
  }
  .hero--inner {
    height: auto;
    width: auto;
  }
  .hero-left {
    max-width: none;
  }
  .hero .container {
    height: auto;
  }
  .rewiew-hero {
    display: grid;
    grid-template-columns: 80px auto;
    gap: 8px 10px;
    width: 100%;
  }
  .hero-descr {
    max-width: none;
  }
  .hero-button {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    max-width: none;
  }
  .hero-right {
    max-width: none;
    width: 100%;
    position: static;
    padding: 0;
    padding-right: 20px;
    display: flex;
    align-items: flex-start;
  }
  .hero-right img {
    display: block;
  }

  .footer-btn {
    width: 100%;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    flex-direction: row;
    gap: 10px;
  }
  .form--content {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .footer-text {
    flex-direction: column;
  }
  .faq-item {
    padding: 20px;
    cursor: pointer;
  }

  .swiper--contant {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    margin-top: 30px;
    overflow: hidden;
  }
  .wrapp-prev {
    width: 100%;
    display: flex;
    justify-content: end;
    grid-row: 2;
  }
  .swiper--container {
    grid-column: span 2;
    width: 100%;
  }
  .why-item .icon {
    width: 40px;
    height: 40px;
  }
  .why-item .text {
    margin-top: 5px;
    font-size: 14px;
  }
  .why-title {
    font-size: 16px;
  }
  .size {
    background-image: url(../images/size-bg-mob.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-bottom: 0px;
  }
  .sw-bottom p {
    font-size: 14px;
    font-weight: 500;
  }
  .sw-bottom {
    display: flex;
    gap: 23px;
    align-items: center;
    justify-content: space-between;
  }
  .sw-bottom .blue-button {
    width: auto;
    padding: 14px;
  }
  #city-map {
    min-height: 210px;
    height: 250px !important;
  }
  .why-left {
    display: none;
  }
  .how-works--inner {
    height: auto;
    padding-bottom: 20px;
  }
  .how-works-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    height: auto;
  }
  .stages__item,
  .stages__item .stages__image,
  .stages__item .svg {
    display: contents;
  }
  .stages__item .svg div {
    position: relative;
    width: 180px !important;
    height: auto !important;
    margin: 10px auto 0;
    opacity: 1;
  }
  .stages__item .svg div img {
    width: 100%;
    height: auto;
    display: block;
  }
  .how-works--title,
  .how-works--text {
    display: contents;
  }
  .svg .b1 { order: 1; }
  .how-works--title p:nth-child(1) { order: 2; }
  .how-works--text p:nth-child(1)  { order: 3; }
  .svg .b2 { order: 4; }
  .how-works--title p:nth-child(2) { order: 5; }
  .how-works--text p:nth-child(2)  { order: 6; }
  .svg .b3 { order: 7; }
  .how-works--title p:nth-child(3) { order: 8; }
  .how-works--text p:nth-child(3)  { order: 9; }
  .svg .b4 { order: 10; }
  .how-works--title p:nth-child(4) { order: 11; }
  .how-works--text p:nth-child(4)  { order: 12; }
  .how-works--title p {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    padding: 16px 0 4px;
    border-bottom: none;
  }
  .how-works--text p {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 0 0 16px;
    border-bottom: 1px solid #e5e5e5;
  }
  .how-works--inner_bottom {
    display: none;
  }
  .faq-right {
    display: none;
  }
}

@media screen and (max-width: 380px) {
  .hero .orange-button,
  .hero .blue-button {
    font-size: 14px;
    padding: 10px;
  }
  .button-arrow .img {
    padding: 8px;
  }
  .hero-button {
    gap: 10px;
    flex-wrap: wrap;
  }
  .hero .button-arrow p {
    min-width: max-content;
    flex: 1;
  }
  .button-arrow p {
    font-size: 14px;
    padding: 10px 14px;
  }
}
@media screen and (max-width: 390px) {
  .hero-button {
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
