p.input_advice {
    position: relative;
    bottom: 10px;
    margin-top: 10px;
}

div#webmoney {
    display: none !important;
}
.qua_blog_post_content .d-none {
    display: none !important;
}

.finish-dot__input {
    width: 20px;
    height: 20px;
    margin-right: 5px !important;
}

.finish-dot__label {
    margin-bottom: 0;
    margin-left: 10px;
}

.finish-dot__label:hover {
    cursor: pointer;
}

.finish-dot {
    display: none;
    align-items: center;
    justify-content: flex-start;
}

.border-danger {
    border: 2px solid red !important;
    border-radius: 5px;
}

.step-2>button {
    margin-bottom: 10px;
}

.step-3 {
    margin-bottom: 5px;
}

.step-4 {
    position: relative;
    overflow: hidden;
}

.custom_select li::after {
    display: block;
    margin: 0;
    border: 1px solid;
    width: 15px;
    text-align: center;
    border-radius: 50%;
    height: 15px;
    line-height: 12px;
    content: '';
    font-size: 30px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(0, -50%);
}

li.selected::after {
    content: '\2022';
}

/*li.selected::before {*/
/*    display: block;*/
/*    content: '';*/
/*    background-color: rgba(0, 0, 0, .2);*/
/*    width: calc(100% + 32px);*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

#add_service label::after {
    display: block;
    margin: 0;
    border: 1px solid;
    width: 15px;
    text-align: center;
    border-radius: 50%;
    height: 15px;
    line-height: 12px;
    content: '';
    font-size: 30px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(0, -50%);
}

#add_service input:checked+label::after {
    content: '\2022';
}

.custom_select li {
    position: relative;
    max-width: calc(100% - 30px);
}

.custom_select_fast,
.custom_select_long {
    display: flex;
    flex-direction: column;
}
.step-2 p {
    line-height: normal;
    text-align: left;
}

.label.label-danger {
    overflow-wrap: break-word;
    white-space: break-spaces;
}

#current_service {
    text-align: left;
}

.input__wrap li:not(.selected):hover {
    background-color: rgba(0, 0, 0, .05);
}

.text-notify {
    margin-bottom: 15px !important;
}

.adults__inner {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

#adults h4 {
    width: auto;
    margin: 0 10px 0 0;
}

#adults input[type='number'] {
    margin: 0 5px;
    border: none;
    box-shadow: none;
    width: 32px;
    padding: 0;
    text-align: center;
}

#adults input[type='button'] {
    padding: 5px 10px;
    border-radius: 50%;
    margin: 0;
    outline: none;
    width: 30px;
    font-size: 22px;
}

#use_point {
    position: absolute;
    z-index: 1000;
    transition: all .6s;
    top: 5px;
    left: 5px;
    display: flex;
    flex-direction: column;
}

#use_point.hidden-map-nav {
    left: -1000%;
}

#use_point div {
    position: relative;
}

#use_point div:before {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 20px;
    height: 20px;
    background-size: cover !important;
    content: '';
    transform: translate(0, -50%);
}

#use_point div:first-child:before {
    background: url("../img/icons/location.svg");
}

#use_point div:last-child:before {
    width: 15px;
    height: 15px;
    background: url("../img/icons/close.svg");
}

#use_point input {
    margin: 5px 0;
    padding-left: 30px;
    width: 100%;
    box-shadow: 0px 0px 4px 1px #000;
}

#map_navigation {
    position: relative;
    justify-content: space-evenly;
    width: 100%;
    display: flex;
    transition: all .6s;
    right: 0;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

#map_navigation.hidden-map-nav {
    right: -100%;
    display: none;
}

#map_navigation div {
    position: relative;
}

#map_navigation div:before {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 20px;
    height: 20px;
    background-size: cover !important;
    content: '';
    transform: translate(0, -50%);
}

#map_navigation div:first-child:before {
    background: url("../img/icons/compass.svg") no-repeat;
}

#map_navigation div:last-child:before {
    background: url("../img/icons/location.svg") no-repeat;
}

#map_navigation input {
    margin: 5px 0;
    width: auto;
    box-shadow: 0px 0px 4px 1px #000;
}

#map_navigation input:first-child {
    padding-left: 30px;
}

.input__wrap {
    max-width: 700px;
    margin: 0 auto;
}

.input__wrap input[type='text'],
.input__wrap input[type='number'],
.input__wrap input[type='datetime-local'],
.input__wrap textarea,
.input__wrap select {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 16px;
    height: 40px;
    font-weight: normal;
    line-height: 1.42857;
    padding: 6px 20px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    margin-bottom: 10px;
    outline: none;
}

.input__wrap textarea {
    height: auto;
}

.input__wrap #go {
    background: #428bca;
    border: 2px solid #000;
    color: #fff;
}

.add_service4-items .label.label-warning {
    flex-basis: 100%;
}

.input__wrap #go:hover {
    opacity: .7;
}

#from_500 {
    margin-bottom: 0;
}

.input__wrap h4 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #121212;
    text-align: left;
    max-width: 660px;
    margin: 0 0 5px;
}

.hidden_height {
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    height: 0px !important;
    display: none;
}

.to_place .suggests {
    margin: 0 !important;
}

.from_to_place,
.to_place {
    transition: all .3s;
    margin-bottom: 5px;
}

.special_advice {
    color: #3fa952;
    font-size: 18px;
    margin-bottom: 15px !important;
}

#courier {
    margin-bottom: 15px;
}

#courier_inner label {
    width: 100%;
}

#courier_inner textarea {
    height: auto;
}

#courier_door input {
    margin-right: 5px !important;
}

#courier_door {
    font-size: 18px;
    font-weight: normal;
}


/* Car carousel */

