.team {
  margin: 47px auto 100px;
  padding: 0 25px;
  width: 100%;
  max-width: 1265px; }

.team__title {
  padding-bottom: 17px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 54px;
  text-transform: uppercase;
  color: #000000; }

.team__img-container {
  padding-bottom: 30px;
  width: 100%;
  max-width: 100%; }

.team__img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.team__description {
  padding-bottom: 56px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 175.9%;
  color: #000000; }

.team__description p {
  margin: 0;
}

.team__info p {
  margin-bottom: 0;
  margin-top: 0;
}

.team__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 34px; }

.team__index-press {
  margin-bottom: 16px;
  padding: 21px;
  margin-right: 20px;
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  background: #DCBB97; }

.team__info-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  padding: 16px 25px;
  width: 100%;
  max-width: 450px;
  border: 1px solid #BAC5CE; }

.team__info-form p {
  margin-right: 22px;
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #000000; }

.team__info-form-btn {
  padding: 4px 20px 6px;
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #004445;
  background: #BAC5CE;
  border-radius: 100px;
  border: 0; }

.team__edition-title {
  padding-bottom: 16px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 34px;
  color: #000000; }

.team__edition-address {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 175.9%;
  color: #000000; }

.media-form {
  display: none; }

@media (max-width: 992px) {
  .media-form {
    display: block;
    margin: 0 -10px 47px;
    padding: 41px 10px 29px;
    background: #DCBB97; }
  .media-form__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 276px; }
  .media-form__title svg {
    margin-right: 41px;
    width: 66px; }
  .media-form__title span {
    width: 100%;
    max-width: 170px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000000; }
  .media-form__input-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 350px; }
  .media-form__input {
    padding: 7px 165px 7px 15px;
    width: 100%;
    border: 1px solid #FFFFFF;
    background: #DCBB97; }
  .media-form__input-btn {
    position: relative; }
  .media-form__btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 21px;
    height: 100%;
    border: 1px solid white;
    background: white; }
  .media-form__btn:hover {
    background: #bac5ce;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .media-form__btn {
    -webkit-transition: all 0.4s;
    transition: all 0.4s; } }

@media (max-width: 580px) {
  .team {
    margin: 10px auto 48px;
    padding: 0 10px; }
  .team__title {
    padding-bottom: 10px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 175.9%; }
  .team__img-container {
    padding-bottom: 22px; }
  .team__description {
    font-size: 14px;
    line-height: 175.9%; }
  .team__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 14px; }
  .team__index-press {
    margin-right: 0;
    width: 100%;
    max-width: 294px; }
  .team__info-form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 25px 33px;
    max-width: 294px; }
  .team__info-form p {
    margin-right: 0;
    margin-bottom: 13px; }
  .team__edition-address {
    font-size: 16px; }
  .team__edition-title {
    font-size: 22px; } }
