@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
body {
    font-family: "Montserrat", sans-serif;
    background-color: #11151e;
    position: relative;
    font-size: 16px;
}
p {
    line-height: 1.75;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Unbounded", sans-serif;
    line-height: 1.25;
}
* {
    box-sizing: border-box;
    outline: none;
}
label.error { 
    display: none!important;
}
.error {
    border-color: red!important;
}
.valid {
    border-color: green!important;
}
button, a {
    cursor: pointer;
    transition: .3s;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
p {
    margin-top: 0;
}
.flex {
    display: flex;
}
.row.flex::before, .row.flex::after {
    display: none;
}
.flex.center {
    align-items: center;
}
.box {
    margin-bottom: -30px;
}
.box > div {
    margin-bottom: 30px;
}
.container {
    width: 100%;
    max-width: 1216px;
}

.header_top {
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.4);
}

.header_contact {
    gap: 30px;
    display: flex;
    align-items: center;
}

.header_phone a {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    font-family: "Unbounded", sans-serif;
}

.header_phone p {
    margin: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding-top: 2px;
    font-family: "Unbounded", sans-serif;
    li\: 1;
    line-height: 1;
}

.recall {
    background: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    gap: 7px;
    border: 2px solid #fff;
    padding: 8px 14px;
    border-radius: 8px;
    transition: .3s;
    line-height: 1;
}

.recall img {
    transition: .3s;
}

.recall:hover {
    background-color: #fff;
    color: #333;
}

.recall:hover img {
    filter: brightness(0);
}

.header_controls {
    display: flex;
    align-items: center;
    gap: 70px;
}

.cabinet {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.cabinet:hover {
    text-decoration: underline;
}

.languages {
    display: flex;
    align-items: center;
    gap: 9px;
}

.languages a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
}

.languages .active a {
    background-color: rgba(255,255,255,.7);
    color: #4a4a57;
    text-decoration: none!important;
}

.languages a:hover {
    text-decoration: underline;
}

.header_bottom {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.logo img {
    max-width: 100%;
    height: auto;
}

.top_nav {
    display: flex;
    align-items: center;
    gap: 30px;
    font-family: "Unbounded", sans-serif;
}

.top_nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.top_nav a:hover {
    text-decoration: none;
}
.intro_section {overflow: hidden;}
.homepage {
    position: relative;
    background-image: url(../img/bg_top.svg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}
#video {
    border-radius: 8px;
    width: 100%;
    height: 670px;
    object-position: center;
    object-fit: cover;
}
.video_labels {
    display: flex;
    gap: 64px;
    margin-top: -62px;
    padding-left: 60px;
    align-items: flex-end;
    margin-left: 0;
    transition: .3s;
}

.video_label {
    position: relative;
}

.video_label div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0%, 84% 100%, 0% 100%);
}
.next_button {
    position: absolute;
    bottom: 88px;
    right: 70px;
    cursor: pointer;
    transition: .3s;
    z-index: 100;
}

.next_button:hover {
    transform: scale(.9);
}

.video_frames {
    position: relative;
}
.video_label:nth-child(2) {
    /* top: -9px; */
}
.order_button {
    padding: 165px 0;
}

.order_transfer_button {
    max-width: 820px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(17.5px);
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,.2);
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
}

.order_transfer_button div {
    display: flex;
    align-items: center;
    gap: 24px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.5;
    z-index: 10;
}

.order_transfer_button .transfer_gradient {
    display: block;
    position: absolute;
    width: calc(100% - 84px);
    height: 120px;
    background: linear-gradient(90deg, #DAA40B 0%, #AB321B 52.5%, #522466 100%);
    filter: blur(16px);
    border-radius: 24px;
    z-index: 0;
    top: -32px;
    right: 32px;
    z-index: -2;
    opacity: .7;
}

.progress_wrp {
    max-width: 1008px;
    margin: 0 auto;
    position: relative;
}

svg#progress_line {
    position: absolute;
    left: 35px;
    top: 221px;
    pointer-events: none;
    z-index: 0;
}

.progress_icn2 {
    position: absolute;
    /* opacity: 0; */
    top: 1190px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
}

.progress_icn3 {
    position: absolute;
    /* opacity: 0; */
    left: 50%;
    transform: translateX(-50%);
    top: 1847px;
}

.progress_icn4 {
    position: absolute;
    top: 2637px;
    left: 50%;
    transform: translateX(-50%);
}

.progress_wrp h2 {
    margin: 0;
    margin-bottom: 85px;
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}

h3.progress_item {
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 45px;
    gap: 32px;
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}

.progress_cover {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 120px;
}

.progress_benefits {
    display: flex;
    gap: 32px;
    padding-left: 85px;
    height: 160px;
    align-items: flex-start;
    margin-bottom: 252px;
    justify-content: center;
}

.progress_benefits > div {
    flex: 1;
    text-align: center;
    max-width: 240px;
}

