@charset "UTF-8";
@import url("../common/common.css");

/* Section page-heading */
.page-heading {
  --breadcrumbsColor: var(--color-gray-500);
  --breadcrumbsGap: clamp(3rem, 2.9418604651rem + 0.2325581395vw, 3.125rem);
  padding-block: 1.5rem 0.625rem;
  color: var(--breadcrumbsColor);
}
.page-heading__breadcrumbs {
  margin-bottom: 1.125rem;
}
.page-heading__breadcrumbs-list {
  display: flex;
  align-items: center;
  column-gap: var(--breadcrumbsGap);
}
.page-heading__breadcrumbs-item {
  position: relative;
}
.page-heading__breadcrumbs-item:not(:last-child)::after {
  position: absolute;
  content: "−";
  right: calc(var(--breadcrumbsGap) / 2 * -1 - 0.3125rem);
  top: 10%;
}
.page-heading__breadcrumbs-item:last-child a {
  opacity: 0.7;
  pointer-events: none;
}
.page-heading__breadcrumbs-link {
  font-size: clamp(0.9375rem, 0.8502906977rem + 0.3488372093vw, 1.125rem);
  color: currentColor;
  line-height: 1.5;
}
.page-heading__page-name {
  color: var(--color-dark);
}
.page-heading__page-name--small-mobile {
  font-size: clamp(1.25rem, 0.9011627907rem + 1.3953488372vw, 2rem);
  line-height: 1.5;
}

@media (width <= 63.99875rem) {
  .page-heading {
    padding-block: 1.25rem 0.5rem;
  }
  .page-heading__breadcrumbs {
    margin-bottom: 0.625rem;
  }
  .page-heading__breadcrumbs-item:not(:last-child)::after {
    top: 5%;
  }
  .page-heading__breadcrumbs-link {
    line-height: 1.4;
    letter-spacing: 0.03em;
  }
}
@media (width <= 47.99875rem) {
  .page-heading__breadcrumbs-list {
    flex-wrap: wrap;
    column-gap: var(--breadcrumbsGap);
    row-gap: 0.9375rem;
  }
}
/*  ===================================  */
/*  ==========END page-heading=========  */
/*  ===================================  */
/* Section promo in the rental-develop-page*/
.promo {
  position: relative;
  color: var(--text-color-light);
  min-height: 37.5rem;
  max-width: 120rem;
  margin-inline: auto;
}
.promo__background {
  min-height: 37.5rem;
  position: absolute;
  z-index: -1;
  max-width: 120rem;
}
.promo__background-image {
  height: 37.5rem;
  width: 120rem;
  object-fit: cover;
  object-position: right;
}
.promo__body {
  padding-block: clamp(4rem, 2.2848837209rem + 6.8604651163vw, 7.6875rem) 0;
}
.promo__title {
  max-width: 34.375rem;
  line-height: 1.27;
  margin-bottom: 2.5rem;
}
.promo__subtitle {
  margin-bottom: 2.5rem;
  line-height: 1.5;
  max-width: 28.8125rem;
}

