.agencies__banner-container {
  position: relative;
}

.agencies__banner {
  display: flex;
  align-items: center;
  height: 450px;
  position: relative;
}
@media all and (max-width: 640px) {
  .agencies__banner {
    height: initial;
    margin-bottom: 6px;
    padding: 18px 0;
  }
}
.agencies__banner .wrapper {
  position: static;
}

.banner__text {
  max-width: 380px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.8px;
  color: #fff;
  background-color: rgba(46, 44, 112, 0.6);
  padding: 70px 30px 70px 0;
  border-top-right-radius: 140px;
  border-bottom-right-radius: 140px;
}
.banner__text:before {
  content: "";
  width: 1500px;
  height: 100%;
  display: block;
  background-color: rgba(46, 44, 112, 0.6);
  position: absolute;
  right: 100%;
  top: 0;
}
@media all and (max-width: 768px) {
  .banner__text {
    max-width: 300px;
    font-size: 38px;
  }
}
@media all and (max-width: 640px) {
  .banner__text {
    font-size: 30px;
  }
}

.news__subscribe {
  position: absolute;
  bottom: -70px;
  right: 0;
  background-color: #2e2c70;
  color: #fff;
  padding: 45px 34px 28px 41px;
  width: 367px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}
@media all and (max-width: 1024px) {
  .news__subscribe {
    width: 325px;
  }
}
@media all and (max-width: 768px) {
  .news__subscribe {
    width: 275px;
  }
}
@media all and (max-width: 640px) {
  .news__subscribe {
    position: static;
    width: 100%;
    border-radius: 0;
  }
}
.news__subscribe:after {
  content: "";
  width: 1500px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 345px;
  background-color: #2e2c70;
}
@media all and (max-width: 1440px) {
  .news__subscribe:after {
    display: none;
  }
}
.news__subscribe p {
  margin-bottom: 25px;
}
.news__subscribe h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.news__subscribe input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  margin-left: -41px;
  margin-bottom: 12px;
  outline: none;
  border: none;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  padding-left: 42px;
  font-family: Arial, Helvetica, sans-serif;
}
.news__subscribe input::-webkit-input-placeholder {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 50px;
  font-family: Arial, Helvetica, sans-serif;
}
.news__subscribe input::-moz-placeholder {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 50px;
  font-family: Arial, Helvetica, sans-serif;
}
.news__subscribe input:-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 50px;
  font-family: Arial, Helvetica, sans-serif;
}
.news__subscribe input:-moz-placeholder {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 50px;
  font-family: Arial, Helvetica, sans-serif;
}
@media all and (max-width: 1024px) {
  .news__subscribe input {
    min-width: 100%;
  }
}
.news__subscribe .news__subscribe-btn {
  width: 100%;
  max-width: 270px;
  height: 60px;
  line-height: 60px;
  background-color: #f9a018;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.pilon-content {
  overflow: hidden;
}

.pilon-content .pilon-content-item:nth-child(2n+2) {
  background-color: #f1ecf6;
}

.pilon-content-item {
  padding: 20px 0 45px 0;
}
@media all and (max-width: 640px) {
  .pilon-content-item {
    padding-bottom: 15px;
  }
}
.pilon-content-item ul {
  font-size: 14px;
  line-height: 1.64;
  color: #515050;
  margin-bottom: 35px;
}
.pilon-content-item h4 {
  font-size: 20px;
  font-weight: 500;
  color: #2e2c70;
  text-transform: uppercase;
  position: relative;
}
@media all and (max-width: 1024px) {
  .pilon-content-item h4 {
    margin-right: 250px;
  }
}
@media all and (max-width: 640px) {
  .pilon-content-item h4 {
    margin-right: 0;
    margin-top: 10px;
  }
}

.agencies-doc {
  position: relative;
  margin-bottom: 50px;
}
@media all and (max-width: 1024px) {
  .agencies-doc {
    margin-bottom: 32px;
  }
}
@media all and (max-width: 640px) {
  .agencies-doc {
    margin-bottom: 135px;
  }
}
.agencies-doc h4 {
  max-width: 325px;
}
.agencies-doc h4:after {
  content: "";
  display: block;
  width: 2500px;
  height: 3px;
  border-radius: 3px;
  background-color: #f9a018;
  position: absolute;
  top: 3px;
  left: calc(100% + 30px);
}