.progress_benefits > div p {
    margin: 0;
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: normal;
}
.progress_steps {
    display: flex;
    flex-direction: column;
    gap: 212px;
}

.progress_step {
    display: flex;
    align-items: center;
    gap: 72px;
}

.progress_step_desc {
    flex: none;
}

.progress_step_desc h3 {
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.progress_step_desc p {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    line-height: 1.6;
    max-width: 405px;
}

.progress_step_img {
    width: 448px;
    height: 448px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.2);
    position: relative;
    z-index: 10;
}

.progress_step:nth-child(odd) .progress_step_img {
    order: 2;
}

.progress_step:nth-child(odd) {
    padding-left: 100px;
}
.progress_section {
    padding-bottom: 100px;
}
.cars_park_section {
    background-image: url(../img/bg_cars.jpg);
    padding-top: 320px;
    padding-bottom: 210px;
    background-size: cover;
    background-position: top center;
}
.cars_heading {
    padding-left: 100px;
    margin-bottom: 80px;
}
.heading h2 {
margin-top: 0;
margin-bottom: 30px;
font-size: 60px;
color: #fff;
line-height: 1.25;
font-weight: bold;
}
.heading p {
    margin: 0;
    color: #fff;
}
.cars_swiper .swiper-slide {
    width: 300px;
    transition: .3s;
    padding-left: 0;
}
.car_holder_img {
    transition: .3s;
    width: 298px;
    height: 298px;
    background-color: rgba(255,255,255,.2);
    border: 1px solid #969FAA;
    backdrop-filter: blur(17.5px);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(17.5px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.car_holder_img img {
    transition: .3s;
    width: 364px;
    opacity: .6;
}

@media screen and (min-width: 992px) {
    .cars_swiper .swiper-slide.swiper-slide-next {
        width: 490px;
        padding-left: 60px;
    }

    .cars_swiper .swiper-slide.swiper-slide-next .car_holder_img {
        border-radius: 50%;
        width: 384px;
        height: 384px;
        background-color: #DAA40B;
        border-color: transparent;
    }

    .cars_swiper .swiper-slide.swiper-slide-next .car_holder_img img {
        width: 590px;
        opacity: 1;
    }
    .cars_swiper .swiper-slide.swiper-slide-next .car_desc {
        opacity: 1;
    }
    .cars_swiper .swiper-slide.swiper-slide-next .car_ttle {
        font-size: 36px;
    }
}

.car_ttle {
    margin-top: 42px;
    color: #fff;
    font-family: 'Unbounded',sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.car_desc {
    transition: .3s;
    margin: 0;
    line-height: 1.2;
    font-size: 20px;
    color: #fff;
    opacity: 0;
}

.swiper_cars_controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    max-width: 85%;
}

.swiper-button-disabled {
    opacity: .4;
}

.swiper_cars_controls > div {
    transition: .3s;
    cursor: pointer;
}
.cars_swiper .swiper-slide:last-child {
    width: 70vw;
}
.cooperation_wrp {
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
}
.cooperation_section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.cooperation_section .heading {
    margin-bottom: 120px;
}
.cooperation_list {
    display: flex;
    flex-direction: column;
    gap: 120px;
    margin-bottom: 120px;
}

.cooperation_item {
    position: relative;
    padding-left: 105px;
}

.cooperation_item h3 {
    margin: 0;
    font-size: 36px;
    margin-bottom: 32px;
    color: #fff;
    font-weight: 500;
}

.cooperation_item p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px;
}

.cooperation_item a {
    font-size: 20px;
    color: #DAA40B;
    font-weight: bold;
}

.cooperation_item a:hover {
    text-decoration: none
}

.cooperation_item img {
    position: absolute;
    left: 24px;
    top: 0;
}

.drivers_card {
    position: relative;
    overflow: hidden;
    background-color: #283140;
    border-radius: 8px;
}

.drivers_card::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    background-image: url(../img/driver.png);
}

.drivers_card_text {
    padding: 80px 104px;
}

.drivers_card_text h3 {
    margin: 0;
    margin-bottom: 30px;
    color: #fff;
    font-size: 36px;
    font-weight: 500;
}

.drivers_card_text p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    max-width: 384px;
}

.drivers_card_footer {
    padding: 0 104px;
    display: flex;
    align-items: center;
    height: 135px;
    background-position: center;
    background-size: cover;
    background-image: url(../img/bg_link.svg);
}

