@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gochi+Hand&family=Inter:wght@400;500;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Poppins", sans-serif;
  line-height: 22px;
  font-size: 14px;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
}

h1 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 800;
}
@media (min-width: 768px) {
  h1 {
    font-size: 51px;
    line-height: 68px;
  }
}

h2 {
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

h3 {
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

h4 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h6 {
    font-size: 20px;
  }
}

.gochi {
  color: #01056B;
  font-family: "Gochi Hand";
  font-size: 16px;
}

body {
  background-color: #ebebf4;
  --bs-body-color: #25262B;
  --bs-heading-color: #25262B;
}

main {
  overflow-x: hidden;
  min-height: 200px;
}

[class^=container] {
  --bs-gutter-x: 40px;
  max-width: 1480px;
}

a {
  color: #01056B;
  text-decoration: none;
}

.lead {
  font-size: 16px;
  font-weight: 400;
  color: #4B4B53;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18px;
    max-width: 700px;
  }
}

.bg-light-gray {
  background-color: #4B4B53 !important;
}

.bg-green {
  background-color: #66D68C !important;
}

.bg-light-green {
  background-color: #D8EDD3 !important;
}

.bg-light-blue {
  background-color: #D7E7FF !important;
}

.bg-blue {
  background-color: #01056B !important;
}

.bg-brand {
  background-color: #01056B !important;
}

.color-brand {
  color: #01056B !important;
}

.btn {
  background-color: #01056B;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 18px;
  border: 1px solid #01056B;
  border-radius: 3px;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}