#car_carousel__wrap h4 {
    margin: 0;
}

#car_carousel {
    max-width: 100%;
    max-height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-top: 15px;
    margin-bottom: 20px;
}

#car_carousel::-webkit-scrollbar {
    height: 10px;
}

#car_carousel::-webkit-scrollbar {
    width: 10px !important;
}

#car_carousel::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    border-radius: 10px;
}

#car_carousel::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.carousel_invisible {
    width: max-content;
    height: auto;
    padding: 5px 0;
}

.car__wrap {
    float: left;
    height: 170px;
    min-width: 200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 10px 10px;
    margin: 0 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px -2px #000;
    position: relative;
    cursor: pointer;
    bottom: 0;
    transition: all .4s;
}

.car__wrap.selected_car {
    bottom: 15px;
}

.car__wrap .small_info {
    position: absolute;
    display: flex;
    bottom: 5.5px;
    right: 20px;
}

.car__wrap .small_info p {
    margin: 0;
    font-size: 12px;
}

.car__wrap .small_info p:before {
    display: inline-block;
    width: 13px;
    height: 13px;
}

.car__wrap .small_info p:first-child:before {
    content: url('../img/icons/human.svg');
}

.car__wrap .small_info p:last-child:before {
    content: url('../img/icons/luggage.svg');
    margin-left: 5px;
    margin-right: 2px;
    height: 19px;
    vertical-align: text-bottom;
}

.car__wrap img {
    max-width: 150px;
    max-height: 150px;
}

.car__wrap:before {
    content: '\2713';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 25px;
    height: 25px;
    font-size: 18px;
    color: #ff505000;
    font-weight: bold;
    transition: color .3s;
    border: 2px solid #ff5050;
    border-radius: 50%;
}

.car__wrap.selected_car:before {
    color: #ff5050;
}
.car__wrap div:last-child {
    max-width: 150px;
    width: 100%;
}
.car__wrap div:last-child b:first-child {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#add_service {
    margin: 20px 0 5px;
}

#add_service form {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}

#add_service input {
    display: none;
}

#add_service label {
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    max-width: calc(100% - 30px);
}

#add_service label:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    position: relative;
    background-size: contain;
    vertical-align: middle;
}

label[for='add_service1']:before {
    background: url(../img/icons/1033943.svg) no-repeat;
}

label[for='add_service2']:before {
    background: url(../img/icons/533994.svg) no-repeat;
}

label[for='add_service3']:before {
    background: url(../img/icons/963051.svg) no-repeat;
}

label[for='add_service4']:before {
    background: url(../img/icons/204691.svg) no-repeat;
}

label[for='add_service5']:before {
    background: url(../img/icons/875297.svg) no-repeat;
}

label[for='add_service6']:before {
    background: url(../img/icons/opendoor.png) no-repeat;
}

label[for='add_service7']:before {
    background: url(../img/icons/holidays.svg) no-repeat;
}

label[for='add_service8']:before {
    background: url(../img/icons/vial.svg) no-repeat;
}

label[for='add_service9']:before {
    background: url(../img/icons/people.svg) no-repeat;
}

label[for='add_service10']:before {
    background: url(../img/icons/conversation.svg) no-repeat;
}

label[for='add_service11']:before {
    background: url(../img/icons/concierge.svg) no-repeat;
}

.car_discount {
    position: absolute;
    right: -18px;
    top: 0;
    background: transparent;
    padding: 5px 15px;
    transform: rotateZ(30deg);
    border-radius: 6px;
}