.drivers_card_footer a {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.drivers_card_footer a:hover {
    text-decoration: none;
}
footer {
    padding-bottom: 60px;
}

.footer_flex {
    padding-top: 60px;
    border-top: 1px solid #3E4654;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 60px;
}

.footer_item {
    flex: 1;
}

.footer_nav {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.footer_nav a {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid;
    transition: .3s;
}

.footer_nav a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.footer_contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer_contact p {
    color: #fff;
    font-size: 20px;
}

.footer_contact_item p {
    margin: 0;
}

.footer_contact_item a {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid;
    transition: .3s;
}

.footer_contact_item a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.footer_phone p {
    margin: 0;
}

.footer_phone a {
    font-family: 'Unbounded',sans-serif;
    color: #fff;
    font-weight: 900;
    border: none!important;
    text-decoration: none;
    font-size: 20px;
}

.footer_soc {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer_soc img {
    transition: .3s;
}

.footer_soc a:hover imgq {
    opacity: .7;
}

.footer_last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0.5;
    gap: 30px;
    flex-wrap: wrap;
}

.footer_last .foott {
    margin: 0;
    color: #fff;
    font-size: 19px;
    flex: 1;
    text-decoration: none;
}

.footer_last a.foott {
    border-bottom: 1px solid;
    display: inline;
    transition: .3s;
}

.footer_last a.foott:hover {
    border-bottom-color: transparent;
    text-decoration: none;
}
.scrolling {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    color: black;
    left: 20px;
    bottom: 20px;
}
.video_label:nth-child(3) {
    top: -11px;
}

.modal-dialog {
    width: 100%;
    max-width: 1008px;
    overflow: auto;
    max-height: calc(100vh - 60px);
    border-radius: 8px;
    height: 100%;
    margin: 30px auto;
}

.modal-content {
    border: none;
    border-radius: 8px;
}

.modal_inner {
    position: relative;
    padding: 72px;
}

.close_mod {
    cursor: pointer;
    position: sticky;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 20px;
    height: 20px;
    top: 32px;
    margin-top: -22px;
    transform: translateX(30px);
}

.close_mod:hover {
    transform: translateX(30px) rotate(180deg);
}

.modal_title {
    margin: 0;
    font-size: 55px;
    margin-bottom: 60px;
    font-weight: bold;
    line-height: 1.1;
}

.modal_desc {
    font-size: 20px;
    margin-bottom: 55px;
}

.recall_form {
    display: flex;
    flex-wrap: wrap;
    gap: 52px 60px;
}

.input_el {
    width: calc(50% - 31px);
}

.input_el p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 600;
    color: #11161E;
}

.input_el input, .input_el select {
    width: 100%;
    height: 64px;
    border: 1px solid #969FAA;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 20px;
    color: #11161E;
}
.input_el select {
    -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url(../img/select.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
}

.recall_form .input_el.full {
    width: 100%;
}

.pressing_text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pressing_text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #3E4654;
}

.pressing_text p a {
    color: #522466;
}

.pressing_text p a:hover {
    text-decoration: none;
}

.pressing_text {/* Attention */
    

/* Auto layout */
    padding: 24px;
    

/* Gray */
    border: 1px solid #E7E8F0;
    border-radius: 8px;

/* Inside auto layout */
    width: 100%;
}

.form_footer_controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 47px;
}

.send_form {
    height: 65px;
    background-color: #522466;
    border: none;
    border-radius: 8px;
    font-family: 'Unbounded',sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 100%;
    transition: .3s;
}

.form_footer_controls > div {
    flex: 1;
}

.form_footer_controls img {
    max-width: 100%;
}

.send_form:hover {
    background-color: #DAA40B;
}

.preloader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 10px;
}