.agreement-container {
  display: flex;
}
.agreement-container > p:first-child {
  width: 30%;
  max-width: 360px;
  display: flex;
  align-items: center;
  margin-right: 50px;
  padding-bottom: 42px;
}
.agreement-container > div {
  display: flex;
  flex: 1;
  align-items: flex-start;
  padding-bottom: 42px;
}
.agreement-container > div:not(:last-child) {
  margin-right: 50px;
}
@media all and (max-width: 1024px) {
  .agreement-container > p {
    min-width: 250px !important;
    max-width: 250px;
  }
  .agreement-container > div {
    align-items: flex-start;
  }
  .agreement-container > p:first-child {
    align-items: initial;
  }
}
@media all and (max-width: 920px) {
  .agreement-container {
    flex-wrap: wrap;
  }
  .agreement-container > p:first-child {
    min-width: 100% !important;
  }
  .agreement-container > div {
    padding-bottom: 20px;
  }
}
@media all and (max-width: 640px) {
  .agreement-container > div {
    flex: initial;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .agreement-container > div:not(:last-child) {
    margin-right: 25px;
  }
}

.agreement-item {
  border-bottom: 1px solid #d1c1e1;
}
.agreement-item > img {
  margin-right: 9px;
}
.agreement-item p {
  font-size: 14px;
  font-weight: bold;
  color: #8f8ebf;
  margin-bottom: 8px !important;
}
.agreement-item a {
  font-size: 14px;
  color: #515050;
  cursor: pointer;
}
.agreement-item a:hover {
  text-decoration: underline;
}

.doc-list h5 {
  font-size: 20px;
  font-weight: 500;
  color: #515050;
  margin-bottom: 20px;
}
@media all and (max-width: 640px) {
  .doc-list h5 {
    margin-top: 0;
  }
}
.doc-list .agency-mail {
  width: calc(100% - 515px - 72px);
  margin-bottom: 0;
}
.doc-list .agency-mail a {
  font-size: 14px;
  font-weight: 900;
  color: #8f8ebf;
}
@media all and (max-width: 1024px) {
  .doc-list .agency-mail {
    width: 47%;
  }
}
@media all and (max-width: 640px) {
  .doc-list .agency-mail {
    width: 100%;
  }
}

.agencies-doc-notice {
  width: 515px;
  min-height: 115px;
  position: absolute;
  right: 0;
  bottom: -65px;
  background-color: #2e2c70;
  padding: 27px 27px 27px 72px;
  font-size: 14px;
  color: #ffffff;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.agencies-doc-notice:before {
  content: "";
  display: block;
  width: 3px;
  height: calc(100% - 60px);
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 53px;
}
.agencies-doc-notice:after {
  content: "";
  display: block;
  width: 1500px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #2e2c70;
}
@media all and (max-width: 1024px) {
  .agencies-doc-notice {
    width: 47%;
    bottom: -28px;
  }
}
@media all and (max-width: 920px) {
  .agencies-doc-notice {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 640px) {
  .agencies-doc-notice {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 32px;
    margin-bottom: -90px;
    padding-right: 0;
  }
  .agencies-doc-notice:before {
    left: 18px;
  }
}

.pilon-content-item.send-doc-container {
  padding-top: 0;
}

.send-doc-list {
  display: flex;
  position: relative;
}
.send-doc-list ul {
  margin-top: 0;
  position: relative;
}
.send-doc-list ul:after {
  content: "";
  display: block;
  border-radius: 3px;
  background-color: #f9a018;
  position: absolute;
  top: -46px;
  left: 0;
  width: 1500px;
  height: 3px;
}
.send-doc-list > div {
  margin-bottom: 25px;
}
.send-doc-list > div:not(:last-child) {
  margin-right: 45px;
}
.send-doc-list .block-styles {
  display: flex;
  align-items: center;
  background-color: #ffeacb;
  padding: 0 28px 0 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  min-height: 78px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.41;
  color: #515050;
  margin-top: 24px;
}
.send-doc-list .send-doc-post-office {
  padding: 0 28px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.send-doc-list .send-doc-address {
  position: relative;
}
.send-doc-list .send-doc-address:before {
  content: "";
  width: 1500px;
  height: 100%;
  display: block;
  background-color: #ffeacb;
  position: absolute;
  right: 100%;
  top: 0;
}
@media all and (max-width: 920px) {
  .send-doc-list {
    flex-wrap: wrap;
  }
  .send-doc-list > div:not(:last-child) {
    width: calc(50% - 15px);
    margin-right: 0;
  }
  .send-doc-list > div:first-child {
    margin-right: 30px;
  }
  .send-doc-list ul {
    width: 50%;
    margin-top: 28px;
    margin-bottom: 0;
  }
  .send-doc-list ul:after {
    top: -18px;
    left: initial;
    right: 0;
  }
}
@media all and (max-width: 640px) {
  .send-doc-list > div {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .send-doc-list .send-doc-post-office {
    position: relative;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .send-doc-list .send-doc-post-office:before {
    content: "";
    width: 1500px;
    height: 100%;
    display: block;
    background-color: #ffeacb;
    position: absolute;
    right: 100%;
    top: 0;
  }
  .send-doc-list .list-container {
    flex-wrap: wrap;
  }
  .send-doc-list ul {
    width: 100%;
  }
}

@media all and (max-width: 920px) {
  .list-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.btn-cooperation,
.btn-cooperation-mob {
  width: 100%;
  max-width: 320px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background-color: #f9a018;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  align-self: center;
}
@media all and (max-width: 1024px) {
  .btn-cooperation,
.btn-cooperation-mob {
    max-width: 228px;
    display: flex;
    align-items: center;
    align-self: flex-start;
    line-height: 1.2;
  }
}

@media all and (max-width: 920px) {
  .btn-cooperation {
    display: none;
  }
}

.btn-cooperation-mob {
  display: none;
}
@media all and (max-width: 920px) {
  .btn-cooperation-mob {
    display: flex;
    align-self: center;
  }
}
@media all and (max-width: 640px) {
  .btn-cooperation-mob {
    margin: 30px auto 10px auto;
  }
}

.send-doc-attention {
  background-color: #da1f3d;
  flex: 2;
  margin-right: 57px;
  line-height: 1.41;
  position: relative;
  color: #fff;
  padding: 30px 30px 30px 0;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
.send-doc-attention:after {
  content: url(../img/exclamation.svg);
  position: absolute;
  left: -40px;
  top: 30px;
}
.send-doc-attention:before {
  content: "";
  width: 1500px;
  height: 100%;
  display: block;
  background-color: #da1f3d;
  position: absolute;
  right: 100%;
  top: 0;
}
@media all and (max-width: 920px) {
  .send-doc-attention {
    min-width: 100%;
  }
  .send-doc-attention:after {
    left: -30px;
  }
}
@media all and (max-width: 640px) {
  .send-doc-attention {
    padding-left: 30px;
  }
  .send-doc-attention:after {
    left: 0;
  }
}

/*# sourceMappingURL=agencies.css.map */
