.tpl .tpl-main-index {
  background-color: #fafcff !important;
}
.tpl .tpl-sect__form {
  background: #be1313 !important;
  background: linear-gradient(180deg, #aa1010 24.48%, #fc9191 100%) !important;
}
.tpl .tpl-sect__form:before {
  background-color: #fafcff !important;
}
.tpl .tpl-rating {
  border-color: rgba(141, 174, 246, 0.35) !important;
}
.tpl .tpl-timer {
  background: #be1313 !important;
  background: linear-gradient(278deg, #de1616 0, #be1313 51.26%) !important;
}
.tpl .tpl-timer__label {
  color: #be1313 !important;
}
.tpl .tpl-form-input:focus {
  border-color: #8daef6 !important;
}
.tpl .tpl-btn {
  background: #109230 !important;
  background: linear-gradient(278deg, #16de3e 0, #13be41 51.26%) !important;
}
.tpl .tpl-btn-hamburger span {
  background-color: #be1313 !important;
}
@media only screen and (max-width: 1100px) {
  .tpl .tpl-nav {
    background-color: #fafcff !important;
  }
  .tpl .tpl .tpl-nav li a.tpl-nav-link {
    color: #be1313 !important;
  }
}
.tpl .tpl-safety svg {
  fill: #ee3f58 !important;
}
.tpl .tpl-method svg,
.tpl .tpl-rating-safety svg {
  fill: #be1313 !important;
}
.tpl .tpl-method h3,
.tpl .tpl-territory__content h2,
.tpl .tpl-territory__content h3 {
  color: #be1313 !important;
}
.tpl .tpl-territory__content svg {
  fill: #8daef6 !important;
}
.tpl .tpl-request-progress span {
  background-color: rgba(19, 73, 190, 0.4) !important;
}
.tpl .tpl-request-loader svg {
  fill: #be1313 !important;
}
.tpl .tpl-request.tpl__step-1 .tpl-request-progress span:first-child,
.tpl .tpl-request.tpl__step-2 .tpl-request-progress span:first-child,
.tpl .tpl-request.tpl__step-2 .tpl-request-progress span:nth-child(2),
.tpl .tpl-request.tpl__step-3 .tpl-request-progress span:first-child,
.tpl .tpl-request.tpl__step-3 .tpl-request-progress span:nth-child(2),
.tpl .tpl-request.tpl__step-3 .tpl-request-progress span:nth-child(3) {
  background-color: #be1313 !important;
}
.tpl-logo-top {
  line-height: 1.1 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-align: center !important;
}
@media all and (min-width: 568px) {
  .tpl-logo-top {
    font-size: 18px !important;
  }
}
@media all and (max-width: 567px) {
  .tpl-timer__wrapper {
    margin-left: 10px !important;
  }
  .tpl-timer__label {
    text-align: end !important;
  }
}
.title-form {
  font-size: 20px !important;
  line-height: 1.2 !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}
.form-age {
  margin: 20px 20% !important;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .form-age {
    margin: 20px !important;
  }
}
.comment-description img {
  max-width: 350px;
}
.item-comment {
  margin-bottom: 25px !important;
}
.comment-to-comment {
  margin: 10px 0 0 80px !important;
}
@media (max-width: 800px) {
  .comment-to-comment {
    margin: 10px 0 0 40px !important;
  }
}
.phonesc {
  width: 40%;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .phonesc {
    width: 70%;
  }
}
.link-body-emphasis,
footer {
  color: #dee2e6 !important;
}
.footer-links {
  display: inline-block;
  max-width: 135px !important;
}
.iti,
.iti.iti--allow-dropdown.iti--separate-dial-code,
[name="phone2"] {
  width: 100%;
}
.iti__country-name,
.iti__selected-dial-code {
  color: #000;
}
#phone {
  width: 100% !important;
}
input.error {
  border: 1px solid #ff7c7c !important;
  color: #ff7c7c !important;
}
input[name="phone2"] {
  outline: 0;
}
.iti__selected-flag {
  padding: 5px !important;
}
.hide {
  display: none;
}
.query-age {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.query-age::before {
  position: absolute;
  content: "";
  background: #3ee343;
  width: 1500px;
  height: 1500px;
  z-index: -1;
  border-radius: 50%;
}
.query-age:focus,
.query-age:hover {
  transition-delay: 0.25s;
  color: #fff;
}
.query-age:before {
  top: 100%;
  left: 100%;
  transition: 0.7s;
}
.query-age:focus::before,
.query-age:hover::before {
  top: -90px;
  left: -400px;
}
.js-form-reg {
  display: none;
}
.js-form-reg-op {
  animation: 1s op;
}
.js-form-age-hd {
  animation: 0.4s hd;
}
@keyframes op {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  80% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes hd {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}
