@font-face {
  font-family: 'literata-extralight';
  src: url('../fonts/Literata-ExtraLight.ttf'),
    url('../fonts/Literata-ExtraLight.woff2'),
    url('../fonts/Literata-ExtraLight.woff');
}

@font-face {
  font-family: 'literata-bold';
  src: url('../fonts/Literata-bold.ttf'),
    url('../fonts/Literata-bold.woff2'),
    url('../fonts/Literata-bold.woff');
}

* {
  padding: 0;
  margin: 0;
  color: #fff;
}

body {
  font-family: 'literata-extralight';
}

body.active {
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* Домашняя страница фуллскрин */
.home-page {
  overflow-x: hidden;
}

.home-fullscreen {
  min-height: 100vh;
  background-image: url('../img/home.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.home-wrapper {
  max-width: 1644px;
  margin: 0 auto;
  padding: 0 15px;
}

.home__contacts-wrapper {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.rented-contacts-wrapper {
  position: fixed;
  right: 0;
  top: 15px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
  z-index: 1;
  padding: 10px 40px 10px 20px;
  background-color: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home__contacts {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
}

.home__contacts-city {
  margin-right: 5px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  font-family: inherit;
  background: transparent;
  border: none;
  cursor: pointer;
}

.home__contacts-city2 {
  font-size: 16px;
  line-height: 24px;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-family: inherit;
  background: transparent;
  border: none;
  cursor: pointer;
}

.home__city-btn__active {
  color: #FFEEE2;
}

.home__contacts-phone {
  width: 125px;
  margin-right: 15px;
  text-decoration: none;
  color: #FFEEE2;
  font-size: 16px;
  line-height: 24px;
}

.home__contacts {
  margin-right: 15px;
}

.home__contacts-vk {
  margin-right: 5px;
}

.home__contacts-tg {
  margin-right: 5px;
}

.home__contacts-viber {
  margin-right: 5px;
}

.home__contacts-watsapp {
  margin-right: 5px;
}

.home__contacts-skype {
  margin-right: 5px;
}

.home__contacts-call {
  border: 1px solid #F2D955;
  padding: 5px 10px 7px 10px;
  background-color: transparent;
  border-radius: 5px;
  color: #F2D955;
  font-family: inherit;
  cursor: pointer;
  transition: 0.5s;
}

.home__contacts-call:hover,
.home__contacts-call:active {
  background: #FFD600;
  color: #000000;
}

.home-logo__img {
  margin-bottom: 30px;
}

.home-info {
  position: relative;
}

.home-info__description {
  padding-top: 15px;
  font-size: 24px;
  max-width: 640px;
  color: #FFEEE2;
  text-shadow: 1px 1px 0px #000000;
  margin-bottom: 45px;
}

.home-info__status-ask {
  font-family: 'literata-bold';
  font-size: 20px;
  line-height: 30px;
  color: #FFEEE2;
  text-shadow: 1px 1px 0px #000000;
  margin-bottom: 20px;
}

.home-info__rented-wrap {
  position: relative;
  max-width: 520px;
  background: rgba(255, 255, 255, 0);
  margin-left: -20px;
  padding-bottom: 15px;
  padding-top: 5px;
  border-radius: 5px;
  transition: 0.7s;
  cursor: pointer;
}

.home-info__rented-wrap:hover {
  background: rgba(255, 255, 255, 0.10);
}

.home-info__rented-link,
.home-info__build-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.home-info__rented-title {
  position: relative;
  font-family: 'literata-bold';
  font-size: 20px;
  line-height: 30px;
  color: #FFEEE2;
  text-shadow: 1px 1px 0px #000000;
  margin-bottom: 20px;
  margin-left: 20px;
}

.home-info__rented-title::after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: 115px;
  width: 40px;
  height: 10px;
  background: url('../img/arrow-right.svg');
}

.home-info__status-wrap {
  max-width: 480px;
  padding: 5px 10px;
  margin-left: 20px;
  background: rgba(255, 238, 226, 0.01);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 5px;
  position: relative;
}

.home-info__status-text {
  font-size: 18px;
  line-height: 30px;
  color: #FFEEE2;
}

.home-info__status-text::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  border-image: linear-gradient(90.7deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0) 48.75%, rgba(255, 255, 255, 0.2) 100%);
  border-image-slice: 1;
}

.home-info__build-wrap {
  position: relative;
  max-width: 520px;
  background: rgba(255, 255, 255, 0);
  margin-left: -20px;
  padding-bottom: 15px;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 50px;
  border-radius: 5px;
  transition: 0.7s;
  cursor: pointer;
}

.home-info__build-wrap:hover {
  background: rgba(255, 255, 255, 0.10);
}

.home-info__build-title {
  position: relative;
  font-family: 'literata-bold';
  font-size: 20px;
  line-height: 30px;
  color: #FFEEE2;
  text-shadow: 1px 1px 0px #000000;
  margin-bottom: 20px;
  margin-left: 20px;
}

.home-info__build-title::after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: 115px;
  width: 40px;
  height: 10px;
  background: url('../img/arrow-right.svg');
}

