@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat+Alternates&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Roboto:400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap&subset=cyrillic");
* {
  font-family: 'Montserrat Alternates', sans-serif;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 13rem;
  height: 100%;
  -webkit-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.35), 0 0px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0px 18px rgba(0, 0, 0, 0.35), 0 0px 10px rgba(0, 0, 0, 0.22);
  background-image: url("./images/texture.jpg");
  background-position: left top;
  background-repeat: repeat;
}

.menu--logo img {
  width: 13rem;
  margin: 0rem;
}

.menu--k img {
  width: 5rem;
  margin-top: -12rem;
  pointer-events: none;
}

.menu--list {
  font-size: 1.4rem;
  list-style-type: none;
  padding: 0;
}

.menu--list:hover .menu--item:not(:hover) {
  opacity: 0.5;
}

.menu--item {
  margin-bottom: 1rem;
  padding-left: 2rem;
  margin-right: 2rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.menu--item.current {
  border-bottom: 2px solid white;
}

.menu--item a {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.menu--item a:visited {
  color: white;
}

.main {
  padding: 0;
  padding-left: 13rem;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.main--image img {
  max-width: 30rem;
  widows: 100%;
}

.header--image {
  background-image: url("./images/main-page-image.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: calc(64vw / (1600 / 841));
  width: 100%;
}

.header--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5rem;
  margin-right: 5rem;
  margin-top: 3rem;
  margin-bottom: -1rem;
  color: #48240c;
}

.header--zag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5rem;
  margin-right: 5rem;
  color: #48240c;
}

.text {
  font-family: Century Gothic, sans-serif;
  font-size: 1.3em;
  max-width: 60rem;
  width: 100%;
  text-align: justify;
  color: #48240c;
  padding-top: 0;
}

.text--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5rem;
  margin-right: 5rem;
  margin-bottom: 5rem;
}

.select {
  color: #cc7722;
  /* Цвет текста */
  font-family: Century Gothic, sans-serif;
}

.pod {
  font-family: Century Gothic, sans-serif;
  font-size: 1.2em;
  max-width: 60rem;
  width: 100%;
  text-align: center;
  color: #48240c;
}

/* Страница Дизайнеры */
.wrap {
  padding: 0;
  padding-left: 13rem;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.profi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5rem;
  padding-bottom: 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profi--zag {
  color: #48240c;
  width: 100%;
  padding-left: 1rem;
  margin-bottom: 1rem;
  -webkit-box-sizing: 1rem;
          box-sizing: 1rem;
}

.profi--zag h1 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.profi--row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: calc(15rem * 4);
}

.profi--row-three {
  max-width: calc(15rem * 3);
}

.profi--item {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  margin-left: 1rem;
  margin-bottom: 1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  max-width: 13rem;
  min-width: 10rem;
}

.profi--item:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.profi--item img {
  width: 100%;
}

.profi--bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0;
  background-image: url("./images/texture.jpg");
  background-repeat: repeat;
  background-size: 20rem;
}

.profi--name {
  color: #48240c;
  font-weight: bold;
  font-size: 1.2rem;
}

.profi--country {
  color: white;
}

.profi--data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: justify;
  padding: 2rem;
  color: #48240c;
  font-size: 1.1rem;
}

.profi--data-column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.profi--data-column .data-text {
  max-width: 100%;
  padding-right: 1rem;
}

@media (max-width: 1100px) {
  .profi--data-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profi--data-column .data-text {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 2rem;
  }
}

.profi--projects {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profi--projects-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profi--projects-item, .profi--projects-item img {
  max-width: 20rem;
}

.profi--modal-header {
  padding: 1rem 2rem;
  color: #48240c;
}

@media (max-width: 1300px) {
  .profi--projects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.gallery--projects {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
}

.gallery--images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gallery--images-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery--images-item, .gallery--images-item img {
  max-width: 11.5rem;
}

@media (max-width: 1100px) {
  .gallery--projects {
    margin-right: auto;
  }
}

@media (max-width: 1300px) {
  .gallery--projects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.portret {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.portret--box {
  margin-left: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 600px) {
  .modal-dialog {
    max-width: 80vw;
    width: 60%;
  }
}

.b1 {
  margin-right: 2rem;
  width: 14rem;
  height: 135%;
  -webkit-box-shadow: 0 0px 18px rgba(0, 0, 0, 0.35), 0 0px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0px 18px rgba(0, 0, 0, 0.35), 0 0px 10px rgba(0, 0, 0, 0.22);
  background-image: url("./images/texture.jpg");
  background-position: left top;
  background-repeat: no-repeat;
}

footer {
  width: 100%;
  height: 6rem;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5rem;
  color: black;
  -webkit-box-shadow: inset 0 0px 18px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0 0px 18px rgba(0, 0, 0, 0.35);
}

footer .material-icons {
  position: relative;
  top: 0.5rem;
  color: red;
}
/*# sourceMappingURL=styles.css.map */