.overflow-hidden {
    overflow: hidden;
}
section.limo {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ff5f00;
}
.limo_title {
    color: #000000;
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
}
#limo_services .limo_services_row {
    position: relative;
    margin: 0 10px;
}
#limo_services .limo_services_row img {
    width: 100%;
    height: auto;
}
#limo_services .limo_services_row .limo_info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    color: #ffffff;
    padding: 15px;
}
#limo_services .limo_services_row .limo_info .limo_services_text {
    padding-left: 15px;
    color: #ffffff;
    font-size: 16px;
}
#limo_services .limo_services_row .limo_info .limo_services_text .title {
    text-transform: uppercase;
}
#limo_services .limo_services_icon > div {
    width: 40px;
    height: 40px;
}
#limo_services .limo_services_icon > div svg path {
    fill: #ffffff;
}
#limo_services .slick-arrow {
    top: -30px;
    width: 40px;
    height: 40px;
    background-color: #191919;
    display: flex;
    align-items: center;
    justify-content: center;
}
#limo_services .slick-arrow.slick-disabled {
    background-color: rgba(0, 0, 0, 0.5);
}
#limo_services .slick-arrow.sld_prev {
    transform: rotate(180deg);
}
#limo_services .slick-arrow.sld_prev {
    left: auto;
    right: 60px;
}
#limo_services .slick-arrow.sld_next {
    right: 10px;
}
#main_slider_div.limo img {
    width: 100%;
}
section.limo-textblock {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.limo-textblock > div {
    width: 50%;
    padding: 50px;
}
section.limo-textblock .title {
    font-size: 30px;
    text-transform: uppercase;
}
section.limo-textblock .text {
    font-size: 18px;
}

#limo_advantages {
    padding: 50px;
    background-color: #ff5f00;
    font-weight: bold;
    color: #000000;
}
#limo_advantages .limo_title {
    font-size: 40px;
}
#limo_advantages .limo_subtitle {
    font-size: 14px;
}
#limo_advantages .limo_services_row .limo_info {
    display: flex;
    padding: 15px;
    align-items: center;
}
#limo_advantages .limo_services_row .limo_info .limo_services_text {
    padding-left: 15px;
    color: #000000;
    font-size: 16px;
}
#limo_advantages .limo_services_row .limo_info .limo_services_text .title {
    text-transform: uppercase;
}
#limo_advantages .limo_services_icon > div {
    width: 60px;
    height: 60px;
}
#limo_advantages .limo_services_icon > div svg {
    width: 100%;
    height: 100%;
}
#limo_advantages .limo_services_icon > div svg path {
    fill: #000000;
}

@media (max-width: 992px) {
    #limo_services .slick-arrow {
        display: flex;
    }
}
@media (max-width: 768px) {
    section.limo-textblock > div {
        width: 100%;
        padding: 20px 50px;
    }
    section.limo-textblock.textblock1 {
        flex-direction: column;
    }
    section.limo-textblock.textblock2 {
        flex-direction: column-reverse;
    }
}

/* С„РѕСЂРјР° */
.limo_form {
    width: 100%;
    background-color: #fff;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}

.limo_form .dark_fond {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}

.limo_form .dark_fond.on {
    z-index: 1;
    opacity: 1;
}

.limo_form .dark_fond .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    padding: 15px;
    width: calc(100% - 40px);
    height: 50%;
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.limo_form .dark_fond .message h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0 0;
}

.limo_form .dark_fond .message button {
    border: 0;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.limo_form .dark_fond .message button:hover {
    background-color: #ff5f00;
}

.limo_form .dark_fond .message .limo_form h3 {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 5px 0;
}

.limo_form .field {
    width: 100%;
    position: relative;
}

.limo_form .field.w50 {
    width: calc(50% - 10px);
}

.limo_form .field p {
    margin: 0 0 5px 0;
}

.limo_form .field p.required::after {
    content: "*";
    color: red;
    font-size: 20px;
    margin-left: 3px;
}

.limo_form input,
.limo_form textarea {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.limo_form .field input {
    border: 0;
    border-bottom: 2px solid #000000;
    padding-bottom: 7px;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
}

.limo_form .field textarea {
    border: 0;
    width: 100%;
    border-bottom: 2px solid #000000;
    resize: none;
    font-size: 18px;
}

.limo_form .field input:hover,
.limo_form .field input:focus,
.limo_form .field textarea:hover,
.limo_form .field textarea:focus {
    border-bottom: 2px solid #ff5f00;
}

.limo_form .field input::-webkit-input-placeholder,
.limo_form .field textarea::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.limo_form .field input:focus::-webkit-input-placeholder,
.limo_form .field textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.limo_form .field input::-webkit-outer-spin-button,
.limo_form .field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.limo_form .field input[type="number"] {
    -moz-appearance: textfield;
}

.limo_form input[type="submit"] {
    border: 0;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
}

.limo_form input[type="submit"]:hover {
    background-color: #ff5f00;
}

.limo_form .field .drop_menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    border: 2px solid #ff5f00;
    display: none;
}

.limo_form .field .drop_menu.on {
    display: block;
}

.limo_form .field .drop_menu div {
    max-height: 200px;
    overflow: auto;
    padding: 10px 0;
}

.limo_form .field .drop_menu::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ff5f00;
}

.limo_form .field .drop_menu p {
    font-size: 18px;
    padding: 5px 10px;
    margin: 0;
    cursor: pointer;
}

.limo_form .field .drop_menu p:hover {
    background-color: hsl(210, 38%, 85%);
}