body {
  height: auto !important;
}
@font-face {
  font-family: "Inter-Medium";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: "Inter-Regular";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter-Bold";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff");
}
@font-face {
  font-family: "Inter-SemiBold";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter-SemiBold.woff") format("woff");
}
.tpl a,
.tpl abbr,
.tpl acronym,
.tpl address,
.tpl applet,
.tpl article,
.tpl aside,
.tpl audio,
.tpl b,
.tpl big,
.tpl blockquote,
.tpl body,
.tpl canvas,
.tpl caption,
.tpl center,
.tpl cite,
.tpl code,
.tpl dd,
.tpl del,
.tpl details,
.tpl dfn,
.tpl div,
.tpl dl,
.tpl dt,
.tpl em,
.tpl embed,
.tpl fieldset,
.tpl figcaption,
.tpl figure,
.tpl footer,
.tpl form,
.tpl h1,
.tpl h2,
.tpl h3,
.tpl h4,
.tpl h5,
.tpl h6,
.tpl header,
.tpl hgroup,
.tpl html,
.tpl i,
.tpl iframe,
.tpl img,
.tpl ins,
.tpl kbd,
.tpl label,
.tpl legend,
.tpl li,
.tpl mark,
.tpl menu,
.tpl nav,
.tpl object,
.tpl ol,
.tpl output,
.tpl p,
.tpl pre,
.tpl q,
.tpl ruby,
.tpl s,
.tpl samp,
.tpl section,
.tpl small,
.tpl span,
.tpl strike,
.tpl strong,
.tpl sub,
.tpl summary,
.tpl sup,
.tpl table,
.tpl tbody,
.tpl td,
.tpl tfoot,
.tpl th,
.tpl thead,
.tpl time,
.tpl tr,
.tpl tt,
.tpl u,
.tpl ul,
.tpl var,
.tpl video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.tpl article,
.tpl aside,
.tpl details,
.tpl figcaption,
.tpl figure,
.tpl footer,
.tpl header,
.tpl hgroup,
.tpl menu,
.tpl nav,
.tpl section {
  display: block;
}
.tpl body {
  line-height: 1;
}
.tpl ol,
.tpl ul {
  list-style: none;
}
.tpl blockquote,
.tpl q {
  quotes: none;
}
.tpl blockquote:after,
.tpl blockquote:before,
.tpl q:after,
.tpl q:before {
  content: "";
  content: none;
}
.tpl table {
  border-collapse: collapse;
  border-spacing: 0;
}
.tpl h1,
.tpl h2,
.tpl h3,
.tpl h4,
.tpl h5,
.tpl h6,
.tpl li,
.tpl ul {
  margin: 0;
  padding: 0;
}
.tpl .tpl-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  padding: 0 3.25rem;
}
@media only screen and (max-width: 1400px) {
  .tpl .tpl-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tpl .tpl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl .tpl-row-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tpl .tpl-row-gutters {
  margin: 0 -12px;
}
.tpl .tpl-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tpl .tpl-col-gutters {
  padding: 0 12px;
}
.tpl .tpl-align-horisontal-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tpl .tpl-align-horisontal-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tpl .tpl-align-horisontal-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tpl .tpl-align-horisontal-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tpl .tpl-align-horisontal-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.tpl .tpl-align-horisontal-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.tpl .tpl-align-vertical-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tpl .tpl-align-vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tpl .tpl-align-vertical-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tpl .tpl-align-vertical-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.tpl .tpl-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.tpl .tpl-col-1 {
  width: 100%;
}
.tpl .tpl-col-2 {
  width: 50%;
}
.tpl .tpl-col-3 {
  width: 33.3333333333%;
}
.tpl .tpl-col-4 {
  width: 25%;
}
.tpl .tpl-col-5 {
  width: 20%;
}
.tpl .tpl-col-6 {
  width: 16.6666666667%;
}
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px !important;
  overflow-x: hidden;
}
html.tpl__is-fixed {
  overflow: hidden;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.tpl {
  font: 1rem "Inter-Regular", sans-serif;
  line-height: 1.4;
  min-width: 320px;
  max-height: 100%;
  opacity: 1;
  position: relative;
  color: #171d3f;
}
.tpl-page {
  overflow-x: hidden;
}
.tpl section {
  position: relative;
  z-index: 2;
}
.tpl .tpl-pattern-bg {
  display: block;
  width: 1400px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  fill: none;
  stroke: red;
  pointer-events: none;
}
@media only screen and (min-width: 1400px) {
  .tpl .tpl-pattern-bg {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-pattern-bg {
    width: auto;
    -webkit-transform: none;
    transform: none;
    left: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-pattern-bg {
    display: none;
  }
}
.tpl-body-bg {
  background-color: #e9edf8;
}
.tpl input,
.tpl textarea {
  outline: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tpl input:focus,
.tpl textarea:focus {
  outline: none;
}
.tpl textarea {
  resize: vertical;
  width: 100%;
}
.tpl select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  cursor: pointer;
}
.tpl select:focus {
  outline: none;
}
.tpl a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.tpl a:hover {
  text-decoration: none;
}
.tpl button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  background: rgba(0, 0, 0, 0);
}
.tpl button:focus {
  outline: none;
}
.tpl img {
  display: block;
  width: 100%;
  height: auto;
}
.tpl .disable-hover,
.tpl .disable-hover * {
  pointer-events: none !important;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.tpl .tpl {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.tpl .tpl-gutters {
  padding: 6.25rem 0;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-gutters {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-gutters {
    padding: 3.5rem 0;
  }
}
.tpl .tpl-gutter-top {
  padding-top: 6.25rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-gutter-top {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-gutter-top {
    padding-top: 3.5rem;
  }
}
.tpl .tpl-gutter-bottom {
  padding-bottom: 6.25rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-gutter-bottom {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-gutter-bottom {
    padding-bottom: 3.5rem;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-mobile-gutters {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px) !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-mobile-hidden {
    display: none !important;
  }
}
.tpl .tpl-w3c {
  visibility: hidden;
  display: none;
}
.tpl .tpl-sect-text {
  font-size: 1.75rem;
  font-family: "Inter-Medium", sans-serif;
  line-height: 1.4;
  margin-bottom: 2.25rem;
}
.tpl .tpl-sect-text h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tpl .tpl-sect-text__attention h2 {
  position: relative;
}
.tpl .tpl-sect-text__attention h2:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 12px;
  border-radius: 50%;
  border: 2px solid rgba(233, 71, 71, 0.6);
}
.tpl .tpl-sect-text__attention h2:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #e94747;
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  left: 4px;
  -webkit-animation: pulse 3s infinite linear;
  animation: pulse 3s infinite linear;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-sect-text__attention h2:before {
    width: 1rem;
    height: 1rem;
  }
  .tpl .tpl-sect-text__attention h2:after {
    width: 10px;
    height: 10px;
    left: 3px;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-sect-text {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-sect-text {
    font-size: 1.25rem;
  }
}
.tpl .tpl-text-center {
  text-align: center;
}
.tpl .tpl-text-left {
  text-align: left;
}
.tpl .tpl-text-right {
  text-align: right;
}
.tpl .tpl-basic-white-color {
  color: #fff;
}
.tpl .tpl-basic-black-color {
  color: #000;
}
.tpl .tpl-content-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.tpl .tpl-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.tpl .tpl-box {
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.tpl .tpl-visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
}
.tpl .tpl-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 50%;
}
.tpl .tpl-thumbnail img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tpl .tpl-content :last-child {
  margin-bottom: 0 !important;
}
.tpl .tpl-content :first-child {
  margin-top: 0 !important;
}
.tpl .tpl-content h2,
.tpl .tpl-content h3,
.tpl .tpl-content h4,
.tpl .tpl-content h5,
.tpl .tpl-content h6 {
  line-height: 1;
}
.tpl .tpl-content h1 {
  font: 2.5rem "Inter-Medium", sans-serif;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.tpl .tpl-content h2,
.tpl .tpl-content h3 {
  font: 1.75rem "Inter-SemiBold", sans-serif;
  margin-bottom: 1.5rem;
}
.tpl .tpl-content b,
.tpl .tpl-content strong {
  font-weight: bold;
}
.tpl .tpl-content ol,
.tpl .tpl-content p,
.tpl .tpl-content ul {
  margin-bottom: 1rem;
}
.tpl .tpl-content ol li,
.tpl .tpl-content ul li {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.tpl .tpl-content ol li:last-child,
.tpl .tpl-content ul li:last-child {
  margin-bottom: 0;
}
.tpl .tpl-content ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: middle;
  background-color: currentColor;
}
.tpl .tpl-content ol {
  counter-reset: list;
}
.tpl .tpl-content ol li:before {
  counter-increment: list;
  content: counter(list) ". ";
  display: inline-block;
  margin-right: 4px;
}
.tpl .tpl-ads:not(:empty) {
  height: 100%;
  margin: 0 auto;
  min-height: 100px;
}
.tpl .tpl-ads:not(:empty) div {
  margin: 0 auto;
}
.tpl .tpl-marquee {
  display: block;
  overflow: hidden;
  color: #ff6d6d;
}
.tpl .tpl-marquee__inner {
  will-change: transform;
  height: 100%;
  width: 1000000px;
}
.tpl .tpl-marquee__gutters {
  overflow: hidden;
  height: 100%;
}
.tpl .tpl-marquee__init {
  height: 100%;
  overflow: hidden;
  display: inline-block;
  font-size: 0;
}
.tpl .tpl-marquee__init .tpl-js-marquee-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.tpl .tpl-marquee__init .tpl-js-marquee {
  white-space: nowrap;
}
.tpl .tpl-marquee [data-direction="left"] .tpl-js-marquee *,
.tpl .tpl-marquee [data-direction="right"] .tpl-js-marquee * {
  display: inline-block;
  white-space: nowrap;
}
.tpl .tpl-marquee p {
  position: relative;
  padding-left: 70px;
  font: 3.75rem "Inter-Bold", sans-serif;
}
.tpl .tpl-marquee p:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: currentColor;
  border-radius: 50%;
  margin-top: 1px;
}
@media screen and (max-width: 575px) {
  .tpl .tpl-marquee p {
    padding-left: 52px;
    font-size: 45px;
  }
  .tpl .tpl-marquee p:before {
    left: 22px;
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-marquee p {
    font-size: 38px;
    padding-left: 44px;
    line-height: 1.1;
  }
  .tpl .tpl-marquee p:before {
    left: 18px;
  }
}
.tpl .tpl-box-form {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-box-form {
    border-radius: 0 0 20px 20px;
    padding-top: 0;
  }
}
.tpl .tpl-box-img {
  position: relative;
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tpl .tpl-box-img__inner {
  z-index: 2;
  height: 493px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tpl .tpl-box-img__inner img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-box-img__inner img {
    width: 420px;
    max-width: none;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-box-img__inner img {
    width: auto;
    max-width: 100%;
  }
}
.tpl .tpl-box-img__inner:before {
  content: "";
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-color: rgba(234, 125, 216, 0.35);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -186px;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-box-img__inner:before {
    padding-top: 0;
    width: 600px;
    height: 600px;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-box-img__inner:before {
    width: 333px;
    height: 333px;
    bottom: -100px;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-box-img {
    background-color: #e9edf8;
    margin-top: -1rem;
    z-index: -1;
    border-radius: 0;
    padding-top: 61px;
    height: 540px;
    min-height: auto;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-box-img {
    height: 406px;
  }
}
.tpl .tpl-quick-request {
  position: absolute;
  left: 50%;
  margin-left: -135px;
  bottom: 1.5rem;
  z-index: 3;
  width: 270px;
  height: 80px;
  padding: 10px;
  white-space: nowrap;
  border-radius: 1rem;
  background-color: #e9edf8;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.tpl .tpl-quick-request.tpl__is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tpl .tpl-quick-request__title {
  font: 1.375rem "Inter-Medium", sans-serif;
  margin-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-quick-request__title {
    font-size: 16px;
  }
}
.tpl .tpl-quick-request__time {
  opacity: 0.5;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-quick-request__time {
    font-size: 12px;
  }
}
.tpl .tpl-quick-request__status {
  font: 1rem "Inter-Medium", sans-serif;
  color: #0bb56e;
}
.tpl .tpl-quick-request__status.tpl__is-waiting {
  color: #ff8d24;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-quick-request__status {
    font-size: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-quick-request {
    width: 200px;
    height: 60px;
    padding: 0.5rem 12px;
    border-radius: 12px;
    margin-left: -100px;
    line-height: 1;
  }
}
.tpl .tpl-btn {
  display: inline-block;
  padding: 15px;
  font: 1rem "Inter-Bold", sans-serif;
  border-radius: 50px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background-color: red;
  -webkit-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tpl .tpl-btn:hover {
  opacity: 0.9;
}
.tpl .tpl-btn-wide {
  max-width: 100%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.tpl .tpl-btn-accent {
  background-color: red;
}
.tpl .tpl-btn-transparent {
  background-color: rgba(0, 0, 0, 0);
}
.tpl .tpl-btn-dark {
  background-color: #000;
}
.tpl .tpl-btn-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/close-ic.svg") center center no-repeat;
  background-size: 20px 20px;
}
.tpl .tpl-btn-hamburger {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: red;
  position: relative;
  -webkit-transition: background-color 0.17s ease-in-out;
  transition: background-color 0.17s ease-in-out;
  margin-left: 15px;
}
.tpl .tpl-btn-hamburger span {
  width: 27px;
  height: 2px;
  background-color: #000;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tpl .tpl-btn-hamburger.is-active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.tpl .tpl-btn-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.tpl .tpl-btn-hamburger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.tpl .tpl-logo {
  display: inline-block;
}
.tpl .tpl-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: auto;
}
.tpl .tpl-safety {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 0.875rem "Inter-Regular", sans-serif;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 12px auto 0 auto;
  color: rgba(23, 29, 63, 0.8);
}
.tpl .tpl-safety svg {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 6px;
  fill: red;
  opacity: 0.6;
  margin-top: -1px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-safety {
    margin-top: 12px;
  }
}
.tpl .tpl-form-input {
  display: block;
  width: 100%;
  padding: 17px 1rem;
  text-align: left;
  background-color: #f1f5fa;
  border: 1px solid rgba(0, 0, 0, 0);
  font: 1rem "Inter-Regular", sans-serif;
  color: #171d3f;
  border-radius: 0.5rem;
}
.tpl .tpl-form-input:hover::-webkit-input-placeholder {
  color: #171d3f;
}
.tpl .tpl-form-input:hover::-moz-placeholder {
  color: #171d3f;
}
.tpl .tpl-form-input:hover:-moz-placeholder {
  color: #171d3f;
}
.tpl .tpl-form-input:hover:-ms-input-placeholder {
  color: #171d3f;
}
.tpl .tpl-form-input:focus {
  border-color: red;
  background-color: #fff;
}
.tpl .tpl-form-input::-webkit-input-placeholder {
  font: 1em "Inter-Regular", sans-serif;
  color: rgba(23, 29, 63, 0.7);
  -webkit-transition: color 0.23s ease-in-out;
  transition: color 0.23s ease-in-out;
}
.tpl .tpl-form-input::-moz-placeholder {
  font: 1em "Inter-Regular", sans-serif;
  color: rgba(23, 29, 63, 0.7);
  -webkit-transition: color 0.23s ease-in-out;
  -moz-transition: color 0.23s ease-in-out;
  transition: color 0.23s ease-in-out;
}
.tpl .tpl-form-input:-moz-placeholder {
  font: 1em "Inter-Regular", sans-serif;
  color: rgba(23, 29, 63, 0.7);
  -webkit-transition: color 0.23s ease-in-out;
  -moz-transition: color 0.23s ease-in-out;
  transition: color 0.23s ease-in-out;
}
.tpl .tpl-form-input:-ms-input-placeholder {
  font: 1em "Inter-Regular", sans-serif;
  color: rgba(23, 29, 63, 0.7);
  -webkit-transition: color 0.23s ease-in-out;
  -ms-transition: color 0.23s ease-in-out;
  transition: color 0.23s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-form-input {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.tpl .tpl-form-input__error {
  color: #e94747;
  font: 12px "Inter-Regular", sans-serif;
  line-height: 1.6;
  display: none;
}
.tpl .tpl-form .form-group {
  position: relative;
}
.tpl .tpl-form .form-group:before {
  top: 14px;
  content: "";
  display: inline-block;
  position: absolute;
  right: 12px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  display: none;
}
.tpl .tpl-form .form-group.has-error:before {
  display: block;
  background-image: url("../img/error-ic.svg");
}
.tpl .tpl-form .form-group.has-error .tpl-form-input__error {
  display: block;
}
.tpl .tpl-form .form-group.has-error .tpl-form-input {
  color: #e94747;
  padding-right: 40px;
}
.tpl
  .tpl-form
  .form-group.has-error
  .tpl-form-input::-webkit-input-placeholder {
  color: inherit;
}
.tpl .tpl-form .form-group.has-error .tpl-form-input::-moz-placeholder {
  font: 1em "Inter-Regular", sans-serif;
  color: inherit;
}
.tpl .tpl-form .form-group.has-error .tpl-form-input:-moz-placeholder {
  font: 1em "Inter-Regular", sans-serif;
  color: inherit;
}
.tpl .tpl-form .form-group.has-error .tpl-form-input:-ms-input-placeholder {
  font: 1em "Inter-Regular", sans-serif;
  color: inherit;
}
.tpl .tpl-form .form-group.has-success .tpl-form-input {
  padding-right: 40px;
}
.tpl .tpl-form-group {
  position: relative;
  margin-bottom: 1rem;
}
.tpl .tpl-form-group:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-form-group {
    margin-bottom: 12px;
  }
}
.tpl .tpl-form-group__range {
  margin-bottom: 1.25rem;
  padding-top: 12px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-form-group__range {
    margin-bottom: 1rem;
  }
}
.tpl .tpl-form-group__submit {
  margin-bottom: 2.25rem;
  margin-top: 1.25rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-form-group__submit {
    margin-bottom: 1.25rem;
  }
}
.tpl .tpl-form-group__checkboxes .form-group {
  margin-bottom: 1rem;
}
.tpl .tpl-form-group__checkboxes .form-group:last-child {
  margin-bottom: 0;
}
.tpl .tpl-form-group__checkboxes .form-group.has-error:after,
.tpl .tpl-form-group__checkboxes .form-group.has-error:before {
  display: none;
}
.tpl .tpl-form-group__checkboxes .form-group.has-error .tpl-checkbox__label {
  color: #e94747;
}
.tpl .tpl-checkbox__sign {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: inline-block;
  border-radius: 4px;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 12px;
  border: 1px solid #e94747;
}
.tpl .tpl-checkbox__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  line-height: 1.6;
  color: rgba(23, 29, 63, 0.6);
  cursor: pointer;
}
.tpl .tpl-checkbox__label a {
  color: inherit;
  border-bottom: 1px solid;
}
.tpl .tpl-checkbox__label a:hover {
  border-color: rgba(0, 0, 0, 0);
}
.tpl .tpl-checkbox__label input {
  display: none;
}
.tpl .tpl-checkbox__label input:checked + .tpl-checkbox__sign {
  background-color: rgba(23, 29, 63, 0.25);
  border-color: rgba(0, 0, 0, 0);
  background-image: url("../img/checkbox-ic.svg");
  background-position: 50% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}
.tpl .tpl-header {
  margin-bottom: 2.375rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-header {
    margin-bottom: 12px;
  }
}
.tpl .tpl-header-inner {
  padding: 0.875rem 0;
}
.tpl .tpl-header-text {
  font-size: 0.875rem;
  background-color: #fff;
  padding: 6px 0;
}
.tpl .tpl-header-text svg {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  fill: red;
  margin-right: 0.5rem;
  fill-rule: evenodd;
  clip-rule: evenodd;
  width: 12px;
  height: auto;
}
.tpl .tpl-header-text b,
.tpl .tpl-header-text strong {
  color: red;
  font-family: "Inter-SemiBold", sans-serif;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-header-text {
    font-size: 12px;
  }
  .tpl .tpl-header-text svg {
    width: 10px;
    margin-right: 4px;
  }
}
.tpl .tpl-timer {
  display: inline-block;
  text-align: center;
  width: 64px;
  font: 1.25rem "Inter-Bold", sans-serif;
  line-height: 1.2;
  color: red;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-timer {
    width: 64px;
  }
}
.tpl .tpl-timer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-timer__wrapper {
    gap: 8px;
  }
}
@media only screen and (max-width: 354px) {
  .tpl .tpl-timer__wrapper {
    gap: 0;
  }
}
.tpl .tpl-timer__label {
  font: 1rem "Inter-Regular", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-timer__label {
    font-size: 14px;
    max-width: 74px;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-timer__label {
    font-size: 12px;
    max-width: 65px;
  }
}
@media only screen and (max-width: 354px) {
  .tpl .tpl-timer__label {
    font-size: 10px;
    margin-right: 4px;
  }
}
.tpl .tpl-timer__count {
  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-timer__ic {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  fill: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 4px;
}
.tpl .tpl-timer__ic-fill {
  fill: red;
}
.tpl .tpl-timer__ic-stroke {
  stroke: red;
}
.tpl .tpl-footer {
  padding: 4rem 0;
  background-color: #0d0c0c;
  color: #fff;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-footer {
    padding: 4rem 0 5rem;
  }
}
.tpl .tpl-footer__block {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.tpl .tpl-footer .tpl-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
  color: #000 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tpl .tpl-footer .tpl-logo-text {
  margin-top: 12px;
}
.tpl .tpl-footer .tpl-content {
  line-height: 1.8;
  font-size: 1rem;
}
.tpl .tpl-footer .tpl-content p {
  margin-bottom: 1.25rem;
}
.tpl .tpl-footer .tpl-content :last-child {
  margin-bottom: 0;
}
.tpl .tpl-sect__text {
  padding: 2.5rem 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.tpl .tpl-sect__text .tpl-content {
  font-size: 1rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-sect__text {
    padding-top: 4rem;
  }
}
.tpl .notice-image img {
  width: 100px;
  display: block;
  margin-right: 0.5rem;
}
.tpl .notificate-wrapper {
  overflow: unset;
}
.tpl .notice-block {
  padding: 15px;
}
.tpl .notice-block a {
  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;
}
#all-records .tpl .tpl-main {
  padding-top: 0 !important;
}
.tpl .tpl-form .form-group.field-fullName.has-success:before,
.tpl .tpl-form .form-group.field-indexform-phonenumber.has-success:before {
  display: block;
  background-image: url(../img/success-ic.svg);
}
.tpl .tpl-content a {
  color: inherit;
  text-decoration: underline;
}
.tpl .tpl-content a:hover {
  text-decoration: none;
}
.tpl-form-group__checkboxes > div {
  margin-bottom: 10px;
}
.tpl .tpl-news-cat-link {
  display: inline-block;
  margin-left: 1.25rem;
  color: rgba(23, 29, 63, 0.8);
  font: 1rem "Inter-Medium", sans-serif;
}
.tpl .tpl-news-cat-link:hover {
  color: #171d3f;
}
.tpl .tpl-news-cat-link svg {
  display: none;
  width: 100%;
  height: 100%;
  fill: none;
  stroke-width: 2px;
  stroke: red;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-news-cat-link {
    width: 24px;
    height: 24px;
    margin-left: 12px;
    opacity: 0.85;
  }
  .tpl .tpl-news-cat-link span {
    display: none;
  }
  .tpl .tpl-news-cat-link svg {
    display: block;
  }
}