@media (width <= 63.99875rem) {
  .promo {
    min-height: 30.125rem;
  }
  .promo .container {
    --container-padding-x: 2.6875rem;
  }
  .promo__background {
    min-height: 30.125rem;
  }
  .promo__background-image {
    height: 30.125rem;
    width: 63.9375rem;
  }
  .promo__body {
    padding-block: 4.375rem 0;
  }
  .promo__title {
    margin-bottom: 1.25rem;
  }
  .promo__subtitle {
    max-width: 21rem;
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
@media (width <= 47.99875rem) {
  .promo .container {
    --container-padding-x: 0.75rem;
  }
  .promo__background {
    position: static;
  }
  .promo__background-image {
    width: 47.9375rem;
    margin-bottom: 0.6875rem;
    object-position: left;
  }
  .promo__body {
    display: flex;
    flex-direction: column;
    padding-block: 0;
  }
  .promo__title {
    max-width: unset;
    width: 100%;
    position: absolute;
    top: 2.75rem;
    left: calc(var(--container-padding-x) * -1);
    padding-inline: calc(var(--container-padding-x) * 2) 0;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.3;
  }
  .promo__subtitle {
    max-width: unset;
    margin-bottom: 0.625rem;
    color: var(--text-color-dark);
    font-weight: 600;
  }
  .promo__subtitle p {
    margin-bottom: 0;
  }
  .promo__button {
    align-self: center;
  }
}
/*  ============================================  */
/*  ====END promo block(rental-develop-page)====  */
/*  ============================================  */
/* Section pride-slogan. ( small text banner )*/
.pride-slogan {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
}
.pride-slogan--accent-bg {
  background-color: var(--color-accent-200);
  padding-block: 1.25rem;
  max-width: 78.75rem;
}
.pride-slogan__image {
  width: 3.75rem;
  height: 3.75rem;
  flex-shrink: 0;
}
.pride-slogan__text {
  max-width: 52rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text-color-dark-secondary);
  letter-spacing: var(--letter-spacing);
}
.pride-slogan__text--big {
  line-height: 1.2;
}

@media (width <= 100.06125rem) {
  .pride-slogan--accent-bg {
    margin-inline: var(--container-padding-x);
  }
}
@media (width <= 47.99875rem) {
  .pride-slogan {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 5rem;
  }
  .pride-slogan__text--big {
    line-height: 1.5;
    text-align: center;
  }
}
/*================================*/
/*====END section pride-slogan====*/
/*================================*/
/* Styles for section possibility-card. Part of section possibilities */
.possibility-card {
  max-width: 18.5625rem;
  width: 100%;
  height: auto !important;
  padding: 1.25rem 1.25rem 0 1.25rem;
  outline: var(--border-light);
  border-radius: var(--border-radius-small);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.25rem;
  background-color: var(--color-accent-axtra-light);
}
.possibility-card--small-indent {
  row-gap: 0.625rem;
}
.possibility-card__image {
  width: 3.75rem;
  height: 3.75rem;
  flex-shrink: 0;
}
.possibility-card__name {
  line-height: 1.3;
  text-align: center;
  min-height: 3.625rem;
}
.possibility-card__text {
  line-height: 1.5;
  color: var(--text-color-dark-secondary);
  flex-grow: 1;
  margin-block: 0 0.5rem;
}
.possibility-card__text--static-font-size {
  font-size: 1.125rem;
}
.possibility-card__list {
  padding-block: 0 0.1875rem;
}

@media (width <= 63.99875rem) {
  .possibility-card {
    min-height: 17.0625rem;
  }
  .possibility-card--big-width-mobile {
    max-width: 20rem;
  }
  .possibility-card__name {
    min-height: 2.75rem;
    line-height: 1.2;
  }
  .possibility-card__name--small-height-mobile {
    min-height: 1.25rem;
  }
}
/* Styles for section possibilities. */
.possibilities {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.possibilities--small-margin-mobile {
  margin-bottom: clamp(0rem, -2.238372093rem + 8.9534883721vw, 4.8125rem);
}
.possibilities__title {
  margin-bottom: clamp(0rem, -2.238372093rem + 8.9534883721vw, 4.8125rem);
}
.possibilities__slider {
  padding: 0.25rem 0.625rem;
}
.possibilities__slider--small-max-width {
  max-width: 60.3125rem;
}

@media (width > 100.06125rem) {
  .possibilities__list:has(li:nth-child(7n)) {
    justify-content: center;
  }
}
@media (width <= 63.99875rem) {
  .possibilities__slider {
    padding-block: 1.25rem;
  }
  .possibilities__list {
    margin-left: calc(var(--container-padding-x) * -1);
  }
}
/*  ===================================  */
/*  =====END section possibilities ====  */
/*  ===================================  */
/* Styles for block-form callback-form.Part of section callback */
.callback-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 0.9375rem;
}
.callback-form__fields {
  display: flex;
  flex-direction: column;
  row-gap: 1.0625rem;
}
.callback-form__field {
  height: 2.9375rem;
  width: 100%;
  padding-block: 0 0.5rem;
}
.callback-form__field-input {
  padding: 0;
  background-color: transparent;
  border: none;
  border-bottom: var(--border-light);
  height: 100%;
  width: inherit;
  padding-block: 0.625rem;
  padding-inline: 0.625rem;
  transition-duration: var(--transition-duration);
}
.callback-form__field-input:focus {
  outline: var(--border-light);
  border-bottom: transparent;
}
.callback-form__field-input:focus::placeholder {
  color: transparent;
}
.callback-form__field-input::placeholder {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  position: relative;
  left: -0.625rem;
}
.callback-form__button {
  align-self: center;
  padding-inline: 3.3125rem;
}
.callback-form__button--big-padding {
  padding-inline: 3.875rem;
}

@media (width <= 47.99875rem) {
  .callback-form__fields {
    row-gap: 1rem;
  }
  .callback-form__button {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}
/* Styles for section callback. Block with a form for client contact */
.callback__wrapper {
  display: flex;
  gap: 1.5rem;
}
.callback__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 45.1875rem;
  width: 100%;
  padding-block: 3.125rem;
  padding-inline: 1.25rem;
}
.callback__title {
  max-width: 34.1875rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin-block: 0 0.5rem;
}
.callback__title--width-100 {
  max-width: unset;
  width: 100%;
}
.callback__title--rental-page {
  margin-block: 0 1.6875rem;
}
.callback__form {
  max-width: 34.1875rem;
  margin-block: 0 0.5rem;
}
.callback__policy {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.026em;
  width: 100%;
  color: var(--text-color-dark-secondary);
}
.callback__policy-link {
  display: inline;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.callback__image {
  width: inherit;
  height: inherit;
}
.callback__image-wrapper {
  border-radius: var(--border-radius-small);
  width: 32.0625rem;
  height: 32rem;
  flex-shrink: 0;
}
.callback__image-wrapper--rental-page {
  height: 34.5rem;
}

@media (width <= 81.31125rem) {
  .callback__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .callback__body {
    max-width: 100%;
  }
  .callback__form {
    max-width: 100%;
  }
}
@media (width <= 63.99875rem) {
  .callback__wrapper {
    flex-direction: row;
  }
  .callback__body {
    padding-inline: 0;
  }
  .callback__title {
    text-align: start;
  }
  .callback__image-wrapper {
    width: 22.5rem;
    height: 22.5rem;
  }
}
@media (width <= 47.99875rem) {
  .callback__wrapper {
    padding-inline: 1.25rem;
    flex-direction: column;
  }
  .callback__title {
    text-align: center;
    line-height: 1.5;
  }
  .callback__title--rental-page {
    margin-block: 0 0.625rem;
  }
  .callback__body {
    padding-block: 3.125rem 0;
  }
  .callback__policy {
    font-size: 0.9375rem;
  }
}
/*  ===================================  */
/*  ========END section callback=======  */
/*  ===================================  */
/* Styles for section our clients( slider with companies logos ) . source -- home page */
.our-clients {
  overflow-x: hidden;
}
.our-clients__slider {
  --clientsSlideWidth: 11.875rem;
  --clientsSlideHeight: 7.1875rem;
  min-height: calc(var(--clientsSlideHeight) + 0.125rem);
}
.our-clients__slide {
  width: var(--clientsSlideWidth);
  height: var(--clientsSlideHeight);
}
.our-clients__link {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  outline: var(--border-extra-light);
  background-color: var(--color-light);
  border-radius: var(--border-radius-small);
}
@media (any-hover: hover) {
  .our-clients__link:hover {
    filter: opacity(100);
  }
  .our-clients__link:hover .our-clients__image {
    filter: brightness(80%);
  }
}
@media (any-hover: hover) and (any-hover: none) {
  .our-clients__link:active {
    filter: opacity(100);
  }
  .our-clients__link:active .our-clients__image {
    filter: brightness(80%);
  }
}
.our-clients__link:active .our-clients__image {
  scale: 0.98;
}
.our-clients__image {
  transition-duration: var(--transition-duration);
  width: var(--clientsSlideWidth);
  height: var(--clientsSlideHeight);
  border-radius: inherit;
}

/*  ===================================  */
/*  =======END section our clients=====  */
/*  ===================================  */
/* Styles for section about-description.*/
.about-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4.25rem;
  margin-bottom: 5rem;
}
.about-description__image {
  width: inherit;
  height: inherit;
}
.about-description__image-wrapper {
  flex-shrink: 0;
  width: 38.625rem;
  height: 33.125rem;
}
.about-description__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2.5rem;
}
.about-description__title {
  line-height: 1.2;
}
.about-description__text {
  line-height: 1.5;
  letter-spacing: var(--letter-spacing-medium);
  color: var(--text-color-dark-secondary);
}
.about-description__text ul {
  padding-left: 1.375rem;
  list-style: circle;
}
.about-description__text ul:not(:last-child),
.about-description__text p:not(:last-child) {
  margin-bottom: 0.9375rem;
  margin-top: 0;
}
.about-description__button {
  align-self: start;
  font-size: 1rem !important;
}

