/* 1920 */
* {
    margin: 0;
    padding: 0;
    font-family: Ubuntu;
    box-sizing: border-box;
}
.main-wrapper{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    box-sizing: border-box;
    /*overflow: hidden;*/
}
.main-wrapper .top-wrapper{
    background-image: url('../img/Top-Background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 691px;
}
.main-wrapper section{
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    margin: 0 auto;
}
.main-wrapper .logo-language{
    padding-top: 32px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
}
.order-form-section .top-form-controls {
    position: relative;
    margin-top: 20px;
}
.order-form-section .top-form-controls .radio{
    display: flex;
    justify-content: flex-start;
}
.order-form-section .radio-car-label-wrapper{
    position: absolute;
    display: block;
    margin-top: -25px;
    color: #000000;
    margin-left: 5px;
}
.contact-fields-wrapper{
    display: flex;
    flex-direction: column;
    margin-left: 65px;
}
.contact-fields-wrapper label:nth-child(2){
    margin-top: 32px;
}
.left-thin-svg-delimiter,
.right-thin-svg-delimiter{
    position: absolute;
}
.left-thin-svg-delimiter {
    margin-left: 25px;
    margin-top: 45px;
}
.right-thin-svg-delimiter {
    margin-top: 45px;
    margin-left: 390px;
}
.main-wrapper .order-form-section{
    min-height: 233px;
    height: auto;
    background: #ffffff;
    border-radius: 20px;
    margin-top: 30px;
    padding: 20px;
    width: 100%;
    max-width: 1440px;
}
.main-wrapper .order-form{
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    gap: 16px;
}
.main-wrapper .order-form .right-side{
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    padding-top: 26px;
    gap: 25px;
    flex: 0.9;
}
.left-side .radio{
    margin-bottom: 30px;
    margin-top: 10px;
}
.radio label{
    margin-right: 20px;
}
.radio label:hover{
    cursor: pointer;
}
.radio label input[type=radio]{
    display: none;
}
.radio label input[type=radio]{
    display: none;
}
.radio label.radio-btn-checked{
    width: 100%;
    max-width: 230px;
    text-align: center;
    height: 33px;
    gap: 8px;
    border-radius: 16px;
    padding: 8px 16px 8px 12px;
    background: #1A1A1A;
    color: #ffffff;
}
.radio label:not(.radio-btn-checked){
    width: 100%;
    max-width: 230px;
    height: 33px;
    text-align: center;
    gap: 8px;
    border-radius: 16px;
    padding: 8px 16px 8px 12px;
    background:#EFE1C6;
    color: #000000;
}
.radio label:not(.radio-btn-checked) path{
    fill: #000000;
}
.radio label.radio-btn-checked path{
    fill: #ffffff;
}
.right-side label{
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01px;
    vertical-align: middle;
}
.show-hide-wish {
    margin-top: 20px;
}
.show-hide-wish .additional {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01px;
    vertical-align: middle;
}
.show-hide-wish .additional-info {
    border-radius: 12px;
    padding: 10px;
    border: 1px solid #C9C9CF;
    margin-right: 20px;
    font-size: 16px;
    margin-top: 5px;
}
.left-side {
    margin-top: 25px;
    width: 100%;
    flex: 1.1;
}
.left-side .inputs{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin-bottom: 30px;
}
.left-side .inputs > div {
    width:48%;
    box-sizing: border-box;
}
.right-side .contact-fields-wrapper input[type=text],
.left-side .inputs input[type=text]{
    width: 100%;
    height: 52px;
    border-radius: 12px;
    padding: 1px 13px 1px 40px;
    border: 1px solid #C9C9CF;
    margin-right: 20px;
    font-size: 16px;
    margin-top: 5px;
}
.left-side .inputs label {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01px;
    vertical-align: middle;
}
.right-side .contact-fields-wrapper svg,
.left-side .inputs svg{
    position: absolute;
    margin-top: 18px;
    margin-left: 10px;
}
.hidden{
    display: none;
}
.addit{
    position: relative;
}
.addit .addit-wish-button{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.11px;
    color: #828287;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    max-width: 200px;
    position: absolute;
    right: 10px;
    top: -85px;
}
.addit-wish-button .plus-icon {
    width: 24px;
    float: left;
}
.bottom-success-message,
.top-success-message{
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #009951;
    vertical-align: middle;
    right: 0;
    top: 0px;
    display: flex;
    gap: 7px;
    padding-left: 14%;
    /*visibility: hidden;*/
    display: none;
}
.bottom-success-message{
    padding-left: 38%;
    position: absolute;
    top: 155px;
}
.submit-row {
    position: relative;
}
.addit .addit-wish-button:hover{
    color: #000000;
}
.addit .addit-wish-button:hover path {
    fill: #000000;
}
.addit .addit-wish-button span{
    vertical-align: top;
}
#datepicker, #timepicker,
#datepicker2, #timepicker2{
    width: 145px;
    max-width: 145px;
}
#timepicker2{
    margin-left: 35px;
}
.ui-timepicker-container .ui-timepicker-viewport .ui-corner-all{
    font-size: 15px;
}
.date-time-passengers-container{
    display: flex;
    justify-content: space-between;
}
.date-time-passengers-container .select-container,
.date-time-passengers-container .date-time-picker{
    width: 48%;
}
.date-time-passengers-container .select-container {
    display: flex;
    justify-content: space-between;
    margin-top: -20px;
}
.custom-bottom-form-label{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01px;
    vertical-align: middle;
}
.select-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.order-form .book-btn.mobile-btn,
.order-form .right-side .book-btn{
    display: block;
    width: 200px;
    height: 52px;
    border-radius: 12px;
    padding-top: 14px;
    background: #1A1A1A;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    font-size: 20px;
    margin-top: 24px;
}
.order-form .book-btn.mobile-btn:hover,
.order-form .right-side .book-btn:hover{
    background: #D49C4D;
}
.custom-select {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 5px 10px;
    /*width: 100%;*/
    width: 170px;
    font-family: Arial, sans-serif;
    position: relative;
    height: 52px;
    margin-top: 1px;
}
.select-icon {
    margin-right: 5px;
}
.select-value {
    flex-grow: 1;
    text-align: left;
    font-size: 16px;
    padding-left: 15px;
    color: #C9C9CF;
}
.select-arrow {
    font-size: 12px;
    cursor: pointer;
    margin-right: 20px;
}
.hidden-select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.custom-select:hover {
    border-color: #999;
}