.lds-ring {
    /* change color here */
    color: #1c4c5b
  }
  .lds-ring,
  .lds-ring div {
    box-sizing: border-box;
  }
  .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .inner_page .header_top {position: relative;border: none;}
  .inner_page .header_top::before {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    width: calc(100% + 60px);
    background: linear-gradient(90deg, #DAA40B 0%, #AB321B 52.5%, #522466 100%);
    border: none;
    top: 0;
    height: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: -1;
  }
.inner_page header {
    overflow: hidden;
    position: relative;
}
.logo {
    display: flex;
    align-items: center;
}

.top_nav a {
    display: flex;
    align-items: center;
    height: 105px;
    position: relative;
    transition: .3s;
}

.top_nav a::after {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    bottom: 0;
    border-radius: 10px;
    height: 5px;
    transition: .3s;
    background: white;
    width: calc(100% - 4px);
    opacity: 0;
}

.top_nav a:hover::after {
    opacity: 1;
}

.top_nav .active a::after {
    opacity: 1;
}

.top_nav .active a::after {
    opacity: 1;
}
.cars_section {
    padding-top: 80px;
}
.disc_img {
    max-width: 100%;
    display: block;
    height: auto;
    position: sticky;
    top: 20px;
}
.inner_page header::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    width: 100%;
    max-width: 1216px;
    height: 1px;
    background: white;
    opacity: .4;
    transform: translateX(-50%);
    bottom: 0;
}
.cars_section h1 {
    margin-top: 0;
    margin-bottom: 80px;
    font-size: 60px;
    font-weight: bold;
    color: white;
}
.cars_section .after_h1 {
    margin: 0;
    color: white;
    margin-bottom: 80px;
    font-size: 20px;
}
.tarif_label_text {
    padding: 20px 32px;
    font-size: 24px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-family: "Unbounded", sans-serif;
    display: inline-block;
}
.tarif_label_text::before {
    content: '';
    display: block;
    position: absolute;
/* Ative */

/* Auto layout */
    background: linear-gradient(180deg, #3E4654 0%, #11161E 100%);
    border-radius: 8px 8px 0px 0px;

/* Inside auto layout */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    opacity: 0;
}
.tarif_label_text span {
    position: relative;
    border-bottom: 2px dashed white;
    top: 2px;
    transition: .3s;
}
.tarif_label_text {

}
.swiper-slide-active .tarif_label_text span {
    border-bottom-color: transparent;
}

.swiper-slide-active .tarif_label_text::before {
    opacity: 1;
}

.cars_labels_swiper::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
/* Mask */
    width: 78px;
    background: linear-gradient(90deg, #11161E 0%, rgba(17, 22, 30, 0) 100%);

/* Inside auto layout */
    z-index: 4;
}

.cars_labels_swiper::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
/* Mask */
    background: linear-gradient(90deg, rgba(17, 22, 30, 0) 0%, #11161E 100%);

/* Inside auto layout */
    width: 78px;
    z-index: 10;
    pointer-events: none;
}
.cars_info_swiper {
    margin-top: 80px;
}
.car_bullets {flex: 1;display: flex;flex-direction: column;gap: 15px;}
.car_bullets li::before {
    content: '';
    background-image: url(../img/tarif_bullet.svg);
    width: 16px;
    height: 26px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.car_included {
    background-image: url(../img/car_included.svg);
    background-repeat: no-repeat;
    flex: 1;
    padding: 36px;
    padding-left: 108px;
    color: #fff;
    font-size: 19px;
    line-height: 1.4;
    border: 1px solid #DAA40B;
    border-radius: 8px;
    background-position: 39px 40px;
}
.car_tarif {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 32px;
}

.car_flex_info {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(255,255,255,.4);
}

.car_bullets li {
    position: relative;
    color: #fff;
    font-size: 20px;
    padding-left: 32px;
    line-height: 1.3;
}
.order_tranfser_section {
    padding: 80px 0;
}

.order_transfer_button_round {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(17.5px);
    border-radius: 50%;
    width: 176px;
    height: 176px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.2);
}

.order_transfer_button_round p {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.3;
    position: relative;
    z-index: 10;
}

.order_tranfer_light {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 15.38%;
    right: 0%;
    top: 15.38%;
    bottom: 0%;
    background: radial-gradient(50% 50% at 50% 50%, #DAA40B 0%, #AB321B 100%);
    filter: blur(16px);
    border-radius: 999px;
    opacity: 0.9;
}

.order_desc {
    color: #fff;
    margin: 0;
    /* max-width: 670px; */
    font-size: 20px;
    padding-top: 7px;
}

.cooperation_page_section {
    padding-top: 80px;
    padding-bottom: 120px;
}

.cooperation_flex {
    display: flex;
    gap: 100px;
}

.cooperation_left {
    width: 312px;
    flex: none;
}

.cooperation_right {
    flex: 1;
}

.cooperation_tabs li {
    border-bottom: 1px dashed #969FAA;
    padding: 24px 0;
    padding-left: 72px;
    padding-right: 32px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    line-height: 180%;
    position: relative;
}

.cooperation_tabs li::before {
    content: '';
    display: block;
    opacity: 0;
    width: 54px;
    height: 4px;
    background: white;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 39px;
    transition: .3s;
}

.cooperation_tabs li.active::before {
    opacity: 1;
}
.cooperation_tab {
    display: none;
}

.cooperation_tab.active {
    display: block;
}

.cooperation_tab h2 {
    margin: 0;
    margin-bottom: 80px;
    color: #fff;
    font-family: 'Unbounded',sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}

.cooperation_tab .after_h2 {
    margin-bottom: 80px;
    color: #fff;
    font-size: 20px;
    line-height: 180%;
}

blockquote {
    font-family: 'Unbounded',sans-serif;
    border: none;
    padding: 0;
    margin-bottom: 80px;
    font-weight: bold;
    color: #fff;
    line-height: 160%;
    font-size: 23px;
    position: relative;
    padding-left: 40px;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
}

blockquote::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 8px;
    border-radius: 4px;
    background-color: #DAA40B;
}

.benefits_wrp {
    margin-left: -412px;
    position: relative;
    padding: 100px;
    padding-left: 412px;
    background-size: cover;
    padding-right: 135px;
    background-image: url(../img/benefits_bg.jpg);
    background-position: left center;
    border-radius: 10px;
}

.benefits_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.benefits_list li {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 180%;
    padding-left: 44px;
    position: relative;
}

.benefits_list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-image: url(../img/benefits_bullet.svg);
    width: 16px;
    height: 26px;
    top: 2px;
}
.cooperation_footer_part {
    margin-left: -412px;
    margin-top: 80px;
    display: flex;
    gap: 100px;
}