@media (width <= 81.31125rem) {
  .about-description {
    flex-direction: column;
  }
  .about-description__title {
    text-align: center;
  }
  .about-description__button {
    align-self: center;
  }
}
@media (width <= 47.99875rem) {
  .about-description {
    margin-bottom: 8.125rem;
  }
  .about-description__image-wrapper {
    width: 22.5rem;
    height: 22.5rem;
  }
  .about-description__body {
    row-gap: 2.375rem;
  }
  .about-description__title {
    text-align: left;
    line-height: 1.5;
  }
  .about-description__text ul {
    padding-left: 1.0625rem;
  }
  .about-description__text ul:not(:last-child),
  .about-description__text p:not(:last-child) {
    margin-bottom: 0;
  }
}
/*  ======================================  */
/*  =====END section about-description====  */
/*  ======================================  */
/* Block-card for advantage slider( our-advantage ).Part of Section advantages. Differences from blocks advantages in background color and positioning of the card*/
.advantage-card {
  --advantageCardTitleTextColor: var(--color-gray-800);
  --ourAdvantageCardBgColor: var(--color-accent-200);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.1875rem;
  max-width: 18.5625rem;
  width: 100%;
  padding: 1.1875rem 1.25rem 1.5625rem;
  border: var(--border-light);
  border-radius: var(--border-radius-small);
  background-color: var(--ourAdvantageCardBgColor);
}
.advantage-card__image {
  width: 3.75rem;
  height: 3.75rem;
}
.advantage-card__heading {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: var(--advantageCardTitleTextColor);
}
.advantage-card__text {
  color: var(--text-color-dark-secondary);
  line-height: 1.52;
}