.car_discount p {
    margin: 0;
    color: #fff;
    font-size: 10px;
}

.car_discount::before {
    position: absolute;
    content: '';
    display: block;
    background: rgb(255, 80, 80);
    width: 200%;
    height: 200%;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.suggest__wrap {
    position: relative;
    margin-bottom: 5px;
}

.from_to_place input.suggests {
    margin: 0;
}

.suggest__wrap input[type='reset'] {
    position: absolute;
    right: 5px;
    top: 50%;
    height: 10px;
    padding: 0;
    width: 10px;
    transform: translate(0, -50%);
    margin: 0;
    background: url("../img/icons/close.svg") no-repeat;
    background-size: cover;
    border: none;
    outline: none;
}

.from_to_place h4 {
    margin-top: 20px;
}

.from_to_place button {
    color: #428bca;
    background: transparent;
    border: navajowhite;
    padding: 0;
    margin: 5px 0 20px;
    outline: none;
}

.from_to_place button:hover {
    opacity: .7;
}

.map__wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 10px;
}

#map {
    position: relative;
    width: 100%;
    height: 400px;
}

#map_pointer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    transition: opacity .3s;
    align-items: center;
    justify-content: center;
    z-index: 2;
    opacity: 0;
}

#map_pointer img {
    width: 5px;
    height: 5px;
}

#map_pointer:before {
    position: relative;
    content: url('../img/icons/pointer.svg');
    width: 30px;
    height: 30px;
    bottom: 18px;
    left: 50%;
}

.map_info__wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.map_info__wrap div {
    margin: 0;
    background: #428bca;
    padding: 5px 10px;
    margin-right: 5px;
}

.map_info__wrap div:last-child {
    margin-right: 0;
}

.map_info__wrap div p {
    color: #fff;
    font-size: 12px;
    margin: 0;
}

.map_info__wrap div h4 {
    color: #fff;
    margin: 0 0 5px;
    font-size: 14px;
}

.map_info__wrap img {
    max-width: 40px;
    margin-right: 10px;
}

#route_length__wrap,
#long_time__wrap,
#bring_cost__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

#route_length__wrap,
#long_time__wrap {
    flex: 1;
}

#bring_cost__wrap {
    flex: 2;
}

.car_info_background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9;
}

.car_info {
    position: fixed;
    display: flex;
    top: 50%;
    left: 50%;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #000;
    border-radius: 5px;
    z-index: 10;
    flex-direction: column;
    transform: translate(-50%, -50%);
    padding: 10px 30px;
    transition: all .3s;
    min-width: 300px;
}

.car_info h5 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.car_info p {
    font-size: 15px;
    color: #000;
}

.car_info em {
    font-weight: bold;
    font-style: normal;
}

.hidden_info {
    display: none;
    top: calc(50% + 20px);
}

.car_info_button {
    cursor: pointer;
    border-radius: 50%;
    width: 32px;
    top: 10px;
    position: absolute;
    font: normal normal normal 30px/1 FontAwesome;
    height: 32px;
    color: #bbb;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car_info_button:hover {
    box-shadow: 0 0 0 4px;
    color: #2d89ef;
}

.car_info_button:before {
    content: "\f05a";
}

.car_info .close_car_info {
    position: absolute;
    border: none;
    right: 0px;
    top: 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background-image: url(../img/icons/X.png);
    font-size: 17px;
    font-weight: 700;
    transition: .2s;
    z-index: 1;
    border: none;
    outline: none;
}

.car_info .close_car_info:hover {
    border: none;
}

.loader__wrap {
    display: flex;
    align-items: center;
}

#loader {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    width: 40px;
    height: 40px;
}

#loader div {
    animation: loader-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 20px 20px;
}

#loader div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #428bca;
    margin: -2px 0 0 -2px;
}

#loader div:nth-child(1) {
    animation-delay: -0.036s;
    transition: opacity 0.288s;
}

#loader div:nth-child(1):after {
    top: 31.5px;
    left: 31.5px;
}

#loader div:nth-child(2) {
    animation-delay: -0.072s;
    transition: opacity 0.252s;
}

#loader div:nth-child(2):after {
    top: 34px;
    left: 28px;
}

#loader div:nth-child(3) {
    animation-delay: -0.108s;
    transition: opacity 0.216s;
}

#loader div:nth-child(3):after {
    top: 35.5px;
    left: 24px;
}

#loader div:nth-child(4) {
    animation-delay: -0.144s;
    transition: opacity 0.18s;
}

#loader div:nth-child(4):after {
    top: 36px;
    left: 20px;
}

#loader div:nth-child(5) {
    animation-delay: -0.18s;
    transition: opacity 0.144s;
}

