.main {
  padding: 6vw 0;
}

.main .grid {
  display: -ms-grid;
  display: grid;
}

.main .top-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1vw;
}

.main .top-block .img-container {
  margin: 12px;
  height: 35vw;
}

.main .top-block .img-container img {
  width: 100%;
}

.main .top-block .img-container:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url("../images/portfolio/top-left-min.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main .top-block .img-container:nth-of-type(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  margin: 6vw 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../images/portfolio/top-center-min.png");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/portfolio/top-center-min.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main .top-block .img-container:nth-of-type(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../images/portfolio/top-right-min.png");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/portfolio/top-right-min.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main .bottom-block {
  width: 100%;
  -ms-grid-columns: (1fr)[10];
      grid-template-columns: repeat(10, 1fr);
  -ms-grid-rows: (5vw)[10];
      grid-template-rows: repeat(10, 5vw);
  gap: 10px;
  position: relative;
}

.main .bottom-block .img-container {
  height: 100%;
  width: 100%;
}

.main .bottom-block .img-container:nth-of-type(1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 4;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../images/portfolio/bottom-tl-min.png");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/portfolio/bottom-tl-min.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main .bottom-block .img-container:nth-of-type(2) {
  -ms-grid-column: 4;
      grid-column-start: 4;
  grid-column-end: 11;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../images/portfolio/bottom-tr-min.png");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/portfolio/bottom-tr-min.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main .bottom-block .img-container:nth-of-type(3) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 4;
  -ms-grid-row: 4;
      grid-row-start: 4;
  grid-row-end: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../images/portfolio/bottom-bl-min.png");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/portfolio/bottom-bl-min.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main .bottom-block .img-container:nth-of-type(4) {
  -ms-grid-column: 4;
      grid-column-start: 4;
  grid-column-end: 7;
  -ms-grid-row: 6;
      grid-row-start: 6;
  grid-row-end: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../images/portfolio/bottom-bc-min.png");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/portfolio/bottom-bc-min.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main .bottom-block .img-container:nth-of-type(5) {
  -ms-grid-column: 7;
      grid-column-start: 7;
  grid-column-end: 11;
  -ms-grid-row: 6;
      grid-row-start: 6;
  grid-row-end: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../images/portfolio/bottom-br-min.png");
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/portfolio/bottom-br-min.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main .bottom-block .kbottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30vw;
}

.main .bottom-block .kbottom .tri {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.main .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 2vw 5vw;
}

.main .btn-container .smo-btn {
  font-size: 1em;
  z-index: 200;
  margin-top: 4vw;
}
/*# sourceMappingURL=portfolio.css.map */