@media (width <= 47.99875rem) {
  .advantage-card {
    padding: 1.25rem 1.25rem 1.125rem;
    row-gap: 1.125rem;
  }
  .advantage-card__heading {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
  .advantage-card__text {
    line-height: 1.47;
  }
}
/* Section advantages.Slider(our-advantage). Differences from the advantages section, in the cards.*/
.advantages {
  --advantagesSlidesQuantity: 4;
  overflow-x: hidden;
}
.advantages__title {
  margin-bottom: 3.125rem;
}
.advantages__slider-wrapper {
  display: grid;
  grid-template-rows: auto !important;
  grid-template-columns: repeat(var(--advantagesSlidesQuantity), 18.5625rem);
  column-gap: 1.5rem;
}
.advantages__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.25rem;
}
.advantages__button {
  font-size: 1rem;
}

@media (width <= 63.99875rem) {
  .advantages__slider {
    margin-block: 0 1.25rem;
  }
  .advantages__buttons {
    column-gap: 1rem;
    justify-content: start;
  }
}
@media (width <= 47.99875rem) {
  .advantages__slider-wrapper {
    column-gap: 0.625rem;
  }
}
/*  ===================================  */
/*  =======END section advantages======  */
/*  ===================================  */
/* Styles for section about-gallery.*/
.about-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-gallery__subtitle {
  max-width: 52rem;
  font-size: 1.125rem;
  letter-spacing: var(--letter-spacing-medium);
  text-align: start;
}
.about-gallery__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  max-width: 75.1875rem;
  margin-inline: auto;
  margin-bottom: 3.125rem;
}
.about-gallery__list-item {
  flex-shrink: 0;
}
.about-gallery__image {
  width: inherit;
  height: inherit;
}
.about-gallery__image-wrapper {
  width: 23.5rem;
  height: 18.8125rem;
}
.about-gallery__image-wrapper--big-width {
  width: 25.375rem;
}
.about-gallery__button {
  font-size: 1rem;
}