.cooperation_order {
    width: 312px;
    flex: none;
}

.cooperation_order_desc {
    flex: 1;
    padding-top: 20px;
}

.cooperation_order_desc p {
    color: #fff;
    margin: 0;
    font-size: 20px;
    line-height: 180%;
}
.cooperation_order_desc p a {text-decoration: none;color: #fff;font-weight: 600;transition: .3s;border-bottom: 1px solid;text-decoration: none!important;}
.cooperation_order_desc p a:hover {
    text-decoration: none;
}
.cooperation_tab > img {
    max-width: 100%;
    height: auto;
    margin-bottom: 80px;
    display: block;
    border-radius: 8px;
}
.colleagues_img {
    height: 435px;
    border-radius: 9px;
    background-position: top center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 50px 60px;
}

.colleagues_img p {
    padding-left: 72px;
    margin: 0;
    color: #fff;
    position: relative;
    max-width: 380px;
    font-size: 24px;
    color: #fff;
    font-family: 'Unbounded',sans-serif;
    line-height: 1.4;
}
.colleagues_img p img {
    position: absolute;
    left: 0;
    top: 0;
}

.colleagues_img p a {
    color: #DAA40B;
    text-decoration: none;
    border-bottom: 1px solid;
}

.colleagues_img p a:hover {
    text-decoration: none;
}

.hh_wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 8px;
/* Button */

/* Auto layout */
    background: radial-gradient(60.92% 256.13% at 33.44% -50.28%, #FA4927 0%, #AB321B 75.5%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    

/* Inside auto layout */
    padding: 40px 20px;
    gap: 24px;
}

.hh_wrp img {
    max-width: 100%;
    height: auto;
}

.hh_wrp p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}

.hh_wrp p a {
    color: inherit;
    text-decoration: underline;
}

.hh_wrp p a:hover {
    text-decoration: none;
}

.cities_wrp {width: 100%;}

.city_card_wrp {
    display: flex;
    flex-wrap: wrap;
    gap: 52px 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E7E8F0;
    margin-bottom: 30px;
}

.city_flex_el {
    width: calc(50% - 31px);
}

.city_flex_el.full {
    width: 100%;
}

.city_card_heading {
    margin-bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.city_card_heading h3 {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
    font-family: 'Unbounded',sans-serif;
}

.remove_city {
    cursor: pointer;
    display: inline-flex;
    gap: 12px;
    color: #AB321B;
}

.remove_city span {
    border-bottom: 1px dashed;
    display: block;
    line-height: 1.4;
}

.city_flex_el .input_el {
    width: 100%;
}

.cities_wrp {
    padding-top: 40px;
    border-top: 1px solid #E7E8F0;
}

.add_city {
    margin-bottom: -20px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #3E4654;
    cursor: pointer;
    font-weight: 600;
}

.add_city span {
    display: block;
    line-height: 1.3;
    border-bottom: 1px dashed;
    transition: .3s;
}

.add_city:hover span {
    border-bottom-color: transparent;
}

.remove_city:hover span {
    border-bottom-color: transparent;
}
.delete_img {
    background-image: url(../img/upload_delete.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    transform: translate(-50%,-50%);
    transition: .3s;
    opacity: 0;
    cursor: pointer;
}
.car_photos_wrp {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.car_photo_preview {
    width: 80px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #f2f2f2;
    border-radius: 8px;
    overflow: hidden;
}

.car_photo_preview:hover .delete_img {
    opacity: 1;
}

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

.car_add {
    border-radius: 8px;
    border: 1px solid #969FAA;
    width: 80px;
    cursor: pointer;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.car_add input {
    position: absolute;
    border: none;
    left: 0;
    top: 0;
    width: 100%;
    cursor: pointer;
    height: 100%;
    opacity: 0;
}
.order_desc a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}
.order_desc a:hover {
    text-decoration: none;
}
.order_tranfser_section.centered .row {
    align-items: center;
}
.faq_item {border-bottom: 1px solid #3E4654;cursor: pointer;position: relative;transition: .3s;border-radius: 8px;padding: 40px 72px;padding-right: 32px;}
.faq_item::before {
    content: '';
    background-image: url(../img/faq_ar.svg);
    width: 24px;
    height: 24px;
    transition: .3s;
    display: block;
    position: absolute;
    top: 45px;
    filter: brightness(0) invert(1);
    left: 27px;
}
.faq_item.active::before {
    transform: rotate(90deg);
    filter: none;
}
.faq_item:last-child {
    border-bottom: none;
}

.faq_question {
    color: #fff;
    font-size: 24px;
    font-family: 'Unbounded',sans-serif;
    line-height: 1.5;
    transition: .3s;
}

.faq_answer {
    font-size: 20px;
    padding-top: 24px;
    margin: 0;
    color: #fff;
    line-height: 1.5;
    display: none;
}

.faq_item.active .faq_question {
    color: #DAA40B;
    font-weight: 500;
}
.map_section {
    margin-top: 80px;
}

.map_section iframe {
    width: 100%;
    height: 520px;
    border-radius: 12px;
    overflow: hidden;
}

.contact_info_flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact_info_item {
    flex: 1;
}

.contact_lbl {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Unbounded',sans-serif;
}

.contact_info_items {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
}

.contact_info_items a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

.contact_info_items a:hover {
    text-decoration: underline;
}
.benefits_wrp h3 {
    margin-top: 0;
    color: #fff;
    margin-bottom: 30px;
    font-size: 34px;
}
.about_words, .about_logo {
    max-width: 100%;
    height: auto;
    display: block;
}
.cooperation_order_desc .after_h2:last-child {
    margin-bottom: 0;
}
.team_item {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #3E4654;
    display: flex;
    gap: 48px;
}

.team_item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.team_img {
    background-position: top center;
    background-size: cover;
    border-radius: 8px;
    width: 180px;
    height: 230px;
    flex: none;
}

.team_desc {
    flex: none;
    width: calc(100% - 230px);
}

.team_desc h3 {
    margin-top: 0;
    color: #fff;
    font-size: 24px;
}

.team_desc p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}

.team_desc span {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 160%;
}
.cooperation_footer_part.negative_top {
    margin-top: -180px;
}
blockquote.red::before {
    background-color: #AB321B;
}

blockquote.red a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid;
    transition: .3s;
}

blockquote.red a:hover {
    text-decoration: none;
}

.vacancy_hh_block {
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 46px 30px;
}

.vacancy_hh_block p a {
    color: #FF4A42;
}
.document_list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    counter-reset: doc;
}

.document_list .doc_line {
    margin: 45px 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #969FAA;
}

.document_list a {
    font-size: 20px;
    color: #DAA40B;
    line-height: 1.4;
    position: relative;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid;
    display: inline;
    transition: .3s;
}

.document_list li::before {
    content: counter(doc) ".";
    position: absolute;
    text-decoration: none;
    display: block;
    color: #fff;
    left: 0;
    top: 6px;
}
.content h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 60px;
}
.selector_tab_it {
    display: none;
}
.selector_tab_it.active {
    display: block;
}
h3.label_search {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.1;
}

