.tpl .tpl-main {
  padding-top: 79px;
}
@media only screen and (max-width: 767px) {
  .tpl .tpl-main {
    padding-top: 0;
  }
}
.tpl .tpl-fixed-btn {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 20;
  background-color: #fffffd;
  padding: 1rem 3rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  will-change: transform;
  -webkit-transform: translateY(102%);
          transform: translateY(102%);
}
.tpl .tpl-fixed-btn.tpl__is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.tpl .tpl-path_accent1 {
  fill: #3BA0E9;
}
.tpl .tpl-path_accent1-light {
  fill: #90cbff;
}
.tpl .tpl-path_accent1-dark {
  fill: #25007c;
}
.tpl .tpl-path_accent2 {
  fill: #FFBC1B;
}
.tpl .tpl-path_accent2-dark {
  fill: #fb9d00;
}
.tpl .tpl-sect__promo {
  padding-top: 3.25rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-sect__promo {
    padding-top: 1.5rem;
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-sect__promo {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .tpl .tpl-promo-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tpl .tpl-promo-text {
  font-size: 1.25rem;
  margin-bottom: 2.75rem;
}
.tpl .tpl-promo-text *:last-child {
  margin-bottom: 0;
}
.tpl .tpl-promo-text h1 {
  font: 3rem "Ubuntu-Bold", sans-serif;
  line-height: 140%;
  margin-bottom: 12px;
}
.tpl .tpl-promo-text h2 {
  font: +rem(38px) "Ubuntu-Bold", sans-serif;
  line-height: 120%;
  margin-bottom: 12px;
}
.tpl .tpl-promo-text p {
  margin-bottom: 12px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-promo-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  .tpl .tpl-promo-text h1, .tpl .tpl-promo-text h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
}
.tpl .tpl-promo-img {
  width: 100%;
  max-width: 450px;
  margin-left: 110px;
}
@media only screen and (max-width: 1200px) {
  .tpl .tpl-promo-img {
    max-width: 100%;
    margin-left: 0;
    margin-top: 2.5rem;
  }
}
.tpl .tpl-promo-img svg {
  display: block;
  width: 100%;
  height: auto;
  fill: none;
}
.tpl .tpl-probability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 2rem;
  font-size: 0.875rem;
}
.tpl .tpl-probability svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #3BA0E9;
  margin-right: 8px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-probability {
    margin-bottom: 0.875rem;
    font-size: 12px;
  }
  .tpl .tpl-probability svg {
    width: 14px;
    height: 12px;
    margin-right: 4px;
  }
}
.tpl .tpl-safety {
  margin: 4px auto 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #484E63;
}
.tpl .tpl-safety svg {
  width: 13px;
  height: 18px;
  fill: #25007c;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .tpl .tpl-safety {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-safety {
    display: none;
  }
}
.tpl .tpl-stories {
  margin-top: 3.5rem;
  margin-bottom: -1.5rem;
}
@media only screen and (max-width: 1200px) {
  .tpl .tpl-stories {
    overflow-x: auto;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.tpl .tpl-story {
  height: 100%;
  -webkit-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  border: 2px solid #90cbff;
  border-radius: 35px;
  padding: 1rem;
  background-color: #FFFFFD;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.tpl .tpl-story:hover {
  border-color: #25007c;
  cursor: pointer;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
@media only screen and (max-width: 1200px) {
  .tpl .tpl-story {
    white-space: normal;
    width: 196px;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-story {
    width: 140px;
    padding: 12px;
  }
}
.tpl .tpl-story__inner {
  border-radius: 25px;
  overflow: hidden;
  font-size: 1.25rem;
  min-height: 164px;
  background-color: rgba(59, 160, 233, 0.8);
  position: relative;
  width: auto;
  height: 100%;
  padding: 12px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-story__inner {
    font-size: 0.875rem;
    line-height: 1.2;
    padding: 8px;
    min-height: 100%;
  }
}
.tpl .tpl-story__inner div {
  position: relative;
  z-index: 1;
}
.tpl .tpl-story__inner svg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tpl .tpl-story__inner-svg_right svg {
  right: 0;
  left: auto;
}
.tpl .tpl-story__inner-accent_light {
  background-color: rgba(59, 160, 233, 0.5) !important;
}
.tpl .tpl-story__inner-accent2_light {
  background-color: rgba(255, 188, 27, 0.5) !important;
}
.tpl .tpl-story__wrapper {
  margin-bottom: 1.5rem;
}
.tpl .tpl-story__wrapper:nth-child(even) .tpl-story__inner {
  background-color: rgba(255, 188, 27, 0.8);
}
@media only screen and (max-width: 1200px) {
  .tpl .tpl-story__wrapper {
    width: auto;
    padding: 0;
    margin-bottom: 0;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-packages {
    padding-bottom: 5rem;
    margin-bottom: 0;
  }
}
.tpl .tpl-package {
  height: 100%;
  background-color: #fffffd;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 2.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tpl .tpl-package > div {
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-package > div {
    margin-bottom: 2rem;
  }
}
.tpl .tpl-package h2, .tpl .tpl-package h3, .tpl .tpl-package h4 {
  font: 1.75rem "Ubuntu-Bold", sans-serif;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.tpl .tpl-package ul li {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
}
.tpl .tpl-package ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFBC1B;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tpl .tpl-package ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-package {
    padding: 2rem;
  }
  .tpl .tpl-package h2, .tpl .tpl-package h3, .tpl .tpl-package h4 {
    margin-bottom: 1.75rem;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-package {
    padding: 1.25rem;
  }
  .tpl .tpl-package h2, .tpl .tpl-package h3, .tpl .tpl-package h4 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .tpl .tpl-package ul li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
    padding-left: 16px;
  }
  .tpl .tpl-package ul li:before {
    width: 8px;
    height: 8px;
  }
  .tpl .tpl-package ul li:last-child {
    margin-bottom: 0;
  }
}
.tpl .tpl-package .tpl-btn {
  position: relative;
  z-index: 1;
}
.tpl .tpl-package__ic {
  position: absolute !important;
  right: 0;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  margin-bottom: 0 !important;
  z-index: 0 !important;
}
.tpl .tpl-package__ic svg {
  display: block;
  width: auto;
  height: 100%;
}
.tpl .tpl-package__ic-path_accent2 {
  fill: #FFBC1B;
}
.tpl .tpl-package__ic-path_accent2-dark {
  fill: #fb9d00;
}
.tpl .tpl-package__ic-path_accent2-dark--stroke {
  stroke: #fb9d00;
}
.tpl .tpl-package__wrapper {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-package__wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-package__wrapper {
    margin-bottom: 1rem;
  }
  .tpl .tpl-package__wrapper:last-child {
    margin-bottom: 0;
  }
}
.tpl .tpl-params {
  border-radius: 15px;
  background-color: #fffffd;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 767px) {
  .tpl .tpl-params .tpl-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-params {
    padding: 1.25rem;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-params {
    padding: 1.5rem;
  }
}
.tpl .tpl-param {
  color: #3BA0E9;
}
.tpl .tpl-param__label {
  font-size: 1.125rem;
  margin-bottom: 4px;
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-param__label {
    font-size: 1rem;
  }
}
.tpl .tpl-param__value {
  font: 3rem "Ubuntu-Bold", sans-serif;
  line-height: 1.4;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-param__value {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-param__value {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .tpl .tpl-param__wrapper {
    width: 100%;
    margin-bottom: 1rem;
  }
  .tpl .tpl-param__wrapper:last-child {
    margin-bottom: 0;
  }
}
.tpl .tpl-sect__special-offer {
  padding-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .tpl .tpl-sect__special-offer {
    padding-top: 0;
  }
}
.tpl .tpl-special-offer {
  position: relative;
  min-height: 264px;
  border-radius: 30px;
  background-color: #FFBC1B;
  padding: 27px 140px 39px 4rem;
  cursor: pointer;
}
.tpl .tpl-special-offer:before {
  content: "";
  display: inline-block;
  width: 267px;
  height: 242px;
  background: url("../img/dots.svg") no-repeat 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tpl .tpl-special-offer:after {
  content: "";
  display: inline-block;
  width: 992px;
  height: 263px;
  background: url("../img/circles.svg") no-repeat 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tpl .tpl-special-offer:hover .tpl-btn {
  background-color: #25007c;
  -webkit-box-shadow: 2px 8px 16px rgba(37, 0, 124, 0.16);
          box-shadow: 2px 8px 16px rgba(37, 0, 124, 0.16);
}
@media only screen and (max-width: 1365px) {
  .tpl .tpl-special-offer {
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 1100px) {
  .tpl .tpl-special-offer {
    padding-bottom: 0;
  }
  .tpl .tpl-special-offer:after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-special-offer {
    padding: 2rem 0 0 2rem;
    overflow: hidden;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-special-offer {
    padding: 1.75rem 0 0 14px;
  }
}
.tpl .tpl-special-offer__text {
  position: relative;
  z-index: 1;
}
.tpl .tpl-special-offer__text .tpl-sect-title {
  color: #fffffd;
  margin-bottom: 2.8125rem;
  max-width: 480px;
}
.tpl .tpl-special-offer__text .tpl-btn {
  max-width: 315px;
}
@media only screen and (max-width: 1100px) {
  .tpl .tpl-special-offer__text .tpl-btn {
    display: none;
  }
  .tpl .tpl-special-offer__text .tpl-sect-title {
    text-align: center;
    margin: 0 auto 2.875rem auto;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-special-offer__text .tpl-sect-title {
    text-align: left;
    padding-right: 2rem;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 7px;
  }
}
.tpl .tpl-special-offer__img {
  position: absolute;
  bottom: 0;
  right: 140px;
  z-index: 1;
}
.tpl .tpl-special-offer__img .tpl-btn {
  display: none;
}
.tpl .tpl-special-offer__img img {
  display: block;
  height: 347px;
  width: 330px;
}
@media only screen and (max-width: 1365px) {
  .tpl .tpl-special-offer__img {
    right: 1rem;
  }
}
@media only screen and (max-width: 1100px) {
  .tpl .tpl-special-offer__img {
    right: auto;
    position: relative;
    bottom: auto;
    width: 330px;
    margin: 0 auto;
  }
  .tpl .tpl-special-offer__img img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-special-offer__img {
    width: 262px;
    margin-left: auto;
    margin-right: 0;
  }
  .tpl .tpl-special-offer__img .tpl-btn {
    max-width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-special-offer__img {
    margin-right: -50px;
  }
}
.tpl .tpl-special-offer__chat {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -215px;
  width: 240px;
  padding: 12px 18px 7px 18px;
  background-color: #fffffd;
  border-radius: 5px;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 30px;
}
.tpl .tpl-special-offer__chat:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #fffffd transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -4px;
}
.tpl .tpl-special-offer__chat p {
  margin-bottom: 7px;
}
.tpl .tpl-special-offer__chat--status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #898989;
  font-size: 8px;
  line-height: 1;
}
.tpl .tpl-special-offer__chat--status svg {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 18px;
  height: 12px;
  fill: none;
  stroke: #3BA0E9;
  stroke-width: 1.45455;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-left: 6px;
}
@media only screen and (max-width: 1100px) {
  .tpl .tpl-special-offer__chat {
    left: -100px;
    top: 0;
    -webkit-transform: none;
            transform: none;
    width: 220px;
  }
  .tpl .tpl-special-offer__chat:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #fffffd transparent transparent;
    top: 100%;
    margin-left: 0;
    right: 55px;
    left: auto;
    margin-top: -2px;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-special-offer__chat {
    width: 168px;
    padding: 12px 12px 8px 12px;
    font-size: 14px;
    line-height: 1;
    left: -70px;
    top: -10px;
  }
}
.tpl .tpl-special-offer .tpl-btn__tablet {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .tpl .tpl-special-offer .tpl-btn__tablet {
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 1.25rem;
    z-index: 1;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-special-offer .tpl-btn__tablet {
    max-width: none;
    width: auto;
    left: 2.5rem;
    right: 2.5rem;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-special-offer .tpl-btn__tablet {
    left: 1.25rem;
    right: 1.25rem;
  }
}
.tpl .tpl-steps {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 660px;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-steps__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tpl .tpl-steps__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 555px;
}
.tpl .tpl-steps__img svg {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .tpl .tpl-steps__img {
    max-width: 470px;
  }
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-steps__img {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 2.5rem;
  }
}
.tpl .tpl-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-left: 100px;
  margin-bottom: 4.25rem;
}
.tpl .tpl-step:last-child {
  margin-bottom: 0;
}
.tpl .tpl-step:last-child svg {
  display: none;
}
.tpl .tpl-step__counter {
  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;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 80px;
  height: 105px;
  background-color: white;
  border-radius: 15px;
  text-align: center;
  color: #3BA0E9;
  font: 3.5rem "Ubuntu-Medium", sans-serif;
  line-height: 1;
  margin-right: 1rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-step__counter {
    width: 40px;
    height: 52px;
    font-size: 1.5rem;
    margin-right: 0.5rem;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-step__counter {
    margin-right: 12px;
  }
}
.tpl .tpl-step__text {
  font-size: 1.125rem;
}
.tpl .tpl-step__text h2, .tpl .tpl-step__text h3 {
  color: #3BA0E9;
  font: 1.5rem "Ubuntu-Medium", sans-serif;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-step__text {
    font-size: 0.875rem;
    line-height: 1.2;
    font-family: "Ubuntu-Medium", sans-serif;
  }
  .tpl .tpl-step__text h2, .tpl .tpl-step__text h3 {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-step__text h2, .tpl .tpl-step__text h3 {
    max-width: 270px;
  }
  .tpl .tpl-step__text p {
    max-width: 246px;
  }
}
.tpl .tpl-step svg {
  display: inline-block;
  width: 77px;
  height: 127px;
  fill: #3BA0E9;
  position: absolute;
  left: 0;
  top: 75px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-step {
    padding-left: 38px;
    margin-bottom: 2rem;
  }
  .tpl .tpl-step br {
    display: none;
  }
  .tpl .tpl-step:last-child {
    margin-bottom: 0;
  }
  .tpl .tpl-step svg {
    width: 38px;
    height: 62px;
    top: 52px;
    left: -5px;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-step {
    padding-left: 0;
    margin-bottom: 2.5rem;
  }
  .tpl .tpl-step br {
    display: inline-block;
  }
  .tpl .tpl-step:last-child {
    margin-bottom: 0;
  }
  .tpl .tpl-step svg {
    width: 38px;
    height: 62px;
    top: 72px;
    left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-terms {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.tpl .tpl-term {
  border-radius: 20px;
  background-color: rgba(144, 203, 255, 0.5);
  padding: 1.25rem;
  min-height: 188px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6;
}
.tpl .tpl-term:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-term {
    font-size: 14px;
    line-height: 1.4;
    padding: 1rem;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-term {
    margin-bottom: 1rem;
    height: 151px;
    min-height: auto;
    font-family: "Ubuntu-Medium", sans-serif;
  }
  .tpl .tpl-term:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-term__col {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-term__col {
    width: 100%;
    margin-bottom: 1rem;
  }
  .tpl .tpl-term__col:last-child {
    margin-bottom: 0;
  }
}
.tpl .tpl-term__tall {
  height: 100%;
}
.tpl .tpl-term__tall .tpl-term__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tpl .tpl-term__tall .tpl-term__ic {
  position: relative;
  height: auto;
  bottom: auto;
  right: auto;
  width: 100%;
}
.tpl .tpl-term__tall .tpl-term__ic svg {
  width: 100%;
  height: auto;
}
.tpl .tpl-term__tall-reverse .tpl-term__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-term__tall-reverse .tpl-term__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-term__tall {
    height: 151px;
  }
  .tpl .tpl-term__tall .tpl-term__ic {
    position: absolute;
    height: 100px;
    width: 200px;
    z-index: 1;
    bottom: 0;
    right: 0;
  }
  .tpl .tpl-term__tall .tpl-term__ic svg {
    width: auto;
    height: 82px;
  }
  .tpl .tpl-term__tall .tpl-term__decor {
    width: 100%;
    height: 100%;
    left: auto;
    right: auto;
  }
  .tpl .tpl-term__tall .tpl-term__decor svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .tpl .tpl-term__tall .tpl-term__decor-tall_1 {
    left: 0;
  }
  .tpl .tpl-term__tall .tpl-term__decor-tall_2 {
    height: auto;
    left: 0;
  }
}
.tpl .tpl-term__text {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-term__text {
    max-width: 260px;
  }
}
.tpl .tpl-term__ic {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 120px;
  z-index: 1;
}
.tpl .tpl-term__ic svg {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-term__ic {
    height: 100px;
    width: 200px;
    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;
  }
}
.tpl .tpl-term__decor {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.tpl .tpl-term__decor svg {
  display: block;
}
.tpl .tpl-term__decor-top {
  top: 0;
  bottom: auto;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-term__decor-left {
    right: auto;
    left: 0;
    bottom: -35px;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-term__decor-right {
    right: 0;
    bottom: -35px;
  }
}
.tpl .tpl-advantages {
  margin-bottom: -1.25rem;
}
.tpl .tpl-advantage {
  height: 100%;
  background-color: #fffffd;
  border-radius: 20px;
  padding: 2rem 1.25rem;
  font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-advantage {
    font-size: 1rem;
    padding: 1rem 2.625rem;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-advantage {
    padding: 1rem 1.25rem;
  }
}
.tpl .tpl-advantage__counter {
  color: #3BA0E9;
  font: 3rem "Ubuntu-Bold", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-advantage__counter {
    font-size: 1.75rem;
    line-height: 1.4;
    margin-bottom: 4px;
    white-space: nowrap;
  }
}
.tpl .tpl-advantage__wrapper {
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-advantage__wrapper {
    width: 100%;
  }
}
.tpl .tpl-feedback {
  background: #fffffd;
  overflow: hidden;
  border-radius: 10px;
}
.tpl .tpl-feedback__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tpl .tpl-feedback__author--photo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 10px;
  width: 156px;
  height: 156px;
  margin-right: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback__author--photo {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    margin-right: 12px;
  }
}
.tpl .tpl-feedback__author--name {
  font: 1.5rem "Ubuntu-Medium", sans-serif;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback__author--name {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.tpl .tpl-feedback__author--phone {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback__author--phone {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
.tpl .tpl-feedback__rating {
  width: 97px;
  height: 17px;
  background-size: 18px 17px;
  background-position: left center;
  background-image: url("../img/icons/svg/star.svg");
  background-repeat: space;
}
.tpl .tpl-feedback__thumbnail {
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  min-height: 98px;
}
.tpl .tpl-feedback__thumbnail .tpl-feedback__author {
  background-color: #fffffd;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.tpl .tpl-feedback__thumbnail .tpl-feedback__author--photo {
  width: 98px;
  height: auto;
  margin-right: 0;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback__thumbnail .tpl-feedback__author--photo {
    width: 100%;
  }
  .tpl .tpl-feedback__thumbnail .tpl-feedback__author--photo:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #3BA0E9;
    -webkit-transition: opacity 0.17s ease-in-out;
    transition: opacity 0.17s ease-in-out;
    opacity: 0;
  }
}
.tpl .tpl-feedback__thumbnail .tpl-feedback__author--name {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.tpl .tpl-feedback__thumbnail .tpl-feedback__author--phone {
  font-size: 1rem;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1100px) {
  .tpl .tpl-feedback__thumbnail .tpl-feedback__author--phone {
    font-size: 0.8125rem;
  }
}
.tpl .tpl-feedback__thumbnail .tpl-feedback__author--information {
  padding: 14px;
  padding-left: 19px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -5px;
  cursor: pointer;
  position: relative;
}
.tpl .tpl-feedback__thumbnail .tpl-feedback__author--information:before {
  content: "";
  display: inline-block;
  height: 5px;
  width: 100%;
  background-color: #3BA0E9;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.17s ease-in-out;
  transition: opacity 0.17s ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback__thumbnail .tpl-feedback__author--information {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback__thumbnail .tpl-feedback__author {
    width: 100%;
  }
}
.tpl .tpl-feedback__main {
  padding: 14px 2.5rem;
  min-height: 405px;
  height: 100%;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-feedback__main {
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback__main {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.tpl .tpl-feedback__main .tpl-row {
  margin: 0 -12px;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-feedback__main .tpl-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tpl .tpl-feedback__main .tpl-feedback__author {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback__main .tpl-feedback__author {
    margin-bottom: 1.75rem;
  }
}
.tpl .tpl-feedback__main .tpl-feedback__rating {
  width: 190px;
  height: 32px;
  background-size: 32px 32px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback__main .tpl-feedback__rating {
    width: 103px;
    height: 18px;
    background-size: 18px 18px;
  }
}
.tpl .tpl-feedback__col {
  width: 50%;
  padding: 0 12px;
}
.tpl .tpl-feedback__col:last-child {
  padding-top: 18px;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-feedback__col {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .tpl .tpl-feedback__col:last-child {
    margin-bottom: 0;
    padding-top: 0;
  }
}
.tpl .tpl-feedback__text {
  max-width: 490px;
}
.tpl .tpl-feedback__text b, .tpl .tpl-feedback__text strong {
  font: 1.5rem "Ubuntu-Medium", sans-serif;
}
.tpl .tpl-feedback__text p {
  margin-bottom: 0.5rem;
}
.tpl .tpl-feedback__text p:last-child {
  margin-bottom: 0;
}
.tpl .tpl-feedback__text div {
  min-height: 161px;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-feedback__text {
    max-width: 100%;
  }
  .tpl .tpl-feedback__text div {
    min-height: auto;
    margin-bottom: 1.25rem;
  }
  .tpl .tpl-feedback__text div:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-feedback__text {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .tpl .tpl-feedback__text b, .tpl .tpl-feedback__text strong {
    font-size: 1rem;
    margin-bottom: 12px;
  }
}
.tpl .tpl-faqs {
  background-color: #3BA0E9;
  border-radius: 20px;
  padding: 2.5rem 6.875rem;
}
.tpl .tpl-faqs .tpl-sect-title {
  margin-bottom: 2.75rem;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-faqs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-faqs {
    padding-left: 12px;
    padding-right: 12px;
  }
  .tpl .tpl-faqs .tpl-sect-title {
    margin-bottom: 2rem;
  }
}
.tpl .tpl-faq-item {
  border-radius: 10px;
  background-color: #fffffd;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-faq-item {
    margin-bottom: 1.25rem;
  }
}
.tpl .tpl-faq-item:last-child {
  margin-bottom: 0;
}
.tpl .tpl-faq-item__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.75rem 2.5rem;
  cursor: pointer;
}
.tpl .tpl-faq-item__question h2, .tpl .tpl-faq-item__question h3 {
  font-size: 1.25rem;
  margin-right: 1rem;
}
.tpl .tpl-faq-item__question svg {
  display: inline-block;
  width: 1.5rem;
  height: 1rem;
  fill: #25007c;
  -webkit-transition: -webkit-transform 0.17s ease-in-out;
  transition: -webkit-transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out, -webkit-transform 0.17s ease-in-out;
}
.tpl .tpl-faq-item__question.tpl__is-toggled svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-faq-item__question {
    padding: 1.25rem 12px;
    min-height: 74px;
  }
  .tpl .tpl-faq-item__question h2, .tpl .tpl-faq-item__question h3 {
    font-size: 0.875rem;
    font-family: "Ubuntu-Medium", sans-serif;
  }
}
.tpl .tpl-faq-item__answer {
  padding: 0 2.5rem 2rem 2.5rem;
  color: black;
  display: none;
}
.tpl .tpl-faq-item__answer p {
  margin-bottom: 2rem;
}
.tpl .tpl-faq-item__answer p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-faq-item__answer {
    padding: 0 12px 1.25rem 12px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-sect__calculation .tpl-sect-title {
    line-height: 1.4;
  }
}
.tpl .tpl-calculation {
  border-radius: 16px;
  padding: 1.75rem 2.5rem 1.75rem 5.375rem;
  background-color: #fffffd;
}
.tpl .tpl-calculation__range {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 794px;
}
.tpl .tpl-calculation__btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 330px;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-calculation {
    padding: 1.5rem 2rem;
  }
  .tpl .tpl-calculation__btn {
    max-width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .tpl .tpl-calculation .tpl-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tpl .tpl-calculation__btn {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-calculation {
    padding: 1.25rem 12px 2.5rem 12px;
  }
  .tpl .tpl-calculation .tpl-form-range__values {
    font-size: 14px;
    margin-top: 14px;
  }
  .tpl .tpl-calculation .tpl-sect-title {
    line-height: 1.8;
  }
}
.tpl .tpl-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}
.tpl .tpl-popup__overflow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  z-index: 105;
  background-color: rgba(24, 23, 24, 0.9);
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
.tpl .tpl-popup__overflow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.tpl .tpl-popup__body {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
}
.tpl .tpl-popup__stories .tpl-popup__body {
  position: relative;
}
.tpl .tpl-popup__stories .tpl-popup__body .tpl-btn-close {
  right: 0;
  top: auto;
  bottom: 100%;
  margin-bottom: 1.125rem;
}
.tpl .tpl-story__slide {
  height: 740px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  background-color: #fffffd;
  position: relative;
  -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9);
  -webkit-transition: -webkit-transform 0.17s ease-in-out;
  transition: -webkit-transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out;
  transition: transform 0.17s ease-in-out, -webkit-transform 0.17s ease-in-out;
  will-change: transform;
}
.tpl .tpl-story__slide:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(217, 217, 217, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
@media only screen and (max-width: 1439px) {
  .tpl .tpl-story__slide {
    height: 540px;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-story__slide {
    height: 500px;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .tpl .tpl-story__slide:before {
    display: none;
  }
}
.tpl .tpl-story__slide .tpl-btn {
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2.75rem;
  max-width: 266px;
}
.tpl .tpl-story__slide-text {
  font-size: 1.5rem;
  padding: 2.5rem 2.5rem 2rem 2.5rem;
}
.tpl .tpl-story__slide-text h2, .tpl .tpl-story__slide-text h3 {
  font: 1.75rem "Ubuntu-Medium", sans-serif;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 1439px) {
  .tpl .tpl-story__slide-text {
    font-size: 1.125rem;
    padding: 1.75rem;
  }
  .tpl .tpl-story__slide-text h2, .tpl .tpl-story__slide-text h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-story__slide-text {
    padding: 1.75rem 1.75rem 1.25rem 1.75rem;
    font-size: 1rem;
  }
  .tpl .tpl-story__slide-text h2, .tpl .tpl-story__slide-text h3 {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.tpl .tpl-story__slide-img {
  width: 100%;
}
.tpl .tpl-story__slide-img img {
  display: block;
}
.tpl .tpl-popup__form .tpl-popup__body {
  margin: 0 auto;
  max-width: 856px;
  background-color: #fffffd;
  border-radius: 20px;
  padding: 2.5rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .tpl .tpl-popup__form .tpl-popup__body {
    position: relative;
  }
  .tpl .tpl-popup__form .tpl-popup__body .tpl-btn-close {
    top: 10px;
    right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-popup__form .tpl-popup__body {
    padding: 2.5rem 12px;
  }
}
.tpl .tpl-popup__form .tpl-form__subtitle {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 2.75rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-popup__form .tpl-form__subtitle {
    max-width: 100%;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .tpl .tpl-popup__form .tpl-form__subtitle br {
    display: none;
  }
}
.tpl .tpl-popup__form .tpl-form-input__error-checkboxes {
  text-align: left;
  margin-top: 4px;
}
.tpl .tpl-popup__form .tpl-form-group__submit div {
  max-width: 266px;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .tpl .tpl-popup__form .tpl-form-group__submit div {
    max-width: 100%;
  }
}