/* Language switcher */
.language-switcher .active-lang-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    gap: 12px;
}
.language-switcher .active-lang-wrapper:hover{
    cursor: pointer;
}
.language-switcher .active-lang-wrapper .lang-name{
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
}
.drop-block.lang{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding: 15px;
    width: 100px;
    position: absolute;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    z-index: 100;
}
.drop-block.lang a{
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    text-align: center;
}
.drop-block.lang a:hover{
    background: #e8e8e8;
}
/* Language switcher */

/* Date time picker */
.date-time-picker {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 5px;
    width: 210px;
    height: 52px;
    font-family: Arial, sans-serif;
    margin-top: 4px;
}
.date-time-picker .calendar-icon{
    width: 25px;
    height: 25px;
    position: absolute;
}
.ui-datepicker-trigger img{
    display: none;
}
.thin-divider{
    height: 52px;
    width: 1px;
    background: #C9C9CF;
    position: absolute;
    margin-left: 170px;
}
.date-time-picker .date {
    flex: 1;
    border: none;
    padding: 5px;
    font-size: 16px;
    padding-left: 30px;
}
.date-time-picker .time {
    flex: 1;
    border: none;
    padding: 5px;
    font-size: 16px;
}
.date-time-picker .ui-datepicker-trigger {
    margin-left: 5px;
    cursor: pointer;
}
.ui-timepicker-wrapper {
    width: 6.5em;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
}
.ui-timepicker-wrapper ul li {
    padding: 5px;
    cursor: pointer;
}
.ui-timepicker-wrapper ul li:hover {
    background: #f0f0f0;
}
/* Date time picker */

