.elarscan-b {
  position: relative;
  padding-right: 640px;
  margin-top: 40px;
  margin-bottom: 100px;
  background: url("/images/banners/elarscan-b.jpg") center top no-repeat;
  overflow: hidden;
  border-radius: 5px;
}
.elarscan-b_small {
  padding-right: 456px;
  margin-top: 0;
  margin-bottom: 50px;
}
.elarscan-b__title {
  max-width: 630px;
  padding: 30px 90px;
  min-height: 210px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  line-height: 26px;
  color: #fff;
}
.elarscan-b__title a {
  color: #65DAD4;
}
.elarscan-b__title_small {
  padding-right: 50px;
  padding-left: 50px;
}
.elarscan-b__img {
  position: absolute;
}
.elarscan-b__img_1 {
  right: 500px;
  bottom: 0;
}
.elarscan-b__img_1-small {
  right: 258px;
  bottom: 0;
}
.elarscan-b__img_2 {
  right: 140px;
  bottom: 0;
}
.elarscan-b__img_2-small {
  right: 10px;
  bottom: 0;
}

.elarscan-home-b {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
  background: url("/images/banners/elarscan-home-b.png") center no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.elarscan-home-b__img {
  position: relative;
  padding: 40px 20px 0;
  z-index: 3;
}
.elarscan-home-b__img img {
  display: block;
}
.elarscan-home-b__content {
  position: relative;
  padding: 30px 30px 24px;
}
.elarscan-home-b__title {
  position: relative;
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
}
.elarscan-home-b__title__inner {
  position: relative;
  z-index: 2;
}
.elarscan-home-b__title:before {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  left: 0;
  background: url("/images/banners/elarscan-home-b-title.png") left bottom no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  content: "";
}
.elarscan-home-b__desc {
  color: #D2D2D2;
}

.small-b {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 30px 0;
  border: 2px solid #1980DD;
  padding: 38px 38px 38px 43px;
  border-radius: 5px;
}
.small-b__img {
  width: 211px;
  padding-right: 24px;
}
.small-b__img img {
  display: block;
  max-width: 100%;
}
.small-b__name {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
}
.small-b__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 1280px) {
  .elarscan-b {
    padding-right: 160px;
    padding-bottom: 180px;
  }
  .elarscan-b_small {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .elarscan-b__title {
    padding-right: 90px;
    padding-left: 90px;
  }
  .elarscan-b__img_1, .elarscan-b__img_1-small {
    right: 410px;
  }
  .elarscan-b__img_2, .elarscan-b__img_2-small {
    right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .elarscan-b {
    padding-right: 0;
    padding-bottom: 180px;
  }
  .elarscan-b__title {
    padding-right: 70px;
    padding-left: 70px;
  }
  .elarscan-b__img_1, .elarscan-b__img_1-small {
    right: 310px;
  }
  .elarscan-b__img_2, .elarscan-b__img_2-small {
    right: 20px;
  }

  .elarscan-home-b__img {
    padding-top: 18px;
  }
  .elarscan-home-b__content {
    padding-bottom: 18px;
  }

  .small-b {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px;
  }
  .small-b__img {
    width: 100%;
    margin-bottom: 24px;
  }
  .small-b__name {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .elarscan-b__title {
    padding: 30px 30px 50px;
    min-height: 0;
    font-size: 24px;
  }
  .elarscan-b__img_1, .elarscan-b__img_1-small {
    display: none;
  }
  .elarscan-b__img_2, .elarscan-b__img_2-small {
    right: 50%;
    margin-right: -140px;
  }

  .news__item_banner-elarscan {
    height: auto;
  }

  .elarscan-home-b__img {
    padding-bottom: 30px;
  }

  .small-b {
    padding: 24px 20px;
  }
}
