

/* Start:/local/templates/main/assets/bx-styles/insurance.css?17611408392632*/
.insurance {
    margin-bottom: 12rem
}

.insurance__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem
}

.insurance__text {
    width: 55rem
}

.insurance__title {
    margin-bottom: 1.7rem
}

.insurance__description {
    font-size: 1.6rem;
    line-height: 1.62
}

.insurance__description p:first-child {
    line-height: 1.33
}

.insurance__description p:not(:last-child) {
    margin-bottom: 1.8rem
}

.insurance__description span {
    font-weight: 600
}

.insurance__img {
    width: 60rem;
    border-radius: 1.6rem;
    overflow: hidden
}

.insurance__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.insurance__bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem 2rem
}

.insurance__item {
    min-height: 7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 2rem;
    background-color: #fafafa;
    border-radius: 1.6rem
}

.insurance__item-title {
    width: 42%;
    padding-left: 1.7rem;
    position: relative
}

.insurance__item-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background-color: #1e5d9d
}

.insurance__item-description {
    width: 54.5%;
    font-size: 1.2rem;
    line-height: 1.25;
    color: #6f6f71
}

@media (max-width:48em) {
    .insurance {
        margin-bottom: 8rem
    }

    .insurance__content {
        display: block
    }

    .insurance__text {
        width: 100%;
        margin-bottom: 4rem
    }

    .insurance__title {
        margin-bottom: 3.8rem
    }

    .insurance__description {
        font-size: 2.8rem;
        line-height: 1.21
    }

    .insurance__description p:first-child {
        line-height: 1.21
    }

    .insurance__description p:not(:last-child) {
        margin-bottom: 4.8rem
    }

    .insurance__img {
        width: 100%;
        height: 47.2rem;
        border-radius: 3.2rem
    }

    .insurance__bottom {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 2rem
    }

    .insurance__item {
        min-height: auto;
        display: block;
        padding: 3.3rem 3rem 2.6rem;
        border-radius: 2.4rem
    }

    .insurance__item-title {
        width: 80%;
        padding-left: 3.4rem;
        margin-bottom: 3rem
    }

    .insurance__item-title::before {
        width: 1.4rem;
        height: 1.4rem
    }

    .insurance__item-description {
        width: 100%;
        font-size: 2rem;
        line-height: 1.2
    }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/our-advantages.css?16790397361343*/
.our-advantages {
  padding: 11rem 0 9.7rem;
  background-color: #f1f8fd;
  border-radius: 5rem;
  margin-bottom: 12rem
}
.our-advantages__title {
  margin-bottom: 3.5rem
}
.our-advantages__content {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 2.7rem
}
.our-advantages__item {
  padding: 1.9rem;
  background-color: #1e5d9d;
  border: 1px solid #eaeaeb;
  border-radius: 1.2rem;
  color: #fff
}
.our-advantages__item-img {
  width: 4rem;
  flex-shrink: 0;
  margin: .5rem 1rem .4rem 0;
  position: relative;
  z-index: 1
}
.our-advantages__item-img::before {
  content: '';
  position: absolute;
  top: -.5rem;
  right: -1rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background-color: rgba(241,248,253,.1);
  z-index: -1
}
@media (max-width:48em) {
  .our-advantages {
    padding: 8rem 0;
    border-radius: 3.4rem;
    margin-bottom: 8rem
  }
  .our-advantages__title {
    margin-bottom: 4rem
  }
  .our-advantages__content {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 2rem
  }
  .our-advantages__item {
    display: flex;
    align-items: center;
    padding: 2.85rem 9rem 2.85rem 2.8rem;
    border-radius: 2.4rem
  }
  .our-advantages__item-img {
    width: 4.4rem;
    margin: .5rem 3.2rem 0 0
  }
  .our-advantages__item-img::before {
    width: 4.2rem;
    height: 4.2rem
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/feedback.css?17500838762725*/
.feedback {
  border-radius: .5rem;
  overflow: hidden;
  position: relative;
  padding: 9.9rem 0;
  z-index: 1
}
.feedback__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.feedback__picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.feedback__content {
  display: flex;
  justify-content: space-between;
  padding: 4rem 3.3rem;
  background-color: rgba(255,255,255,.3);
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  border-radius: 1rem;
  color: #fff
}
.feedback__title {
  width: 40rem
}
.feedback__title_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.feedback__text {
  font-weight: 400
}
.feedback__form {
  width: 70rem
}
.feedback__form-content {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 2rem;
  margin-bottom: 2rem
}
.feedback__form-text {
  font-size: 1.4rem;
  margin-bottom: 1.7rem
}
.feedback_social {
  padding: 11.8rem 0
}
.feedback_social .feedback__content {
  padding: 2.5rem 4.7rem 2.2rem 6rem;
  align-items: center
}
.feedback__social {
  width: 67.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.feedback__social-text {
  width: 55%
}
.feedback__social-link {
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  overflow: hidden
}
.feedback__social-link:not(:last-child) {
  margin-right: 2rem
}
.feedback__social-link img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.feedback__social-links {
  display: flex
}
@media (max-width:48em) {
  .feedback {
    border-radius: 0;
    padding: 8rem 0
  }
  .feedback__content {
    display: block;
    padding: 4rem 3rem;
    border-radius: 2rem
  }
  .feedback__title {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem
  }
  .feedback__text {
    margin-top: 3rem
  }
  .feedback__form {
    width: 100%
  }
  .feedback__form-content {
    grid-template-columns: repeat(1,1fr);
    margin-bottom: 4.2rem
  }
  .feedback__form input {
    font-size: 2.8rem
  }
  .feedback__form-privacy {
    text-align: right
  }
  .feedback_social {
    padding: 8rem 0
  }
  .feedback_social .feedback__content {
    padding: 4rem 3rem
  }
  .feedback__social {
    width: 100%;
    display: block
  }
  .feedback__social-text {
    width: 100%;
    font-size: 3.6rem;
    line-height: 1.6;
    margin-bottom: 4rem
  }
  .feedback__social-link {
    width: 8.8rem;
    height: 8.8rem
  }
  .feedback__social-link:not(:last-child) {
    margin-right: 4rem
  }
  .feedback__social-links {
    justify-content: center
  }
}
@media(max-width:425px){
  .feedback__form-text{
    font-size: 12px;
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/form.css?17478378439035*/
@charset "UTF-8";
.form-content {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 2rem;
  margin-bottom: 2rem
}
.form-content .span-2 {
  grid-column: span 2
}
.form .label {
  display: inline-flex;
  width: 100%;
  height: 5rem;
  position: relative;
  z-index: 1;
  cursor: pointer
}
.form .label_checkbox {
  width: 100%;
  height: auto;
  align-items: center
}
.form .label__box {
  width: 2rem;
  height: 2rem;
  border: 1px solid #c1c1c2;
  border-radius: .3rem;
  margin-right: .7rem;
  position: relative;
  transition: .25s
}
.form .label__box::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1.7rem;
  height: 1.3rem;
  opacity: 0;
  transition: opacity .25s;
  background: url(/local/templates/main/assets/bx-styles/../img/svg/check.svg) 50% 50%/contain no-repeat
}
.form .label__price {
  font-size: 1.6rem;
  font-weight: 600;
  color: #6f6f71;
  transition: color .25s
}
.form .label__text {
  font-size: 1.4rem
}
.form .label_textarea {
  height: 12rem
}
.form input,
.form textarea {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0 1.1rem;
  border: 1px solid #eaeaeb;
  border-radius: .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.4rem;
  position: relative
}
.form .policyCheckbox {
  width: auto;
  height: auto;
  appearance: auto;
}
.form input:checked ~ .label__box,
.form textarea:checked ~ .label__box {
  background-color: #1e5d9d;
  border-color: #1e5d9d
}
.form input:checked ~ .label__box::after,
.form textarea:checked ~ .label__box::after {
  opacity: 1
}
.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #272727
}
.form input::placeholder,
.form textarea::placeholder {
  color: #272727
}
.form input.visually-hidden,
.form textarea.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden
}
.form textarea {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  resize: none
}
.form__from-to {
  display: flex;
  justify-content: space-between;
  position: relative
}
.form__from-to-range .label::before {
  content: '₽';
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 1.4rem
}
.form__from-to-range .label input {
  padding-right: 3rem
}
.form__from-to .label {
  width: 50%
}
.form__from-to .label:first-of-type::after {
  content: '';
  position: absolute;
  top: 1rem;
  right: 0;
  bottom: 1rem;
  width: 1px;
  background-color: #c1c1c2
}
.form__from-to .label:first-of-type input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none
}
.form__from-to .label:last-of-type input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none
}
.form-sort {
  margin: 3rem 0 -1.2rem;
  display: flex;
  flex-wrap: wrap
}
.form-sort__item {
  display: flex;
  align-items: center;
  padding: .6rem 2.6rem .6rem .6rem;
  background-color: #fff;
  border: 1px solid rgba(30,93,157,.2);
  border-radius: .5rem;
  font-size: 1.4rem;
  color: #1e5d9d;
  margin-bottom: 1.2rem;
  cursor: pointer;
  transition: .25s
}
.form-sort__item_active {
  background-color: rgba(30,93,157,.2)
}
.form-sort__item_active .form-sort__img {
  background-color: #fff
}
.form-sort__item:not(:last-child) {
  margin-right: 1.2rem
}
.form-sort__img {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1rem;
  background-color: rgba(30,93,157,.1);
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 1rem;
  transition: .25s
}
.form-sort__item_booking {
  background: rgba(4, 198, 105, 0.05);
  color: #04c669;
}

.form-sort__item_booking.form-sort__item_active {
  background: rgba(4, 198, 105, 0.05);
  color: #046a39;
}
.form-sort__item_booking .form-sort__img {
  background-color: transparent;
  transition: none;
}
.form-sort__img svg {
  width: 100%;
  height: 100%
}
.form-checked {
  display: none;
  flex-wrap: wrap;
  border-top: 1px solid #c1c1c2;
  margin: 3rem 0 1.2rem;
  padding-top: 3rem
}
.form-checked_active {
  display: flex
}
.form-checked__item {
  display: flex;
  align-items: center;
  height: 3.3rem;
  padding: 0 2.8rem 0 1rem;
  background-color: #fff;
  border-radius: .7rem;
  margin-right: .7rem;
  margin-bottom: .7rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e5d9d;
  position: relative
}
.form-checked__item span {
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(/local/templates/main/assets/bx-styles/../img/svg/filter-reset.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1rem;
  cursor: pointer
}
.form-checked__item_white {
  background-color: #fff
}
.form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.form__more {
  display: inline-flex;
  align-items: center;
  cursor: pointer
}
.form__more_active .form__more-btn {
  background-color: #1e5d9d
}
.form__more_active .form__more-btn::before {
  left: auto;
  right: 1px;
  border-color: #fff
}
.form__more_active .form__more-text-expand {
  display: none
}
.form__more_active .form__more-text-reduce {
  display: block
}
.form__more-btn {
  width: 2.2rem;
  height: 1.2rem;
  padding: 1px;
  border: solid #1e5d9d;
  border-radius: .8rem;
  position: relative;
  flex-shrink: 0;
  margin-right: .5rem;
  transition: .25s
}
.form__more-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 1px;
  transform: translateY(-50%);
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  border: solid #1e5d9d;
  background-color: #fff;
  transition: .25s
}
.form__more-text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  color: #1e5d9d
}
.form__more-text-reduce {
  display: none
}
.form__save {
  display: none;
  align-items: center;
  margin: 0 6rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #1e5d9d;
  cursor: pointer
}
.form__save svg {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  margin-right: .5rem
}
.form__save_active {
  display: flex
}
.form__reset {
  display: none;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #d9012a;
  margin-left: auto;
  margin-right: 7.2rem;
  cursor: pointer
}
.form__reset_active {
  display: flex
}
.form__reset svg {
  width: 2.4rem;
  height: auto;
  flex-shrink: 0;
  margin-right: .7rem
}
.form__button {
  min-width: 26.5rem
}
.form__privacy {
  font-size: 1rem
}
.form__privacy a {
  text-decoration: underline
}
@media (max-width:48em) {
  .form-content {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 3rem;
    margin-bottom: 3rem
  }
  .form-content .span-2 {
    grid-column: span 1
  }
  .form .label {
    height: 10rem
  }
  .form .label__box {
    width: 4rem;
    height: 4rem;
    border-radius: .6rem;
    margin-right: 1.4rem
  }
  .form .label__box::after {
    width: 3.4rem;
    height: 2.6rem
  }
  .form .label__price {
    font-size: 3.2rem
  }
  .form .label__text {
    font-size: 2.4rem
  }
  .form .label_textarea {
    height: 24rem
  }
  .form input,
  .form textarea {
    padding: 0 2.2rem;
    border-radius: 1rem;
    font-size: 2.4rem
  }
  .form textarea {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
  .form__from-to-range .label input {
    padding-right: 5rem
  }
  .form__from-to-range .label::before {
    right: 2rem;
    font-size: 2.4rem
  }
  .form__from-to .label:first-of-type::after {
    top: 2rem;
    bottom: 2rem
  }
  .form-sort {
    margin: 2rem 0
  }
  .form-sort__item {
    padding: 1.2rem 5.2rem 1.2rem 1.2rem;
    border-radius: 1rem;
    font-size: 2.8rem;
    margin-bottom: 2rem
  }
  .form-sort__item:not(:last-child) {
    margin-right: 2rem
  }
  .form-sort__img {
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 2rem;
    margin-right: 2rem
  }
  .form-checked {
    margin: 3rem 0 2.4rem;
    padding-top: 4rem
  }
  .form-checked__item {
    height: 5.8rem;
    padding: 0 5.6rem 0 2rem;
    border-radius: 1.4rem;
    margin-right: 1.4rem;
    margin-bottom: 1.4rem;
    font-size: 2.4rem
  }
  .form-checked__item span {
    right: 1rem;
    width: 4rem;
    height: 4rem;
    background-size: 2rem
  }
  .form-bottom {
    flex-direction: column-reverse
  }
  .form__more-btn {
    width: 4.4rem;
    height: 2.2rem;
    padding: .2rem;
    border-width: .24rem;
    border-radius: 1.6rem;
    margin-right: 1rem
  }
  .form__more-btn:before {
    padding: .2rem;
    width: 1.5rem;
    height: 1.5rem;
    border-width: .3rem
  }
  .form__more-text {
    font-size: 2.8rem
  }
  .form__save {
    margin: 0 0 6rem;
    font-size: 2.8rem
  }
  .form__save svg {
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 1rem
  }
  .form__reset {
    font-size: 2.8rem;
    margin: -2rem auto 5rem
  }
  .form__reset svg {
    width: 4.8rem;
    margin-right: 1.4rem
  }
  .form__button {
    min-width: auto;
    margin-bottom: 5rem
  }
  .form__privacy {
    font-size: 2rem
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/seo.css?17339128581214*/
.seo {
  margin-bottom: 11rem
}
.seo__title {
  margin-bottom: 3.5rem
}
.seo__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem
}
.seo__heading .seo__block {
  width: 80rem
}
.seo__content-title {
  margin-bottom: 2rem
}
.seo__content p:not(:last-child) {
  margin-bottom: 0
}
.seo__list {
  padding-left: 2.5rem;
  list-style-type: initial;
  margin-bottom: 1.7rem
}
.seo__img {
  width: 60rem;
  border-radius: 1.7rem;
  overflow: hidden
}
.seo__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width:48em) {
  .seo {
    margin-bottom: 8rem
  }
  .seo_no_title .seo__heading {
    flex-wrap: wrap;
    margin-bottom: 2.5rem
  }
  .seo_no_title .seo__img {
    height: 30rem;
    margin-top: 8rem
  }
  .seo__heading {
    flex-wrap: wrap-reverse;
    margin-bottom: 7.5rem
  }
  .seo__heading .seo__block {
    width: 100%
  }
  .seo__content {
    line-height: 1.21
  }
  .seo__content-title {
    margin-bottom: 3rem
  }
  .seo__list {
    padding-left: 7rem;
    margin: 3.1rem 0
  }
  .seo__list li::before {
    left: -5rem
  }
  .seo__img {
    width: 100%;
    height: 26rem;
    border-radius: 3.4rem;
    margin-bottom: 4.5rem
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/insurance-osago-modal.css?176165277217406*/
.modal__custom {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
}

.modal__custom.open {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__custom-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
}

.modal__custom-wrapper {
    width: 60rem;
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
    padding: 30px;
    background-color: #F4F4F4;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.modal__custom-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 15px;
}

.modal__custom-head-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.modal__custom-head-close {
    min-width: 25px;
    max-width: 25px;
}

.modal__custom-head-steps {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    column-gap: 2px;
}

.modal__custom-head-step {
    display: flex;
    width: 100%;
    height: 3px;
    background: #C8CCD4;
}

.modal__custom-head-step.active {
    background: #1E5D9D99;
}

.modal__custom-head-step.passed {
    background: #1E5D9D;
}

.modal__custom-steps {
    margin-top: 40px;
}

.modal__custom-step {
    display: none;
    width: 100%;
}

.modal__custom-step.active {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.modal__custom-step-label {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.modal__custom-step-label label {
    cursor: pointer;
}

.modal__custom-step-label label.checkbox-disabled {
    cursor: default;
}

.modal__custom-step-label-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #4D4D4D;
}

.modal__custom-step-inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.modal__custom-step-input {
    width: 100%;
}

.modal__custom-step-input.disabled {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed;
}

.modal__custom-step-input-w-50 {
    width: calc((100% - 10px)/2);
}

.modal__custom-step-input-checkbox-swipe {
    display: flex;
    align-items: center;
    gap: 10px;
}

.modal__custom-step-input-checkbox-swipe.checkbox-swipe-disabled {
    cursor: not-allowed;
}

.modal__custom-step-input-checkbox-swipe input {
    display: none;
}

.modal__custom-step-input-checkbox-swipe-wrapper {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 24px;
    background-color: #C8CCD4;
    border-radius: 87px;
    -webkit-border-radius: 87px;
    -moz-border-radius: 87px;
    -ms-border-radius: 87px;
    -o-border-radius: 87px;
    transition: background .3s ease-in-out;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    -ms-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
}

.modal__custom-step-input-checkbox-swipe-round_icon {
    display: block;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    -moz-transition: transform .3s ease-in-out;
    -ms-transition: transform .3s ease-in-out;
    -o-transition: transform .3s ease-in-out;
}

.modal__custom-step-input-checkbox-swipe-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #595959;
}

.modal__custom-step-input-checkbox-swipe-text-active {
    display: none;
}

input:checked~.modal__custom-step-input-checkbox-swipe-wrapper {
    background-color: #E1E5ED;
}

input:checked~.modal__custom-step-input-checkbox-swipe-wrapper .modal__custom-step-input-checkbox-swipe-round_icon {
    transform: translateX(16px);
    -webkit-transform: translateX(16px);
    -moz-transform: translateX(16px);
    -ms-transform: translateX(16px);
    -o-transform: translateX(16px);
}

input:checked~.modal__custom-step-input-checkbox-swipe-text .modal__custom-step-input-checkbox-swipe-text-active {
    display: block;
}

input:checked~.modal__custom-step-input-checkbox-swipe-text .modal__custom-step-input-checkbox-swipe-text-unactive {
    display: none;
}

.modal__custom-step-input-checkbox {
    display: block;
}

.modal__custom-step-input-checkbox input {
    display: none;
}

.modal__custom-step-input-checkbox-content {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.modal__custom-step-input-checkbox-content-consent {
    align-items: flex-start;
}

.modal__custom-step-input-checkbox-icon {
    display: flex;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border: 1px solid #1E5D9D;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.modal__custom-step-input.error .modal__custom-step-input-checkbox-icon {
    border-color: #f60000;
    box-shadow: 0px 0px 4px 1px rgba(246, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(246, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 4px 1px rgba(246, 0, 0, 0.5);
}

.modal__custom-step-input-checkbox-icon-consent {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
}

.checkbox-disabled .modal__custom-step-input-checkbox-icon {
    border-color: #C8CCD4;
}

.modal__custom-step-input-checkbox-icon svg {
    display: none;
}

.modal__custom-step-input-checkbox-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #4D4D4D;
}

.checkbox-disabled .modal__custom-step-input-checkbox-text {
    color: #C4C4C4;
}

.modal__custom-step-input-checkbox-text-consent {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #8a8a8a;
}

.modal__custom-step-input-checkbox-text-consent a {
    color: inherit;
    text-decoration: underline;
}

.modal__custom-step-input-text {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    padding: 18px 20px;
    border-radius: 16px;
    display: flex;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.modal__custom-step-input-text.text-disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.modal__custom-step-input-placeholder {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);

    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #6C6A77;
}

.modal__custom-step-input-placeholder-required {
    color: #D9012A;
}

.text-disabled .modal__custom-step-input-placeholder {
    color: #6C6A77;
}

.text-disabled .modal__custom-step-input-placeholder-required {
    color: #D9012A;
}

.modal__custom-step-input-text input,
.modal__custom-step-input-select input {
    position: relative;
    top: 7px;
    width: 100%;
    border: none;
    outline: unset;
    background: transparent;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.modal__custom-step-input-select input {
    padding-right: 20px;
}

.modal__custom-step-input.error .modal__custom-step-input-text,
.modal__custom-step-input.error .modal__custom-step-input-select {
    box-shadow: 0px 0px 4px 1px rgba(246, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(246, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 4px 1px rgba(246, 0, 0, 0.5);
}

input:checked~.modal__custom-step-input-checkbox-content .modal__custom-step-input-checkbox-icon {
    background-color: #1E5D9D;
}

.checkbox-disabled input:checked~.modal__custom-step-input-checkbox-content .modal__custom-step-input-checkbox-icon {
    background-color: #C8CCD4;
}

input:checked~.modal__custom-step-input-checkbox-content .modal__custom-step-input-checkbox-icon svg {
    display: block;
}

input.focused~.modal__custom-step-input-placeholder,
input.has-value~.modal__custom-step-input-placeholder {
    /* display: none; */
    top: 18px;
    font-size: 11px;
}

.modal__custom-step-info {
    display: flex;
    align-items: center;
    padding: 15px;
    column-gap: 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: #FFFFFF;
}

.modal__custom-step-info-icon {
    max-width: 24px;
    min-width: 24px;
}

.modal__custom-step-info-text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #6C6A77;
}

.modal__custom-step-info-text-important {
    font-weight: 600;
    color: #1E5D9D;
}

.modal__custom-step-prev-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
}

.modal__custom-step-button-prev {
    cursor: pointer;

    display: flex;
    align-items: center;
    column-gap: 5px;

    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #595959;
}

.modal__custom-step-prev-links {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.modal__custom-step-prev-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    background-color: #E6E6E6;
    color: #272727;
    transition: color .3s ease-in-out, background .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, background .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, background .3s ease-in-out;
    -o-transition: color .3s ease-in-out, background .3s ease-in-out;
}

.modal__custom-step-prev-link:hover {
    background-color: #1E5D9D;
    color: #FFFFFF;
}

.button.modal__custom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}

.modal__custom-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button .modal__custom-button-icon svg {
    width: 100%;
    display: block;
    margin: 0;
}

.modal__custom-step-button,
.modal__custom-step-button.button {
    cursor: pointer;
    height: auto;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.modal__custom-step-input-radios {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
}

.modal__custom-step-input-radio {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.modal__custom-step-input-radio input {
    display: none;
}

.modal__custom-step-input-radio-icon {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    position: relative;
    border: 1px solid #1E5D9D;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.modal__custom-step-input-radio-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #4D4D4D;
}

input:checked~.modal__custom-step-input-radio-icon {
    background-color: #1E5D9D;
}

input:checked~.modal__custom-step-input-radio-icon:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background-color: #fff;
}

.modal__custom-step-input-select {
    position: relative;
}

.modal__custom-step-input-select-preview {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    background: #FFFFFF;
    padding: 18px 20px;

    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.modal__custom-step-input-select-preview-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.modal__custom-step-input-select-values {
    display: none;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    max-height: 230px;
    top: calc(100% + 10px);
    left: 0;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 9%);
    background-color: #FFFFFF;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow-y: auto;
}

.modal__custom-step-input-select-value {
    cursor: pointer;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    background-color: #FFFFFF;
    color: #272727;
    transition: background-color .3 ease-in-out;
    -webkit-transition: background-color .3 ease-in-out;
    -moz-transition: background-color .3 ease-in-out;
    -ms-transition: background-color .3 ease-in-out;
    -o-transition: background-color .3 ease-in-out;
}

.modal__custom-step-input-select-value.hide {
    display: none;
}

.modal__custom-step-input-select-value:hover {
    background-color: #1E5D9D;
    color: #fff;
}

.opened+.modal__custom-step-input-select-values {
    display: block;
}

.additional-pt-10 {
    padding-top: 10px;
}

.modal_custom-add-driver {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 19px;
    border: 1px solid #1E5D9D;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    color: #1E5D9D;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    transition: .25s;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
}

.modal_custom-add-driver:hover {
    background-color: #1E5D9D;
    color: #fff;
}

.modal_custom-add-driver svg {
    stroke: #1E5D9D;
}

.modal_custom-add-driver:hover svg {
    stroke: #fff;
}

.modal_custom-add-driver-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__custom-driver {
    padding-bottom: 20px;
    position: relative;
}

.modal__custom-driver-remove {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 25px;
    min-height: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__custom-driver+.modal__custom-driver {
    padding-top: 20px;
    border-top: 1px solid #DCDCDC;
}

.modal__custom-driver+.modal__custom-driver .modal__custom-driver-remove {
    top: 20px;
}

.modal__custom-driver:last-child {
    border-bottom: 1px solid #DCDCDC;
}

.modal__custom-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 80px;
}

.modal__custom-success-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}

.modal__custom-success-title {
    display: block;
    margin-top: 16px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.modal__custom-success-desc {
    display: block;
    margin-top: 4px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    padding: 0 60px;
}
/* End */
/* /local/templates/main/assets/bx-styles/insurance.css?17611408392632 */
/* /local/templates/main/assets/bx-styles/our-advantages.css?16790397361343 */
/* /local/templates/main/assets/bx-styles/feedback.css?17500838762725 */
/* /local/templates/main/assets/bx-styles/form.css?17478378439035 */
/* /local/templates/main/assets/bx-styles/seo.css?17339128581214 */
/* /local/templates/main/assets/bx-styles/insurance-osago-modal.css?176165277217406 */