#loader div:nth-child(5):after {
    top: 35.5px;
    left: 16px;
}

#loader div:nth-child(6) {
    animation-delay: -0.216s;
    transition: opacity 0.108s;
}

#loader div:nth-child(6):after {
    top: 34px;
    left: 12px;
}

#loader div:nth-child(7) {
    animation-delay: -0.252s;
    transition: opacity 0.072s;
}

#loader div:nth-child(7):after {
    top: 31.5px;
    left: 8.5px;
}

#loader div:nth-child(8) {
    animation-delay: -0.288s;
    transition: opacity 0.036s;
}

#loader div:nth-child(8):after {
    top: 28px;
    left: 6px;
}

#loader.hidden-preloader div {
    opacity: 0;
}

#loader.hidden-loader {
    animation: hide-loader .5s forwards;
}

.cost__wrap {
    margin-top: 10px;
}

.cost__wrap p {
    color: #000;
    font-size: 17px;
    margin: 0;
}

.cost__wrap p em {
    font-weight: bold;
    font-style: normal;
}

.payment__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 700px;
    margin: 20px auto 0;
    overflow: hidden;
}

.payment__wrap .hidden {
    display: none;
}

.payment_type__inner input[type='submit'] {
    display: none;
}

.payment__wrap .titleDialog {
    font-size: 20px;
    margin: 15px 0 0;
    text-align: left;
}

.payment__wrap .payment_inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding-top: 5px;
    width: 100%;
    overflow: hidden;
}

.payment__wrap .advice {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.payment__wrap .advice .number {
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 50%;
    color: white;
    background: rgba(66, 139, 202, 0.8);
    font-style: normal;
}

.payment__wrap h3 {
    text-align: left;
    margin: 10px 0;
    font-size: 20px;
}

#phone_number {
    border: none;
    outline: none;
    margin: 0;
    font-size: 16px;
    padding: 0;
}

#buy {
    max-width: 200px;
}

#service_name {
    font-size: 21px;
}

.payment__wrap .payments {
    width: 460px;
    padding-left: 35px;
}

.payment__wrap .payments .payment {
    max-width: 200px;
    margin-right: 10px;
    float: left;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px #000;
    padding: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    background: #fff;
    transition: .2s;
    width: 100%;
}

.payment__wrap .price-promt {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #fff;
    color: #9b9898;
    border-radius: 1px;
    padding: 0px 5px;
    box-shadow: 0px 0px 3px 1px #9b9898;
    z-index: 10000;
}

.payment__wrap .price-promt p {
    margin: 0 !important;
}

.payment__wrap .payments .payment.choosed_type {
    transform: scale(1.2);
    box-shadow: 0px 0px 10px 0px #000;
}

.payment__wrap .payments .payment img {
    width: 100%;
    height: 60px;
}

.payment__wrap .payments .payment .price {
    font-size: 18px;
    color: #000;
}

#y_div label {
    font-size: 16px;
    width: 100%;
}

#card_div h3,
#p_div h3 {
    font-size: 16px;
}

#card_div h3.p_price,
#p_div h3.p_price {
    font-size: 20px;
}

.custom_select {
    margin-bottom: 10px;
    border: 2px solid #d4d4d4;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
    transition: height .5s;
    cursor: pointer;
    position: relative;
}

.custom_select h5 {
    font-size: 18px;
    font-weight: bold;
}

.custom_select li {
    list-style: none !important;
    margin: 0 !important;
    padding: 5px 15px;
    position: relative;
}

.custom_select li p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    display: inline-block;
}

#current_service li:before {
    display: inline-block;
    content: '';
    width: 25px;
    height: 25px;
    background-size: cover !important;
    margin-right: 5px;
    vertical-align: sub;
}

#current_service li.num-0:before {
    background: url(../img/icons/646240.svg) no-repeat;
}

#current_service li.num-1:before {
    background: url(../img/icons/258400.svg) no-repeat;
}

#current_service li.num-2:before {
    background: url(../img/icons/270777.svg) no-repeat;
}

#current_service li.num-3:before {
    background: url(../img/icons/autonanny.svg) no-repeat;
}

#current_service li.num-4:before {
    background: url(../img/icons/860065.svg) no-repeat;
}

#current_service li.num-5:before {
    background: url(../img/icons/864466.svg) no-repeat;
}

#current_service li.num-6:before {
    background: url(../img/icons/963350.svg) no-repeat;
}

#current_service li.num-7:before {
    background: url(../img/icons/923819.svg) no-repeat;
}

#current_service li.num-8:before {
    background: url(../img/icons/923857.svg) no-repeat;
}