@media (width <= 100.06125rem) {
  .about-gallery__list {
    flex-wrap: wrap;
  }
}
@media (width <= 63.99875rem) {
  .about-gallery__list {
    justify-content: center;
  }
}
@media (width <= 47.99875rem) {
  .about-gallery {
    gap: 3.125rem;
  }
  .about-gallery__title {
    margin-bottom: 0;
  }
  .about-gallery__subtitle {
    margin-bottom: 0;
  }
  .about-gallery__list {
    flex-direction: column;
    margin-bottom: 0;
  }
  .about-gallery__image-wrapper--small-height {
    height: 15.75rem;
  }
}
/*  ==================================  */
/*  =====END section about-gallery====  */
/*  ==================================  */
/* Navigation footer section. part of footer */
.footer-svc-links__heading {
  font-size: 1rem;
  line-height: 2.625rem;
  letter-spacing: var(--letter-spacing);
  font-weight: 600;
  text-align: center;
  color: var(--color-light);
  border-bottom: var(--border-light);
  width: 100%;
  margin-bottom: 2.25rem;
}
.footer-svc-links__nemu {
  font-weight: 600;
  font-size: 0.875rem;
}
.footer-svc-links__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 11.875rem));
  gap: 1.5rem;
}
.footer-svc-links__item:not(:last-child) {
  margin-bottom: 0.875rem;
}
.footer-svc-links__link {
  line-height: 1.44;
}

@media (width <= 81.31125rem) {
  .footer-svc-links__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.75rem 1.5rem;
  }
}
@media (width <= 30.06125rem) {
  .footer-svc-links__list {
    grid-template-columns: 1fr;
    gap: 0.875rem 1.5rem;
  }
}
/* Block footer . For all pages.*/
.footer {
  background-color: var(--color-gray-800);
  color: var(--color-white-opacity-35);
}
.footer__inner {
  padding-block: clamp(0.9375rem, 0.6468023256rem + 1.1627906977vw, 1.5625rem)
    clamp(1.375rem, 0.2122093023rem + 4.6511627907vw, 3.875rem);
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(2, auto);
  row-gap: clamp(1.9375rem, 1.414244186rem + 2.0930232558vw, 3.0625rem);
  column-gap: 4.625rem;
}
.footer__heading {
  max-width: 21.875rem;
  width: 100%;
}
.footer__heading-text {
  font-size: 0.8125rem;
  line-height: 1.4;
}
.footer__logo {
  width: 20.6875rem;
  height: 4.875rem;
  margin-bottom: 1rem;
  margin-left: -0.625rem;
}
.footer__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.375rem;
  align-self: flex-end;
  max-width: 52rem;
}
.footer__qs-line {
  grid-area: qs;
  max-width: 25.25rem;
  width: 100%;
}
.footer__qs-line-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: clamp(0rem, -0.4941860465rem + 1.976744186vw, 1.0625rem);
  padding-inline: 2.5rem;
  border: var(--border-light);
  border-radius: var(--border-radius-small);
  color: var(--color-green-light);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: var(--letter-spacing);
  text-align: center;
  text-transform: uppercase;
}
.footer__qs-line-phone {
  white-space: nowrap;
}
.footer__qs-line-text {
  font-size: 0.9375rem;
  line-height: 1.3;
  max-width: 14.6875rem;
}
.footer__yandex-button {
  grid-area: yandex;
  justify-self: center;
  width: clamp(3.375rem, 2.851744186rem + 2.0930232558vw, 4.5rem);
  height: clamp(4.3125rem, 3.6438953488rem + 2.6744186047vw, 5.75rem);
  margin-top: -0.5625rem;
}
.footer__button {
  grid-area: button;
  font-size: 1rem;
}
.footer__svc-links {
  max-width: 52rem;
}
.footer__links {
  align-self: end;
  color: var(--color-light);
  font-size: 1rem;
  line-height: 1.25;
}
.footer__links-list {
  display: flex;
  flex-direction: column;
  gap: 1.9375rem 1.875rem;
  letter-spacing: var(--letter-spacing);
}
.footer ul {
  list-style: none;
  margin-block: 0;
  padding: 0;
}

