.tpl .tpl-main-index {
  background-color: #fafcff;
}
.tpl .tpl-sect__form {
  padding: 3.375rem 0 5rem;
  color: #fff;
  background: #1349be;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(24.48%, #1655de),
    to(#6b8ef0)
  );
  background: linear-gradient(180deg, #1655de 24.48%, #6b8ef0 100%);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.tpl .tpl-sect__form:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 0;
  height: 257px;
  width: 100%;
  background-color: #fafcff;
}
@media screen and (max-width: 575px) {
  .tpl .tpl-sect__form:before {
    height: 336px;
  }
}
.tpl .tpl-promo {
  position: relative;
  padding-left: 220px;
  padding-right: 220px;
}
@media only screen and (max-width: 1200px) {
  .tpl .tpl-promo {
    padding-left: 170px;
    padding-right: 170px;
  }
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-promo {
    padding-left: 0;
    padding-right: 0;
  }
}
.tpl .tpl-promo-text {
  margin-bottom: 1.25rem;
}
.tpl .tpl-promo-text h1,
.tpl .tpl-promo-text h2 {
  font: 2rem Lato-Regular, sans-serif;
  margin-bottom: 1rem;
}
.tpl .tpl-promo-text p {
  margin-bottom: 1rem;
}
.tpl .tpl-promo-text :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-sect__form {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }
  .tpl .tpl-promo-text {
    margin-bottom: 1rem;
  }
  .tpl .tpl-promo-text h1,
  .tpl .tpl-promo-text h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.tpl .tpl-promo-notice {
  font-size: 0.875rem;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.16);
  background-image: url("../images/notice-light-ic.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 10px center;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-promo-notice {
    margin-bottom: 1rem;
  }
}
.tpl .tpl-method {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #050f2c;
}
.tpl .tpl-method:hover svg {
  opacity: 0.8;
}
.tpl .tpl-method h3,
.tpl .tpl-method h4 {
  font: 1.5rem/1.5 Lato-Medium, sans-serif;
  margin-bottom: 0.5rem;
  color: #1349be;
}
.tpl .tpl-method p {
  margin-bottom: 1rem;
}
.tpl .tpl-method p:last-child {
  margin-bottom: 0;
}
.tpl .tpl-method svg {
  display: block;
  width: 28px;
  height: 28px;
  fill: #1349be;
  -webkit-transition: opacity 0.17s ease-in-out;
  transition: opacity 0.17s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-method {
    width: 100%;
    position: relative;
    margin-bottom: 1.25rem;
    padding-right: 2.5rem;
  }
  .tpl .tpl-method p,
  .tpl .tpl-method:last-child {
    margin-bottom: 0;
  }
  .tpl .tpl-method svg {
    position: absolute;
    top: 4px;
    right: 0;
  }
}
.tpl .tpl-methods-logos {
  margin-top: 2.5rem;
  gap: 1.75rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-method {
    font-size: 1rem;
  }
  .tpl .tpl-method h3,
  .tpl .tpl-method h4 {
    font-size: 1.25rem;
    margin-bottom: 4px;
  }
  .tpl .tpl-methods-logos {
    gap: 0;
    margin: 2rem -12px -8px;
  }
}
.tpl .tpl-method-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100px;
  height: 68px;
  padding: 10px;
}
.tpl .tpl-method-logo:hover {
  opacity: 0.9;
}
.tpl .tpl-method-logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-method-logo {
    width: 33.3333%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 8px;
  }
}
.tpl .tpl-territory__content {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 20px 0 rgba(7, 40, 135, 0.08);
  box-shadow: 0 2px 20px 0 rgba(7, 40, 135, 0.08);
  border-radius: 12px;
  padding: 1.75rem;
  font-size: 1.125rem;
  width: 100%;
  max-width: 636px;
  margin-right: 1rem;
}
.tpl .tpl-territory__content h2,
.tpl .tpl-territory__content h3 {
  font: 1.5rem/1.3 Lato-Medium, sans-serif;
  margin-bottom: 0.5rem;
  color: #1349be;
}
.tpl .tpl-territory__content svg {
  display: block;
  width: 228px;
  margin-top: 1.25rem;
  fill: #8daef6;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-territory {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tpl .tpl-territory__content {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-territory__content {
    padding: 1rem 12px;
    font-size: 1rem;
  }
  .tpl .tpl-territory__content h2,
  .tpl .tpl-territory__content h3 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
  .tpl .tpl-territory__content svg {
    margin-top: 1.5rem;
  }
}
.tpl .swiper * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tpl .tpl-feedbacks-heading {
  margin-bottom: 1.5rem;
}
.tpl .tpl-feedbacks-heading img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: auto;
  max-height: 36px;
}
.tpl .tpl-feedbacks-heading .tpl-row {
  gap: 12px;
}
.tpl .tpl-feedbacks-heading__text {
  font: 1.125rem Lato-Medium, sans-serif;
  margin-bottom: 0.875rem;
}
.tpl .tpl-feedbacks-heading__text * {
  margin-bottom: 0.5rem;
}
.tpl .tpl-feedbacks-heading__text :last-child {
  margin-bottom: 0;
}
.tpl .tpl-feedbacks-heading .tpl-rating {
  background-color: #fff;
  height: 2rem;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 1rem;
}
.tpl .tpl-sect__feedbacks {
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedbacks-heading__text {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .tpl .tpl-feedbacks-heading {
    margin-bottom: 2.25rem;
  }
  .tpl .tpl-sect__feedbacks {
    padding-bottom: 2.25rem;
  }
  .tpl .tpl-sect__feedbacks .tpl-sect-text {
    margin-bottom: 1.25rem;
  }
}
.tpl .tpl-feedbacks {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.tpl .tpl-feedbacks .swiper-slide {
  padding: 1.25rem;
}
.tpl .tpl-feedback {
  border-radius: 30px;
  background-color: #fff;
  padding: 3.25rem;
  -webkit-box-shadow: 0 2px 20px 0 rgba(7, 40, 135, 0.08);
  box-shadow: 0 2px 20px 0 rgba(7, 40, 135, 0.08);
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-feedback {
    padding: 2rem;
  }
}
.tpl .tpl-feedback-comments {
  margin-top: 2.5rem;
}
.tpl .tpl-feedback-comments__title {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback {
    padding: 1.25rem 1rem 3rem;
  }
  .tpl .tpl-feedback-comments__title {
    margin-bottom: 1.25rem;
  }
  .tpl .tpl-feedback-comments {
    margin-top: 1.75rem;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-feedback {
    padding: 1.25rem 12px 2.5rem;
  }
  .tpl .tpl-feedback-comments {
    margin-top: 1.25rem;
  }
}