.main-wrapper .desc-wrapper {
    background: #EFE1C6;
    height: 287px;
}
.main-wrapper .desc-wrapper h2 {
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #1A1A1A;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
}
.main-wrapper .desc-wrapper p {
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #1A1A1A;
    width: 780px;
    margin: 0 auto;
    padding-top: 10px;
}
.choose-car {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.choose-car h2 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 44px;
    line-height: 140%;
    text-transform: uppercase;
}
.choose-car .cars{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 60px;
}
.choose-car .cars div{
    position: relative;
}
.choose-car .cars img{
    width: 100%;
    max-width: 708px;
}
.choose-car .cars h3{
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #ffffff;
}
.main-wrapper .services {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background: #EFE1C6;
    padding: 50px;
}
.main-wrapper .internal-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.main-wrapper .services h2 {
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 44px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.main-wrapper .services .list div span {
    display: block;
}
.main-wrapper .services .list div {
    width: 324px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.main-wrapper .services .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.choose-us {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
.choose-us h2 {
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 44px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.choose-us .choose-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.choose-us .choose-wrapper .item .description p {
    max-width: 640px;
}
.choose-us .choose-wrapper .item {
    width: 100%;
    max-width: 640px;
}
.choose-us .choose-wrapper .item .top{
    display: flex;
    gap: 20px;
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 20px;
    align-items: center;
}
.choose-us .choose-wrapper .item .description p {
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
}
.contact-us {
    display: flex;
    gap: 40px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 100px;
    align-items: center;
}
.contact-us .picture{
    flex: 1;
    text-align: center;
}
.contact-us .form{
    flex: 2;
}
.contact-us .form h2{
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 44px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.contact-us .form p{
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 24px;
}
.contact-us .picture img {
    width: 100%;
    max-width: 410px;
}
.contact-us .contact-form input{
    width: 100%;
    height: 52px;
    border-radius: 12px;
    border: 1px solid #C9C9CF;
    padding: 2px 10px 2px 50px;
    margin-top: 7px;
}
.your-question-field{
    margin-top: 7px;
    border-radius: 12px;
    border: 1px solid #C9C9CF;
    height: 118px;
    padding: 20px;
    font-size: 16px;
    width: 100%;
}
.contact-us .contact-form input.mobile-phone-field{
    width: 100%;
}
.contact-us .contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-form label span {
    display: inline-block;
}
.contact-form label {
    position: relative;
}
.contact-form .second-row .phone-icon,
.contact-form .first-row .email-icon,
.contact-form .first-row .name-icon {
    margin-top: 39px;
    position: absolute;
    z-index: 2;
    margin-left: 12px;
}
.contact-form .first-row .item {
    width: 50%;
    position: relative;
    box-sizing: border-box;
}
.contact-form .second-row .item {
    width: 100%;
}
.contact-form .first-row {
    display: flex;
    gap: 15px;
}
.contact-form .send-button {
    width: 200px;
    height: 52px;
    min-width: 200px;
    max-width: 200px;
    border-radius: 12px;
    background: #1A1A1A;
    color: #ffffff;
    margin-top: 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.contact-form .send-button:hover{
    background: #D49C4D;
    border: 1px solid #D49C4D;
}
.contact-form .send-button:hover {
    cursor: pointer;
}
.footer-section {
    padding: 32px;
    width: 100%;
}
.footer-section, .footer-wrapper {
    background: #1A1A1A;
    height: auto;
    max-height: 132px;
}
.footer-section .footer-wrapper .copyright {
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    vertical-align: middle;
    color: #EFE1C6;
    text-align: left;
    margin-top: 10px;
}
.footer-section .footer-wrapper{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.footer-section .main-row {
    display: flex;
    width: 100%;
}
.footer-section .main-row .logo-part{
    flex: 1;
}
.footer-section .main-row .items-part{
    flex: 2;
    display: flex;
    justify-content: space-between;
}
.footer-section .items-part .footer-menu {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.footer-section .items-part .footer-menu li {
    display: inline-block;
}
.footer-section .items-part .footer-menu li a {
    font-family: Ubuntu;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    text-decoration: none;
}
.items-part .footer-socials {
    width: 100%;
    max-width: 138px;
    display: flex;
    text-align: right;
    justify-content: space-around;
}
.items-part .footer-socials li{
    display: inline-block;
}
.items-part .address::before,
.items-part .footer-menu .email::before,
.items-part .footer-menu .phone::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../img/footer-mobile.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}
.items-part .footer-menu .email::before{
    background-image: url('../img/footer-email.svg');
}
.items-part .address::before{
    background-image: url('../img/footer-office-building.svg');
}
.items-part .address{
    position: absolute;
    margin-top: 45px;
    color: #ffffff;
}
.tel-terms-wrapper .privacy {
    margin-right: 55px;
}
.items-part .address{
    display: flex;
    text-align: left;
}
.contact-form .error input,
.order-form-section .error input {
    border: 1px solid #ff0000 !important;
}
.error-message {
    display: none;
    position: absolute;
    color: #ff0000;
}

.desc-wrapper.error-404{
    text-align: center;
    padding-top: 40px;
    height: 191px;
}
.desc-wrapper.error-404 h1 {
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 82px;
    line-height: 85%;
    text-align: center;
    text-transform: uppercase;
    color: #1A1A1A;
}
.desc-wrapper.error-404 p {
    margin-top: 16px;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
}

.page-template-page-privacy-terms .logo-language {
    padding-top: 22px;
}
.page-template-page-privacy-terms .top-full-width-section{
    width: 100%;
    background: #1A1A1A;
    height: 86px;
}
.page-template-page-privacy-terms .top-wrapper{
    background-image: none;
}
.page-template-page-privacy-terms .privacy-terms-content {
    padding: 80px 20px 160px 20px;
}
.page-template-page-privacy-terms .privacy-terms-content h1 {
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 44px;
    line-height: 130%;
    color: #1A1A1A;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.page-template-page-privacy-terms .privacy-terms-content em {
    color: #6A7081;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    font-style: normal;
    display: block;
}
.page-template-page-privacy-terms .privacy-terms-content .content-wrapper p {
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}
.page-template-page-privacy-terms .privacy-terms-content .content-wrapper h3 {
    font-family: Ubuntu;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #1A1A1A;
    margin-top: 24px;
    margin-bottom: 24px;
}
.page-template-page-privacy-terms .privacy-terms-content .content-wrapper ul {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 30px;
}
.page-template-page-privacy-terms .privacy-terms-content .content-wrapper ul li {
    font-family: Ubuntu;
    font-size: 16px;
    line-height: 24px;
    color: #1A1A1A;
}
.book-btn.mobile-btn{
    width: 200px;
    height: 52px;
    border-radius: 12px;
    padding-top: 14px;
    background: #1A1A1A;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    font-size: 20px;
    margin-top: 24px;
    display: none;
}
.book-btn.desktop-btn {
    display: block;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        -webkit-appearance: menulist-button !important;
        line-height:52px !important;
    }
}

@media(max-width: 1475px){
    .main-wrapper .logo-language {
        justify-content: space-around;
    }
    .main-wrapper .logo-language {
        justify-content: space-around;
        gap: 65%;
    }
    .main-wrapper .choose-us {
        padding: 50px;
    }
    .bottom-success-message, .top-success-message{
        padding-left: 2%;
    }
}

@media(max-width: 1409px){
    .left-thin-svg-delimiter {
        margin-left: 20px;
    }
    .right-thin-svg-delimiter {
        margin-left: 335px;
    }
    .contact-fields-wrapper {
        margin-left: 25px;
    }
    .left-thin-svg-delimiter {
        margin-left: 5px;
    }
}

@media(max-width: 1426px){
    .footer-section .main-row .logo-part {
        flex: .6;
    }
}

@media(max-width: 1335px){
    .custom-select {
        width: 150px;
    }
    #datepicker, #timepicker, #datepicker2, #timepicker2 {
        width: 115px;
        max-width: 115px;
    }
    #timepicker2 {
        margin-left: 70px;
    }
}

@media(max-width: 1267px){
    .left-thin-svg-delimiter, .right-thin-svg-delimiter {
        display: none;
    }
}

@media(max-width: 1245px){
    .footer-section .items-part .footer-menu {
        gap: 20px;
    }
    .tel-terms-wrapper .privacy {
        margin-right: 15px;
    }
    .top-success-message{
        padding-left: 0;
    }
}

@media(max-width: 1115px){
    body .main-wrapper .order-form {
        flex-direction: column;
    }
    .left-side .inputs {
        flex-direction: row;
        margin-bottom: 20px;
    }
    .main-wrapper .order-form .right-side {
        padding-top: 0;
        flex-direction: column;
    }
    .contact-fields-wrapper {
        margin-left: 0;
    }
    .custom-select {
        min-width: 236px;
        width: 100%;
    }
    .contact-fields-wrapper label:nth-child(2) {
        margin-top: 20px;
    }
    .left-side .inputs > div{
        width: 48%;
    }
    .choose-us .choose-wrapper .item {
        max-width: 380px;
    }
    .main-wrapper .top-wrapper {
        height: auto;
        min-height: 691px;
    }
    #datepicker, #timepicker, #datepicker2, #timepicker2 {
        width: 210px;
        max-width: 210px;
    }
    .thin-divider {
        margin-left: 245px;
    }
    .addit .addit-wish-button{
        position: relative;
        right: -12px;
        top: -20px;
    }
    .order-form .right-side .book-btn{
        position: absolute;
        right: 20px;
        margin-top: -7px;
    }
    .footer-section .main-row {
        flex-direction: column-reverse;
        align-items: center;
    }
    .footer-section, .footer-wrapper {
        height: auto;
        max-height: 348px;
    }
    .footer-section .main-row .logo-part {
        flex: unset;
        margin-top: 76px;
        margin-bottom: 20px;
    }
    .footer-section .main-row .items-part{
        flex: unset;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
    }
    .footer-section .items-part .footer-menu {
        margin-bottom: 30px;
        margin-top: 55px;
    }
    .items-part .address{
        margin-top: 15px;
    }
    .footer-section .footer-wrapper .copyright {
        text-align: center;
    }
    .items-part .footer-socials {
        margin-top: 20px;
        margin: 0 auto;
        margin-bottom: -40px;
    }
    .bottom-success-message{
        padding-left: 29%;
        width: 85%;
    }
}

@media(max-width: 1024px){
    #datepicker, #timepicker, #datepicker2, #timepicker2 {
        width: 170px;
        max-width: 170px;
    }
    .thin-divider {
        margin-left: 210px;
    }
    .custom-select {
        min-width: 215px;
        width: 100%;
    }
    #datepicker, #timepicker, #datepicker2, #timepicker2 {
        width: 150px;
        max-width: 150px;
    }
    #timepicker2 {
        margin-left: 70px;
    }
}