.selector_tabs {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding-left: 10px;
}

.selector_tab {
    padding: 12px 16px;
    border: 1px solid #969FAA;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: .3s;
    cursor: pointer;
    border-color: transparent;
}

.selector_tab span {
    color: #522466;
    border-bottom: 1px dashed;
    transition: .3s;
}

.selector_tab.active {
    border-color: #969FAA;
}

.selector_tab.active span {
    border-color: transparent;
    color: #11161E;
}

.search_section_top {
    padding-top: 80px;
    padding-bottom: 100px;
}

.search_result_filter {
    display: flex;
    flex-direction: column;
}

.search_result_filter_item {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    align-items: self-end;
}

.search_result_filter_item > h3 {
    color: #fff;
    margin: 0;
    margin-bottom: 34px;
}

.search_result_filter_item .input_el {
    width: calc(33.333% - 20px);
}

.search_result_filter_item .input_el p {
    color: #fff;
    margin-bottom: 11px;
}

.search_result_filter_item .input_el input, .search_result_filter_item .input_el select {
    background-color: transparent;
    border-color: #969FAA;
    color: #fff;
}

.search_result_filter_item .input_el ::placeholder {
    color: #fff;
}

.search_result_filter_item .input_el select option {
    color: black;
}

.search_result_filter_item .selector_tab span {
    color: #DAA40B;
}

.search_result_filter_item .selector_tab.active span {
    color: white;
}

.swap_wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: -36px;
    max-width: 845px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}

.swap_wrp img {
    cursor: pointer;
}

.swap_wrp::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3E4654;
}

.swap_wrp .swap_icn {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background-color: #11151e;
    cursor: pointer;
}

.advanced_filter_info {
    margin-top: 70px;
    display: flex;
    gap: 30px;
}

.road_back {width: calc(33.333% - 20px);height: 100px;background-color: #283140;border-radius: 8px;display: flex;align-items: center;justify-content: center;cursor: pointer;}

.rent_driver {
    flex: 1;
    display: flex;
    align-items: center;
    background-position: top left;
    background-size: auto 100%;
    background-color: #283140;
    border-radius: 8px;
    padding-left: 310px;
    background-image: url(../img/driver_img1.png);
    background-repeat: no-repeat;
}

.road_back p {
    margin: 0;
    color: #fff;
    position: relative;
    font-size: 19px;
    font-weight: bold;
    padding-left: 32px;
    line-height: 1;
}

.road_back p::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    background-color: #fff;
}

.road_back p.active::before {
    background-repeat: no-repeat;
    background-position: center;
    background-color:#DAA40B;
    background-image: url(../img/check.svg);
}