#current_service li.num-9:before {
    background: url(../img/icons/887185.svg) no-repeat;
}

#current_service li.num-10:before {
    background: url(../img/icons/1593904.svg) no-repeat;
}

#current_service li.num-11:before {
    background: url(../img/icons/comissar.svg) no-repeat;
}

#current_service li.num-12:before {
    background: url(../img/icons/autoconcierge.svg) no-repeat;
}

#current_service li.num-13:before {
    background: url(../img/icons/assistance.svg) no-repeat;
}

#current_service li.num-14:before {
    background: url(../img/icons/annonymous.svg) no-repeat;
}

#current_service li.num-15:before {
    background: url(../img/icons/servant.svg) no-repeat;
}

#current_service li.num-16:before {
    background: url(../img/icons/carrepair.svg) no-repeat;
}

#current_service li.num-17:before {
    background: url(../img/icons/driver.jpg) no-repeat;
}

#current_service li.num-18:before {
    background: url(../img/icons/friend.svg) no-repeat;
}

#current_service li.num-19:before {
    background: url(../img/icons/worker.svg) no-repeat;
}

#current_service li.num-20:before {
    background: url(../img/icons/massage.svg) no-repeat;
}

.add_service4-items {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap;
    user-select: none;
}

.add_service4-items input[type="number"] {
    display: block !important;
    border: none;
    padding: 0;
    box-shadow: none;
    text-align: center;
}

.add_service4-item-button {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.add_service4-item {
    flex-basis: 25%;
    text-align: center;
    margin-bottom: 10px;
}

.add_service4-ok {
    flex-basis: 26%;
    min-width: 182px;
    margin-bottom: 10px;
}

p.add_service4-item-name {
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    line-height: normal;
    font-size: 16px;
}

p.add_service4-item-description {
    line-height: normal;
    font-size: 14px;
}

.btn .input_advice {
    color: #939393;
    margin-top: 10px;
    margin-bottom: -15px;
}

.btn-lg.btn {
    position: relative;
    padding: 10px 30px 10px 16px;
    margin-bottom: 5px;
    background: white;
    max-width: 450px;
    width: 100%;
    border: 1px solid #b6b6b6;
    transition: .2s;
}
.btn-lg.btn.selected {
    background: #f0eded;
}
.btn p {
    margin: 0;
    color: #141414;
}
.btn-lg.btn .help-button {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 50%;
    position: absolute;
    font: normal normal normal 26px/1 FontAwesome;
    height: 20px;
    color: #bbb;
    transition: .2s;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5px;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    background: white;
}
.btn-lg.btn .help-button:hover {
    box-shadow: 0 0 0 4px;
    color: #2d89ef;
}
.btn-lg.btn .help-button::before {
    content: "\f05a";
}

.btn .help-info {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    display: none;
    z-index: 50;
}

.help-close-button {
    position: absolute;
    padding: 0px;
    background: none;
    color: black;
    border: navajowhite;
    top: 5px;
    right: 5px;
    font-size: 20px;
}

.btn .help-info p {
    background: white;
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    border-radius: 5px;
    max-width: 450px;
    overflow-wrap: break-word;
    white-space: break-spaces;
    width: 100%;
    max-height: calc(100% - 20px);
    overflow-y: scroll;
}

@media screen and (max-width: 600px) {
    .payment__wrap .payments {
        width: 420px;
    }
    #bring_cost__wrap {
        width: 100%;
        order: -1;
        flex: unset;
        margin: 0 0 5px;
    }
    .step-2 .btn-lg {
        width: 100%;
        margin-bottom: 10px;
        max-width: 100%;
        overflow-wrap: break-word;
        white-space: break-spaces;
        display: flex;
        flex-direction: column;
    }
    #map_navigation.hidden-map-nav {
        right: 0%;
    }
    .add_service4-items {
        flex-direction: column;
    }
    .add_service4-item {
        flex-basis: 100%;
        width: 100%;
    }
    
    .loader__wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 460px) {
    .map_info__wrap img {
        display: none;
    }
    .payment__wrap .payments {
        width: 200px;
    }
    .payment__wrap .payments .payment {
        margin-right: 0;
    }
    
    .custom_select li p {
        font-size: 14px;
    }
}

@media screen and (max-width: 350px) {
    #route_length__wrap {
        flex: unset;
        width: 100%;
        margin: 0 0 5px;
    }
}

@keyframes wrong_time {
    from {
        border: 1px solid #eee;
    }
    to {
        border: 1px solid red;
    }
}

@keyframes hide-loader {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes loader-roller {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes select-li {
    from {
        left: -100%;
    }
    to {
        left: 0;
    }
}