@charset "UTF-8";
/* -------------------------------------
	Страница реквизитов
	------------------------------------- */
.requisites-item {
  position: relative;
  padding: 50px 68px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.13);
}

.requisites-item__header {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.requisites-item__header .requisites-file {
  margin-bottom: 20px;
}

.requisites-list {
  line-height: 1.7;
}

.requisites-list:not(:last-child) {
  margin-bottom: 30px;
}

.requisites-file {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #2dc964;
}

.requisites-file img {
  width: 27px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 27px;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
  height: 18px;
  margin-right: 8px;
}

@media screen and (max-width: 1199px) {
  .requisites-item {
    padding: 40px 40px 80px;
  }
  .requisites-file {
    position: absolute;
    bottom: 40px;
    left: 40px;
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 991px) {
  .requisites__row {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .requisites__row .cols {
    padding: 0;
  }
  .requisites__row .col-1-2 {
    width: 100%;
  }
  .requisites__row .col-1-2:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .requisites-item {
    padding: 30px 15px 70px;
  }
  .requisites-file {
    bottom: 30px;
    left: 15px;
  }
}