.rent_driver p {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.rent_driver p a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

.rent_driver p a:hover {
    text-decoration: underline;
}
.rent_driver span {
    font-weight: normal;
}
.search_result_item {
    padding-bottom: 48px;
    margin-bottom: 40px;
    border-bottom: 1px solid #3E4654;
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.search_result_item:last-child {
    margin-bottom: 80px;
    padding-bottom: 0;
    border-bottom: none;
}

.search_result_img {
    border-radius: 8px;
    width: 180px;
    min-height: 120px;
}

.search_result_img img {
    max-width: 100%;
    height: auto;
}

.search_result_desc {
    flex: 1;
}

.search_result_desc a {
    font-size: 22px;
    color: #DAA40B;
    font-weight: bold;
    font-family: 'Unbounded',sans-serif;
    display: inline-block;
    margin-bottom: 10px;
}

.search_result_desc p {
    margin: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 180%;
    max-width: 620px;
}

.search_result_desc a:hover {
    text-decoration: none;
}

.search_result_desc a:hover {
    text-decoration: none;
}

.search_result_price {
    flex: none;
    white-space: nowrap;
}

.search_result_price p {
    margin: 0;
    color: #fff;
    font-family: 'Unbounded',sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../img/calendar.svg) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}
.search_result_detail_section {
    padding: 80px 0;
}

.go_back {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    color: #DAA40B;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.go_back span {
    border-bottom: 1px dashed;
    transition: .3s;
}

.go_back span:hover {
    border-bottom-color: transparent;
}

.detail_top_part {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}
.detail_parameters {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detail_parameters li {
    display: flex;
    gap: 12px;
    color: #fff;
}

.detail_parameters li span:nth-child(1) {
    text-align: right;
    display: block;
    width: 92px;
    opacity: .7;
}

.packet_selected {
    position: relative;
    padding: 42px 44px;
    padding-left: 244px;
    background-color: #522466;
    border-radius: 8px;
}

.packet_selected img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    left: 32px;
}

.packet_selected p {
    font-size: 24px;
    color: #fff;
    font-family: 'Unbounded',sans-serif;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.3;
}

.packet_selected span {
    display: block;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.time_specify_wrp {
    border-radius: 8px;
    background-color: #283140;
    margin: 64px 0;
    padding: 72px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.time_specify_slot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 100px;
}

.time_specify_slot input, .time_specify_slot select {
    background-color: transparent;
    color: #fff;
}

.time_selector_wrp {
    display: flex;
    align-items: center;
    gap: 12px;
}

.time_selector_wrp select {
    width: 100px;
}

.time_specify_slot > div {
    width: auto;
}

.time_specify_slot .input_el {
    width: 230px;
}

.time_specify_slot .input_el:nth-child(1) {
    flex: 1;
}

.time_specify_slot .input_el > p {
    color: #fff;
}

.desc_text_slot {
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 14px;
    color: #969FAA;
    font-weight: bold;
    margin-bottom: -10px;
}

.passengers_info_wrp {
    margin-bottom: 64px;
    padding-bottom: 60px;
    border-bottom: 1px solid #969FAA;
}

.passengers_info_wrp > h3 {
    margin: 0;
    width: 100%;
    margin-bottom: 40px;
    color: #fff;
    font-family: 'Unbounded',sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.tooltip_wrp {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Montserrat',sans-serif;
    background-image: url(../img/info.svg);
    top: -3px;
    margin-left: 3px;
}

.tooltip_wrp span {
    position: absolute;
    max-width: 314px;
    padding: 16px 24px;
    border-radius: 8px;
    background-color: #fff;
    white-space: nowrap;
    color: #11161E;
    font-size: 14px;
    font-weight: normal;
    top: -60px;
    left: 20px;
    pointer-events: none;
    transition: .3s;
    opacity: 0;
}

.tooltip_wrp:hover span {
    opacity: 1;
}
.passengers_flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 55px;
    border-bottom: 1px solid #969FAA;
}

.passengers_flex > div {
    flex: 1;
}

.passengers_flex .input_el > p {
    color: #fff;
}

.passengers_flex .input_el input, .passengers_flex .input_el select {
    background-color: transparent;
    color: #fff;
}

.passengers_flex .input_el ::placeholder {
    color: rgba(255,255,255,.4);
}

.passengers_flex > div.passenger_new_top {
    flex: none;
    width: 100%;
    padding-bottom: 9px;
}

.passengers_other .passengers_flex {
    border: none;
    margin-bottom: 0;
}

.passenger_new_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.passenger_new_top h3 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-family: 'Unbounded',sans-serif;
}

.remove_passenger {
    color: #969FAA;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.remove_passenger span {
    border-bottom: 1px dashed;
    transition: .3s;
}

.remove_passenger:hover span {
    border-bottom-color: transparent;
}

.add_passenger {}
.add_passenger {
    display: inline-flex;
    margin: 0;
    color: #DAA40B;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.add_passenger span {
    border-bottom: 1px dashed;
    transition: .3s;
}

.add_passenger span:hover {
    border-bottom-color: transparent;
}

.extra_info_wrp {
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 30px;
}

.extra_info_wrp .input_el {width: calc(33.333% - 22px);}

.extra_info_wrp h3 {
    width: 100%;
    flex: none;
    color: #fff;
    font-size: 24px;
    margin-bottom: 40px;
    font-family: 'Unbounded',sans-serif;
    margin: 0;
}

.extra_controls {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 80px;
}

.extra_info_wrp .input_el.full {
    width: 100%;
}

.checkbox {
    display: flex;
    color: #fff;
    padding-left: 32px;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    gap: 10px;
}

.checkbox::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #fff;
}

