.banners-slider__list {
  display: flex;
  align-items: stretch;
  height: auto;
}

.banners-slider__item {
  width: 100%;
  height: auto;
  align-self: stretch;
}

.showroom__content {
  height: 100%;
  display: grid;
  grid-template-rows: repeat(3, min-content);
  grid-template-columns: 1fr;
  row-gap: var(--indent-m);
}
@media screen and (min-width: 1000px) {
  .showroom__content {
    row-gap: var(--indent-l);
    -moz-column-gap: var(--indent-xl);
         column-gap: var(--indent-xl);
    grid-template-rows: min-content 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.showroom__text-block {
  color: var(--cl-grey-dark);
}
@media screen and (min-width: 1000px) {
  .showroom__text-block {
    grid-row: 1/2;
    grid-column: 1/2;
  }
}

.showroom__image-block {
  height: 320px;
  border-radius: var(--radius-s);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .showroom__image-block {
    height: 100%;
    grid-row: 1/3;
    grid-column: 2/3;
  }
}
.showroom__image-block img {
  min-width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1000px) {
  .showroom__address-list {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}

.address-list {
  display: flex;
  flex-direction: column;
  gap: var(--indent-s);
}
@media screen and (min-width: 1000px) {
  .address-list {
    width: 90%;
    gap: var(--indent-m);
  }
}

.address-list__item {
  padding: var(--indent-s);
  box-sizing: border-box;
  background-color: var(--cl-white);
  border-radius: var(--indent-s);
  display: flex;
  flex-direction: column;
  gap: var(--indent-m);
  box-sizing: border-box;
  word-break: normal;
}
@media screen and (min-width: 1000px) {
  .address-list__item {
    padding: var(--indent-m);
    box-sizing: border-box;
    background-color: var(--cl-white);
    border-radius: var(--indent-m);
    gap: var(--indent-m);
  }
}

.address-list__phone-block {
  display: flex;
  align-items: center;
  gap: var(--indent-s);
}

.address-list__phone-link {
  margin-bottom: var(--indent-xs);
  display: block;
}
.address-list__phone-link:last-child {
  margin-bottom: 0;
}

.address-list__phone-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.address-list__phone-icon svg {
  width: 100%;
  height: auto;
  display: block;
  fill: var(--cl-purple-accent);
  -o-object-fit: contain;
     object-fit: contain;
}

.address-list__address-block {
  display: flex;
  align-items: center;
  gap: var(--indent-s);
}
.address-list__address-block p {
  margin: 0 0 var(--indent-s);
}
.address-list__address-block p:last-child {
  margin-bottom: 0;
}
.address-list__address-block {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: var(--cl-grey-dark);
}
@media screen and (min-width: 1000px) {
  .address-list__address-block {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
}

.address-list__location-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.address-list__location-icon svg {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.social__content {
  padding: var(--indent-s) var(--indent-s) 40px;
  box-sizing: border-box;
  background-color: var(--cl-white);
  border-radius: var(--radius-s);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url("/build/assets/img/general/line-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  .social__content {
    padding: 0 0 0 100px;
    min-height: 460px;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 60px;
  }
}

.social__image-block {
  margin-bottom: 16px;
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.social__image-block img {
  min-width: 100%;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1000px) {
  .social__image-block img {
    width: auto;
    height: 115%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1000px) {
  .social__image-block {
    margin-bottom: 0;
    min-height: 100%;
    flex: 0 0 calc(50% - 60px);
    order: 2;
  }
}

.social__info {
  margin: 0 auto;
  order: 2;
  max-width: 80%;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .social__info {
    padding: var(--indent-l) 0;
    margin: 0;
    text-align: left;
    max-width: 100%;
    align-self: center;
    flex: 0 0 50%;
    order: 1;
  }
}

.social__title {
  margin: 0 0 var(--indent-sm);
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .social__title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .social__title {
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 54px;
    line-height: 50px;
    font-weight: 700;
  }
}

.social__text {
  margin-bottom: 24px;
  color: var(--cl-grey-dark);
}
@media screen and (min-width: 768px) {
  .social__text {
    margin-bottom: 40px;
  }
}

.social__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1000px) {
  .social__list {
    justify-content: flex-start;
  }
}

.social__link {
  padding: 8px;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  box-sizing: border-box;
  background: var(--gr-main);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition-main);
}
.social__link:hover {
  position: relative;
  transform: scale(1.1);
  box-shadow: 0 0 10px 0 var(--cl-shadow-secondary);
}
.social__link svg {
  width: 24px;
  height: auto;
  max-width: 100%;
  fill: var(--cl-white);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .social__link svg {
    width: 36px;
  }
}
@media screen and (min-width: 768px) {
  .social__link {
    width: 60px;
    height: 60px;
  }
}/*# sourceMappingURL=home.css.map */