.btn span:only-child {
  white-space: nowrap;
}
.btn::after {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 100 auto;
}
.btn--simple::after {
  display: none;
}
.btn:hover {
  color: #FFF;
  background-color: rgba(1, 5, 107, 0.8);
}
.btn--secondary {
  background-color: #FFF;
  color: #01056B;
  font-weight: 800;
}
.btn--secondary:hover {
  color: #01056B;
  background-color: rgba(1, 5, 107, 0.1);
}
.btn--bigger {
  font-size: 20px;
  padding: 23px 20px;
  border-radius: 5px;
}
.btn--bigger::after {
  width: 15px;
  height: 13px;
  background-image: url("../img/arrow-right-bold.svg");
  background-repeat: no-repeat;
  background-size: 100 auto;
}
.btn--play {
  border: none;
  background-color: transparent;
  position: relative;
  padding: 68px;
  background-image: url("../img/play-icon.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.popover {
  --bs-popover-bg: #fff;
  --bs-popover-border-radius: 29px 0;
  --bs-popover-box-shadow: 0px 10px 30px 0px rgba(0, 66, 235, 0.10);
  --bs-popover-body-padding-x: 20px;
  --bs-popover-body-padding-y: 20px;
  --bs-popover-arrow-width: 10px;
  --bs-popover-arrow-height: 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
@media (min-width: 992px) {
  .popover {
    --bs-popover-border-radius: 79px 0;
    --bs-popover-body-padding-x: 50px;
    --bs-popover-body-padding-y: 50px;
  }
}
.popover-info {
  display: inline-flex;
  align-items: center;
}
.popover-info::after {
  content: "";
  cursor: pointer;
  background-image: url("../img/icon-info.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.popover-arrow {
  display: none !important;
  background-color: #fff;
  border-radius: 50%;
}
.popover-arrow::before, .popover-arrow::after {
  display: none !important;
}

.rating {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.rating img {
  max-height: 24px;
  object-fit: contain;
}

.crsl {
  position: relative;
  overflow: hidden;
}
.crsl__inner {
  display: flex;
  padding-bottom: 12px;
  overflow: visible;
  justify-content: center;
}
.crsl__item {
  padding: 8px;
}
.crsl__control {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.crsl__control-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.crsl__control-btn:hover {
  background-color: lightgray;
}
.crsl__control-btn.prev::before, .crsl__control-btn.next::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  color: #000;
  border: 3px solid;
}
.crsl__control-btn.prev::before {
  border-top: none;
  border-right: none;
  transform: translateX(11%) rotate(45deg);
}
.crsl__control-btn.next::before {
  border-bottom: none;
  border-left: none;
  transform: translateX(-11%) rotate(45deg);
}
.crsl__control--overlay {
  padding: 0;
}
.crsl__control--overlay .crsl__control-btn {
  position: absolute;
  top: 50%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  text-align: center;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.crsl__control--overlay .crsl__control-btn:hover {
  opacity: 1;
}
.crsl__control--overlay .crsl__control-btn.prev {
  left: 0;
}
.crsl__control--overlay .crsl__control-btn.next {
  right: 0;
}
.crsl__control--overlay .crsl__control-btn.prev::before, .crsl__control--overlay .crsl__control-btn.next::before {
  border-width: 5px;
  width: 20px;
  height: 20px;
  color: lightgray;
}

.label {
  border-radius: 10px 0px;
  display: inline-flex;
  padding: 10px;
  line-height: 0.8;
}

.image-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.text-block {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.rounded-style {
  --rounded-size: 20px;
  overflow: hidden;
  border-radius: var(--rounded-size) 0;
}
@media (min-width: 768px) {
  .rounded-style {
    --rounded-size: 30px;
  }
}
@media (min-width: 992px) {
  .rounded-style {
    --rounded-size: 60px;
  }
}
@media (min-width: 1200px) {
  .rounded-style {
    --rounded-size: 80px;
  }
}
.rounded-style--inv {
  border-radius: 0 var(--rounded-size);
}

.header__top {
  font-size: 14px;
  color: #01056B;
}
.header__top a {
  color: #01056B;
}
.header__top .icon-calendar {
  max-height: 20px;
}
.header__top .icon-user {
  max-height: 20px;
}
.header .navbar {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 3px 20px 0px rgba(1, 5, 107, 0.08);
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
}
@media (min-width: 768px) {
  .header .navbar {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .header .navbar {
    font-size: 15px;
  }
  .header .navbar .btn {
    font-size: 15px;
    max-height: 35px;
  }
}
.header .navbar a {
  color: #000;
}
.header .navbar .navbar-brand.logo img {
  margin-bottom: -4%;
  height: 30px;
}
@media (min-width: 768px) {
  .header .navbar .navbar-brand.logo img {
    height: 35px;
  }
}
.header .navbar .navbar-toggler {
  border: none;
}
.header .navbar .navbar-toggler-icon {
  background-image: url("../img/icon-hamburger.png");
  background-size: auto;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  color: #000;
}

.footer {
  padding: 20px 0;
  color: #fff;
}
.footer__container {
  background: #01056B;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  border-radius: 0px 30px;
  box-shadow: 10px 10px 30px 0px rgba(0, 66, 235, 0.2);
}
@media (min-width: 1200px) {
  .footer__container {
    padding: 80px;
    border-radius: 0px 80px;
  }
}
.footer__description {
  padding: 20px;
  border-radius: 0px 15px;
  background-color: rgba(255, 255, 255, 0.08);
}
.footer .accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
  --bs-accordion-btn-active-icon: var(--bs-accordion-btn-icon);
}
.footer .accordion-item, .footer .accordion-button, .footer .accordion-body {
  background-color: transparent;
  color: #fff;
}
.footer .accordion-body, .footer .accordion a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 22px;
}
.footer .accordion a:hover {
  text-decoration: underline;
}
.footer .accordion-button {
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  border: 0px;
  outline: 0px;
  box-shadow: none;
}
@media (min-width: 768px) {
  .footer .accordion-collapse {
    display: block;
  }
  .footer .accordion-button {
    pointer-events: none;
    padding-bottom: 0;
  }
  .footer .accordion-button::after {
    display: none;
  }
  .footer .accordion-item {
    border: none;
  }
}

.search-block-banner {
  position: relative;
  width: 100%;
  padding-top: 126%;
}
@media (min-width: 992px) {
  .search-block-banner {
    padding-top: 102%;
  }
}
.search-block-banner__auto {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .search-block-banner__auto {
    bottom: 10%;
    width: 92%;
  }
}
.search-block-banner__human {
  position: absolute;
  top: 15%;
  left: -30%;
  height: 87%;
}
@media (min-width: 992px) {
  .search-block-banner__human {
    top: 7%;
    left: -16%;
    height: 92%;
  }
}
.search-block-banner__labels {
  position: absolute;
  top: 15%;
  right: 3%;
  width: 50%;
}
@media (min-width: 992px) {
  .search-block-banner__labels {
    top: 8%;
    right: 16%;
    width: 36%;
  }
}
.search-block-banner__play {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .search-block-banner__play {
    width: 146px;
    height: 146px;
    top: 50%;
    left: 50%;
    transform: translate(-84%, -27%);
  }
}
.search-block-banner__arrow {
  position: absolute;
  top: 0;
  left: 8%;
  width: 44%;
}
@media (min-width: 992px) {
  .search-block-banner__arrow {
    top: 0;
    left: 1%;
    width: 27%;
  }
}

.form-label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #01056B;
}
@media (min-width: 992px) {
  .form-label {
    font-size: 16px;
  }
}
.form-label .required {
  color: #FF8D4D;
}
.form-label .info {
  color: #25262B;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
}
@media (min-width: 992px) {
  .form-label .info {
    font-size: 14px;
  }
}

.form-control,
.form-select {
  padding: 12px 17px;
  font-size: 16px;
}
.form-control::placeholder,
.form-select::placeholder {
  color: rgba(37, 38, 43, 0.5);
}

textarea.form-control {
  resize: none;
}

.form-select.not-selected {
  color: rgba(37, 38, 43, 0.5);
}
.form-select option {
  padding: 12px;
  color: #25262B;
}

.form-check {
  padding-left: 0;
}
.form-check-input {
  display: none;
}
.form-check-container {
  display: flex;
  padding: 12px 10px;
  align-items: center;
  gap: 7px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.33);
  border: 1px solid rgba(1, 5, 107, 0.1);
}
input[type=radio]:checked + .form-check-container {
  border: 1px solid rgba(77, 105, 255, 0.16);
  box-shadow: 0px 3px 7px 0px rgba(77, 105, 255, 0.1);
}
@media (min-width: 768px) {
  input[type=radio]:checked + .form-check-container {
    border: none;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .form-check-container {
    border: none;
    box-shadow: none;
    background-color: transparent;
    align-items: flex-end;
  }
}
.form-check-container .form-check-label {
  font-weight: 600;
}
@media (min-width: 768px) {
  .form-check-container .form-check-label {
    font-weight: 400;
  }
}
.form-check-label {
  flex: 1 0 auto;
  color: #25262b;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .form-check-label {
    line-height: inherit;
    font-size: 18px;
  }
}
.form-check-label::before, .form-check-label::after {
  content: "";
  width: 21px;
  height: 21px;
  background-size: contain;
}
.form-check-label::before {
  margin-right: 12px;
  display: block;
}
.form-check-label::after {
  margin-left: 12px;
  display: none;
}
.form-check-label--first::before {
  display: none;
}
.form-check-label--first::after {
  display: block;
}
input[type=radio] + * .form-check-label::before, input[type=radio] + * .form-check-label::after, input[type=radio] + .form-check-label::before, input[type=radio] + .form-check-label::after {
  background-image: url("../img/checkbox_icon.svg");
}
input[type=radio]:checked ~ * .form-check-label::before, input[type=radio]:checked ~ * .form-check-label::after, input[type=radio]:checked + .form-check-label::before, input[type=radio]:checked + .form-check-label::after {
  background-image: url("../img/checkbox_icon_checked.svg");
}
input[type=checkbox] + * .form-check-label::before, input[type=checkbox] + * .form-check-label::after, input[type=checkbox] + .form-check-label::before, input[type=checkbox] + .form-check-label::after {
  background-image: url("../img/checkbox_icon.svg");
}
input[type=checkbox]:checked ~ * .form-check-label::before, input[type=checkbox]:checked ~ * .form-check-label::after, input[type=checkbox]:checked + .form-check-label::before, input[type=checkbox]:checked + .form-check-label::after {
  background-image: url("../img/checkbox_icon_checked.svg");
}

.car-number-input.input-group {
  font-family: "Poppins", sans-serif;
  color: #01056B;
  height: 63px;
  border-radius: 6px;
  border: 2px solid #DA1A1A;
  background: #fff;
  box-shadow: 10px 10px 30px 0px rgba(0, 66, 235, 0.15);
}
.was-validated:invalid .car-number-input.input-group {
  margin-bottom: 1em;
}
.car-number-input.input-group .form-control {
  color: #01056B;
  border: none;
  padding: 8px 22px 8px 8px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  max-height: 100%;
  text-transform: uppercase;
}
.car-number-input.input-group .form-control:focus {
  box-shadow: none;
}
.car-number-input.input-group .form-control::placeholder {
  color: #B2B2B8;
}
.car-number-input.input-group .input-group-text {
  padding: 0 11px;
  background: white;
  border: none;
}
@media (min-width: 768px) {
  .car-number-input.input-group .input-group-text {
    padding: 0 5px;
  }
}
.car-number-input.input-group .invalid-feedback {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .car-number-input.input-group {
    font-size: 22px;
    max-width: 317px;
    max-height: 63px;
  }
}

.car-image-upload {
  display: flex;
  width: 150px;
  padding: 20px 15px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-radius: 15px 0px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 66, 235, 0.1);
}
@media (min-width: 992px) {
  .car-image-upload {
    width: 135x;
  }
}
.car-image-upload .btn {
  display: flex;
  padding: 5px 7px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.car-image-preview {
  flex: 0 0 100%;
  max-width: 100px;
  height: 100px;
  border-radius: 5px;
  position: relative;
}
.car-image-preview .remove {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url("../img/trash.svg");
}
.car-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-it-works__content {
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  border-radius: 0px 39px;
  background: #fff;
  box-shadow: 0px 4px 80px 0px rgba(0, 66, 235, 0.1);
}
@media (min-width: 992px) {
  .how-it-works__content {
    padding: 70px 50px;
    gap: 80px;
    border-radius: 0px 79px;
  }
}
@media (min-width: 1200px) {
  .how-it-works__content {
    padding: 70px 100px;
  }
}
.how-it-works__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .how-it-works__list {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .how-it-works__list {
    gap: 80px;
  }
}
.how-it-works__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
@media (min-width: 992px) {
  .how-it-works__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.how-it-works__step-image {
  height: 200px;
  align-self: stretch;
  border-radius: 20px 0px;
}
@media (min-width: 992px) {
  .how-it-works__step-image {
    height: 250px;
  }
}
.how-it-works__step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-it-works__step-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  align-self: stretch;
}
@media (min-width: 992px) {
  .how-it-works__step-info {
    gap: 25px;
  }
}
.hints .hint {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 15px;
  padding: 10px;
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.hints .hint img {
  width: 27px;
  height: 27px;
}

.car-card {
  width: 500px;
  padding: 15px;
  flex-direction: row;
  gap: 20px;
  max-width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #F0F0F0;
  background: #FFF;
}
@media (min-width: 768px) {
  .car-card {
    gap: 20px;
    padding: 15px;
  }
}
.car-card .card-img {
  padding-bottom: 0;
  flex: 0 0 84px;
  max-width: 84px;
  height: 80px;
}
.car-card .card-img img {
  border-radius: 18px 0px 19px 0px;
}
@media (min-width: 768px) {
  .car-card .card-img {
    flex: 0 0 30%;
    max-width: 30%;
    height: 130px;
  }
}
.car-card .card-img-overlay {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 10px;
  padding: 2px 7px;
  border-radius: 7px 0px;
}
.car-card .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
}
.car-card .card-title {
  flex-grow: 0;
  font-size: 16px;
  line-height: 1.12;
  margin: 0;
}
.car-card .card-desc {
  font-size: 14px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .car-card .card-desc {
    font-size: 16px;
  }
}
.car-card .card-location {
  font-size: 14px;
  line-height: 14px;
  background-size: contain;
}
@media (min-width: 768px) {
  .car-card .card-location {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 576px) {
  .car-card {
    width: 272px;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 30px 0px;
    background: #fff;
    box-shadow: 10px 10px 30px 0px rgba(0, 66, 235, 0.1);
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .car-card {
    width: 320px;
    padding: 30px;
  }
}
@media (min-width: 576px) {
  .car-card .card-img {
    padding-bottom: 66%;
    flex: initial;
    max-width: 100%;
  }
  .car-card .card-img-top {
    border-radius: 15px 0px;
  }
  .car-card .card-img-overlay {
    top: auto;
    right: auto;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    padding: 5px 7px;
  }
  .car-card .card-title {
    font-size: 20px;
    flex-grow: 1;
  }
  .car-card .card-desc {
    font-size: 14px;
  }
  .car-card .card-location {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .car-card--h-fixed {
    width: 500px;
    padding: 15px;
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .car-card--h-fixed {
    gap: 20px;
    padding: 15px;
  }
}
@media (min-width: 576px) {
  .car-card--h-fixed .card-img {
    padding-bottom: 0;
    flex: 0 0 84px;
    max-width: 84px;
    height: 80px;
  }
  .car-card--h-fixed .card-img img {
    border-radius: 18px 0px 19px 0px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .car-card--h-fixed .card-img {
    flex: 0 0 30%;
    max-width: 30%;
    height: 130px;
  }
}
@media (min-width: 576px) {
  .car-card--h-fixed .card-img-overlay {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 7px 0px;
  }
  .car-card--h-fixed .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
  }
  .car-card--h-fixed .card-title {
    flex-grow: 0;
    font-size: 16px;
    line-height: 1.12;
    margin: 0;
  }
  .car-card--h-fixed .card-desc {
    font-size: 14px;
    flex-grow: 1;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .car-card--h-fixed .card-desc {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .car-card--h-fixed .card-location {
    font-size: 14px;
    line-height: 14px;
    background-size: contain;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .car-card--h-fixed .card-location {
    font-size: 16px;
    line-height: 20px;
  }
}
.car-card--v-fixed {
  width: 272px;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 30px 0px;
  background: #fff;
  box-shadow: 10px 10px 30px 0px rgba(0, 66, 235, 0.1);
}
@media (min-width: 992px) {
  .car-card--v-fixed {
    width: 320px;
    padding: 30px;
  }
}
.car-card--v-fixed .card-img {
  padding-bottom: 66%;
  flex: initial;
  max-width: 100%;
}
.car-card--v-fixed .card-img-top {
  border-radius: 15px 0px;
}
.car-card--v-fixed .card-img-overlay {
  top: auto;
  right: auto;
  bottom: 15px;
  left: 15px;
  font-size: 14px;
  padding: 5px 7px;
}
.car-card--v-fixed .card-title {
  font-size: 20px;
  flex-grow: 1;
}
.car-card--v-fixed .card-desc {
  font-size: 14px;
}
.car-card--v-fixed .card-location {
  margin-top: 20px;
  font-size: 14px;
}
.car-card .card-img {
  position: relative;
}
.car-card .card-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.car-card .card-img-overlay {
  color: white;
  line-height: 1;
  font-weight: 700;
  background-color: #01056B;
}
.car-card .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.car-card .card-location {
  background-image: url("../img/icon-location.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

.compare-option-card {
  display: flex;
  padding: 30px 20px;
  margin: 0 auto;
  flex-direction: column;
  gap: 30px;
  align-self: stretch;
  border-radius: 0px 30px;
  background: #EBF0FD;
}
@media (min-width: 992px) {
  .compare-option-card {
    gap: 40px;
    padding: 50px 40px;
    max-width: 400px;
    width: 400px;
  }
}
.compare-option-card .card-header, .compare-option-card .card-body, .compare-option-card .card-footer {
  background: none;
  border: none;
  padding: 0;
}
.compare-option-card .card-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.compare-option-card__item {
  color: #4B4B53;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 12px 6px 6px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .compare-option-card__item {
    font-size: 16px;
    padding: 10px 20px 10px 13px;
  }
}
.compare-option-card__item::before {
  content: "";
  flex: 0 0 16px;
  max-width: 16px;
  width: 16px;
  height: 16px;
  background-color: #F0E9E1;
  border-radius: 50%;
}
.compare-option-card--active {
  gap: 40px;
  border-radius: 30px 0px;
  background: #D8EDD3;
}
@media (min-width: 992px) {
  .compare-option-card--active {
    max-width: 496px;
    width: 496px;
    padding: 50px 50px 70px 50px;
  }
}
.compare-option-card--active .compare-option-card__item {
  padding: 6px 12px 6px 8px;
  gap: 7px;
}
@media (min-width: 992px) {
  .compare-option-card--active .compare-option-card__item {
    font-size: 16px;
    padding: 10px 20px 10px 13px;
  }
}
.compare-option-card--active .compare-option-card__item::before {
  display: block;
  flex: 0 0 18px;
  max-width: 18px;
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-image: url("../img/checkmark.svg");
  background-size: contain;
  border-radius: 0;
}
@media (min-width: 992px) {
  .compare-option-card--active .compare-option-card__item::before {
    flex: 0 0 23px;
    max-width: 23px;
    width: 23px;
    height: 23px;
  }
}

.reviews .crsl__inner {
  align-items: stretch;
  gap: 20px;
}
@media (min-width: 992px) {
  .reviews .crsl__inner {
    gap: 79px;
  }
}

.review-card {
  display: flex;
  width: 300px;
  height: 100%;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
  border-radius: 30px 0px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 80px 0px rgba(0, 66, 235, 0.1);
}
@media (min-width: 992px) {
  .review-card {
    width: 430px;
    padding: 40px;
    border-radius: 79px 0px;
  }
}
.review-card .card-img {
  position: relative;
}
.review-card .card-img-overlay {
  width: 120px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.review-card .card-img-overlay img {
  width: 100%;
}
@media (min-width: 992px) {
  .review-card .card-img-overlay {
    width: 161px;
  }
}
.review-card .card-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
@media (min-width: 992px) {
  .review-card .card-body {
    gap: 30px;
  }
}

.video-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-block__preview {
  height: 260px;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: 30px 0px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .video-block__preview {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .video-block__preview {
    height: 720px;
  }
}
.video-block__preview img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.video-block__preview::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  background-image: url("../img/play-btn-green.svg");
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .video-block__preview::after {
    width: 100px;
    height: 100px;
  }
}
.video-block__preview--play-blue::after {
  background-image: url("../img/play-btn-blue.svg");
  width: 130px;
  height: 130px;
}
@media (min-width: 992px) {
  .video-block__preview--play-blue::after {
    width: 130px;
    height: 130px;
  }
}
.video-block__preview--no-play-button::after {
  content: none;
}
.video-block__card {
  display: flex;
  width: 295px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  border-radius: 19px 0px;
  background: #fff;
  box-shadow: 0px 4px 80px 0px rgba(0, 66, 235, 0.1);
  transform: translateY(-30px);
}
@media (min-width: 992px) {
  .video-block__card {
    width: 488px;
    padding: 40px;
    border-radius: 30px 0px;
    transform: translate(50%, -30%);
  }
}
.video-block__title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
  align-self: stretch;
}
.video-block__duration {
  display: flex;
  padding: 6px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 10px 0px;
  background: #66D68C;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}
@media (min-width: 992px) {
  .video-block__duration {
    font-size: 18px;
    padding: 5px 10px 5px 13px;
  }
}
.video-block__duration::before {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url("../img/icon-shevron-right.svg") center no-repeat;
}

.team-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
@media (min-width: 1200px) {
  .team-list {
    justify-content: center;
    flex-direction: row;
    gap: 54px;
  }
}
.team-member {
  display: flex;
  padding: 30px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 30px 0px;
  background: #fff;
  box-shadow: 10px 10px 30px 0px rgba(0, 66, 235, 0.1);
}
@media (min-width: 768px) {
  .team-member {
    padding: 40px;
    gap: 40px;
    flex: 1 0 0;
    border-radius: 79px 0px;
  }
}
.team-member__intro {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
.team-member__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1 0 0;
}
@media (min-width: 768px) {
  .team-member__header {
    gap: 15px;
  }
}
.team-member__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  align-self: stretch;
}
@media (min-width: 768px) {
  .team-member__info {
    gap: 15px;
  }
}
.team-member__name {
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  margin: 0;
}
@media (min-width: 768px) {
  .team-member__name {
    font-size: 20px;
  }
}
.team-member__position {
  font-size: 12px;
}
@media (min-width: 768px) {
  .team-member__position {
    font-size: 16px;
  }
}
.team-member__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.team-member__tel {
  color: #01056B;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .team-member__tel {
    font-size: 14px;
  }
}
.team-member__email {
  color: #25262B;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .team-member__email {
    font-size: 14px;
  }
}
.team-member__text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
@media (min-width: 768px) {
  .team-member__text {
    font-size: 16px;
  }
}
.team-member__image {
  width: 83px;
  height: 83px;
  border-radius: 15px 0px;
  box-shadow: 10px 10px 10px 0px rgba(0, 66, 235, 0.1);
}
@media (min-width: 768px) {
  .team-member__image {
    width: 120px;
    height: 120px;
  }
}

.guide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  align-self: stretch;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .guide {
    display: flex;
    flex-direction: row;
    padding: 0px 79px;
    align-items: center;
    gap: 79px;
    align-self: stretch;
  }
  .guide:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
.guide__image {
  height: 270px;
  align-self: stretch;
  border-radius: 30px 0px;
  overflow: hidden;
}
.guide:nth-child(even) .guide__image {
  border-radius: 0px 30px;
}
@media (min-width: 992px) {
  .guide__image {
    width: 481px;
    height: 481px;
    flex: 0 0 481px;
  }
}
.guide__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.guide__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
@media (min-width: 992px) {
  .guide__info {
    gap: 40;
  }
}
.guide__checkmark {
  display: flex;
  padding: 6px 12px 6px 8px;
  align-items: center;
  gap: 7px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
.guide__checkmark img {
  width: 18px;
  height: 18px;
}

.get-offer-form {
  background-color: #fff;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "form_navigation" "form_search" "form_preview" "form_step";
}
.container:has(.get-offer-form) {
  background-color: #fff;
}
@media (min-width: 768px) {
  .container:has(.get-offer-form) {
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .get-offer-form {
    padding: 50px;
    background-color: #fff;
    border-radius: 79px 0px;
    box-shadow: 10px 10px 30px 0px rgba(0, 66, 235, 0.1);
  }
}
@media (min-width: 992px) {
  .get-offer-form {
    grid-template-columns: 2.5fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "form_navigation    form_navigation" "form_search        form_preview" "form_step          form_preview";
    column-gap: 80px;
  }
}
.get-offer-form__nav {
  grid-area: form_navigation;
  display: flex;
  gap: 10px;
}
.get-offer-form__nav-step {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #01056B;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 0 0 0;
  border-radius: 15px 0px;
  background: #D7E7FF;
}
.get-offer-form__nav-step::before {
  content: "1";
  flex: 0 0 24 px;
  max-width: 24px;
  width: 24px;
  height: 23px;
  padding: 0 9px;
  border-radius: 6px 0;
  background-color: #01056B;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: 700;
}
.get-offer-form__nav-step:nth-child(1)::before {
  content: "1";
}
.get-offer-form__nav-step:nth-child(2)::before {
  content: "2";
}
.get-offer-form__nav-step:nth-child(3)::before {
  content: "3";
}
.get-offer-form__nav-step span {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  display: none;
}
@media (min-width: 992px) {
  .get-offer-form__nav-step span {
    display: block;
  }
}
.get-offer-form--step-1 .get-offer-form__nav-step:nth-child(1) {
  flex-grow: 1;
}
.get-offer-form--step-1 .get-offer-form__nav-step:nth-child(1) span {
  display: block;
}
@media (min-width: 992px) {
  .get-offer-form--step-1 .get-offer-form__nav-step:nth-child(2), .get-offer-form--step-1 .get-offer-form__nav-step:nth-child(3) {
    opacity: 0.5;
  }
}
.get-offer-form--step-2 .get-offer-form__nav-step:nth-child(1) {
  background-color: #D8EDD3;
}
.get-offer-form--step-2 .get-offer-form__nav-step:nth-child(1)::before {
  content: "";
  background-color: #66D68C;
  background-image: url("../img/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.get-offer-form--step-2 .get-offer-form__nav-step:nth-child(2) {
  flex-grow: 1;
}
.get-offer-form--step-2 .get-offer-form__nav-step:nth-child(2) span {
  display: block;
}
@media (min-width: 992px) {
  .get-offer-form--step-2 .get-offer-form__nav-step:nth-child(3) {
    opacity: 0.5;
  }
}
.get-offer-form--step-3 .get-offer-form__nav-step {
  background-color: #D8EDD3;
}
.get-offer-form--step-3 .get-offer-form__nav-step::before {
  content: "";
  background-color: #66D68C;
  background-image: url("../img/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.get-offer-form--step-3 .get-offer-form__nav-step:nth-child(3) {
  flex-grow: 1;
}
.get-offer-form--step-3 .get-offer-form__nav-step:nth-child(3) span {
  display: block;
}
@media (min-width: 992px) {
  .get-offer-form__nav-step {
    flex: 1 0 33%;
    max-width: 33%;
    font-weight: 800;
  }
}
.get-offer-form__search {
  grid-area: form_search;
}
.get-offer-form__preview {
  grid-area: form_preview;
}
.get-offer-form__preview .form-label {
  margin-bottom: 4px;
}
.get-offer-form__preview-model {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.get-offer-form__preview-model img {
  max-width: 100%;
}
.get-offer-form__preview-model span {
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  color: white;
  display: flex;
  padding: 5px 8px;
  align-items: center;
  gap: 10px;
  border-radius: 10px 0px;
  background: #01056B;
}
@media (min-width: 992px) {
  .get-offer-form__preview {
    min-width: 320px;
    padding: 50px 35px;
    border-radius: 79px 0px;
    background: #D8EDD3;
    box-shadow: 10px 10px 30px 0px rgba(102, 214, 140, 0.2);
  }
}
.get-offer-form__step {
  grid-area: form_step;
}
.get-offer-form__car-info {
  display: flex;
  padding: 30px;
  flex-direction: column;
  gap: 6px;
  border-radius: 0px 29px;
  background: #D7E7FF;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.get-offer-form__car-info label {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 800;
  flex: 0 0 60%;
  max-width: 60%;
}
.get-offer-form__final-preview {
  grid-area: form_preview;
  max-width: 350px;
}
.get-offer-form__final-message {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.galery__img {
  height: 242px;
  width: 100%;
  border-radius: 49px 0px;
  background: linear-gradient(180deg, rgba(1, 5, 107, 0) 58.16%, rgba(1, 5, 107, 0.2) 77.82%), lightgray 50%/cover no-repeat;
  box-shadow: 10px 10px 30px 0px rgba(0, 66, 235, 0.1);
  overflow: hidden;
}
.galery__list {
  display: flex;
  padding: 0px 15px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}
.galery__preview {
  width: 67px;
  height: 64px;
  border-radius: 9px 0px;
  background: lightgray 50%/cover no-repeat;
  box-shadow: 0px 4px 10px 0px rgba(1, 5, 107, 0.1);
  overflow: hidden;
  transform: translateY(-50%);
  position: relative;
}
.galery__preview-count {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  background-color: rgba(1, 5, 107, 0.5);
}
.galery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offers-overview__header {
  max-width: 1125px;
}
.offers-overview__header .lead {
  max-width: 500px;
}
@media (min-width: 768px) {
  .offers-overview__header {
    font-size: 18px;
  }
}
.offers-overview__header .hint {
  display: flex;
  padding: 6px 12px 6px 8px;
  align-items: center;
  gap: 7px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.offers-overview__header .hint img {
  width: 18px;
  height: 18px;
}
.offers-overview__header .offer-card {
  position: relative;
  font-size: 18px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .offers-overview__header .offer-card {
    flex: 0 0 350px;
    width: 350px;
  }
}
.offers-overview__header .offer-card .card {
  position: relative;
}
.offers-overview__header .offer-card .card-header {
  background: #D8EDD3;
}
.offers-overview__header .offer-card .card-label {
  display: flex;
  padding: 9px 10px;
  align-items: center;
  gap: 10px;
  border-radius: 10px 0px;
  background: #66D68C;
  color: #fff;
  text-align: center;
  font-family: "Area Normal";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}

.offer-card {
  padding: 20px;
  border-radius: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 80px 80px 0px rgba(0, 0, 0, 0.05);
  border-radius: 29px 0px;
  box-shadow: 10px 10px 30px 0px rgba(0, 66, 235, 0.1);
}
@media (min-width: 992px) {
  .offer-card {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .offer-card {
    border-radius: 49px 0px;
    box-shadow: 10px 10px 30px 0px rgba(0, 66, 235, 0.1);
  }
}
.offer-card .card-header {
  border-radius: 19px 0px;
  background: rgba(215, 231, 255, 0.25);
  padding: 50px 30px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.offer-card .card-header span {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: white;
  color: var(--White, #FFF);
  display: flex;
  padding: 5px 7px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 5px 0px;
  background: #01056B;
}
@media (min-width: 768px) {
  .offer-card .card-header {
    padding: 33px 20px;
  }
}
.offer-card .card-price {
  color: #01056B;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.offer-card .card-price small {
  font-size: 18px;
}
.offer-card .card-body {
  padding: 0;
}
.offer-card .card-body ul {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 768px) {
  .offer-card .card-body ul {
    margin-bottom: 35px;
  }
}
.offer-card .card-body ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.offer-card .card-body ul li::before {
  content: "";
  display: block;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  background: url("../img/checkmark-1.svg") no-repeat;
  background-size: contain;
}
.offer-card .card-location {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
.offer-card .card-location img {
  margin-right: 8px;
}
.offer-card .card-location span {
  color: #01056B;
  margin-left: auto;
}
.offer-card .card-expand {
  pointer-events: none;
}
.offer-card .card-expand input[type=checkbox] {
  display: none;
}
.offer-card .card-expand input[type=checkbox]:checked ~ .card-expand-link--show {
  display: none;
}
.offer-card .card-expand input[type=checkbox]:checked ~ .card-expand-link--hide {
  display: block;
}
.offer-card .card-expand input[type=checkbox]:not(:checked) ~ .card-expand-link--show {
  display: block;
}
.offer-card .card-expand input[type=checkbox]:not(:checked) ~ .card-expand-link--hide {
  display: none;
}
.offer-card .card-expand input[type=checkbox]:not(:checked) ~ .card-expand-body {
  display: none;
}
.offer-card .card-expand-link {
  color: #01056B;
  cursor: pointer;
  pointer-events: auto;
}
.offer-card .card-expand-body {
  margin-top: 20px;
}
.offer-card .card-expand a, .offer-card .card-expand button {
  pointer-events: auto;
}

.accept-offer {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.accept-offer .small {
  font-size: 12px;
}
@media (min-width: 992px) {
  .accept-offer .small {
    font-size: 14px;
  }
}
.accept-offer .alert {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 29px 0px;
  background: #D7E7FF;
  color: #01056B;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
}
@media (min-width: 992px) {
  .accept-offer .alert {
    width: 535px;
    padding: 30px;
    gap: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
  }
}
.accept-offer .hint {
  display: flex;
  padding: 6px 12px 6px 8px;
  align-items: center;
  gap: 7px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.accept-offer .hint img {
  width: 18px;
  height: 18px;
}
.accept-offer .card {
  display: flex;
  padding: 30px;
  align-self: stretch;
  border-radius: 29px 0px;
  border: none;
  background: #FFF;
  box-shadow: 10px 10px 30px 0px rgba(0, 66, 235, 0.1);
}

.review-deal {
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
}
.review-deal .card {
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  border: none;
  border-radius: 49px 0px;
  background: #fff;
  box-shadow: 10px 10px 30px 0px rgba(0, 66, 235, 0.1);
}
@media (min-width: 768px) {
  .review-deal .card {
    padding: 50px;
  }
}

.bliv-forhandler__content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "bliv_header" "bliv_video" "bliv_tips" "bliv_button";
}
@media (min-width: 1200px) {
  .bliv-forhandler__content {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .bliv-forhandler__content {
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "bliv_header   bliv_video" "bliv_tips     bliv_video" "bliv_button   bliv_video";
    grid-column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .bliv-forhandler__content {
    grid-column-gap: 60px;
  }
}
.bliv-forhandler__header {
  grid-area: bliv_header;
}
.bliv-forhandler__tips {
  grid-area: bliv_tips;
}
.bliv-forhandler__video {
  grid-area: bliv_video;
}
.bliv-forhandler__video .video-block__preview {
  max-height: 370px;
}
@media (min-width: 768px) {
  .bliv-forhandler__video .video-block__card {
    align-self: flex-end;
    width: 90%;
    padding: 30px;
    transform: translate(0, -30%);
  }
}
@media (min-width: 992px) {
  .bliv-forhandler__video .video-block__card {
    max-width: 423px;
  }
}
@media (min-width: 1200px) {
  .bliv-forhandler__video .video-block__card {
    transform: translate(30px, -30%);
  }
}
.bliv-forhandler__button {
  grid-area: bliv_button;
}
.bliv-forhandler .hint {
  display: flex;
  padding: 6px 12px 6px 8px;
  align-items: center;
  gap: 7px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.bliv-forhandler .hint img {
  width: 18px;
  height: 18px;
}

.usp-card {
  width: 100%;
  max-width: 366px;
  padding: 20px;
  border-radius: 29px 0px;
  border: none;
  background: #fff;
  box-shadow: 10px 10px 30px 0px rgba(0, 66, 235, 0.1);
}
@media (min-width: 992px) {
  .usp-card {
    padding: 30px;
  }
}
.usp-card .card-body {
  padding: 0;
}
.usp-card .card-body h3 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.usp-card .card-body h3 span {
  display: inline-flex;
  width: 50px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 11px 0px;
  background: #D8EDD3;
}
