/*
sass --no-source-map web/landing/assets/sass/landing-inspection.scss web/landing/assets/css/landing-inspection.css
*/
.bg-accent {
  background: #d69c2e !important;
}
.bg-accent.btn:hover {
  background: #ce9428 !important;
}

.btn.bg-black:hover {
  background: rgba(0, 0, 0, 0.15) !important;
}

.rounded-12px {
  border-radius: 12px;
}

html, body {
  overscroll-behavior-x: none;
}

body {
  overflow-x: hidden;
}

.landing-inspection {
  background: #ffffff;
}
.landing-inspection .navbar.navbar-carlink-v2 {
  z-index: 4;
}

.appearing-item {
  position: absolute;
  border-radius: 12px;
  padding: 10px 15px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  text-align: left;
}
.appearing-item.appear {
  opacity: 1;
  transform: translateY(0);
}
.appearing-item .icon-container {
  width: 32px;
  min-width: 32px;
  text-align: center;
  margin-right: 8px;
}
.appearing-item .text-container {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
@media screen and (max-width: 991.9px) {
  .appearing-item .text-container {
    font-size: 14px;
  }
}
.appearing-item .state-container {
  padding: 5px 10px;
  min-width: 50px;
  border-radius: 12px;
  background-color: #0198a7;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991.9px) {
  .appearing-item .state-container {
    font-size: 12px;
    padding: 4px 5px;
    min-width: 40px;
  }
}
.appearing-item .state-container--inline {
  margin-left: 24px;
  margin-top: 0;
}
@media screen and (max-width: 991.9px) {
  .appearing-item .state-container--inline {
    margin-left: 14px;
  }
}
.appearing-item .description-container {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin: 3px 0 0;
}
@media screen and (max-width: 991.9px) {
  .appearing-item .description-container {
    font-size: 14px;
  }
}
@media screen and (max-width: 991.9px) {
  .appearing-item {
    padding: 8px 10px;
  }
  .appearing-item--check-engine .icon-container img {
    width: 23px;
  }
  .appearing-item--airbag .icon-container img {
    width: 18px;
  }
  .appearing-item--oil .icon-container img {
    width: 28px;
  }
  .appearing-item--battery .icon-container img {
    width: 26px;
  }
}

.linsp--section {
  color: #151515;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .linsp--section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.linsp--section.grey-section {
  background-color: #f7f7f7;
}
.linsp--section.linear-section {
  background-color: #0198a7;
  background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section.webp")) {
  .linsp--section.linear-section {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .linsp--section.linear-section {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@2x.jpg");
  }
  @supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@2x.webp")) {
    .linsp--section.linear-section {
      background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@2x.webp");
    }
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .linsp--section.linear-section {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@3x.jpg");
  }
  @supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@3x.webp")) {
    .linsp--section.linear-section {
      background-image: url("/landing/assets/images/landing-carlink-v2/bg-linear-section/bg-linear-section@3x.webp");
    }
  }
}
.linsp--section h2 {
  font-size: 1.5rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #151515;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .linsp--section h2 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .linsp--section h2 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .linsp--section h2 {
    font-size: 2.375rem;
  }
}
.linsp--section .section--text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 575px) {
  .linsp--section .section--text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .linsp--section .section--text {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.linsp--section_main {
  position: relative;
  padding-top: 90px;
  background-color: #0198a7;
  background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main.webp")) {
  .linsp--section_main {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .linsp--section_main {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@2x.jpg");
  }
  @supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@2x.webp")) {
    .linsp--section_main {
      background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@2x.webp");
    }
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
  .linsp--section_main {
    background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@3x.jpg");
  }
  @supports (background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@3x.webp")) {
    .linsp--section_main {
      background-image: url("/landing/assets/images/landing-carlink-v2/bg-main/bg-main@3x.webp");
    }
  }
}
@media only screen and (min-width: 575px) {
  .linsp--section_main {
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .linsp--section_main {
    padding-bottom: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .linsp--section_main {
    padding-top: 120px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .linsp--section_main {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .linsp--section_main .main-cards {
    padding-bottom: 55px;
  }
}
.linsp--section_main h1 {
  font-size: 1.5rem;
  line-height: normal;
  color: #ffffff;
  margin: 0 0 24px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .linsp--section_main h1 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .linsp--section_main h1 {
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .linsp--section_main h1 {
    font-size: 2.5rem;
  }
}
.linsp--section_main .btn-container {
  margin-bottom: 35px;
}
.linsp--section_main .main-card {
  padding: 20px;
  border-radius: 36px;
  background-color: rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .linsp--section_main .main-card {
    padding: 24px 30px;
    margin-bottom: 0;
    height: 100%;
  }
}
.linsp--section_main .main-card h2 {
  font-size: 1.313rem;
  line-height: normal;
  color: #ffffff;
  margin: 0 0 15px;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .linsp--section_main .main-card h2 {
    font-size: 1.5rem;
    margin: 0 0 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .linsp--section_main .main-card h2 {
    font-size: 1.75rem;
  }
}
.linsp--section_main .main-card ul {
  list-style: none;
  padding-left: 0;
}
.linsp--section_main .main-card ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .linsp--section_main .main-card ul li {
    margin-bottom: 20px;
  }
}
.linsp--section_main .main-card ul li h3 {
  font-size: 14px;
  line-height: normal;
  color: #ffffff;
  margin: 0 0 6px;
  font-weight: 600;
}
@media only screen and (min-width: 575px) {
  .linsp--section_main .main-card ul li h3 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .linsp--section_main .main-card ul li h3 {
    font-size: 1.063rem;
  }
}
.linsp--section_main .main-card ul li .icon-container {
  width: 21px;
  text-align: center;
  margin-right: 9px;
}
.linsp--section_main .main-card ul li p {
  font-size: 0.75rem;
  line-height: normal;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
}
@media only screen and (min-width: 575px) {
  .linsp--section_main .main-card ul li p {
    font-size: 0.875rem;
  }
}
.linsp--section_main .main-image-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 306px;
  margin-top: auto;
}
.linsp--section_main .main-image-wrapper .car-image {
  width: 360px;
  max-width: none;
}
@media screen and (min-width: 576px) {
  .linsp--section_main .main-image-wrapper .car-image {
    width: 483px;
  }
}
@media screen and (min-width: 992px) {
  .linsp--section_main .main-image-wrapper .car-image {
    width: 583px;
  }
}
@media screen and (min-width: 576px) {
  .linsp--section_main .main-image-wrapper {
    height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .linsp--section_main .main-image-wrapper {
    position: relative;
    right: auto;
    bottom: auto;
    height: 482px;
  }
}
@media screen and (min-width: 1470px) {
  .linsp--section_main .main-image-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 991.9px) {
  .linsp--section_main .main-image-container {
    height: 400px !important;
  }
}
@media screen and (max-width: 575.9px) {
  .linsp--section_main .main-image-container {
    height: 306px !important;
  }
}
.linsp--section_main .appearing-item--check-engine {
  top: 13px;
  left: 245px;
}
.linsp--section_main .appearing-item--airbag {
  top: 133px;
  left: 365px;
}
.linsp--section_main .appearing-item--oil {
  top: 223px;
  left: 57px;
}
.linsp--section_main .appearing-item--battery {
  top: 89px;
  left: 91px;
}
.linsp--section_main .appearing-item--tire {
  top: 223px;
  left: 343px;
}
@media screen and (max-width: 991.9px) {
  .linsp--section_main .appearing-item--airbag {
    left: 305px;
  }
  .linsp--section_main .appearing-item--tire {
    left: 303px;
  }
}
@media screen and (max-width: 575.9px) {
  .linsp--section_main .appearing-item--check-engine {
    left: 150px;
    top: 0;
  }
  .linsp--section_main .appearing-item--airbag {
    top: 110px;
    left: 190px;
  }
  .linsp--section_main .appearing-item--oil {
    top: 160px;
    left: 0;
  }
  .linsp--section_main .appearing-item--battery {
    top: 52px;
    left: 20px;
  }
  .linsp--section_main .appearing-item--tire {
    top: 220px;
    left: 190px;
  }
}
@media screen and (max-width: 360px) {
  .linsp--section_main .appearing-item--battery {
    left: 45px;
  }
  .linsp--section_main .appearing-item--oil {
    left: 45px;
  }
}
.linsp--section_experience {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .linsp--section_experience {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.linsp--section_experience h2 {
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .linsp--section_experience h2 {
    margin-bottom: 20px;
  }
}
.linsp--section_experience .russia-image {
  width: 400px;
  max-width: 100%;
}
.linsp--section_experience p {
  font-size: 1rem;
  line-height: 1.33;
  margin: 0 0 20px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .linsp--section_experience p {
    font-size: 1.125rem;
  }
}
.linsp--section_experience .card-experience {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .linsp--section_experience .card-experience {
    height: 100%;
  }
}
.linsp--section_experience .card-experience.card-experience--first {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .linsp--section_experience .card-experience.card-experience--first {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991.9px) {
  .linsp--section_experience .image-experience:nth-child(1) {
    width: 117px;
    margin-right: 20px;
  }
  .linsp--section_experience .image-experience:nth-child(2) {
    width: 89px;
    margin-right: 20px;
  }
  .linsp--section_experience .image-experience:nth-child(3) {
    width: 88px;
  }
}
@media only screen and (max-width: 350px) {
  .linsp--section_experience .image-experience:nth-child(1) {
    width: 100px;
  }
  .linsp--section_experience .image-experience:nth-child(2) {
    width: 76px;
  }
  .linsp--section_experience .image-experience:nth-child(3) {
    width: 81px;
  }
}
@media only screen and (max-width: 991.9px) {
  .linsp--section_reports .container {
    max-width: 100%;
    padding: 0;
  }
}
.linsp--section_reports h3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .linsp--section_reports h3 {
    font-size: 1.313rem;
  }
}
.linsp--section_reports .report-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.9px) {
  .linsp--section_reports .report-buttons {
    margin-bottom: 0;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 15px 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .linsp--section_reports .report-buttons {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .linsp--section_reports .report-buttons::-webkit-scrollbar {
    display: none;
  }
}
.linsp--section_reports .report-buttons .btn {
  min-height: 55px;
  line-height: normal;
  padding: 9px 20px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 500;
  margin: 5px 0 5px 10px;
  background: #f7f7f7;
  color: #151515;
}
.linsp--section_reports .report-buttons .btn:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  .linsp--section_reports .report-buttons .btn {
    min-height: 55px;
    font-size: 18px;
  }
}
.linsp--section_reports .report-buttons .btn.selected {
  background-color: rgba(1, 152, 167, 0.15);
  color: #0198a7;
}
@media screen and (max-width: 767.9px) {
  .linsp--section_reports .report-buttons .btn {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}
.linsp--section_reports .report-scroll-wrapper {
  border-radius: 24px;
  background-color: #f1f1f1;
  width: 100%;
  height: 500px;
  padding: 10px;
  max-width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  opacity: 0;
  transform: translateX(50px);
  transition: transform 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .linsp--section_reports .report-scroll-wrapper {
    max-width: 696px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .linsp--section_reports .report-scroll-wrapper {
    width: calc(100% - 280px);
    height: 680px;
    max-width: calc(100% - 280px);
    margin-left: 0;
    margin-right: 0;
  }
}
.linsp--section_reports .report-scroll-wrapper .report-scroll {
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  border-radius: 16px;
}
.linsp--section_reports .report-scroll-wrapper .report-scroll img {
  width: 100%;
  height: auto;
}
.linsp--section_reports .report-scroll-wrapper.appear {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (min-width: 992px) {
  .linsp--section_reports .report-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.linsp--section_reports .report-menu {
  width: 240px;
  min-width: 240px;
  padding-top: 10px;
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 0.5s ease-in-out;
}
@media only screen and (max-width: 991.9px) {
  .linsp--section_reports .report-menu {
    width: 100%;
    margin-top: 10px;
    padding: 0 15px 20px;
    min-width: 0;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .linsp--section_reports .report-menu::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 575.9px) {
  .linsp--section_reports .report-menu {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
.linsp--section_reports .report-menu .btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #151515;
  padding: 8px 10px;
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
  text-align: left;
  margin-right: 3px;
}
@media only screen and (min-width: 992px) {
  .linsp--section_reports .report-menu .btn {
    display: block;
    margin-right: 0;
    margin-bottom: 7px;
    padding: 8px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767.9px) {
  .linsp--section_reports .report-menu .btn {
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
}
.linsp--section_reports .report-menu .btn.selected {
  color: #ffffff;
  background-image: linear-gradient(90deg, #0198a7, #0ab6b0 90%);
}
@media only screen and (min-width: 992px) {
  .linsp--section_reports .report-menu .btn.selected:after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(34px * -.30);
    width: calc(34px * .85);
    height: calc(34px * .85);
    transform: translateY(-50%) rotate(45deg);
    border-radius: 8px;
    z-index: -1;
    background: #0ab6b0;
  }
  .linsp--section_reports .report-menu .btn.selected.big:after {
    right: calc(50px * -.30);
    width: calc(50px * .85);
    height: calc(50px * .85);
  }
}
.linsp--section_reports .report-menu.appear {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 767.9px) {
  .linsp--section_tariffs .container-content {
    max-width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 993px) {
  .linsp--section_tariffs .linsp--section_tariffs-title {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .linsp--section_tariffs .linsp--section_tariffs-extra {
    display: none;
  }
}
.linsp--section_tariffs .pricing-table--row {
  display: grid;
  grid-template-columns: repeat(3, 275px);
  gap: 10px;
}
.linsp--section_tariffs .pricing-table--row.full-row {
  display: none;
}
@media screen and (min-width: 768px) {
  .linsp--section_tariffs .pricing-table--row {
    grid-template-columns: repeat(3, 1fr);
  }
  .linsp--section_tariffs .pricing-table--row.full-row {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 993px) {
  .linsp--section_tariffs .pricing-table--row {
    grid-template-columns: 200px repeat(3, 1fr);
    gap: 10px;
  }
  .linsp--section_tariffs .pricing-table--row.full-row {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .linsp--section_tariffs .pricing-table--row {
    grid-template-columns: 240px repeat(3, 1fr);
    gap: 30px;
  }
  .linsp--section_tariffs .pricing-table--row.full-row {
    grid-template-columns: 240px 1fr;
  }
}
@media screen and (min-width: 768px) {
  .linsp--section_tariffs .pricing-table--row_mobile {
    display: none;
  }
}
.linsp--section_tariffs .pricing-table--label {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: rgba(21, 21, 21, 0.7);
  margin-bottom: 7px;
}
@media screen and (min-width: 993px) {
  .linsp--section_tariffs .pricing-table--label {
    display: none;
  }
}
.linsp--section_tariffs .pricing-table--row > div {
  padding: 16px 18px;
}
@media screen and (max-width: 767.9px) {
  .linsp--section_tariffs .pricing-table--row > div {
    padding: 10px 15px;
  }
}
.linsp--section_tariffs .pricing-table--row > div.row-label {
  padding: 16px 18px 16px 0;
}
@media screen and (max-width: 992.99px) {
  .linsp--section_tariffs .pricing-table--row > div.row-label {
    display: none;
  }
}
.linsp--section_tariffs .pricing-table--row:not(.border-0) > div:not(.border-0) {
  border-bottom: 1px solid #e5e5e5;
}
.linsp--section_tariffs .pricing-table--row_bottom .cell {
  border-radius: 0 0 24px 24px;
  padding-bottom: 45px;
}
.linsp--section_tariffs .cell {
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #151515;
}
@media screen and (max-width: 767.9px) {
  .linsp--section_tariffs .cell {
    font-size: 14px;
  }
}
.linsp--section_tariffs .cell ul {
  padding-left: 15px;
  margin: 0;
}
.linsp--section_tariffs .cell-extra-info {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: #0198a7;
  padding: 11px 35px;
  border-radius: 12px;
  background-color: rgba(1, 152, 167, 0.15);
  margin: 0 -15px;
}
@media screen and (max-width: 767.9px) {
  .linsp--section_tariffs .cell-extra-info {
    padding: 11px 13px;
    font-size: 12px;
    margin: 0 0 10px;
  }
}
.linsp--section_tariffs .pricing-table--tag {
  width: 100%;
  padding: 5px 13px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: rgba(21, 21, 21, 0.7);
}
@media screen and (max-width: 767.9px) {
  .linsp--section_tariffs .pricing-table--tag {
    font-size: 14px;
  }
}
.linsp--section_tariffs .table-head {
  background-image: linear-gradient(287deg, #0ab6b0, #0198a7);
  color: #fff;
  text-align: center;
  padding: 12px 15px 17px;
  border-radius: 24px 24px 0 0;
}
.linsp--section_tariffs .row-label {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  color: rgba(21, 21, 21, 0.7);
}
.linsp--section_tariffs .plan-title {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  margin-bottom: 8px;
}
@media screen and (max-width: 767.9px) {
  .linsp--section_tariffs .plan-title {
    font-size: 21px;
  }
}
.linsp--section_tariffs .plan-price {
  display: inline-block;
  padding: 7px 11px 6px 12px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .linsp--section_tariffs .plan-price {
    font-size: 16px;
  }
}
.linsp--section_tariffs .btn {
  display: inline-block;
  padding: 14px 20px;
  background: var(--gold);
  color: #fff;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .linsp--section__smi h2 {
    margin-bottom: 40px;
  }
}
.linsp--section__smi a {
  display: block;
  width: 170px;
  max-width: calc(50% - 20px);
  margin: 0 10px;
}
@media only screen and (min-width: 575px) {
  .linsp--section__smi a {
    width: 155px;
    max-width: calc(33.333% - 20px);
  }
}
@media only screen and (min-width: 768px) {
  .linsp--section__smi a {
    width: 155px;
    max-width: calc(25% - 20px);
  }
}
@media only screen and (min-width: 992px) {
  .linsp--section__smi a {
    width: 240px;
    max-width: calc(16.666% - 20px);
  }
}
.linsp--section__smi a img {
  width: 100%;
}
.linsp--section__smi picture {
  width: 100%;
}
.linsp--section__smi picture img {
  width: 100%;
}
.linsp--section_demo {
  padding-top: 67px;
  padding-bottom: 67px;
}
@media only screen and (min-width: 992px) {
  .linsp--section_demo {
    padding-top: 112px;
    padding-bottom: 112px;
  }
}
.linsp--section_demo h2 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .linsp--section_demo h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .linsp--section_demo h2 {
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.linsp--section_demo .btn {
  font-size: 0.875rem;
  width: 165px;
  max-width: 50%;
  padding: 12px 5px;
  white-space: nowrap;
  font-weight: 500;
}
@media only screen and (min-width: 575px) {
  .linsp--section_demo .btn {
    width: 240px;
    min-width: 180px;
    padding: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .linsp--section_demo .btn {
    font-size: 1rem;
  }
}
.linsp--section_review .list-review {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.linsp--section_review .list-review li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 14px;
}
.linsp--section_review .list-review li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .linsp--section_review .list-review li:first-child {
    flex-wrap: wrap;
  }
  .linsp--section_review .list-review li:first-child a {
    margin: 0 0 0 55px !important;
  }
}
.linsp--section_review .list-review_num {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #d2982a;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  .linsp--section_review .list-review_num {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 24px;
  }
}
.linsp--section_review .list-review_content {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .linsp--section_review .list-review_content {
    font-size: 21px;
  }
}
.linsp--section_review .list-review .btn {
  padding: 13px 25px;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .linsp--section_review .list-review .btn {
    padding: 13px 35px;
  }
}
.linsp--section_review .review-image-wrapper {
  position: relative;
  height: 280px;
  margin-top: 38px;
}
.linsp--section_review .review-image-wrapper .review-image {
  width: 580px;
}
@media only screen and (min-width: 768px) {
  .linsp--section_review .review-image-wrapper {
    height: 380px;
  }
  .linsp--section_review .review-image-wrapper .review-image {
    width: 780px;
  }
}
@media only screen and (min-width: 992px) {
  .linsp--section_review .review-image-wrapper {
    margin-top: auto;
  }
}
.linsp--section_review .appearing-item--check-engine {
  top: -20px;
  left: 150px;
}
.linsp--section_review .appearing-item--airbag {
  top: 80px;
  left: 195px;
}
.linsp--section_review .appearing-item--oil {
  top: 140px;
  left: 10px;
}
.linsp--section_review .appearing-item--battery {
  top: 30px;
  left: 35px;
}
.linsp--section_review .appearing-item--tire {
  top: 190px;
  left: 190px;
}
.linsp--section_review .appearing-item--painted {
  top: 120px;
  left: 395px;
}
@media only screen and (min-width: 768px) {
  .linsp--section_review .appearing-item--check-engine {
    top: 20px;
    left: 150px;
  }
  .linsp--section_review .appearing-item--airbag {
    top: 110px;
    left: 275px;
  }
  .linsp--section_review .appearing-item--oil {
    top: 198px;
    left: 10px;
  }
  .linsp--section_review .appearing-item--battery {
    top: 66px;
    left: 495px;
  }
  .linsp--section_review .appearing-item--painted {
    top: 154px;
    left: 495px;
  }
  .linsp--section_review .appearing-item--tire {
    top: 269px;
    left: 374px;
  }
}
@media only screen and (max-width: 575px) {
  .linsp--section_review .appearing-item--painted {
    display: none;
  }
}
.linsp--section_carinspect {
  padding-top: 40px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .linsp--section_carinspect {
    padding-top: 60px;
  }
}
.linsp--section_carinspect h2 {
  margin: 46px 0 19px;
}
@media only screen and (min-width: 992px) {
  .linsp--section_carinspect h2 {
    margin: 46px 0 19px;
  }
}
.linsp--section_carinspect a {
  text-decoration: none;
}
@media only screen and (max-width: 767.9px) {
  .linsp--section_carinspect a img {
    width: 146px;
  }
}
.linsp--section_carinspect-link {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: rgba(21, 21, 21, 0.7);
  margin-top: 10px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .linsp--section_carinspect-link {
    font-size: 18px;
  }
}
.linsp--section_carinspect p {
  padding-bottom: 30px;
  width: 100%;
  max-width: 625px;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .linsp--section_carinspect p {
    font-size: 18px;
    line-height: 1.33;
  }
}
@media only screen and (min-width: 992px) {
  .linsp--section_carinspect p {
    padding-bottom: 60px;
  }
}
.linsp--section_carinspect .carinspect-image {
  width: 350px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .linsp--section_carinspect .carinspect-image {
    width: 483px;
  }
}
@media only screen and (min-width: 992px) {
  .linsp--section_carinspect .carinspect-image {
    width: 583px;
  }
}
.linsp--section_carinspect .carinspect-image_container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .linsp--section_carinspect .carinspect-image_container {
    justify-content: flex-end;
  }
}
.linsp--section_reviews {
  overflow: hidden;
}
.linsp--section_reviews .testimonal-card {
  border-radius: 24px;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 1399px) {
  .linsp--section_reviews .testimonal-card img {
    max-width: 177px;
  }
}
@media only screen and (max-width: 767px) {
  .linsp--section_reviews .testimonal-card img {
    max-width: 140px;
    margin-bottom: 20px;
  }
}
.linsp--section_reviews .testimonal-card--background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.linsp--section_reviews .testimonal-card--background img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  height: auto;
  flex: 1 0 auto;
  width: 100%;
}
.linsp--section_reviews .testimonal-card--content {
  padding: 30px 15px;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 520px;
}
@media only screen and (min-width: 768px) {
  .linsp--section_reviews .testimonal-card--content {
    min-height: 500px;
    padding: 10px 30px;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .linsp--section_reviews .testimonal-card--content {
    padding: 10px 60px;
  }
}
@media only screen and (min-width: 1400px) {
  .linsp--section_reviews .testimonal-card--content {
    min-height: 440px;
  }
}
.linsp--section_reviews .testimonal-card--text {
  font-size: 0.875rem;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .linsp--section_reviews .testimonal-card--text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .linsp--section_reviews .testimonal-card--text {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
.linsp--section_reviews .testimonal-card--name {
  font-size: 1rem;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .linsp--section_reviews .testimonal-card--name {
    font-size: 1.125rem;
  }
}
.linsp--section_reviews .testimonal-card--title {
  font-size: 0.875rem;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .linsp--section_reviews .testimonal-card--title {
    font-size: 1rem;
  }
}
.linsp--section_reviews .carousel-indicators button {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.4;
  margin-right: 2px;
  margin-left: 2px;
}
@media only screen and (min-width: 768px) {
  .linsp--section_reviews .carousel-indicators button {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.linsp--section_reviews .carousel-indicators button:hover:not(.active) {
  opacity: 0.8;
}
.linsp--section_reviews .carousel-indicators button.active {
  opacity: 1;
}
.linsp--section_vehicle-types .vehicle-type-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #151515;
}
@media only screen and (min-width: 992px) {
  .linsp--section_vehicle-types .vehicle-type-link {
    padding: 0 25px;
  }
}
.linsp--section_vehicle-types .vehicle-type-link:hover {
  text-decoration: none;
}
.linsp--section_vehicle-types .vehicle-type-link:hover .vehicle-type-icon img {
  filter: none;
}
.linsp--section_vehicle-types .vehicle-type-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.linsp--section_vehicle-types .vehicle-type-icon img {
  filter: brightness(0.3);
}
.linsp--section_vehicle-types .vehicle-type-text {
  line-height: normal;
  font-weight: 500;
  font-size: 0.875rem;
  margin: 5px 0;
}
@media only screen and (min-width: 350px) {
  .linsp--section_vehicle-types .vehicle-type-text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .linsp--section_vehicle-types .vehicle-type-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .linsp--section_vehicle-types .vehicle-type-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
  }
  .linsp--section_vehicle-types .linsp--section_vehicle-types {
    padding: 30px 0;
  }
}

.glider-slide {
  align-content: start;
}

.glider--dots .glider-dot {
  background-color: rgba(0, 0, 0, 0.15);
  width: 10px;
  height: 10px;
}
.glider--dots .glider-dot:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.25);
}
.glider--dots .glider-dot.active {
  background-color: rgba(0, 0, 0, 0.4);
}

.hide-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.hide-scrollbar::-webkit-scrollbar {
  background-color: transparent;
}

.hide-scrollbar::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none;
  background-color: transparent;
}

.page-inspection {
  padding-top: 130px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
.page-inspection .login-component {
  padding: 40px 60px;
  border-radius: 24px;
  border: none;
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-inspection .login-component .h2, .page-inspection .login-component h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 575px) {
  .page-inspection .login-component {
    padding: 40px 30px;
  }
}
@media (max-width: 350px) {
  .page-inspection .login-component {
    width: 100%;
  }
}
.page-inspection .login-component .login-logo {
  width: 137px;
  margin-bottom: 20px;
}
@media screen and (min-width: 351px) {
  .page-inspection .login-component .login-logo--container {
    display: none;
  }
}
.page-inspection .login-component .checkbox-registration {
  margin-top: 30px;
  margin-bottom: 54px;
}
.page-inspection .login-component .checkbox-registration + .checkbox-registration {
  margin-top: 1rem;
}
.page-inspection .login-component .card-title {
  font-size: 1.625rem;
  width: 100%;
  margin: 0 auto 2.125rem;
  line-height: normal;
}
@media screen and (max-width: 575px) {
  .page-inspection .login-component .card-title {
    font-size: 1.313rem;
    margin: 0 auto 1.563rem;
  }
}
.page-inspection .login-component .card-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 25px;
  line-height: normal;
}
@media screen and (max-width: 575px) {
  .page-inspection .login-component .card-subtitle {
    font-size: 18px;
  }
}
.page-inspection .login-component .preferred-contact-container {
  display: flex;
  flex-wrap: wrap;
}
.page-inspection .login-component .preferred-contact-container .checkbox {
  margin-bottom: 10px;
}
.page-inspection .login-component .preferred-contact-container .checkbox span {
  vertical-align: middle;
}
.page-inspection .login-component .tariff-container {
  margin-bottom: 30px;
}
.page-inspection .login-component .options .card-subtitle {
  margin-top: 0;
}
.page-inspection .login-component .options-container {
  margin-bottom: 30px;
}
.page-inspection .login-component .options-container .checkbox label {
  width: 100%;
}
.page-inspection .login-component .options-container .checkbox label span {
  display: inline-block;
  width: calc(100% - 40px);
  line-height: normal;
  vertical-align: middle;
}
.page-inspection .login-component .form-floating label:not(.error) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #151515;
}
.page-inspection .login-component .form-floating > .form-control-plaintext ~ label:not(.error),
.page-inspection .login-component .form-floating > .form-control:focus ~ label:not(.error),
.page-inspection .login-component .form-floating > .form-control:not(:placeholder-shown) ~ label:not(.error),
.page-inspection .login-component .form-floating > .form-select ~ label:not(.error) {
  transform: scale(0.75) translateY(-0.5rem) translateX(0.15rem);
}
.page-inspection .login-component .form-floating label.error {
  position: relative;
  font-size: 12px;
  padding: 0;
  color: red;
  transition: none;
  transform: none !important;
  white-space: normal;
  line-height: normal;
}
.page-inspection .login-component .error-label {
  position: relative;
  font-size: 12px;
  padding: 0;
  color: red;
  transition: none;
  transform: none !important;
  white-space: normal;
  line-height: normal;
}
.page-inspection .login-component textarea.form-control {
  height: auto;
  resize: none;
}
.page-inspection .login-component textarea.form-control ~ label {
  white-space: normal;
  line-height: 1;
}
.page-inspection .login-component .form-control {
  outline: none !important;
  box-shadow: none;
}
.theme-Carlink .page-inspection .login-component .form-control:not(textarea) {
  height: 50px;
  min-height: 50px;
}
.theme-VTB .page-inspection .login-component .form-control:not(textarea) {
  height: 60px;
  min-height: 60px;
}
.theme-Carlink .page-inspection .login-component .form-control {
  border-radius: 12px;
}
.theme-Playcar .page-inspection .login-component .form-control {
  border-radius: 12px;
}
.theme-VTB .page-inspection .login-component .form-control {
  border-radius: 12px;
}
.theme-LeasePlan .page-inspection .login-component .form-control {
  border-radius: 0;
}
.theme-SilverEagle .page-inspection .login-component .form-control {
  border-radius: 12px;
}
.theme-Carlink .page-inspection .login-component .form-control:focus {
  border-color: #2eafb9;
}
.theme-Playcar .page-inspection .login-component .form-control:focus {
  border-color: #D29117;
}
.theme-VTB .page-inspection .login-component .form-control:focus {
  border-color: #009fdf;
}
.theme-LeasePlan .page-inspection .login-component .form-control:focus {
  border-color: #f97b22;
}
.theme-SilverEagle .page-inspection .login-component .form-control:focus {
  border-color: #2eafb9;
}
.page-inspection .login-component .form-control:-webkit-autofill {
  background-image: none !important;
}
.page-inspection .login-component .form-control:-webkit-autofill, .page-inspection .login-component .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
}
.page-inspection .login-component .form-control:-webkit-autofill ~ .background-bottom-input {
  display: block;
}
.page-inspection .login-component .button-action-login-page .loading--signin {
  display: none;
}
.page-inspection .login-component .button-action-login-page.loading .loading--signin {
  display: block;
  height: 24px;
  width: 24px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 14px;
}
.page-inspection .login-component .button-action-login-page.loading .loading--signin .loader {
  height: 24px;
  width: 24px;
}
.page-inspection .login-component .form-check-input {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: solid 1px rgba(0, 0, 0, 0.16);
  outline: none;
  background-color: #fff !important;
  box-shadow: none;
}
.page-inspection .login-component .form-check-input.error {
  border-color: #d00000 !important;
}
.page-inspection .login-component .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230198a7' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.theme-Carlink .page-inspection .login-component .form-check-input:checked[type=checkbox] {
  stroke: #0198a7;
}
.theme-Playcar .page-inspection .login-component .form-check-input:checked[type=checkbox] {
  stroke: #D29117;
}
.theme-VTB .page-inspection .login-component .form-check-input:checked[type=checkbox] {
  stroke: #09267f;
}
.theme-LeasePlan .page-inspection .login-component .form-check-input:checked[type=checkbox] {
  stroke: #f97b22;
}
.theme-SilverEagle .page-inspection .login-component .form-check-input:checked[type=checkbox] {
  stroke: #D29117;
}
.page-inspection .login-component .button-action-login-page {
  width: 200px;
  border-radius: 12px;
}
.theme-Carlink .page-inspection .login-component .button-action-login-page {
  height: 50px;
}
@media screen and (max-width: 575px) {
  .theme-Carlink .page-inspection .login-component .button-action-login-page {
    height: 45px;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .theme-Playcar .page-inspection .login-component .button-action-login-page {
    height: 45px;
    font-size: 14px;
  }
}
.theme-VTB .page-inspection .login-component .button-action-login-page {
  height: 60px;
}
@media screen and (max-width: 575px) {
  .theme-VTB .page-inspection .login-component .button-action-login-page {
    height: 45px;
    font-size: 14px;
  }
}
.theme-LeasePlan .page-inspection .login-component .button-action-login-page {
  height: 41px;
}
@media screen and (max-width: 575px) {
  .theme-LeasePlan .page-inspection .login-component .button-action-login-page {
    height: 45px;
    font-size: 14px;
  }
}
.theme-SilverEagle .page-inspection .login-component .button-action-login-page {
  height: 41px;
}
@media screen and (max-width: 575px) {
  .theme-SilverEagle .page-inspection .login-component .button-action-login-page {
    height: 45px;
    font-size: 14px;
  }
}
.page-inspection .login-component .button-action-login-page, .page-inspection .login-component .button-action-login-page:active, .page-inspection .login-component .button-action-login-page:hover, .page-inspection .login-component .button-action-login-page:active:focus, .page-inspection .login-component .button-action-login-page:focus, .page-inspection .login-component .button-action-login-page:disabled, .page-inspection .login-component .button-action-login-page.disabled {
  color: #fff;
  border: none;
}
.theme-Carlink .page-inspection .login-component .button-action-login-page, .theme-Carlink .page-inspection .login-component .button-action-login-page:active, .theme-Carlink .page-inspection .login-component .button-action-login-page:hover, .theme-Carlink .page-inspection .login-component .button-action-login-page:active:focus, .theme-Carlink .page-inspection .login-component .button-action-login-page:focus, .theme-Carlink .page-inspection .login-component .button-action-login-page:disabled, .theme-Carlink .page-inspection .login-component .button-action-login-page.disabled {
  background: #0198a7;
}
.theme-Playcar .page-inspection .login-component .button-action-login-page, .theme-Playcar .page-inspection .login-component .button-action-login-page:active, .theme-Playcar .page-inspection .login-component .button-action-login-page:hover, .theme-Playcar .page-inspection .login-component .button-action-login-page:active:focus, .theme-Playcar .page-inspection .login-component .button-action-login-page:focus, .theme-Playcar .page-inspection .login-component .button-action-login-page:disabled, .theme-Playcar .page-inspection .login-component .button-action-login-page.disabled {
  background: #D29117;
}
.theme-VTB .page-inspection .login-component .button-action-login-page, .theme-VTB .page-inspection .login-component .button-action-login-page:active, .theme-VTB .page-inspection .login-component .button-action-login-page:hover, .theme-VTB .page-inspection .login-component .button-action-login-page:active:focus, .theme-VTB .page-inspection .login-component .button-action-login-page:focus, .theme-VTB .page-inspection .login-component .button-action-login-page:disabled, .theme-VTB .page-inspection .login-component .button-action-login-page.disabled {
  background: #09267f;
}
.theme-LeasePlan .page-inspection .login-component .button-action-login-page, .theme-LeasePlan .page-inspection .login-component .button-action-login-page:active, .theme-LeasePlan .page-inspection .login-component .button-action-login-page:hover, .theme-LeasePlan .page-inspection .login-component .button-action-login-page:active:focus, .theme-LeasePlan .page-inspection .login-component .button-action-login-page:focus, .theme-LeasePlan .page-inspection .login-component .button-action-login-page:disabled, .theme-LeasePlan .page-inspection .login-component .button-action-login-page.disabled {
  background: #f97b22;
}
.theme-SilverEagle .page-inspection .login-component .button-action-login-page, .theme-SilverEagle .page-inspection .login-component .button-action-login-page:active, .theme-SilverEagle .page-inspection .login-component .button-action-login-page:hover, .theme-SilverEagle .page-inspection .login-component .button-action-login-page:active:focus, .theme-SilverEagle .page-inspection .login-component .button-action-login-page:focus, .theme-SilverEagle .page-inspection .login-component .button-action-login-page:disabled, .theme-SilverEagle .page-inspection .login-component .button-action-login-page.disabled {
  background: #D29117;
}
.page-inspection .login-component a.button-action-login-page {
  padding-top: 13px;
  color: #fff !important;
}
.page-inspection .login-component .button-action-login-page {
  position: relative;
}
.page-inspection .login-component .button-action-login-page.loading span,
.page-inspection .login-component .button-action-login-page .loading--signin {
  display: none;
}
.page-inspection .login-component .button-action-login-page.loading .loading--signin {
  display: block;
  height: 24px;
  width: 24px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 14px;
}
.page-inspection .login-component .button-action-login-page.loading .loading--signin .loader {
  height: 24px;
  width: 24px;
}
.page-inspection .login-component .button-action-login-page.loading .path {
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
}
.page-inspection .login-component .text-sign-in-terms {
  width: calc(100% - 35px);
  font-size: 12px;
  cursor: default;
  line-height: normal;
  display: inline-block;
  margin-top: 4px;
  padding-left: 10px;
}
.page-inspection .login-component .tariff-group {
  display: grid;
  gap: 5px;
  grid-template-columns: 33% 33% 33%;
}
@media (max-width: 400px) {
  .page-inspection .login-component .tariff-group {
    grid-template-columns: 100%;
  }
}
.page-inspection .login-component .tariff-group .tariff-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.page-inspection .login-component .tariff-group .tariff-label {
  cursor: pointer;
  border-radius: 12px;
  padding: 15px 15px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  border: 0;
  background-image: linear-gradient(286deg, rgba(10, 182, 176, 0.15), rgba(1, 152, 167, 0.15));
  color: #0198a7;
  transition: all 0.15s ease-in-out;
  width: 100%;
}
.page-inspection .login-component .tariff-group .tariff-input:checked + .tariff-label {
  background-image: linear-gradient(286deg, #0ab6b0, #0198a7);
  color: #fff;
}
