.home {
  position: relative;
  background: linear-gradient(90deg, #FDFBFB 0%, #EBEDEE 100%);
  padding: 33px 0 65px 0;
  margin-bottom: 44px;
}
.home .site-title {
  margin-bottom: 15px;
}
.home::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 18px);
  border-left: 170px solid transparent;
  border-right: 170px solid transparent;
  border-top: 40px solid #f4f4f4;
  z-index: -1;
}

.home-info {
  margin-bottom: 27px;
}

.home-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 14px;
}

.home-whois {
  margin-bottom: 44px;
}
.home-whois > span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 14px;
}
.home-whois ul {
  list-style: none;
  padding: 0;
}
.home-whois ul li {
  line-height: normal;
  position: relative;
  padding-left: 18px;
}
.home-whois ul li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 6px;
  height: 6px;
  background: #FF6569;
  border-radius: 50%;
}
.home-whois ul li:not(:last-child) {
  margin-bottom: 10px;
}

.home-opts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.home-back__image {
  display: none;
}

.benefits-list {
  margin-right: -15px;
}

.benefits-inner {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  gap: 36px;
  padding-bottom: 30px;
  scrollbar-width: thin;
  scrollbar-color: #DDDFE1 transparent;
}
.benefits-inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}
.benefits-inner::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  background-color: #DDDFE1;
  border-radius: 6px;
}

.benefit {
  max-width: 185px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefit[data-hint] {
  position: relative;
}
.benefit[data-hint]::after {
  position: absolute;
  content: attr(data-hint);
  border-radius: 20px;
  background: #FF6569;
  padding: 4px 12px;
  color: #FFF;
  right: 10px;
  top: 3px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}

.benefit__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-bottom: 14px;
}

.benefit__info {
  color: #43474A;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.benefit__info b {
  font-weight: 600;
}

@media screen and (min-width: 600px) {
  .home {
    padding: 33px 0 56px 0;
    margin-bottom: 84px;
  }
  .home::after {
    transform: translate(-50%, 25px);
  }
  .home-info {
    margin-bottom: 50px;
  }
  .home-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .home-whois {
    margin-bottom: 44px;
  }
  .home-whois > span {
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
  }
  .home-opts {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
  .benefits-list {
    margin-right: -20px;
  }
  .benefits-inner {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .home {
    padding: 44px 0 52px 0;
    margin-bottom: 74px;
  }
  .home::after {
    transform: translate(-50%, 33px);
    border-left: 324px solid transparent;
    border-right: 324px solid transparent;
  }
  .home .site-title {
    margin-bottom: 40px;
  }
  .home-wrapper {
    display: flex;
    gap: 30px;
  }
  .home-back__image {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .home-info {
    flex: 1;
    margin-bottom: 70px;
  }
  .home-back {
    flex: 0 1 auto;
  }
  .home-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .home-back__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
  .home-whois {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .home-whois > span {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 22px;
  }
  .home-opts {
    gap: 33px;
  }
  .benefits-list {
    margin-right: 0;
  }
  .benefits-inner {
    overflow-y: hidden;
    overflow-x: hidden;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 74px;
    padding-bottom: 0;
  }
  .benefit {
    flex: 0 1 220px;
    max-width: initial;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .benefit[data-hint] {
    position: relative;
  }
  .benefit[data-hint]::after {
    right: 23px;
  }
  .benefit__icon {
    width: 90px;
    height: 90px;
  }
  .benefit__info {
    font-size: 17px;
  }
}
@media screen and (min-width: 1366px) {
  .home {
    padding: 90px 0 50px 0;
    margin-bottom: 84px;
  }
  .home .site-title {
    margin-bottom: 30px;
  }
  .home-wrapper {
    gap: 153px;
  }
  .home-desc {
    font-size: 19px;
  }
  .home-opts .button-link {
    font-size: 18px;
  }
  .home-whois {
    margin-bottom: 28px;
  }
  .home-whois ul li {
    font-size: 18px;
  }
  .home-whois ul li::before {
    top: 10px;
  }
  .home-whois ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .benefit[data-hint] {
    position: relative;
  }
  .benefit[data-hint]::after {
    right: 23px;
  }
}