@media(max-width: 980px){
    .main-wrapper .logo-language {
        gap: 55%;
    }
}

@media(max-width: 949px){
    .custom-select {
        min-width: 195px;
    }
}

@media(max-width: 900px){
    .contact-us {
        flex-direction: column-reverse;
        align-items: normal;
    }
    .choose-us .choose-wrapper .item {
        max-width: 640px;
    }
    .choose-us, .contact-us {
        padding: 16px;
    }
    .contact-us {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .contact-us .picture img    {
        margin-top: 30px;
    }
    .bottom-success-message{
        padding-left: 11%;
        width: 75%;
        top: 164px;
    }
}

@media(max-width: 845px){
    .custom-select {
        min-width: 170px;
    }
}

@media(max-width: 830px){
    .main-wrapper .services .list div {
        width: 300px;
    }
    .thin-divider {
        margin-left: 160px;
    }
    #timepicker2 {
        margin-left: 15px;
    }
}

@media(max-width: 768px){
    body .main-wrapper {
        max-width: 768px;
        width: 100%;
    }
    body .main-wrapper section {
        max-width: 768px;
        width: 100%;
    }
    body .main-wrapper .top-wrapper {
        background-image: url("../img/Top-Background-768.png");
        min-height: 768px;
        height: auto;
        padding: 15px;
    }
    body .main-wrapper .logo-language {
        width: 100%;
    }
    body .main-wrapper .order-form{
        flex-direction: column;
        width: 100%;
        max-width: 735px;
    }
    .main-wrapper .logo-language {
        gap: 20%;
    }
    .order-form .right-side .book-btn{
        display: block;
        width: 100%;
        height: 52px;
        border-radius: 12px;
        text-align: center;
        font-size: 20px;
        max-width: 200px;
        right: 35px;
    }
    .main-wrapper .order-form .additional-info {
        width: 100%;
    }
    .main-wrapper .order-form .right-side {
        gap: 20px;
        padding-top: 15px;
    }
    .left-side .inputs input[type=text] {
        width: 100%;
        margin-right: 0px;
    }
    .main-wrapper .desc-wrapper h2,
    .main-wrapper .desc-wrapper p {
        width: 90%;
    }
    .main-wrapper .desc-wrapper {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .choose-car .cars{
        flex-direction: column;
        align-items: center;
    }
    .choose-car h2 {
        width: 100%;
        text-align: center;
    }
    .drop-block.lang{
        margin-left: -30px;
    }
    .main-wrapper .services .list div {
        width: 270px;
    }
    .main-wrapper .services h2 {
        text-align: center;
    }

    .choose-us h2 {
        margin-top: 25px;
    }
    .choose-us .choose-wrapper {
        gap: 45px;
    }

    .footer-section .items-part .footer-menu {
        flex-wrap: wrap;
    }
    .footer-section .main-row {
        align-items: flex-start;
    }
    .footer-section .footer-wrapper .copyright {
        text-align: left;
    }
    .items-part .footer-socials {
        margin-left: 0;
    }
    .items-part .footer-socials {
        justify-content: space-between;
    }
    .items-part .address {
        margin-top: 5px;
    }
    .top-form-controls .radio {
        flex-direction: column;
        gap: 20px;
    }
    .top-success-message {
        padding-left: 0;
        margin-top: -15px;
        margin-bottom: -30px;
    }

    body.page-template-page-privacy-terms .main-wrapper .top-wrapper {
        background-image: none;
        min-height: auto;
        height: auto;
        padding: 0;
    }
    .custom-select {
        min-width: 140px;
    }
    #datepicker, #timepicker, #datepicker2, #timepicker2 {
        width: 100%;
        max-width: 130px;
    }
    #timepicker2 {
        margin-left: 38px;
    }

}