@media (width <= 81.31125rem) {
  .footer__buttons {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: minmax(5.75rem, auto) auto;
    grid-template-areas: "yandex qs" "button button";
    row-gap: 2.25rem;
  }
  .footer__button {
    justify-self: center;
  }
  .footer__links {
    align-self: center;
  }
}
@media (width <= 63.99875rem) {
  .footer .container {
    --container-padding-x: 1.875rem;
  }
  .footer__inner {
    padding-block: 1.5625rem 3.9375rem;
    grid-template-areas: "heading buttons" "links-list links-list" "svc svc";
    column-gap: 2.125rem;
  }
  .footer__heading {
    grid-area: heading;
    justify-self: center;
    text-align: center;
    margin-left: -0.625rem;
  }
  .footer__heading-text {
    font-size: 0.75rem;
  }
  .footer__links {
    grid-area: links-list;
    margin-bottom: 1.375rem;
  }
  .footer__links-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem 1.5rem;
  }
  .footer__svc-links {
    grid-area: svc;
    max-width: unset;
  }
  .footer__buttons {
    grid-area: buttons;
    margin-inline: auto;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    max-width: unset;
    width: 100%;
    grid-template-areas: "yandex button" ". qs";
    row-gap: 1rem;
  }
  .footer__button {
    align-self: start;
  }
  .footer__yandex-button {
    width: 3.375rem;
    height: 4.3125rem;
    align-self: start;
  }
}
@media (width <= 47.99875rem) {
  .footer .container {
    --container-padding-x: 1rem;
  }
  .footer__inner {
    padding-block: 0.6875rem 1.375rem;
    grid-template-columns: 1fr;
    grid-template-areas: "heading" "buttons" "links-list" "svc";
    row-gap: 0;
  }
  .footer__heading {
    max-width: unset;
    width: 100%;
    margin-bottom: 1rem;
    margin-left: unset;
  }
  .footer__logo {
    margin-bottom: 1.125rem;
    margin-left: unset;
  }
  .footer__buttons {
    grid-template-rows: 1fr minmax(5.75rem, auto);
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "button button" "yandex qs";
    column-gap: 1.6875rem;
    row-gap: 2.3125rem;
    margin-bottom: 1.3125rem;
  }
  .footer__qs-line {
    min-width: 14.9375rem;
  }
  .footer__yandex-button {
    align-self: start;
    margin-top: 0.4375rem;
  }
  .footer__links {
    margin-bottom: 1.75rem;
  }
  .footer__links-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem 2rem;
  }
}
@media (width <= 30.06125rem) {
  .footer__yandex-button {
    margin-top: 0.4375rem;
  }
}
/*  ===================================  */
/*  =============END footer============  */
/*  ===================================  */

/*# sourceMappingURL=rental-develop.css.map */