.home-info__call {
  font-family: 'literata-bold';
  font-size: 16px;
  color: #000000;
  background-color: #FFD600;
  border: 2px solid #F2D955;
  padding: 5px 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: 0.5s;
}

.home-info__call:hover,
.home-info__call:focus {
  background: transparent;
  color: #FFD600;
}
.home-info__call-text {
  font-family: 'literata-bold';
  font-size: 16px;
  color: #FFD600;
  margin-bottom: 30px;
}

.home-info__call-free {
  font-family: 'literata-bold';
  font-size: 16px;
  color: #FFD600;
  border-bottom: 1px solid #FFD600;
}

.home-info__address {
  display: flex;
  justify-content: flex-end;
}

.home-info__address-text {
  text-align: end;
  max-width: 223px;
}

/* Модальное окно консультации */
.consultation-popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  transition: 1s;
  opacity: 0;
  pointer-events: none;
}

.consultation-popup-bg.active {
  opacity: 1;
  pointer-events: all;
  transition: 1s;
}

.consultation-popup {
  max-width: 890px;
  background: linear-gradient(104deg, rgba(97, 56, 56, 0.2) 0%, rgba(33, 30, 30, 0.2) 35.21%, rgba(97, 56, 56, 0.2) 100%),
    #E2E2E2;
  border: 10px solid rgba(97, 56, 56, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  padding: 20px;
  transition: 1s;
  position: relative;
}

.consultation-popup.active {
  transform: translate(-50%, -50%) scale(1);
}

.consultation-popup.active-adaptive {
  transform: translate(-50%, 0%) scale(1);
}

.consultation__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.consultation__title {
  font-size: 24px;
  color: #111111;
  font-family: 'literata-bold';
  font-weight: bolder;
}

.consultation-close-btn {
  cursor: pointer;
  min-width: 40px;
  height: 40px;
  background: url('../img/popup-close.svg');
  border: none;
  transition: 0.5s;
  padding: 0 10px;
  margin-right: 10px;
}

.consultation-close-btn:hover,
.consultation-close-btn:focus {
  background-color: #fff;
  border-radius: 50%;
}

.consultation__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.consultation__column:not(:last-child) {
  margin-right: 50px;
  margin-bottom: 20px;
}

.consultation__feedback {
  color: #111111;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 30px;
}

.consultation__feedback::before {
  content: '';
  position: absolute;
  background: url('../img/feedback.svg');
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
}

.consultation__feedback-text {
  color: #111111;
  font-weight: bold;
  max-width: 261px;
  margin-bottom: 10px;
}

.consultation__feedback-text-link {
  border: none;
  background: transparent;
  font-size: 16px;
  cursor: pointer;
  color: #613838;
  border-bottom: 1px solid #613838;
}

.consultation__office {
  color: #111111;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 30px;
}

.consultation__office::before {
  content: '';
  position: absolute;
  background: url('../img/office.svg');
  width: 30px;
  height: 30px;
  top: 0;
  left: -3px;
}

.consultation__office-text {
  color: #111111;
  font-weight: bold;
  max-width: 261px;
  margin-bottom: 10px;
}

.consultation__office-text-link {
  color: #613838;
  border-bottom: 1px solid #613838;
}

.consultation__number {
  color: #111111;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 30px;
}

.consultation__number::before {
  content: '';
  position: absolute;
  background: url('../img/numberphone.svg');
  width: 30px;
  height: 30px;
  top: 0;
  left: -3px;
}

.consultation__number-spb-wrap,
.consultation__number-msk-wrap {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  margin-bottom: 10px;
}

.consultation__number-spb-title,
.consultation__number-msk-title {
  color: #111111;
  font-weight: bold;
  max-width: 261px;
  margin-right: 10px;
}

.consultation__number-spb,
.consultation__number-msk {
  font-weight: bolder;
  color: #111;
  border-bottom: 1px solid #613838;
}

.consultation__messengers {
  min-width: 240px;
  color: #111111;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 30px;
}

.consultation__messengers::before {
  content: '';
  position: absolute;
  background: url('../img/messengers.svg');
  width: 30px;
  height: 30px;
  top: 0;
  left: -3px;
}

.consultation__messengers-text {
  max-width: 227px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 10px;
}

.consultation__messengers-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.consultation__messengers-vk,
.consultation__messengers-tg,
.consultation__messengers-wa,
.consultation__messengers-vb,
.consultation__messengers-sk {
  color: #613838;
  font-weight: bold;
  border-bottom: 1px solid #613838;
  margin-left: 30px;
  position: relative;
}

.consultation__messengers-vk,
.consultation__messengers-tg,
.consultation__messengers-wa,
.consultation__messengers-vb {
  margin-bottom: 15px;
}

.consultation__messengers-vk::before {
  content: '';
  position: absolute;
  background: url('../img/popup-vk.svg');
  width: 20px;
  height: 20px;
  top: 3px;
  left: -30px;
}

.consultation__messengers-tg::before {
  content: '';
  position: absolute;
  background: url('../img/popup-tg.svg');
  width: 20px;
  height: 20px;
  top: 3px;
  left: -30px;
}

.consultation__messengers-wa::before {
  content: '';
  position: absolute;
  background: url('../img/popup-wa.svg');
  width: 20px;
  height: 20px;
  top: 3px;
  left: -30px;
}

.consultation__messengers-vb::before {
  content: '';
  position: absolute;
  background: url('../img/popup-vb.svg');
  width: 20px;
  height: 20px;
  top: 3px;
  left: -30px;
}

.consultation__messengers-sk::before {
  content: '';
  position: absolute;
  background: url('../img/popup-sk.svg');
  width: 20px;
  height: 20px;
  top: 3px;
  left: -30px;
}

.consultation__feedback-call {
  color: #111111;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 30px;
}

.consultation__feedback-call::before {
  content: '';
  position: absolute;
  background: url('../img/feedbackcall.svg');
  width: 30px;
  height: 30px;
  top: 0;
  left: -3px;
}

.consultation__feedback-call-text {
  max-width: 215px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 10px;
}

.consultation__feedback-call-btn {
  border: none;
  background: transparent;
  font-size: 16px;
  color: #613838;
  cursor: pointer;
  border-bottom: 1px solid #613838;
}

.consultation__email {
  color: #111111;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 30px;
}

.consultation__email::before {
  content: '';
  position: absolute;
  background: url('../img/consulemail.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 5px;
  left: -3px;
}

.consultation__email-text {
  max-width: 215px;
  color: #111111;
  font-weight: bold;
  margin-bottom: 10px;
}

.consultation__email-link {
  color: #613838;
  border-bottom: 1px solid #613838;
}

/* Медиа для модального окна консультации */
@media (max-width: 670px) {
  .consultation__title {
    font-size: 20px;
  }

  .consultation__number-msk-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-info__call-text {
    margin-bottom: 30px;
  }
}

/* 
  =============================================
  BACK CALL MODAL
  =============================================
*/

.back-call-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  transition: 1s;
  opacity: 0;
  pointer-events: none;
}

.back-call-modal-bg.active {
  opacity: 1;
  pointer-events: all;
  transition: 1s;
}

.back-call-modal {
  max-width: 350px;
  background: linear-gradient(104deg, rgba(97, 56, 56, 0.2) 0%, rgba(33, 30, 30, 0.2) 35.21%, rgba(97, 56, 56, 0.2) 100%),
    #E2E2E2;
  border: 10px solid rgba(97, 56, 56, 0.1);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  padding: 20px;
  transition: 1s;
}

.back-call-modal::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) url('../img/loading.gif') center / 50px no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}

