.index {
  background: url("../images/index/index-bg.jpg"), #ecf2f4;
  background-size: auto;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 66px;
  padding-bottom: 78px;
}
@media (max-width: 767px) {
  .index {
    background: url("../images/index/index-bg-sm.jpg"), #ecf2f4;
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 880px auto;
  }
}
.index .container {
  width: 1245px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1399px) {
  .index .container {
    width: 1150px;
  }
}
@media (max-width: 1199px) {
  .index .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.index .top {
  margin-top: 30px;
  margin-bottom: 0;
}
.index__banner {
  position: relative;
  height: 270px;
}
@media (max-width: 991px) {
  .index__banner {
    height: auto;
  }
}
.index__banner-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.0625em;
  font-weight: 700;
  line-height: 1;
  color: #595959;
  text-decoration: none;
  border-radius: 10em;
  border: 1px solid #5c5757;
  padding: 16px 21px;
}
.index__banner-btn::before {
  content: "";
  display: block;
  width: 17px;
  height: 18px;
  background: url("../images/index/index-banner-btn-icon.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.index__banner-btn:focus {
  outline: 1px dashed #d40000;
}
.index__banner-btn:hover {
  border-color: #ffffff;
  color: #ffffff;
  background: #ee2e37;
}
.index__banner-btn:hover::before, .index__banner-btn:hover::before {
  background: url("../images/index/index-banner-btn-icon-2.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.index__banner-img {
  position: absolute;
  top: -12px;
  right: 0;
  width: 510px;
  height: 308px;
  background: url("../images/index/index-banner-img.png");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .index__banner-img {
    width: 360px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .index__banner-img {
    width: 160px;
    height: 100px;
    top: -30px;
  }
}
@media (max-width: 374px) {
  .index__banner-img {
    display: none;
  }
}
.index__subtitle {
  font-size: 2em;
  font-weight: 700;
  color: #2c5f63;
  line-height: 1.4375;
  margin-top: 90px;
}
@media (max-width: 991px) {
  .index__subtitle {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .index__subtitle {
    margin-top: 30px;
    font-size: 1.5em;
  }
}
.index__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .index__block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
}
.index__item {
  background: #ffffff;
  border: 1px solid rgba(197, 197, 197, 0.48);
  -webkit-box-shadow: 0 0 51px rgba(12, 4, 7, 0.09);
          box-shadow: 0 0 51px rgba(12, 4, 7, 0.09);
  padding: 38px 25px 32px;
  border-radius: 8px;
  width: calc(33.33% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  position: relative;
  margin-top: 30px;
}
.index__item:nth-child(1) {
  margin-top: 0;
}
.index__item:nth-child(2) {
  margin-top: 0;
}
.index__item:nth-child(3) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .index__item {
    width: calc(50% - 30px);
  }
  .index__item:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .index__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    padding: 30px 25px;
  }
  .index__item:nth-child(2), .index__item:nth-child(3) {
    margin-top: 15px;
  }
}
.index__item:focus {
  outline: 1px dashed #d40000;
}
.index__item:hover .index__item-link::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.index__item-title {
  font-size: 1.75em;
  font-weight: 700;
  color: #492323;
  line-height: 1;
}
@media (max-width: 767px) {
  .index__item-title {
    font-size: 1.375em;
  }
}
.index__item-link {
  font-size: 1.125em;
  font-weight: 700;
  color: #2c5f63;
  line-height: 1;
  margin-top: 85px;
  display: inline-block;
}
@media (max-width: 767px) {
  .index__item-link {
    font-size: 1em;
    margin-top: 60px;
  }
}
.index__item-link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  background: url("../images/index/index-item-arrow.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10px;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}
.index__item-icon {
  width: 122px;
  position: absolute;
  right: 25px;
  bottom: 32px;
}
.index__item-icon img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .index__item-icon {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .index__item-icon {
    width: 80px;
  }
}