@font-face {
  font-family: "Louis";
  src: local("Louis"), url("../font/louis/louis-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Louis";
  src: local("Louis"), url("../font/louis/louis-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

.model-gallery .model-gallery__buy {
  display: none;
}

.model-gallery__header {
  height: auto;
  min-height: 25.69231vw;
  height: auto;
  position: relative;
  padding-bottom: 7.69231vw;
  margin-bottom: 3.84615vw;
}

.model-gallery__header__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.model-gallery__header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.model-gallery__header .container {
  padding-top: 10.23077vw;
  position: relative;
}

.model-gallery__header .main__h1 {
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 0;
}

.model-gallery__design {
  margin-bottom: 5.38462vw;
}

.model-gallery__design:last-child {
  margin-bottom: 9.38462vw;
}

.model-gallery__design .main__h2 {
  margin-bottom: 2.46154vw;
}

.model-gallery__design__photos {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 1.53846vw;
          column-gap: 1.53846vw;
  row-gap: 1.53846vw;
}

.model-gallery__design__photos a {
  height: 20.53846vw;
}

.model-gallery__design__photos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.model-gallery__design__photos a:hover {
  cursor: pointer;
}

@media screen and (min-width: 1300px) {
  .model-gallery__header {
    min-height: 334px;
    padding-bottom: 100px;
    margin-bottom: 50px;
  }
  .model-gallery__header .container {
    padding-top: 133px;
  }
  .model-gallery__design {
    margin-bottom: 70px;
  }
  .model-gallery__design:last-child {
    margin-bottom: 122px;
  }
  .model-gallery__design .main__h2 {
    margin-bottom: 32px;
  }
  .model-gallery__design__photos {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
  .model-gallery__design__photos a {
    height: 267px;
  }
}

@media screen and (min-width: 760px) and (max-width: 999px) {
  .model-gallery__header {
    min-height: 43.94737vw;
    padding-bottom: 6.57895vw;
  }
  .model-gallery__header .container {
    padding-top: 13.42105vw;
  }
  .model-gallery__header .main__h1 {
    margin-bottom: 3.42105vw;
  }
  .model-gallery__design {
    margin-bottom: 7.89474vw;
  }
  .model-gallery__design:last-child {
    margin-bottom: 16.05263vw;
  }
  .model-gallery__design__photos {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2.10526vw;
            column-gap: 2.10526vw;
    row-gap: 2.23684vw;
  }
  .model-gallery__design__photos a {
    height: 29.07895vw;
  }
}

@media screen and (max-width: 759px) {
  .model-gallery .model-gallery__buy {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
    background: #CD9834;
    letter-spacing: 0.02em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    margin-top: 30.625vw;
    padding: 3.75vw 9.375vw 4.6875vw 9.375vw;
    font-family: "Louis","Arial", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 6.25vw;
    line-height: 7.5vw;
  }
  .model-gallery__header {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .model-gallery__header__img {
    width: 100%;
    height: 47.8125vw;
    position: relative;
    display: inline-block;
    margin-bottom: 5.625vw;
  }
  .model-gallery__header .container {
    padding-top: 0;
  }
  .model-gallery__header .main__h1 {
    margin-bottom: 9.375vw;
    color: #393839;
  }
  .model-gallery__design {
    margin-bottom: 15.625vw;
  }
  .model-gallery__design:last-child {
    margin-bottom: 15.3125vw;
  }
  .model-gallery__design .main__h2 {
    margin-bottom: 6.25vw;
  }
  .model-gallery__design__photos {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 3.125vw;
            column-gap: 3.125vw;
    row-gap: 3.125vw;
  }
  .model-gallery__design__photos a {
    height: 28.125vw;
  }
}
/*# sourceMappingURL=model_gallery.css.map */