.back-call-modal._sending::after {
  opacity: 1;
  visibility: visible;
}

.back-call-modal.active {
  transform: translate(-50%, -50%) scale(1);
}

.back-call-modal__header-wrap {
  display: flex;
  justify-content: space-between;
}

.back-call-modal__title {
  color: rgba(17, 17, 17, 1);
  font-size: 24px;
  font-weight: bolder;
}

.back-call-modal__btn-close {
  min-width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../img/popup-close.svg');
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: 0.5s;
}

.back-call-modal__btn-close:hover,
.back-call-modal__btn-close:active {
  background-color: #fff;
}

.back-call-modal__form {
  display: flex;
  flex-direction: column;
}

.back-call-modal__form-name-wrap,
.back-call-modal__form-phone-wrap,
.back-call-modal__form-time-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.back-call-modal__form-name,
.back-call-modal__form-phone,
.back-call-modal__form-time {
  color: rgba(17, 17, 17, 1);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.back-call-modal__form-name-input,
.back-call-modal__form-phone-input,
.back-call-modal__form-time-input {
  padding: 3px 3px;
  color: rgba(85, 85, 85, 1);
  font-size: 18px;
  font-family: inherit;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
}

.back-call-modal__form-name-input._error {
  border: 2px solid red;
}

.back-call-modal__form-phone-input._error {
  border: 2px solid red;
}

.back-call-modal__form-agreement-wrap {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}

.back-call-modal__form-agreement-wrap._error {
  border: 1px solid red;
}

.back-call-modal__form-agreement {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.back-call-modal__agreement-text {
  max-width: 250px;
  color: rgba(85, 85, 85, 1);
  text-align: start;
}

.back-call-modal__agreement-link {
  color: rgba(97, 56, 56, 1);
  border-bottom: 1px solid rgba(97, 56, 56, 1);
}

.back-call-modal__form-submit {
  padding: 10px 0;
  background-color: rgba(97, 56, 56, 0.7);
  font-size: 20px;
  color: rgba(255, 238, 226, 1);
  border: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: 0.5s;
}

.back-call-modal__form-submit:hover,
.back-call-modal__form-submit:active {
  background-color: rgba(97, 56, 56, 1);
}




/*  ===========================================
    RENTED PAGE
    ===========================================
*/

.rented-page {
  overflow-x: hidden;
}

.rented-screen {
  min-height: 100vh;
  background-image: url('../img/rented.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}

.rented__outside-wrap {
  max-width: none;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

.rented__prev-btn {
  color: rgba(255, 255, 255, 0.75);
  font-family: inherit;
  background-color: transparent;
  padding: 10px 30px;
  border-radius: 5px;
  border: 2px solid rgba(242, 217, 85, 0.1);
  position: relative;
  margin-top: 19px;
  margin-left: 150px;
}

.rented__prev-btn::before {
  content: '';
  position: absolute;
  width: 70px;
  height: 21px;
  top: 50%;
  left: -36%;
  transform: translate(-50%, -50%);
  background-image: url('../img/rented-prev.svg');
}

.rented__prev-btn:hover.rented__prev-btn::before {
  background-image: url('../img/rented-prev-active.svg');
}

.rented__inside-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.rented-screen__title {
  font-size: 36px;
  max-width: 700px;
  color: rgba(255, 238, 226, 1);
  text-shadow: 2px 2px rgba(0, 0, 0, 1);
}

.rented-screen__description {
  font-size: 24px;
  margin-bottom: 100px;
}

.rented-screen__text {
  font-size: 24px;
  color: #FFEEE2;
  text-shadow: 2px 2px rgba(0, 0, 0, 1);
  margin-bottom: 50px;
}

.rented-screen__result-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

.rented-screen__result-item {
  max-width: calc((100% / 6) - 80px);
}

.rented-screen__result-item:not(:nth-child(3n)) {
  margin-right: 20px;
}

.rented-screen__result-title {
  font-size: 36px;
  color: rgba(255, 238, 226, 0.45);
  margin-bottom: 10px;
}

.rented-order {
  background: rgba(97, 56, 56, 1);
  position: relative;
  padding-bottom: 40px;
}

.rented-order::before {
  content: '';
  position: absolute;
  top: -79px;
  border-left: 0px solid transparent;
  border-right: 100vw solid transparent;
  border-bottom: 80px solid rgba(97, 56, 56, 1);
}

.rented-order::after {
  content: '';
  position: absolute;
  bottom: -79px;
  right: 0;
  border-left: 0 solid transparent;
  border-right: 100vw solid rgba(97, 56, 56, 1);
  border-bottom: 80px solid transparent;
}

.rented-order__title {
  color: rgba(255, 238, 226, 1);
  font-size: 36px;
  line-height: 88%;
  margin-bottom: 100px;
}

.rented-order__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.rented-order__item {
  width: calc((100% / 3) - 62px);
  margin-bottom: 20px;
  border-right: 1px solid rgba(255, 238, 226, 1);
  margin-right: 30px;
}

.rented-order__item:nth-child(3n) {
  border-right: none;
  margin-right: 0px;
}

.rented-order__item-number {
  font-size: 60px;
  color: rgba(255, 238, 226, 1);
  margin-bottom: 10px;
}

.rented-order__item-text {
  color: rgba(255, 238, 226, 1);
  font-size: 30px;
}
.rented-order__item-text1 {
  max-width: 300px;
}
.rented-order__item-text2 {
  max-width: 210px;
}
.rented-order__item-text3 {
  max-width: 300px;
}
.rented-order__item-text4 {
  max-width: 265px;
}
.rented-order__item-text5 {
  max-width: 230px;
}
.rented-order__item-text6 {
  max-width: 210px;
}

.build-order__item1 {
  max-width: 220px;
}
.build-order__item2 {
  max-width: 230px;
}
.build-order__item3 {
  max-width: 195px;
}
/*

  Секция ПОСЛЕДОВАТЕЛЬНОСТЬ НАШЕЙ РАБОТЫ

*/

.subsequence {
  background: url('../img/subsequence.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.subsequence__wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 10px 130px 10px;
}

.subsequence__title {
  font-size: 38px;
  max-width: 400px;
  margin-bottom: 50px;
  color: rgba(68, 68, 68, 1);
}

.subsequence__list {
  display: flex;
  flex-wrap: wrap;
}

.subsequence__item {
  max-width: calc(100% / 3 - 10px);
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.subsequence__item-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.subsequence__item-number {
  font-size: 40px;
  margin-right: 10px;
  color: rgba(85, 85, 85, 1);
}

.subsequence__item-title {
  color: rgba(68, 68, 68, 1);
  font-weight: bold;
}

.subsequence__item-content {
  max-width: calc(100% - 100px);
  position: relative;
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
}

.subsequence__item-content::before {
  content: '';
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.subsequence__item1::before {
  background: url('../img/1.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.subsequence__item2::before {
  background: url('../img/2.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.subsequence__item3::before {
  background: url('../img/3.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.subsequence__item4::before {
  background: url('../img/4.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.subsequence__item5::before {
  background: url('../img/5.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.subsequence__item6::before {
  background: url('../img/6.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.subsequence__item7::before {
  background: url('../img/7.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.subsequence__item8::before {
  background: url('../img/8.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.subsequence__item9::before {
  background: url('../img/9.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

/*
  СЕКЦИЯ СВЯЗЬ
*/

.connection {
  background: rgba(97, 56, 56, 1);
  position: relative;
}

.connection__wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 10px 100px 10px;
}

.connection::after {
  content: '';
  position: absolute;
  top: -79px;
  left: 0;
  border-left: 0px solid transparent;
  border-right: 100vw solid transparent;
  border-bottom: 80px solid rgba(97, 56, 56, 1);
}

.connection__price-title {
  font-size: 50px;
  line-height: 88%;
  color: rgba(255, 238, 226, 1);
  margin-bottom: 50px;
}
.connection__price-list {
  margin-left: 22px;
  margin-bottom: 50px;
}
.connection__price-item {
  color: rgba(255, 238, 226, 1);
  font-size: 20px;
}
.connection__price-item-span {
  font-weight: bold;
}
.connection__content {
  display: flex;
  align-items: flex-start;
}

.connection__content-title {
  max-width: 380px;
  font-size: 50px;
  line-height: 88%;
  color: rgba(255, 238, 226, 1);
  position: relative;
}

.connection__content-title::after {
  content: '';
  position: absolute;
  right: -255px;
  top: 22px;
  width: 200px;
  height: 30px;
  background: url('../img/rented-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

._rented-connection {
  margin-left: 335px;
  margin-top: 18px;
  font-size: 20px;
}




.map {
  position: relative;
  min-height: 50vh;
  background-color: rgb(104 65 137 / 39%);
}
.map-preview {
  position: absolute;
  top: 23%;
  left: 20%;
  z-index: 1;
  padding: 30px;

  background: rgba(255, 238, 226, 0.01);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);
  border-radius: 5px;
}
.map-preview__text {
  max-width: 280px;
  font-size: 20px;
  margin-bottom: 30px;
  color: #000000;
}
.map-preview__link {
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #000;
}
[class*="copyrights-pane"] {
  display: none !important;
}

.build-screen {
  background-image: url(../img/build.png);
  background-repeat: no-repeat;
  background-size: cover
}
.build-screen__title {
  margin-bottom: 100px;
}
/*
  ФУТЕР
*/

.footer-rented {
  background: rgba(97, 56, 56, 1);
  position: relative;
}

.footer__wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px;
}

.footer__logo {
  width: 130px;
}

.footer__text-list {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.footer__text-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__text-item:not(:last-child) {
  margin-right: 40px;
}

.footer__text-item-top {
  margin-bottom: 30px;
  color: rgba(255, 238, 226, 1);
  text-shadow: 1px 1px black;
  font-size: 18px;
}

.footer__text-item-bottom {
  color: rgba(255, 238, 226, 1);
  text-shadow: 1px 1px black;
  font-size: 18px;
}

.footer__text-item-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer__link-confidentiality {
  color: rgba(255, 238, 226, 1);
  text-shadow: 1px 1px black;
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 238, 226, 1);
  white-space: nowrap;
}


/* =============================================
    BACK CONNECTION MODAL
   ============================================= */

.back-connection-modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  transition: 1s;
  pointer-events: none;
  opacity: 0;
}

.back-connection-modal-bg.active {
  transition: 1s;
  opacity: 1;
  pointer-events: all;
}

.back-connection-modal {
  max-width: 700px;
  background: linear-gradient(104deg, rgba(97, 56, 56, 0.2) 0%, rgba(33, 30, 30, 0.2) 35.21%, rgba(97, 56, 56, 0.2) 100%), #E2E2E2;
  border: 10px solid rgba(97, 56, 56, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  transition: 1s;
  transform: translate(-50%, -50%) scale(0);
}

.back-connection-modal.active {
  transition: 1s;
  transform: translate(-50%, -50%) scale(1);
}

.back-connection-modal.active-adaptive {
  transition: 1s;
  transform: translate(-50%, 0%) scale(1);
}

.back-connection__head-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.back-connection__head-title {
  color: rgba(17, 17, 17, 1);
  font-size: 24px;
  font-weight: bolder;
}

.back-connection__head-close {
  min-width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  background-image: url('../img/popup-close.svg');
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}

.back-connection__head-close:active,
.back-connection__head-close:hover {
  background-color: #fff;
}

.back-connection__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.back-connection__form::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) url('../img/loading.gif') center / 50px no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}

.back-connection__form._sending::after {
  opacity: 1;
  visibility: visible;
}

.back-connection__form-input-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.back-connection__form-data {
  width: 47%;
  display: flex;
  flex-direction: column;
}

.back-connection__input {
  padding: 3px;
  color: rgba(85, 85, 85, 1);
  font-size: 18px;
  font-family: inherit;
  background-color: #fff;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
  border: none;
  outline: none;
  margin-bottom: 10px;
}

.back-connection__form-desc {
  width: 50%;
}

.back-connection__form-desc-problem {
  width: 100%;
  height: 205px;
  resize: none;
  color: rgba(85, 85, 85, 1);
  font-size: 20px;
  font-family: inherit;
  border: none;
  outline: none;
  padding: 10px;
}

.back-connection__form-desc-problem::placeholder {
  font-size: 14px;
}

.back-connection__form-agreement {
  margin-bottom: 15px;
}

.back-connection__form-agreement-text {
  word-break: break-all;
  font-family: inherit;
  color: rgba(85, 85, 85, 1);
}

.back-connection__form-agreement-link {
  color: rgba(97, 56, 56, 1);
  border-bottom: 1px solid rgba(97, 56, 56, 1);
}

.back-connection__form-send {
  color: rgba(255, 238, 226, 1);
  background: rgba(97, 56, 56, 0.7);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  font-family: inherit;
  padding: 10px 65px;
  transition: 0.5s;
}

.back-connection__form-send:hover {
  background: rgba(97, 56, 56, 1);
}





/* ============================================
    АДАПТИВ ШАПКИ
   ============================================ */
@media (max-width: 740px) {
  .home__contacts-social {
    display: none;
  }
}

@media (max-width: 600px) {
  .home__contacts-wrapper {
    justify-content: center;
  }

  .home__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home__contacts-phone {
    margin-bottom: 10px;
  }

  .rented__contacts {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 380px) {
  .home__contacts-wrapper {
    flex-direction: column;
  }

  .home__contacts {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* ============================================
    АДАПТИВ ФУТЕРА
   ============================================ */

@media (max-width:1135px) {
  .rented__outside-wrap {
    max-width: 1820px;
  }

  .rented__prev-btn {
    margin-top: 0;
  }

  .rented-contacts-wrapper {
    position: static;
    box-shadow: none;
    background: none;
    padding-top: 30px;
  }
}


/* ============================================
    АДАПТИВ MODAL BACK CONNECTION
   ============================================ */

@media (max-width: 1350px) {
  .back-connection__input::placeholder {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .back-connection__input::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 1080px) {
  .back-connection__input::placeholder {
    font-size: 12px;
  }
}

@media (max-width: 950px) {
  .back-connection__form-input-wrap {
    flex-direction: column;
  }

  .back-connection__form-data {
    width: 100%;
  }

  .back-connection__form-desc {
    width: 100%;
  }
}

/* ============================================
    АДАПТИВ СТРАНИЦЫ RENTED
   ============================================ */

@media (max-width: 1180px) {
  .rented-screen__result-item {
    max-width: calc((100% / 3) - 80px);
    margin-bottom: 10px;
  }
}

@media (max-width: 1130px) {
  .subsequence__item {
    max-width: calc(100% / 2);
    margin-right: 0;
  }
}

@media (max-width: 1090px) {
  .rented-order__item {
    width: calc((100% / 2) - 62px);
    margin-right: 0;
  }

  .rented-order__item:nth-child(2n) {
    border-right: none;
    margin-right: 0;
  }

  .rented-order__item:not(:last-child):nth-child(3n) {
    border-right: 1px solid rgba(255, 238, 226, 1);
  }

  .connection__content-title {
    max-width: 237px;
    font-size: 30px;
  }

  .connection__wrap {
    padding: 40px 10px;
  }
}

@media (max-width: 1100px) {
  .rented__outside-wrap {
    padding-top: 10px;
    flex-direction: column;
  }
}

@media (max-width: 950px) {
  .connection__price-item {
    margin-bottom: 10px;
  }
  .footer__text-list {
    flex-wrap: wrap;
  }

  .footer__text-item-top {
    margin-bottom: 10px;
  }

  .footer__text-item {
    margin: 0 0 40px 0;
  }

  .footer__text-item:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 850px) {
  .rented-screen__result-item {
    max-width: calc(50% - 20px);
  }

  .rented-screen__result-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media (max-width: 750px) {
  .rented__prev-btn {
    margin-left: 0;
  }

  .rented-contacts-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .rented__contacts {
    margin-bottom: 30px;
  }

  .rented__outside-wrap {
    margin-bottom: 0;
  }

  .rented-screen__result-item:nth-child(1),
  .rented-screen__result-item:nth-child(3),
  .rented-screen__result-item:nth-child(5) {
    margin-right: 10px;
  }

  .rented-order__title {
    margin-bottom: 30px;
  }

  .rented-order__item {
    width: 100%;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .rented-order__item-text {
    text-align: center;
  }
  .rented-order__item:not(:last-child):nth-child(3n) {
    border: none;
  }

  .subsequence__item {
    max-width: 100%;
  }

  .subsequence__item-title {
    text-align: center;
  }

  .connection__content {
    justify-content: center;
    align-items: center;
  }

  .connection__content-title {
    max-width: 144px;
    font-size: 18px;
    line-height: 22px;
  }

  .connection__content-title::after {
    right: -90px;
    width: 100px;
  }

  ._rented-connection {
    margin-left: 100px;
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .rented__outside-wrap {
    margin-bottom: 10px;
  }

  .rented__prev-btn::before {
    display: none;
  }

  .rented-screen__title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .rented-screen__description {
    margin-bottom: 35px;
  }

  .rented-screen__result-list {
    margin-bottom: 22px;
  }

  .rented-order__title {
    font-size: 30px;
    line-height: 32px;
  }

  ._rented-connection {
    font-size: 14px;
  }

  .subsequence__title {
    font-size: 30px;
  }

  .subsequence__item-content {
    max-width: none;
    text-align: center;
  }

  .subsequence__item-content::before {
    margin-right: 0;
    margin-left: calc(50% - 50px);
    margin-bottom: 10px;
    float: none;
  }

  .footer__text-item-top {
    text-align: center;
  }

  .footer__text-item-bottom {
    text-align: center;
  }

  .footer__text-item-link {
    align-items: center;
  }
}

/* ============================================
    АДАПТИВ ПРЕВЬЮ КАРТЫ
   ============================================ */

   @media (max-width: 1400px) {
    .map-preview {
      left: 10%;
    }
   }
   @media (max-width: 1100px) {
    .map-preview {
      display: none;
    }
   }