.home-text-element .home-title {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 300;
  color: #10556b;
  margin-bottom: 10px;
}
.home-text-element .home-subtitle {
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 400;
  color: #10556b;
  margin-bottom: 10px;
}
.home-text-element .home-text {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  color: #2b4147;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .home-text-element .home-text {
    margin-top: 10px;
  }
}
.home-text-element .home-text-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
  margin-top: 20px;
}
.home-text-element .home-text-list .home-text-list-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .home-text-element .home-text-list .home-text-list-item {
    gap: 10px;
  }
}
.home-text-element .home-text-list .home-text-list-item i {
  font-size: 29px;
  color: #288faf;
}
.home-text-element .home-text-list .home-text-list-item img {
  width: 29px;
  height: 29px;
  object-fit: cover;
}
.home-text-element .home-text-list .home-text-list-item span {
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  color: #355267;
}
.home-text-element .home-text-link {
  margin-top: 40px;
}
.home-text-element .home-text-link a {
  background-color: #10556b;
  border: transparent;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 10px 70px;
  text-decoration: none;
}
.home-text-element .home-text-link a:hover {
  background-color: #288faf;
  color: #fff;
}
.home-text-element.home-text-element-why_choose .home-title {
  font-size: 2rem;
}
.home-text-element.home-text-element-top .home-title {
  font-size: 3rem;
  font-weight: 400;
}
.home-text-element.home-text-element-blog .home-text, .home-text-element.home-text-element-tematic1 .home-text, .home-text-element.home-text-element-tematic2 .home-text {
  text-align: center;
}
@media (min-width: 992px) {
  .home-text-element.home-text-element-blog .home-text, .home-text-element.home-text-element-tematic1 .home-text, .home-text-element.home-text-element-tematic2 .home-text {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.welcome-text-row {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .welcome-text-row {
    margin-bottom: 45px;
  }
}

.banners-row {
  --bs-gutter-x: 38px;
  --bs-gutter-y: 38px;
}
@media (max-width: 992px) {
  .banners-row {
    --bs-gutter-y: 38px;
    --bs-gutter-x: 0;
  }
}
.banners-row .top-banner {
  width: 100%;
  height: 719px;
  color: #fff;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}
@media (max-width: 992px) {
  .banners-row .top-banner {
    height: 400px;
  }
}
.banners-row .top-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 82, 103, 0.5);
}
.banners-row .top-banner .top-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.banners-row .top-banner .top-banner-content .title {
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 992px) {
  .banners-row .top-banner .top-banner-content .title {
    font-size: 2.5rem;
  }
}
.banners-row .top-banner .top-banner-content .subtitle {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #fff;
}

.separator {
  width: 94%;
  height: 1px;
  background-color: #e3e7f0;
  margin: 70px auto;
}

.first-tematic-row {
  --bs-gutter-x: 22px;
  --bs-gutter-y: 22px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .first-tematic-row {
    margin-top: 20px;
    --bs-gutter-y: 20px;
    --bs-gutter-x: 0;
  }
}
.first-tematic-row .tematic-banner {
  width: 100%;
  height: 686px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 64px 45px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 992px) {
  .first-tematic-row .tematic-banner {
    height: 400px;
  }
}
.first-tematic-row .tematic-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 82, 103, 0.5);
}
.first-tematic-row .tematic-banner .tematic-banner-content {
  text-align: center;
  position: relative;
}
.first-tematic-row .tematic-banner .tematic-banner-content .title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
.first-tematic-row.squared .tematic-banner {
  height: 550px;
}
@media (max-width: 992px) {
  .first-tematic-row.squared .tematic-banner {
    height: 400px;
  }
}

.packages-tematic-row {
  margin-top: 0px;
  margin-bottom: 120px;
  --bs-gutter-x: 44px;
  --bs-gutter-y: 75px;
}
@media (max-width: 992px) {
  .packages-tematic-row {
    margin-top: 20px;
    margin-bottom: 40px;
    --bs-gutter-y: 20px;
    --bs-gutter-x: 0;
  }
}

.blog-row {
  margin-top: 116px;
  margin-bottom: 124px;
  --bs-gutter-x: 38px;
}
@media (max-width: 992px) {
  .blog-row {
    margin-top: 40px;
    margin-bottom: 40px;
    --bs-gutter-y: 20px;
    --bs-gutter-x: 0;
  }
}
.blog-row .blog-post-card .blog-img {
  position: relative;
}
.blog-row .blog-post-card .blog-img img {
  width: 100%;
  height: 368px;
  object-fit: cover;
}
.blog-row .blog-post-card .blog-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 82, 103, 0.5);
}
.blog-row .blog-post-card .title {
  font-size: 19px;
  line-height: 27px;
  font-weight: 600;
  color: #10556b;
  margin-top: 20px;
}
.blog-row .blog-post-card .category {
  font-size: 19px;
  line-height: 27px;
  font-weight: 600;
  color: #10556b;
  margin-top: 4px;
}
.blog-row .blog-post-card .description {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #767E80;
  margin-top: 8px;
  overflow: hidden;
  line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.blog-row .blog-post-card .description * {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.blog-row .blog-post-card a {
  text-decoration: none;
  color: #355267;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 17px;
  padding: 0;
}
.blog-row .blog-post-card a:hover {
  color: #288faf;
}