.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: #222;
  background-color: #f8f6f2;
  font-family: Font, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.container {
  max-width: 1280px;
  padding: 60px 40px;
}

.first-head {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.strong {
  font-weight: 800;
}

.showroom-w {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.showroom-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.showroom-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #424242;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.showroom-link-img {
  opacity: .5;
  width: 17px;
}

.showroom-link-text {
  color: #222;
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
}

.showroom-link-text.mail {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}

.footer-data {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}

.showroom-head {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.showroom-city {
  color: #222;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
}

.showroom-flag {
  border-radius: 100px;
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.first-button {
  color: #424242;
  text-transform: uppercase;
  background-color: #ffc600;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin-top: 10px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  font-weight: 900;
  transition: all .3s;
  display: flex;
  box-shadow: 0 -7px 30px rgba(123, 76, 21, .08);
}

.first-button:hover {
  color: #fff;
  background-color: #424242;
}

@media screen and (max-width: 991px) {
  .showroom-w {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 40px;
  }

  .first-head {
    text-align: left;
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 130%;
  }

  .showroom-w {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .first-button {
    font-size: 12px;
  }
}


@font-face {
  font-family: 'Font';
  src: url('../fonts/Geometria-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/Geometria-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/Geometria-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}