.block-header {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
  padding-top: 1.5rem !important;
  background-image: url("../i/client/header-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.block-header h1.block-header__title {
  font-size: 2.875rem;
  line-height: 3.375rem;
}
.block-header h2.block-header__title {
  font-size: 2.5rem;
  line-height: 3.25rem;
}
.block-header_dark {
  background-color: #000000;
  color: #FFFFFF;
}
.block-header__title {
  line-height: normal;
}
@media (min-width: 1024px) {
  .block-header h1.block-header__title {
    font-size: 4rem;
    line-height: 5rem;
  }
  .block-header h2.block-header__title {
    font-size: 3rem;
    line-height: 4rem;
  }
  .block-header {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px) {
  .block-header {
    padding-top: 8.25rem;
    padding-bottom: 8.25rem;
  }
}
.block-header__line {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.block-header__image {
  height: auto;
  min-height: 389px;
  margin-bottom: 2rem;
  margin-left: calc(var(--brocar-gutter-x) * -0.5);
  width: calc(100% + var(--brocar-gutter-x));
}
.block-header__image picture {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.block-header__image picture > img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .block-header {
    padding-top: 1.5rem;
    background-image: url("../i/client/header-md-bg.png");
  }
  .block-header__content {
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
  }
  .block-header__line {
    max-width: 247px;
    margin-top: 1.5rem;
  }
  .block-header__content-wrapper {
    display: flex;
    flex-direction: row;
  }
  .block-header__application {
    margin-top: auto;
  }
  .block-header__image {
    z-index: -2;
    margin: -7.6rem -2.5rem 0 auto;
  }
}
@media (min-width: 1024px) {
  .block-header {
    padding-top: 1.5rem;
    background-image: url("../i/client/header-lg-bg.png");
  }
  .block-header__content {
    margin-right: 1.875rem;
    min-width: 448px;
  }
  .block-header__line {
    max-width: unset;
    margin-top: 2rem;
  }
  .block-header__image {
    z-index: 1;
    margin-top: 0;
    margin-right: 0;
    max-width: 450px;
  }
  .block-header__badges {
    --app-badges-pad: 0.5rem;
  }
}
@media (min-width: 1920px) {
  .block-header {
    padding-top: 1.5rem;
    background-image: url("../i/client/header-xl-bg.png");
  }
  .block-header__application {
    margin-top: 4rem;
  }
  .block-header__image {
    max-width: 540px;
  }
}
.block-header {
  background-image: url("../i/driver/header-bg.png");
}
.block-header__line {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .block-header {
    background-image: url("../i/driver/header-md-bg.png");
  }
  .block-header__line {
    max-width: unset;
    margin-top: 0.5rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .block-header {
    background-image: url("../i/driver/header-lg-bg.png");
  }
  .block-header__line {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1920px) {
  .block-header {
    background-image: url("../i/driver/header-xl-bg.png");
  }
  .block-header__title {
    padding-top: 5rem;
  }
  .block-header__content {
    max-width: 445px;
  }
  .block-header__image {
    max-width: 540px;
  }
  .block-header__line {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .block-header__application {
    max-width: 330px;
    margin-top: 0;
  }
}
.block-header__application {
  margin-top: auto !important;
  max-width: unset !important;
}

.block-benefits {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
  padding-bottom: 0;
  z-index: 1;
}
.block-benefits h1.block-benefits__title {
  font-size: 2.875rem;
  line-height: 3.375rem;
}
.block-benefits h2.block-benefits__title {
  font-size: 2.5rem;
  line-height: 3.25rem;
}
.block-benefits_dark {
  background-color: #000000;
  color: #FFFFFF;
}
.block-benefits__title {
  line-height: normal;
}
@media (min-width: 1024px) {
  .block-benefits h1.block-benefits__title {
    font-size: 4rem;
    line-height: 5rem;
  }
  .block-benefits h2.block-benefits__title {
    font-size: 3rem;
    line-height: 4rem;
  }
  .block-benefits {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px) {
  .block-benefits {
    padding-top: 8.25rem;
    padding-bottom: 8.25rem;
  }
}
.block-benefits__list {
  margin-top: 4rem;
}
.block-benefits__item {
  display: flex;
  flex-direction: column;
}
.block-benefits__item:not(:last-child) {
  margin-bottom: 3.5rem;
}
.block-benefits__item-icon {
  margin-bottom: 2rem;
  position: relative;
}
.block-benefits__item-icon::after {
  position: absolute;
  content: "";
  display: block;
  background: #FBBA00;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  top: -1.25rem;
  left: 1.25rem;
  z-index: -1;
}
.block-benefits__item-name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .block-benefits {
    padding-bottom: 7.5rem;
  }
  .block-benefits__item {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 3rem;
  }
  .block-benefits__item-icon {
    margin-right: 3.75rem;
    margin-bottom: 0;
  }
  .block-benefits__item-content {
    margin-top: -1.25rem;
  }
}
@media (min-width: 1024px) {
  .block-benefits {
    padding-bottom: 10rem;
  }
  .block-benefits__list {
    display: flex;
    flex-direction: row;
    gap: 1.6875rem;
    margin-top: 5.625rem;
  }
  .block-benefits__item {
    flex-direction: column;
    align-items: flex-start;
    max-width: 290px;
    margin-bottom: 0;
  }
  .block-benefits__item-content {
    margin-top: 2rem;
  }
}
@media (min-width: 1920px) {
  .block-benefits {
    padding-bottom: 13rem;
  }
  .block-benefits__list {
    gap: 1.875rem;
    margin-top: 5.75rem;
  }
  .block-benefits__item {
    max-width: 350px;
  }
  .block-benefits__item-description {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.block-benefits {
  padding-bottom: 7.5rem;
}

@media (min-width: 1920px) {
  .block-benefits {
    padding-bottom: 16.5rem;
  }
}
.block-steps {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
  background-image: url("../i/driver/steps-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-bottom: 4rem;
}
.block-steps h1.block-steps__title {
  font-size: 2.875rem;
  line-height: 3.375rem;
}
.block-steps h2.block-steps__title {
  font-size: 2.5rem;
  line-height: 3.25rem;
}
.block-steps_dark {
  background-color: #000000;
  color: #FFFFFF;
}
.block-steps__title {
  line-height: normal;
}
@media (min-width: 1024px) {
  .block-steps h1.block-steps__title {
    font-size: 4rem;
    line-height: 5rem;
  }
  .block-steps h2.block-steps__title {
    font-size: 3rem;
    line-height: 4rem;
  }
  .block-steps {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px) {
  .block-steps {
    padding-top: 8.25rem;
    padding-bottom: 8.25rem;
  }
}
.block-steps__list {
  margin-top: 4rem;
}
.block-steps__list-footer {
  color: #000000;
}
.block-steps__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 2rem;
}
.block-steps__item-number {
  width: 5rem;
  height: 5rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.2;
  margin-right: 0.5rem;
  color: #000000;
  background: #FFFFFF;
  flex-shrink: 0;
  text-align: center;
  border-bottom-right-radius: 1rem;
}
.block-steps__item-content {
  display: flex;
  flex-direction: column;
}
.block-steps__item-label {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .block-steps {
    background-color: #F0F0F0;
    background-image: unset;
    position: relative;
  }
  .block-steps::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 46%;
    height: 100%;
    content: "";
    background-image: url("../i/driver/steps-md-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #000000;
    border-bottom-right-radius: 80px;
  }
  .block-steps__content {
    display: flex;
    flex-direction: row;
    gap: 1.875rem;
  }
  .block-steps__title-wrapper {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .block-steps__list {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .block-steps__item-number {
    color: #FFFFFF;
    background: #000000;
  }
  .block-steps__item-label, .block-steps__item-text {
    color: #000000;
  }
}
@media (min-width: 1024px) {
  .block-steps::before {
    background-image: url("../i/driver/steps-lg-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
  }
  .block-steps__item {
    margin-bottom: 2.5rem;
  }
  .block-steps__title-wrapper {
    justify-content: flex-start;
  }
  .block-steps__title {
    max-width: 350px;
  }
}
@media (min-width: 1920px) {
  .block-steps::before {
    background-image: url("../i/driver/steps-xl-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
  }
  .block-steps__title-wrapper {
    justify-content: center;
  }
  .block-steps__title {
    max-width: unset;
  }
  .block-steps__content {
    gap: 7.8125rem;
  }
  .block-steps__item-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.block-priority {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top-left-radius: 3.5rem;
  background-image: url("../i/driver/priority-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.block-priority h1.block-priority__title {
  font-size: 2.875rem;
  line-height: 3.375rem;
}
.block-priority h2.block-priority__title {
  font-size: 2.5rem;
  line-height: 3.25rem;
}
.block-priority_dark {
  background-color: #000000;
  color: #FFFFFF;
}
.block-priority__title {
  line-height: normal;
}
@media (min-width: 1024px) {
  .block-priority h1.block-priority__title {
    font-size: 4rem;
    line-height: 5rem;
  }
  .block-priority h2.block-priority__title {
    font-size: 3rem;
    line-height: 4rem;
  }
  .block-priority {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1920px) {
  .block-priority {
    padding-top: 8.25rem;
    padding-bottom: 8.25rem;
  }
}
.block-priority__text {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.block-priority__image {
  margin-left: calc(var(--brocar-gutter-x) * -0.5);
  width: calc(100% + var(--brocar-gutter-x));
}
.block-priority__image picture {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.block-priority__image picture > img {
  width: 100%;
  height: auto;
}
.block-priority__button > .btn-secondary {
  background: #000000;
}

@media (min-width: 768px) {
  .block-priority {
    background: transparent;
    padding: 7.5rem 0 0;
  }
  .block-priority__content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    border-top-left-radius: 3.5rem;
    background: #000000;
  }
  .block-priority__content-wrapper {
    width: 328px;
    padding: 2.5rem 2rem 2.5rem 1rem;
  }
  .block-priority__controls-wrapper {
    padding: 4.4375rem 0.9375rem 3.875rem 1.125rem;
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
    border-top-left-radius: 3.5rem;
    flex: 1 0 50%;
    background-image: url("../i/driver/priority-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .block-priority__image {
    margin-bottom: 2.25rem;
  }
  .block-priority__button > .btn-secondary_outline {
    border-color: #000000;
  }
}
@media (min-width: 1024px) {
  .block-priority {
    padding-top: 5rem;
  }
  .block-priority__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .block-priority__content-wrapper {
    width: unset;
    flex: 1 0 50%;
    padding: 2.5rem 2rem 1.25rem 5rem;
  }
  .block-priority__controls-wrapper {
    flex: 0 1 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .block-priority__button {
    width: 290px;
  }
}
.block-priority {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.block-priority_dark .btn-secondary {
  border: 1px solid #FFFFFF;
}

@media (min-width: 768px) {
  .block-priority {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .block-priority_dark .btn-secondary {
    border: unset;
  }
}
@media (min-width: 1920px) {
  .block-priority {
    margin-top: 16.5rem;
    margin-bottom: 16.5rem;
  }
}

/*# sourceMappingURL=carrier.css.map */