@media(max-width: 710px){
    .main-wrapper .services {
        margin-top: 100px;
    }
    .main-wrapper .services {
        padding: 27px;
    }
}

@media(max-width: 687px){
    .left-side .inputs {
        flex-direction: column;
    }
    .left-side .inputs > div{
        width: 100%;
    }
    .main-wrapper .services .list {
        justify-content: space-around;
    }
    .bottom-success-message{
        padding-left: 0;
        width: 100%;
        top: 220px;
    }
}

@media(max-width: 645px){
    .thin-divider {
        margin-left: 120px;
    }
    .custom-select {
        min-width: 120px;
    }
}

@media(max-width: 560px){

    .thin-divider{
        margin-left: 36%;
    }
    .main-wrapper .order-form .right-side {
        flex-direction: column;
    }
    body .main-wrapper .order-form {
        flex-direction: column;
        width: 100%;
    }
    .radio label:not(.radio-btn-checked),
    .radio label.radio-btn-checked {
        width: 100%;
    }
    .date-time-picker {
        width: 100%;
    }
    .date-time-picker {
        width: 100%;
    }
    .order-form .top-form-controls .radio{
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .left-side .inputs input[type=text] {
        width: 100%;
        margin-right: 0;
    }
    .order-form .right-side .book-btn {
        display: block;
        width: 100%;
    }
    .main-wrapper .order-form .right-side {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .top-form-controls .radio {
        margin-top: 0px;
    }
    .drop-block.lang{
        margin-left: -37px;
    }
    .main-wrapper .services {
        margin-top: 0;
    }
    .choose-us h2 {
        font-size: 28px;
    }
    .contact-form .first-row {
        flex-direction: column;
    }
    .contact-form .first-row .item {
        width: 100%;
    }
    .choose-car h2,
    .main-wrapper .services h2,
    .contact-us .form h2 {
        font-size: 28px;
        text-align: left;
    }
    .tel-terms-wrapper .privacy {
        margin-right: 35px;
    }
    .main-wrapper .choose-us {
        padding: 50px 20px 50px 20px;
    }
    .date-time-passengers-container {
        flex-direction: column;
    }
    .date-time-passengers-container .select-container {
        margin-top: 25px;
    }
    .date-time-passengers-container .select-container,
    .date-time-passengers-container .date-time-picker {
        width: 100%;
    }
    #datepicker, #timepicker, #datepicker2, #timepicker2 {
        width: 100%;
        max-width: 50%;
    }
    .thin-divider {
        margin-left: 40%;
    }
    .custom-select {
        width: 100%;
        max-width: 220px;
        min-width: 220px;
    }
}

@media(max-width: 520px){
    .custom-select {
        width: 100%;
        max-width: 200px;
        min-width: 200px;
    }
}

@media(max-width: 477px){
    .order-form .right-side .book-btn {
        position: relative;
        right: 0;
        margin-top: 60px;
        max-width: 100%;
        width: 100%;
        margin-bottom: -35px;
    }
    .addit .addit-wish-button {
        right: -12px;
        top: -90px;
    }
    .additional-info{
        width: 100%;
        max-width: 407px;
    }
    .custom-select {
        width: 100%;
        max-width: 175px;
        min-width: 175px;
    }
    .book-btn.mobile-btn{
        display: block;
    }
    .book-btn.desktop-btn {
        display: none !important;
    }
    .addit .addit-wish-button {
        top: -10px;
    }
}

@media(max-width: 442px){
    .main-wrapper .logo-language {
        gap: 18%;
    }
    .footer-section {
        padding: 12px;
    }
    .footer-section, .footer-wrapper {
        height: auto;
        max-height: 470px;
    }
    .bottom-success-message{
        padding-left: 0;
        width: 100%;
        top: 15px;
        position: relative;
        margin-bottom: -40px;
    }
}

@media(max-width: 418px){
    .language-switcher {
        width: 65px;
    }
    .main-wrapper .logo-language {
        gap: 20px;
    }
    .custom-select {
        width: 100%;
        max-width: 155px;
        min-width: 155px;
    }
}

@media(max-width: 375px){
    body .main-wrapper .top-wrapper {
        background-image: url(../img/Top-Background-375.png);
        min-height: 768px;
        height: auto;
    }
    .order-form #timepicker2 {
        width: 170px;
    }
    .order-form .right-side .book-btn {
        width: 100%;
        max-width: 300px;
        border-radius: 12px;
        padding-top: 14px;
        padding-right: 20px;
        padding-bottom: 14px;
        padding-left: 20px;
        font-size: 20px;
        margin-top: 24px;
    }
    .main-wrapper .desc-wrapper {
        height: auto;
        margin-bottom: 30px;
    }
    .main-wrapper .desc-wrapper h2 {
        font-size: 34px;
        line-height: 120%;
    }
    .main-wrapper .desc-wrapper h2,
    .main-wrapper .desc-wrapper p {
        width: 95%;
    }
    .main-wrapper .desc-wrapper p {
        padding-top: 0px;
    }
    .choose-car .cars img {
        width: 343px;
    }
    .choose-car .cars h3 {
        font-size: 16px;
        bottom: 20px;
        left: 20px;
    }
    .choose-car h2 {
        font-size: 28px;
    }
    .main-wrapper .services h2 {
        text-align: left;
        font-size: 28px;
        margin-left: -8px;
        margin-top: 30px;
    }
    .choose-us {
        padding: 20px;
    }
    .choose-us h2 {
        font-size: 28px;
    }
    .thin-divider {
        margin-left: 100px;
    }
    .footer-section { /* footer-wrapper  */
        height: auto;
        max-height: 510px;
    }
    .items-part .address {
        margin-top: 5px;
        margin-left: 10px;
        align-items: center;
    }
    .footer-section .items-part .footer-menu li.email {
        margin-top: 35px;
        margin-left: 8px;
    }
    .footer-section .main-row .logo-part {
        flex: unset;
        margin-top: 120px;
        margin-bottom: 20px;
    }
    .main-wrapper .logo-language {
        gap: 0px;
    }
    .logo-language .logo img {
        width: 100%;
        max-width: 215px;
    }
    .main-wrapper section {
        margin: 0 auto;
    }
    .main-wrapper .order-form-section {
        max-width: 340px;
        margin: 0 auto;
        margin-top: 25px;
    }
    .footer-wrapper .footer-menu .phone {
        margin-top: 10px;
        margin-left: 5px;
    }
    .footer-section {
        width: auto;
    }
    .footer-section .tel-terms-wrapper{
        margin-left: 10px;
    }
    .items-part .footer-socials {
        margin-left: 10px;
    }
    .footer-section .footer-wrapper {
        padding-top: 15px;
    }
    .order-form .right-side .book-btn {
        margin-top: 50px;
    }
    .addit .addit-wish-button {
        top: -10px;
    }
    .custom-select {
        max-width: 135px;
        min-width: 135px;
    }
    .book-btn.mobile-btn {
        width: 100%;
    }
}

/* city dropdowns */
.city-dropdown {
    position: absolute;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    max-width: 200px;
}
.city-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.city-item {
    padding: 10px;
    cursor: pointer;
}
.city-item:hover {
    background: #f0f0f0;
}
/* city dropdowns */