.home-template .home-banner {
  background-image: url("../top-bg.png");
  max-width: 1400px;
  margin: 20px auto;
  height: 781px;
  border-radius: 16px;
  padding: 83px 20px 20px;
  position: relative;
}
@media (max-width: 768px) {
  .home-template .home-banner {
    margin: 10px;
    height: unset;
    padding: 60px 16px 16px;
    background-image: url("./home-map-mobile.png") !important;
    background-position: left bottom;
    background-size: cover;
  }
}
.home-template .home-banner .content {
  display: flex;
  height: 100%;
  width: 100%;
}
.home-template .home-banner .left {
  width: 665px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 44px;
}
@media (max-width: 768px) {
  .home-template .home-banner .left {
    width: 100%;
  }
}
.home-template .home-banner h1 {
  color: #FFFFFF;
  font-size: 85px;
  line-height: 75%;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 768px) {
  .home-template .home-banner h1 {
    font-size: 45px;
    text-align: center;
  }
}
.home-template .home-banner h1 span {
  color: #00ADD7;
}
.home-template .home-banner .description {
  font-size: 17px;
  line-height: 17px;
  color: #ffffff;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .home-template .home-banner .description {
    margin-top: 16px;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
  }
}
.home-template .home-banner .buttons {
  margin-top: 44px;
  display: flex;
  align-items: center;
  column-gap: 18px;
}
@media (max-width: 768px) {
  .home-template .home-banner .buttons {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 14px;
    width: 100%;
  }
}
.home-template .home-banner .buttons a {
  width: 247px;
  border-radius: 13px;
  border: 1px dashed #8DCAD8;
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  color: #8DCAD8;
  text-transform: uppercase;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 46px;
  transition: border-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 768px) {
  .home-template .home-banner .buttons a {
    width: 100%;
  }
}
.home-template .home-banner .buttons a img {
  width: 26px;
  height: 26px;
}
.home-template .home-banner .buttons a:hover {
  border-color: #17D2FF;
  color: #17D2FF;
}
.home-template .home-banner .buttons a:active {
  border-color: #8DCAD8;
  color: #8DCAD8;
}
.home-template .home-banner .buttons a.blue {
  background-color: #00ADD7;
  border: none;
  color: #0E1325;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.home-template .home-banner .buttons a.blue:hover {
  background-color: #17D2FF;
  box-shadow: 0px 0px 25px 0px rgba(23, 210, 255, 0.6);
}
.home-template .home-banner .buttons a.blue:focus {
  background-color: #00ADD7;
}
.home-template .home-banner .hiw {
  margin-top: auto;
}
@media (max-width: 768px) {
  .home-template .home-banner .hiw {
    margin-top: 30px;
  }
}
.home-template .home-banner .hiw .text {
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  display: flex;
  align-items: center;
  column-gap: 4px;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.home-template .home-banner .hiw .video {
  position: relative;
  width: 334px;
  height: 187px;
  border-radius: 8px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .home-template .home-banner .hiw .video {
    width: calc(100% - 10px);
    aspect-ratio: 1.78;
    margin-left: 5px;
  }
}
.home-template .home-banner .hiw .video::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border: 1px dashed #FFFFFF;
  border-radius: 13px;
  z-index: 0;
}
.home-template .home-banner .hiw .video iframe {
  width: 334px;
  height: 187px;
  border-radius: 8px;
  border: none;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .home-template .home-banner .hiw .video iframe {
    width: 100%;
    aspect-ratio: 1.78;
    border-radius: 13px;
  }
}
.home-template .home-banner .right {
  background-image: url("./home-map.png");
  background-position: 184px 58px;
  background-size: 456px 576px;
  background-repeat: no-repeat;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .home-template .home-banner .right {
    display: none;
  }
}
.home-template .home-banner .right .images {
  display: flex;
  flex-direction: column;
}
.home-template .home-banner .right .delivered {
  width: 255px;
  height: 120px;
  margin-top: 44px;
  margin-left: 221px;
}
.home-template .home-banner .right .statuses {
  width: 180px;
  height: 169px;
  margin-top: 64px;
  margin-left: 125px;
}
.home-template .home-banner .right .graph {
  width: 350px;
  height: 152px;
  margin-top: 74px;
  margin-left: 46px;
}
.home-template .home-banner .right-mobile {
  display: none;
}
@media (max-width: 768px) {
  .home-template .home-banner .right-mobile {
    display: flex;
    background-size: 228px 279px;
    background-repeat: no-repeat;
    background-position: top right;
    margin: 0 23px;
  }
  .home-template .home-banner .right-mobile .images {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-bottom: 110px;
  }
  .home-template .home-banner .right-mobile .images .delivered {
    width: 138px;
    height: 66px;
    margin-right: 85px;
  }
  .home-template .home-banner .right-mobile .images .statuses {
    width: 106px;
    margin-right: 165px;
  }
  .home-template .home-banner .right-mobile .images .graph {
    display: none;
  }
}
.home-template .roles {
  max-width: 1400px;
  margin: 130px auto 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .home-template .roles {
    flex-direction: column;
    margin-top: 70px;
    padding: 0 10px;
  }
}
.home-template .roles .title {
  width: 283px;
  font-size: 62px;
  line-height: 0.72;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
}
@media (max-width: 768px) {
  .home-template .roles .title {
    font-size: 52px;
    margin-bottom: 30px;
    text-align: center;
    width: 216px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-template .roles .container {
  display: flex;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .home-template .roles .container {
    flex-direction: column;
    row-gap: 30px;
  }
}
.home-template .roles .container .item {
  width: 336px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
@media (max-width: 768px) {
  .home-template .roles .container .item {
    width: 100%;
  }
}
.home-template .roles .container .item .image {
  display: flex;
  align-items: flex-end;
  padding: 20px;
  height: 376px;
  border-radius: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .home-template .roles .container .item .image {
    height: 310px;
  }
}
.home-template .roles .container .item .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.8%, #000000 100%);
}
.home-template .roles .container .item .image div {
  font-size: 54px;
  color: #00ADD7;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.home-template .roles .container .item .text {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(10, 9, 17, 0.2);
}
.home-template .roles .container .item a {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0A0911;
}
.home-template .advantages {
  max-width: 1400px;
  margin: 147px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .home-template .advantages {
    margin-top: 70px;
  }
}
.home-template .advantages .title {
  font-size: 62px;
  line-height: 45px;
  margin-bottom: 40px;
  font-family: "Alumni Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 768px) {
  .home-template .advantages .title {
    margin-bottom: 30px;
    width: 353px;
    font-size: 52px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.home-template .advantages .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  column-gap: 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .home-template .advantages .items {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 0 10px;
  }
}
.home-template .advantages .items .item {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  border-radius: 24px;
  border: 1px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 25px 30px;
}
@media (max-width: 768px) {
  .home-template .advantages .items .item {
    width: 100%;
    padding: 16px 20px;
  }
}
.home-template .advantages .items .item .name {
  display: flex;
  align-items: center;
  column-gap: 23px;
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Alumni Sans", sans-serif;
}
@media (max-width: 768px) {
  .home-template .advantages .items .item .name {
    font-size: 32px;
    column-gap: 10px;
  }
}
.home-template .advantages .items .item img {
  width: 54px;
  height: 54px;
}
@media (max-width: 768px) {
  .home-template .advantages .items .item img {
    width: 35px;
    height: 35px;
  }
}
.home-template .advantages .link {
  margin-top: 40px;
  background-color: #0A0911;
  color: #fff;
  width: 247px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  text-transform: uppercase;
  border-radius: 13px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
@media (max-width: 768px) {
  .home-template .advantages .link {
    width: calc(100% - 20px);
    margin-top: 24px;
    margin-left: 10px;
  }
}
.home-template .advantages .link img {
  width: 26px;
  height: 26px;
}
.home-template .advantages .link:hover {
  background-color: #17D2FF;
  box-shadow: 0px 0px 25px 0px rgba(23, 210, 255, 0.6);
}
.home-template .advantages .link:focus {
  background-color: #00ADD7;
}
.home-template .seo-overview {
  max-width: 1400px;
  margin: 120px auto 0;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .home-template .seo-overview {
    margin-top: 70px;
    padding: 0 10px;
  }
}
.home-template .seo-overview h2 {
  max-width: 700px;
  font-size: 52px;
  line-height: 0.85;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  margin: 0 0 40px;
}
@media (max-width: 768px) {
  .home-template .seo-overview h2 {
    font-size: 42px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.home-template .seo-overview .seo-overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .home-template .seo-overview .seo-overview-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.home-template .seo-overview .seo-overview-item {
  border-radius: 24px;
  border: 1px solid rgba(10, 9, 17, 0.2);
  background-color: rgba(255, 255, 255, 0.6);
  padding: 28px 30px;
}
.home-template .seo-overview .seo-overview-item h3 {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Alumni Sans", sans-serif;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: #0A0911;
}
.home-template .seo-overview .seo-overview-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #0A0911;
}
.home-template .reviews {
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin: 150px auto;
}
@media (max-width: 768px) {
  .home-template .reviews {
    margin: 70px 0;
  }
}
.home-template .reviews h2 {
  width: 525px;
  font-size: 62px;
  line-height: 0.72;
}
@media (max-width: 768px) {
  .home-template .reviews h2 {
    width: 353px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 52px;
  }
}
.home-template .reviews .list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 768px) {
  .home-template .reviews .list {
    padding: 0 10px;
  }
}
.home-template .reviews .list .item {
  display: flex;
  align-items: center;
  column-gap: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(10, 9, 17, 0.2);
}
@media (max-width: 768px) {
  .home-template .reviews .list .item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}
.home-template .reviews .list .item .text {
  width: 688px;
}
@media (max-width: 768px) {
  .home-template .reviews .list .item .text {
    width: 100%;
    font-size: 14px;
  }
}
.home-template .reviews .list .item .rating {
  margin-left: auto;
  display: flex;
  align-items: center;
  column-gap: 6px;
}
@media (max-width: 768px) {
  .home-template .reviews .list .item .rating {
    margin-left: 0;
  }
}
.home-template .reviews .list .item .rating .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  min-width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: rgba(248, 172, 32, 0.1);
  color: #F8AC20;
  font-weight: 700;
}
.home-template .reviews .list .item .rating .stars img {
  width: 120px;
}
