@charset "UTF-8";
.formas {
  margin: 40px 0;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.formas-body {
  border: 2px solid #efefef;
  border-radius: 10px;
  padding: 50px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formas-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.formas-form {
  display: none;
  margin-bottom: 10px;
}

.formas-form.show {
  display: block;
  margin-bottom: 50px;
}

.formas-title {
  margin: 0 0 10px 0;
  font-size: 28px;
  font-family: 'montserrat-bold';
  color: #000000;
}

.formas-link {
  color: #005fb3;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'montserrat-bold';
}

.formas-link:hover, .formas-link:focus {
  border-bottom: 1px solid #005fb3;
}

.formas-decor {
  display: inline-block;
  min-width: 58px;
  width: 58px;
  height: 58px;
  background-color: #1a846c;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}

.formas-decor:after {
  content: '';
  display: inline-block;
  min-width: 17px;
  width: 17px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/formas-decor-after.png);
  position: relative;
  top: 17px;
}

.formas-main {
  background-color: #f5f2eb;
  border-radius: 10px;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.formas-list .formas-text {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  font-family: 'montserrat-bold';
}

.formas-item {
  margin: 15px 0;
}

.formas-lbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.formas-field {
  border-radius: 8px;
  background-color: #ffffff;
  width: calc(100% - 225px);
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border: 0;
  font-size: 17px;
}

.formas-field-area {
  min-height: 100px;
}

.formas-field-file {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 0 !important;
}

.formas-bottom {
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formas-sublist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.formas-sublist .formas-lbl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.formas-sublist .formas-field {
  border: 1px solid #efefef;
}

.formas-subitem {
  margin: 15px 0;
}

.formas-text {
  display: inline-block;
  width: 225px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
}

.formas-files {
  width: calc(100% - 225px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 17px;
}

.formas-files-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 2px;
  border-color: #efefef;
  border-radius: 8px;
  height: 50px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
}

.formas-files-quad {
  padding: 15px 15px;
}

.formas-files-icon {
  display: inline-block;
  min-width: 24px;
  width: 24px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/formas-files-icon.png);
}

.formas-files-close {
  display: inline-block;
  min-width: 19px;
  width: 19px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/formas-files-close.png);
  margin-left: 20px;
}

.formas-more {
  text-align: center;
  margin-top: 30px;
}

.formas-more-btn {
  background-color: #1a846c;
  color: #ffffff;
  border-radius: 10px;
  padding: 18px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'montserrat-bold';
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.formas-more-btn:hover, .formas-more-btn:focus {
  background-color: #27aa8b;
}

@media (max-width: 768px) {
  .formas-top {
    display: block;
  }
  .formas-top-right {
    margin-top: 20px;
  }
  .formas-decor {
    width: 240px;
  }
  .formas-decor::before {
    content: 'Заполните форму';
    color: #ffffff;
    font-size: 17px;
    position: relative;
    top: 16px;
    font-family: 'montserrat-bold';
  }
  .formas-decor::after {
    margin-left: 15px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .formas-body {
    padding: 30px;
  }
  .formas-bottom {
    padding: 30px 0;
  }
  .formas-lbl {
    display: block;
  }
  .formas-text {
    display: inline-block;
  }
  .formas-field {
    width: 100% !important;
  }
  .formas-field-file {
    width: 0 !important;
  }
  .formas-item {
    position: relative;
  }
  .formas-item .formas-text {
    position: absolute;
    left: 17px;
    top: 15px;
    width: auto;
  }
  .formas-item .formas-field {
    padding-left: 120px;
  }
  .formas-subitem {
    margin-bottom: 10px;
  }
  .formas-subitem .formas-text {
    width: 100%;
    margin-bottom: 10px;
  }
  .formas-files {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .formas-top {
    padding-left: 40px;
    padding-right: 30px;
  }
  .formas-body {
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
  .formas-title {
    font-size: 23px;
  }
  .formas-main {
    padding: 40px 30px;
    border-radius: 0;
  }
  .formas-field {
    height: 40px;
  }
  .formas-field-area {
    min-height: 40px;
  }
  .formas-item .formas-text {
    font-size: 13px;
    top: 10px;
  }
  .formas-item .formas-field {
    padding-left: 100px;
  }
  .formas-bottom {
    padding: 10px 30px;
  }
  .formas-text {
    font-size: 13px;
  }
  .formas-more-btn {
    padding: 17px 70px;
    font-size: 17px;
  }
  .formas-files-item {
    height: 40px;
  }
  .formas-files-icon {
    min-width: 20px;
    width: 20px;
    height: 21px;
    background-size: contain;
  }
}

@media (max-width: 360px) {
  .formas-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*# sourceMappingURL=style.css.map */