.checkbox.checked::before {
    background-color: #DAA40B;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/check.svg);
}

.extra_info_wrp .input_el > p {
    color: #fff;
}

.extra_info_wrp .input_el input, .extra_info_wrp .input_el select {
    background-color: transparent;
    color: #fff;
}

.extra_info_wrp .input_el p > span {
    margin-left: 9px;
}

.input_el textarea {
    width: 100%;
    height: 100px;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #969FAA;
    resize: none;
    padding: 14px 20px;
}

.search_result_footer {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.search_result_footer .pressing_text {
    max-width: 586px;
    color: #fff;
    width: 100%;
    padding: 22px;
}

.search_result_footer .pressing_text p {
    color: #fff;
}

.search_result_footer .pressing_text p a {
    color: #fff;
}

.form_last_info {
    display: flex;
    align-items: center;
    gap: 80px;
}

.total_price span {
    display: block;
    font-size: 20px;
    color: #969FAA;
    font-weight: bold;
    margin-bottom: 5px;
}

.total_price p {
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-family: 'Unbounded',sans-serif;
    font-weight: bold;
    line-height: 1.2;
    white-space: nowrap;
}

.form_last_info .send_form {
    padding: 21px 30px;
    font-weight: bold;
}
.nice-select::after {
    background-image: url(../img/select.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    transform: none!important;
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    opacity: 1;
    margin: 0;
    top: calc(50% - 12px);
    left: inherit;
    right: 15px;
    z-index: 100;
    background-color: transparent;
}
.nice-select {
    width: 100%;
    height: 64px;
    border: 1px solid #969FAA;
    border-radius: 8px;
    font-size: 20px;
    color: #11161E;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px;
    background-color: transparent;
}
.nice-select .list {
    width: 100%;
    z-index: 1000;
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.4;
    left: -1px;
    width: calc(100% + 2px);
}

.nice-select .list li {
    line-height: 1.2;
    min-height: 1px;
    padding: 8px 20px;
}
.search_result_filter_item .input_el .nice-select {
    color: #fff;
}

.nice-select .list li {
    color: black;
}
.time_selector_wrp .nice-select {
    color: #fff;
}

.extra_info_wrp .input_el .nice-select {
    color: #fff;
}
.document_list li {
    position: relative;
    padding-left: 24px;
    counter-increment: doc;
}
.document_list li.divider_li {
    padding: 0;
}

.document_list li.divider_li::before {
    display: none;
}
.footer_last > div {
    flex: 1;
}
blockquote.red a:hover {
    border-bottom-color: transparent;
}
.document_list a:hover {
    border-bottom-color: transparent;
}
.cooperation_order_desc p a:hover {
    border-bottom-color: transparent;
}
.colleagues_img p a:hover {
    border-bottom-color: transparent;
}
.cooperation_div {
    padding: 64px;
    border: 1px solid #3E4654;
    border-radius: 8px;
}
.cooperation_div h3 {
    margin: 0;
    font-weight: 500;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.cooperation_div p {
    margin-bottom: 45px;
}
.cooperation_div img {
    max-width: 100%;
    height: auto;
}


.nice-select .list::-webkit-scrollbar {
    width: 0
}

.nice-select .list {
    margin-top: 5px;
    top: 100%;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    max-height: 210px;
    overflow-y: scroll;
    padding: 52px 0 0
}

.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 53px;
    line-height: 22px
}

.nice-select.has-multiple span.current {
    border: 1px solid #CCC;
    background: #EEE;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px
}

.nice-select.has-multiple .multiple-options {
    display: block;
    line-height: 37px;
    margin-left: 30px;
    padding: 0
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #FFF;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%!important;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0!important
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10000;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}
.car_included p {
    margin: 0;
}

.mobile_header_wrp {
    display: none;
}
.onlymob {
    display: none;
}
#progress_line2 {
    display: none;
}





.modal-dialog::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .modal-dialog::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.4);
    border-radius: 8px;
  }
  .modal-dialog::-webkit-scrollbar-track {
    background-color: #11161E;
    border: 2px solid #11161E;
    border-radius: 8px;
  }
  .modal-dialog::-webkit-scrollbar-button {
    background-color: rgba(255,255,255,.4);
    border-radius: 8px;
    width: 6px;
  }