.block4 {
    min-height: 200px;
}


/* Config Colors
-------------------------------------*/


/* Defaults 
-------------------------------------*/

body {
    font-family: 'Lato', sans-serif;
    color: #605d5e;
}


/* Animation Delay
--------------------------------------------*/

.delay05s {
    animation-delay: 0.5s;
}

.delay1s {
    animation-delay: 1s;
}

.delay15s {
    animation-delay: 1.5s;
}

.delay2s {
    animation-delay: 2s;
}

.v-hidden {
    visibility: hidden;
}


/* Autocomplete
--------------------------------------------*/

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
    font-size: 14px;
}

.autocomplete-suggestion {
    padding: 10px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.autocomplete-selected {
    background: #f0f0f0;
    font-size: 14px;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
    font-size: 14px;
}


/* Carousel Fade
--------------------------------------------*/

.carousel {
    z-index: 1;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/* Label
--------------------------------------------*/

.label-default {
    background-color: #ffbf00;
    border-radius: 0;
}


/* Tooltip
--------------------------------------------*/

.tooltip .tooltip-inner {
    background-color: #ffbf00;
    padding: 5px 10px;
    font-size: 18px;
}

.tooltip .tooltip-arrow {
    border-top-color: #ffbf00 !important;
}

.my-tooltip {
    border-bottom: 1px dotted #ffbf00;
    color: #ffbf00;
}


/* Links
--------------------------------------------*/

a {
    color: #ffbf00;
}

a:hover {
    color: #ffbf00;
    text-decoration: none;
}


/* Scroll to Top Button 
--------------------------------------------*/

.scrollup {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 44px;
    right: 64px;
    display: none;
    text-indent: -9999px;
    background: url('../img/icon_top.png') no-repeat;
}


/* Header
--------------------------------------------*/
/* Исправление для длинных слов в навигации на десктопе */
@media (min-width: 992px) {
    .navbar-nav>li>a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 13px;
    }
}


/* Полностью скрываем индикатор CMS на мобильных устройствах */

    #cms-status {
        display: none !important;
    }



/* Исправление наложения на мобильных и планшетных устройствах */
@media (max-width: 991px) {
    #teaser {
        padding-bottom: 50px;
    }
}
header {
    height: 147px;
    width: 100%;
    top: 0;
    z-index: 100;
    background-color: #fff;
}

header .box {
    margin: 0 auto;
}

header .brand {
    margin: 45px 0 0 0;
}

header .brand h1 {
    margin: 0;
    padding: 0;
}

header .header-info .contact {
    font-size: 17px;
    font-weight: 900;
    margin-top: 10px;
}

header .header-info .language-switch {
    background-color: #ffbf00;
    margin-left: 24px;
}

header .header-info .language-switch a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 11px 45px 8px 15px;
    background: transparent url('../img/lang-select-icon.png') no-repeat 154px 14px;
}

header .header-info .language-switch .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    min-width: 188px;
    padding: 0;
}

header .header-info .language-switch .dropdown-menu li a {
    color: #605d5e;
    padding: 5px 15px 5px 15px;
    background-image: none;
}

header .header-info .language-switch .dropdown-menu li a:hover {
    background-color: #efe9e9;
}

header .header-info .language-switch .dropdown-menu li img {
    margin-right: 10px;
}


/* Navbar
--------------------------------------------*/

header .navbar-default {
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
}

header .navbar-brand {
    display: none;
}

header .navbar-default .container-fluid {
    padding: 0;
}

header .navbar-default .navbar-collapse {
    padding: 0;
}

header .navbar-default .navbar-nav>.active>a {
    background-color: #fff;
    border: 2px solid #b8b6b6;
    color: #605d5e;
    background-color: transparent;
}

header .navbar-default .navbar-nav>li>a {
    background-color: transparent;
    padding: 8px 10px 7px 11px;
    border: 2px solid #fff;
    transition: background 0.4s ease-in-out;
}

header .navbar-default .navbar-nav>li>a:hover {
    background-color: #fff;
    border: 2px solid #fff;
    background-color: #e7e7e7;
    color: #605d5e;
}

header .navbar-default .navbar-nav .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border-color: #fff;
    margin: -2px 2px 0 0;
    border: none;
    border-top: 4px solid #E7E7E7;
    border-bottom: 4px solid #e7e7e7;
    padding: 0;
}

header .navbar-default .navbar-nav .dropdown-menu li a {
    padding: 7px 20px;
}

.navbar-nav.navbar-right:last-child {
    margin-right: -9px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: #ffffff;
}

header.small {
    height: 95px;
    box-shadow: 0 0px 14px -2px gray;
}

header.small .header-info {
    display: none;
}

header.small .brand {
    margin: 24px 0 0 0;
    width: 50%;
}

header.large {
    height: 147px;
    box-shadow: none;
}

header.large .header-info {
    display: block;
}

header.large .brand {
    margin: 45px 0 0 0;
    width: 100%;
}


/* Teaser
-------------------------------------*/

#teaser {
    height: 600px;
    padding: 60px 0;
    background-color: #ffbf00;
    background: linear-gradient(to bottom, #4c9f2d 0%, #4c9f2d 50%, #ffbf00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@mainColor', endColorstr='@mainColor', GradientType=0);
    overflow: visible;
        /* ✅ Убедиться, что не hidden */
}

#teaser .reservation-form-shadow {
    min-height: 520px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 7px 0 15px -4px rgba(0, 0, 0, 0.3), -7px 0 15px -4px rgba(0, 0, 0, 0.3);
    padding-bottom: 60px; /* ✅ Добавить, если еще нет */
}

#teaser form {
    padding: 34px;
}

#teaser form .alert {
    margin-top: -20px;
    padding: 10px 15px;
}

#teaser form ::-webkit-input-placeholder {
    color: #ffbf00 !important;
}

#teaser form :-moz-placeholder {
    color: #ffbf00 !important;
}

#teaser form ::-moz-placeholder {
    color: #ffbf00 !important;
}

#teaser form :-ms-input-placeholder {
    color: #ffbf00 !important;
}

#teaser form .styled-select-car {
    border: 2px solid #efe9e9;
    height: 55px;
    position: relative;
    margin-bottom: 23px;
}

#teaser form .styled-select-car:after {
    content: '';
    background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 23px;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 51px;
    position: absolute;
    pointer-events: none;
}

#teaser form .styled-select-car select {
    border: none;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 9px 10px;
    height: 51px;
    outline: none;
}

#teaser form .location {
    margin-bottom: 27px;
}

#teaser form .datetime {
    margin-bottom: 11px;
}

#teaser form .form-control {
    height: 43px;
    border: 2px solid #efe9e9;
    box-shadow: none;
}

#teaser form .input-group {
    width: 100%;
}

#teaser form .input-group input {
    border-radius: 0;
    color: #2b2b2b;
    font-size: 16px;
    padding-left: 15px;
    box-shadow: none;
    background: none;
    -webkit-appearance: none;
}

#teaser form .input-group-addon {
    border-radius: 0;
    border: none;
    background-color: #efe9e9;
    font-weight: bold;
    font-size: 16px;
    color: #605d5e;
    width: 110px;
    text-align: left;
}

#teaser form .input-group-addon .glyphicon {
    font-size: 17px;
    margin: 0 2px 0 -2px;
}

#teaser form .different-drop-off {
    color: #605d5e;
    font-weight: bold;
    margin: 10px 0;
    display: block;
}





#teaser form .pixelfix {
    border-top: 1px solid #fff;
}

#teaser form .styled-select-time {
    border: 2px solid #efe9e9;
    height: 43px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

#teaser form .styled-select-time:after {
    content: '';
    background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 39px;
    position: absolute;
    pointer-events: none;
}

#teaser form .styled-select-time select {
    border: none;
    font-size: 16px;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 10px 10px;
    height: 43px;
    color: #2b2b2b;
    box-sizing: border-box;
}

#teaser form .submit {
    width: 100%;
    background-color: #ffbf00;
    color: #2b2b2b;
    border: none;
    border-radius: 0;
    box-shadow: 6px 6px 0 #efe9e9;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 0;
    margin-top: 20px;
    transition: 0.2s;
}

#teaser form .submit:hover {
    background-color: #605d5e;
    color: #fff;
}

#teaser .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 900;
    margin: 0;
}

#teaser .subtitle {
    font-size: 24px;
    color: #ffbf00;
    text-transform: none;
    display: block;
    font-weight: normal;
    margin-top: 10px;
}

#teaser .car-img {
    height: 375px;
    text-align: center;
    line-height: 400px;
}

#teaser .car-img img {
    display: inline-block;
}

#teaser .carousel-control {
    position: relative;
}

#teaser .carousel-control.left,
#teaser .carousel-control.right {
    background-image: none;
    margin: 0;
    width: 30px;
}

#teaser .carousel-control.left {
    left: 90%;
}

#teaser .carousel-control.right {
    left: 95%;
}

#teaser .carousel-control .glyphicon-chevron-left,
#teaser .carousel-control .glyphicon-chevron-right {
    margin: 0;
}

#teaser .carousel-control .glyphicon-chevron-right {
    right: auto;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid #ffbf00;
    margin: 0 auto;
}
    /* добавлено */
}
#teaser form .input-group.date {
    width: auto;
    max-width: 100%;
}

@media (min-width: 993px) {
    #teaser form .date {
        width: 100%;
    }

    #teaser form .time {
        width: 100%;
    }

    #teaser form .input-group input[type="text"] {
        min-width: 150px;
        width: 100%;
    } 
}


.datepicker.dropdown-menu {
    z-index: 9999 !important;
}



/* Исправление наложения блоков на мобильных устройствах */
@media (max-width: 767px) {
    #teaser {
        padding-bottom: 40px;
        /* Добавляем отступ снизу для формы */
    }

    #second-slider {
        padding-top: 40px;
        /* Добавляем отступ сверху для слайдера */
        margin-top: 0;
    }
}

/* Exact Font Awesome Free 5.15.3 SVG icons retained without the full CDN stylesheet. */
.fa5-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    vertical-align: -0.125em;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.fa5-icon-calculator {
    -webkit-mask-image: url('../img/icons/fontawesome-free-5.15.3/calculator.svg');
    mask-image: url('../img/icons/fontawesome-free-5.15.3/calculator.svg');
}

.fa5-icon-car {
    -webkit-mask-image: url('../img/icons/fontawesome-free-5.15.3/car.svg');
    mask-image: url('../img/icons/fontawesome-free-5.15.3/car.svg');
}
/* Teaser Blog
-------------------------------------*/

#teaser-blog {
    height: 145px;
    padding: 60px 0;
    background-color: #ffbf00;
}

#teaser-blog .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}

#teaser-blog .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}

#teaser-blog .breadcrumbs {
    color: #fff;
    list-style: none;
    padding: 0;
    text-align: right;
    margin-top: 9px;
}

#teaser-blog .breadcrumbs li {
    display: inline-block;
    text-transform: uppercase;
}

#teaser-blog .breadcrumbs li:after {
    content: ">";
    padding: 0 2px 0 4px;
}

#teaser-blog .breadcrumbs li:last-of-type:after {
    content: "";
    padding: 0 0 0 5px;
}

#teaser-blog .breadcrumbs a {
    color: #fff;
}


/* Blog Section
-------------------------------------*/

.blog-posts {
    margin-top: 70px;
}

.blog-posts .blog-post {
    margin-bottom: 70px;
}

.blog-posts .blog-post blockquote {
    margin: 35px 27px;
    border-left: 6px solid #ffbf00;
    font-size: 16px;
    line-height: 1.7;
    font-style: italic;
}

.single-post-tags {
    list-style: none;
    margin: 35px 0 0 0;
    padding: 0;
}

.single-post-tags li {
    display: inline-block;
    text-transform: uppercase;
}

.single-post-tags li:first-of-type {
    font-weight: bold;
    color: #ffbf00;
}

.single-post-tags li a {
    color: #605d5e;
    text-transform: none;
}

.author-post .author-img {
    float: left;
    width: 130px;
    padding-bottom: 2px;
    border-bottom: 7px solid #ffbf00;
}

.author-post .author-content {
    margin-left: 155px;
}

.author-post .author-content h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.author-post .author-content h2 small {
    font-weight: normal;
    font-size: 18px;
}

.author-post .author-content p {
    font-size: 16px;
    line-height: 1.7;
}

.blog-posts .blog-post .post-attachment {
    padding-bottom: 2px;
    border-bottom: 10px solid #ffbf00;
}

.blog-posts .blog-post .post-content-text {
    margin-top: 8px;
}

.blog-posts .blog-post .post-content-text .post-title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 5px;
}

.blog-posts .blog-post .post-content-text .post-title a {
    color: #605d5e;
}

.blog-posts .blog-post .post-content-text .post-date {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 22px;
    display: block;
}

.blog-posts .blog-post .post-content-text p {
    font-size: 16px;
    line-height: 1.7;
}

.blog-posts .blog-post .post-content-text .read-more {
    text-transform: uppercase;
    margin-top: 10px;
}

.blog-posts .pagination-list {
    font-size: 18px;
    font-weight: 900;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-posts .pagination-list li {
    display: inline-block;
    padding: 0 5px;
    color: #ffbf00;
}

.blog-posts .pagination-list li a {
    color: #605d5e;
}

.comment-section {
    margin-top: 60px;
    font-size: 16px;
    line-height: 1.7;
}

.comment-section h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.comment-section .comment-box {
    padding-bottom: 35px;
    border-bottom: 3px solid #ededed;
    margin-bottom: 35px;
}

.comment-section .comment-tree {
    list-style: none;
    padding: 0;
}

.comment-section .comment-tree ul {
    list-style: none;
    margin-left: 105px;
    padding: 0;
}

.comment-section .comment-img {
    border-bottom: 7px solid #ffbf00;
    display: inline-block;
    float: left;
    padding-bottom: 2px;
}

.comment-section .comment-content {
    margin-left: 105px;
}

.comment-section .comment-content h4 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 0;
}

.comment-section .comment-content span {
    font-size: 14px;
}

.comment-section .comment-content p {
    margin-top: 10px;
}

.comment-section .comment-reply-link {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 2px;
}

.comment-section .comment-respond h3 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.comment-section .comment-respond form input {
    background-color: #dbdbdb;
    height: 45px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    line-height: 45px;
    font-size: 18px;
    margin-bottom: 13px;
}

.comment-section .comment-respond form textarea {
    background-color: #dbdbdb;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 18px;
    margin-bottom: 20px;
}

.comment-section .comment-respond form ::-webkit-input-placeholder {
    font-size: 14px !important;
}

.comment-section .comment-respond form :-moz-placeholder {
    font-size: 14px !important;
}

.comment-section .comment-respond form ::-moz-placeholder {
    font-size: 14px !important;
}

.comment-section .comment-respond form :-ms-input-placeholder {
    font-size: 14px !important;
}

.comment-section .comment-respond form .submit {
    background-color: #ffbf00;
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 6px 6px 0 #efe9e9;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    padding: 1px 20px;
    transition: .2s;
}

.comment-section .comment-respond form .submit:hover {
    background-color: #605d5e;
}

.blog-posts .sidebar .widget-title {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.blog-posts .sidebar .widget {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.7;
}

.blog-posts .sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.blog-posts .sidebar .widget ul li {
    border-bottom: 1px solid #e3e2e2;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    transition: background 0.4s ease-in-out;
}

.blog-posts .sidebar .widget ul li i {
    color: #ffbf00;
    margin: 0 7px;
}

.blog-posts .sidebar .widget ul li a {
    color: #605d5e;
}

.blog-posts .sidebar .widget ul li:hover {
    background-color: #e7e7e7;
}

.blog-posts .sidebar .widget .tagcloud {
    overflow: hidden;
}

.blog-posts .sidebar .widget .tagcloud a {
    color: #fff;
    background-color: #ffbf00;
    padding: 6px 20px;
    display: inline-block;
    margin: 4px 4px 0 0;
    float: left;
    transition: background 0.4s ease-in-out;
}

.blog-posts .sidebar .widget .tagcloud a:hover {
    background-color: #e7e7e7;
}

.blog-posts .sidebar .widget:after {
    clear: both;
}

.blog-posts .sidebar .search-widget form ::-webkit-input-placeholder {
    color: #ffbf00 !important;
}

.blog-posts .sidebar .search-widget form :-moz-placeholder {
    color: #ffbf00 !important;
}

.blog-posts .sidebar .search-widget form ::-moz-placeholder {
    color: #ffbf00 !important;
}

.blog-posts .sidebar .search-widget form :-ms-input-placeholder {
    color: #ffbf00 !important;
}

.blog-posts .sidebar .search-widget form .input-group input {
    border-radius: 0;
    color: #ffbf00;
    font-size: 16px;
    padding-left: 15px;
    box-shadow: none;
    background: none;
    -webkit-appearance: none;
}

.blog-posts .sidebar .search-widget form .input-group-addon {
    border-radius: 0;
    border: none;
    background-color: #efe9e9;
    font-weight: bold;
    font-size: 16px;
    color: #605d5e;
    width: 41px;
    text-align: left;
    padding-right: 0;
    padding-left: 15px;
}

.blog-posts .sidebar .search-widget form .input-group-addon .glyphicon {
    font-size: 17px;
    margin: 0 2px 0 -2px;
}

.blog-posts .sidebar .search-widget form .form-control {
    height: 43px;
    border: 2px solid #efe9e9;
    box-shadow: none;
}

.blog-posts .sidebar .search-widget form .input-group {
    width: 100%;
}

.blog-posts.error-page {
    padding-bottom: 45px;
}

.blog-posts.error-page .container {
    border-bottom: 10px solid #ffbf00;
}

.blog-posts.error-page h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

.blog-posts.error-page h3 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.5;
}

.blog-posts.error-page h3 span {
    font-weight: normal;
}

.blog-posts.error-page .error-search {
    padding-top: 60px;
}

.blog-posts.error-page .error404 {
    color: #e7e7e7;
    font-weight: 900;
    font-size: 220px;
    border-right: 1px solid #ccc;
    height: 205px;
    line-height: 205px;
    margin-bottom: 60px;
    margin-top: 45px;
    margin-right: -17px;
}

.blog-posts.error-page form {
    margin-top: 20px;
}

.blog-posts.error-page form ::-webkit-input-placeholder {
    color: #ffbf00 !important;
}

.blog-posts.error-page form :-moz-placeholder {
    color: #ffbf00 !important;
}

.blog-posts.error-page form ::-moz-placeholder {
    color: #ffbf00 !important;
}

.blog-posts.error-page form :-ms-input-placeholder {
    color: #ffbf00 !important;
}

.blog-posts.error-page form .input-group input {
    border-radius: 0;
    color: #ffbf00;
    font-size: 16px;
    padding-left: 15px;
    box-shadow: none;
    background: none;
    -webkit-appearance: none;
}

.blog-posts.error-page form .input-group-addon {
    border-radius: 0;
    border: none;
    background-color: #efe9e9;
    font-weight: bold;
    font-size: 16px;
    color: #605d5e;
    width: 41px;
    text-align: left;
    padding-right: 0;
    padding-left: 15px;
}

.blog-posts.error-page form .input-group-addon .glyphicon {
    font-size: 17px;
    margin: 0 2px 0 -2px;
}

.blog-posts.error-page form .form-control {
    height: 43px;
    border: 2px solid #efe9e9;
    box-shadow: none;
}

.blog-posts.error-page form .input-group {
    width: 100%;
}


/* Services
--------------------------------------------*/

#services {
    margin-top: 65px;
    position: relative;
    z-index: 2;
}

#services .title {
    margin-bottom: 38px;
}

#services h2 {
    font-size: 46px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0;
}

#services .underline {
    height: 4px;
    width: 135px;
    display: block;
    background-color: #ffbf00;
    margin: 0 auto;
}

#services .service-box {
    background-color: #ededed;
    padding: 30px;
    margin-bottom: 30px;
}

#services .service-box .service-icon {
    height: 43px;
    width: 43px;
    background-color: #ffbf00;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 41px;
    font-weight: 900;
    float: left;
    margin-right: 15px;
}

#services .service-box .service-title {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 900;
    padding-top: 5px;
}

#services .service-box .service-content {
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.7;
}


/* Newsletter
--------------------------------------------*/

#newsletter {
    background-color: #4c9f2d;
    margin-top: 90px;
    padding: 90px 0;
    position: relative;
    z-index: 2;
}

#newsletter .title {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

#newsletter .subtitle {
    font-size: 18px;
    color: #605d5e;
    display: block;
    font-weight: normal;
    margin-top: 6px;
}

#newsletter .newsletter-form {
    width: 62%;
    background-color: #fff;
    height: 55px;
    padding: 9px;
}

#newsletter .newsletter-form input {
    box-shadow: none;
    border: none;
}

#newsletter .newsletter-form .button {
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #b8b6b6;
    margin-left: 1px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #605d5e;
    padding: 0 10px;
    height: 37px;
    line-height: 36px;
    transition: 0.2s;
}

#newsletter .newsletter-form .button:hover {
    background-color: #605d5e;
    border: 2px solid #605d5e;
    color: #fff;
}

#newsletter .social-icons {
    width: 38%;
}

#newsletter .social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#newsletter .social-icons ul li {
    display: block;
    float: right;
}

#newsletter .social-icons ul li a {
    height: 55px;
    width: 65px;
    background-color: #ffbf00;
    display: block;
    margin-left: 10px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 36px;
}

#newsletter .social-icons ul li .facebook {
    background-color: #365595;
}

#newsletter .social-icons ul li .googleplus {
    background-color: #d41332;
}

#newsletter .social-icons ul li .twitter {
    background-color: #36a4cf;
}

#newsletter .social-icons ul li:hover {
    opacity: 0.8;
}

#newsletter form ::-webkit-input-placeholder {
    font-size: 16px;
}

#newsletter form :-moz-placeholder {
    font-size: 16px;
}

#newsletter form ::-moz-placeholder {
    font-size: 16px;
}

#newsletter form :-ms-input-placeholder {
    font-size: 16px;
}


/* Vehicles
--------------------------------------------*/

#vehicles {
    margin-top: 90px;
    position: relative;
    z-index: 2;
}

#vehicles .title {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 65px;
}

#vehicles .subtitle {
    font-weight: normal;
}

#vehicles .vehicle-nav-row {
    padding-right: 0;
}

#vehicles #vehicle-nav-container {
    height: 365px;
    overflow: hidden;
    position: relative;
    margin-bottom: 1px;
}

#vehicles .vehicle-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0px;
    position: absolute;
    width: 100%;
}

#vehicles .vehicle-nav-control {
    padding-right: 10px;
}

#vehicles .vehicle-nav-control a {
    width: 50%;
    height: 40px;
    display: block;
    background-color: #605d5e;
    text-align: center;
    float: left;
    color: #fff;
    line-height: 40px;
    font-size: 24px;
    transition: all 0.25s ease-in-out;
}

#vehicles .vehicle-nav-control a:first-of-type {
    border-right: 1px solid #fff;
}

#vehicles .vehicle-nav-control a:hover {
    background-color: rgba(255, 191, 0, 0.4);
    color: #605d5e;
}

#vehicles .vehicle-nav li {
    background-color: #e3e2e2;
    margin-bottom: 1px;
    position: relative;
    transition: .2s;
    margin-right: 10px;
}

#vehicles .vehicle-nav li span {
    width: 0px;
    height: 0px;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: block;
    position: absolute;
    right: -10px;
    top: 20px;
    transition: 0.2s;
}

#vehicles .vehicle-nav li:hover {
    background-color: #d1cece;
}

#vehicles .vehicle-nav li.active {
    background-color: rgba(255, 191, 0, 0.4);
    font-weight: bold;
}

#vehicles .vehicle-nav li.active span {
    border-left-color: rgba(255, 191, 0, 0.4);
}

#vehicles .vehicle-nav li a {
    font-size: 18px;
    color: #605d5e;
    padding-left: 15px;
    display: block;
    height: 60px;
    line-height: 60px;
}

#vehicles .styled-select-vehicle-data {
    border: 2px solid #efe9e9;
    height: 43px;
    position: relative;
    width: 100%;
    display: none;
}

#vehicles .styled-select-vehicle-data:after {
    content: '';
    background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 39px;
    position: absolute;
    pointer-events: none;
}

#vehicles .styled-select-vehicle-data select {
    border: none;
    font-size: 16px;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 1px 10px;
    height: 39px;
}

#vehicles .vehicle-img {
    text-align: center;
}

#vehicles .vehicle-img img {
    display: inline-block;
}

#vehicles .vehicle-price {
    background-color: rgba(255, 191, 0, 0.4);
    height: 53px;
    line-height: 53px;
    padding: 0 10px;
    font-size: 24px;
    font-weight: 900;
}

#vehicles .vehicle-price .info {
    font-weight: normal;
    font-size: 18px;
}

#vehicles .reserve-button {
    background-color: #ffbf00;
    color: #2b2b2b;
    display: block;
    height: 50px;
    line-height: 51px;
    font-size: 24px;
    font-weight: 900;
    padding: 0 15px;
    box-shadow: 6px 6px 0 #efe9e9;
    text-transform: uppercase;
    transition: .2s;
}

#vehicles .reserve-button:hover {
    background-color: #605d5e;
    color: #fff;
}

#vehicles .reserve-button span {
    margin-right: 7px;
}


/* Reviews
--------------------------------------------*/

#reviews {
    margin-top: 90px;
    padding-bottom: 25px;
    position: relative;
    z-index: 2;
}

#reviews .stars {
    font-size: 27px;
    margin-bottom: 10px;
}

#reviews .stars .big {
    font-size: 36px;
}

#reviews .review {
    font-size: 24px;
    line-height: 1.7;
}

#reviews .author {
    font-size: 18px;
    font-weight: 900;
    color: #ffbf00;
    margin-top: 10px;
}

#reviews .carousel-indicators {
    position: absolute;
    bottom: auto;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-top: 25px;
}

#reviews .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #ccc;
}

#reviews .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #605d5e;
}


/* Locations
--------------------------------------------*/

#locations {
    margin-top: 90px;
    position: relative;
    z-index: 2;
}

#locations .location-select-container {
    z-index: 1;
    position: relative;
}

#locations .location-select {
    background-color: #ffbf00;
    height: 93px;
}

#locations .location-select h2 {
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    margin: 26px 0 0 21px;
}

#locations .styled-select-location {
    height: 47px;
    position: relative;
    margin: 22px 21px 0 0;
    background-color: #fff;
}

#locations .styled-select-location:after {
    content: '';
    background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 21px;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 43px;
    position: absolute;
    pointer-events: none;
}

#locations .styled-select-location select {
    border: none;
    font-size: 18px;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 11px 10px;
    height: 43px;
}

#locations .map {
    height: 550px;
    background-color: #ccc;
    top: -70px;
}

#locations .map h2 {
    color: #ffbf00;
    padding: 0 10px;
    margin-bottom: 4px;
}

#locations .map p {
    font-size: 16px;
    padding: 0 10px;
}

.arrow-down-location {
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid #ffbf00;
    margin: 0 auto;
}


/* Information
--------------------------------------------*/

#information {
    margin-top: 90px;
    position: relative;
    z-index: 2;
}

#information .row {
    margin-bottom: 90px;
}

#information .title {
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 30px 0;
    padding: 0;
}

#information .subtitle {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 30px 0;
    padding: 0;
}

#information p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

#information .btn-border {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 20px 0 0;
    display: inline-block;
}

#information .btn {
    font-size: 24px;
    font-weight: 900;
    background-color: #ffbf00;
    color: #fff;
    border-radius: 0;
    border: none;
    line-height: 47px;
    padding: 0 15px;
    box-shadow: 6px 6px 0 #efe9e9;
    margin-right: 15px;
    transition: .2s;
}

#information .btn:hover {
    background-color: #605d5e;
}

#information .btn-gray {
    background-color: #605d5e;
}

#information .btn-gray:hover {
    background-color: #ffbf00;
}

#information .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

#information .video iframe,
#information .video object,
#information.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Partners
--------------------------------------------*/

#partners {
    padding: 90px 0;
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
}

#partners .title {
    margin-bottom: 38px;
}

#partners h2 {
    font-size: 46px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0;
}

#partners .underline {
    height: 4px;
    width: 135px;
    display: block;
    background-color: #ffbf00;
    margin: 0 auto;
}

#partners p {
    margin: 40px 0 60px 0;
    font-size: 18px;
    line-height: 1.7;
}


/* FAQ
--------------------------------------------*/

#faq {
    padding: 90px 0 40px 0;
    position: relative;
    z-index: 2;
}

#faq .title {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 45px 0;
    padding: 0;
}

#faq .faq-list {
    max-width: 970px;
    margin: 0 auto;
}

#faq .faq-item {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
}

#faq .faq-item + .faq-item {
    margin-top: 0;
}

#faq .panel-heading {
    background-color: #ededed;
    border: none;
    border-radius: 0;
    padding: 0;
}

#faq .panel-title {
    font-size: 18px;
    font-weight: 900;
}

#faq .panel-title a {
    color: #605d5e;
    display: block;
    line-height: 1.4;
    padding: 18px 55px 18px 20px;
    position: relative;
}

#faq .panel-title a:hover,
#faq .panel-title a:focus {
    color: #605d5e;
    text-decoration: none;
}

#faq .panel-title a:after {
    color: #ffbf00;
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    right: 22px;
    top: 20px;
}

#faq .panel-title a.collapsed:after {
    content: "\f067";
}

#faq .faq-number {
    color: #2b2b2b;
    display: inline-block;
    margin-right: 8px;
}

#faq .panel-body {
    border-top: 1px solid #fff;
    color: #605d5e;
    font-size: 16px;
    line-height: 1.7;
    padding: 22px 25px;
}


/* Contact
--------------------------------------------*/

#contact {
    margin-top: 90px;
    position: relative;
    z-index: 2;
}

#contact h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 65px;
}

#contact .contact-info {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.7;
}

#contact .contact-info .address {
    font-weight: 900;
}

#contact .contact-info .highlight {
    color: #2b2b2b;
}

#contact form .form-group {
    margin-bottom: 20px;
}

#contact form .text-field {
    background-color: #dbdbdb;
    height: 45px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 18px;
}

#contact form textarea {
    background-color: #dbdbdb;
    height: 196px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 18px;
}

#contact form ::-webkit-input-placeholder {
    font-size: 18px !important;
    font-weight: bold;
}

#contact form :-moz-placeholder {
    font-size: 18px !important;
    font-weight: bold;
}

#contact form ::-moz-placeholder {
    font-size: 18px !important;
    font-weight: bold;
}

#contact form :-ms-input-placeholder {
    font-size: 18px !important;
    font-weight: bold;
}

#contact form .first-name {
    float: left;
    width: 49%;
}

#contact form .last-name {
    float: right;
    width: 49%;
}

#contact form .btn-border {
    border: 1px solid #ffd992;
    padding: 1px;
    margin: 0 20px 0 0;
    display: inline-block;
}

#contact form .g-recaptcha {
    margin-bottom: 20px;
    display: inline-block;
}

#contact form .submit-message {
    font-size: 24px;
    font-weight: 900;
    background-color: #ffbf00;
    color: #2b2b2b;
    border: none;
    line-height: 47px;
    padding: 0 15px;
    box-shadow: 6px 6px 0 #efe9e9;
    text-transform: uppercase;
    transition: .2s;
    border-radius: 0;
    margin-top: 20px;
    display: block;
    width: 100%;
}

#contact form .submit-message:hover {
    background-color: #605d5e;
    color: #fff;
}

#contact .contact-box-title {
    font-size: 18px;
    font-weight: bold;
}

#contact .contact-box {
    background-color: #ededed;
    padding: 20px;
}

#contact .contact-box .highlight {
    font-weight: bold;
    color: #2b2b2b;
}

#contact .contact-box img {
    border: 1px solid #ffbf00;
    float: left;
    margin-right: 20px;
}

#contact .contact-box-name {
    font-size: 24px;
    font-weight: bold;
}

#contact .contact-box-border {
    background-color: #ffbf00;
    height: 10px;
    margin-top: 1px;
    margin-bottom: 8px;
}

#contact .contact-box-divider {
    height: 10px;
}


/* Footer Bar
--------------------------------------------*/

#footer-bar {
    background-color: #605d5e;
    padding: 25px 0 40px 0;
    color: #fff;
    margin-bottom: -90px;
    margin-top: 90px;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

#footer-bar .footer-widget:after {
    clear: both;
}

#footer-bar h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

#footer-bar .gallerywidget a {
    margin: 0 2px 4px 0;
    display: block;
    float: left;
}


/* Footer
--------------------------------------------*/

footer {
    margin-top: 90px;
    padding: 40px 0;
    background-color: #dbdbdb;
    position: relative;
    z-index: 2;
}

footer .footer-nav {
    list-style: none;
    margin: 0 auto 20px auto;
    padding: 0;
}

footer .footer-nav li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

footer .footer-nav li a {
    font-size: 18px;
    text-decoration: underline;
    color: #605d5e;
    font-weight: bold;
}


/* Checkout Modal
--------------------------------------------*/

#checkoutModal .modal-dialog {
    width: 748px;
}

#checkoutModal .modal-content {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #fff;
}

#checkoutModal .modal-header {
    color: #fff;
    background-color: #ffbf00;
    border-bottom: none;
}

#checkoutModal .modal-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

#checkoutModal .close {
    color: #fff;
    text-shadow: none;
    opacity: .6;
    font-size: 27px;
    margin: 1px 7px 0 0;
}

#checkoutModal .close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

#checkoutModal .modal-body {
    padding: 0;
}

#checkoutModal .modal-body h3 {
    margin: 0;
    font-size: 18px;
    color: #ffbf00;
    font-weight: bold;
    margin-bottom: 25px;
}

#checkoutModal .checkout-info-box {
    background-color: rgba(255, 191, 0, 0.2);
    padding: 20px 30px;
}

#checkoutModal .checkout-info-box h3 {
    margin: 0;
    margin-bottom: 15px;
    color: #605d5e;
}

#checkoutModal .checkout-info-box h3 i {
    font-size: 23px;
}

#checkoutModal .checkout-vehicle-info {
    margin-top: 30px;
}

#checkoutModal .location-date-info {
    padding: 20px;
    float: left;
    max-width: 340px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

#checkoutModal .location-date-info h3 {
    color: #ffbf00;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #ffbf00;
}

#checkoutModal .vehicle-info {
    padding: 0 30px 0 0;
    float: right;
    max-width: 360px;
}

#checkoutModal .vehicle-info h3 {
    float: left;
    margin-right: 10px;
}

#checkoutModal .vehicle-info a {
    font-size: 12px;
}

#checkoutModal .vehicle-info .vehicle-image {
    width: 90%;
}

#checkoutModal .info-box {
    margin-bottom: 15px;
    padding: 15px;
    background: #ffffff;
    border-radius: 6px;
    border-left: 4px solid #ffbf00;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

#checkoutModal .info-box:hover {
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

#checkoutModal .info-box .glyphicon {
    float: left;
    font-size: 20px;
    color: #ffbf00;
    margin-top: 2px;
}

#checkoutModal .info-box .info-box-title {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 5px 30px;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#checkoutModal .info-box .info-box-description {
    margin-left: 30px;
    font-size: 15px;
    color: #34495e;
    font-weight: 500;
}

#checkoutModal .checkout-delivery-info {
    padding: 0 30px;
}

#checkoutModal .checkout-delivery-info h3 {
    color: #ffbf00;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#checkoutModal .checkout-delivery-info .form-group {
    width: 100%;
    margin-bottom: 20px;
}

#checkoutModal .checkout-delivery-info label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

#checkoutModal .checkout-delivery-info .checkbox {
    margin-bottom: 0;
}

#checkoutModal .checkout-delivery-info .hidden {
    display: none;
}

/* Child Seats Section */
#checkoutModal .checkout-child-seats {
    padding: 0 30px;
}

#checkoutModal .checkout-child-seats h3 {
    color: #ffbf00;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#checkoutModal .checkout-child-seats .form-group {
    width: 100%;
    margin-bottom: 20px;
}

#checkoutModal .checkout-child-seats .checkbox {
    margin-bottom: 0;
}

#checkoutModal .checkout-child-seats .child-seat-option {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
}

#checkoutModal .checkout-child-seats .seat-checkbox {
    margin-bottom: 8px;
    padding: 0;
}

#checkoutModal .checkout-child-seats .seat-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    top: 2px;
}

#checkoutModal .checkout-child-seats .seat-checkbox label {
    font-weight: 600;
    color: #333;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    max-width: calc(100% - 30px);
}

#checkoutModal .checkout-child-seats .seat-description {
    color: #666;
    font-size: 13px;
    margin: 8px 0 10px 30px;
    line-height: 1.4;
}

#checkoutModal .checkout-child-seats .quantity-selector {
    margin: 10px 0 0 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#checkoutModal .checkout-child-seats .quantity-selector label {
    font-weight: 500;
    color: #555;
    margin: 0;
    font-size: 14px;
}

#checkoutModal .checkout-child-seats .seat-quantity {
    width: 80px;
    height: 35px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#checkoutModal .checkout-child-seats .hidden {
    display: none;
}

#checkoutModal .checkout-delivery-info .form-control {
    width: 100%;
    padding: 10px;
    border: 2px solid #efe9e9;
    font-size: 14px;
}

#checkoutModal .checkout-personal-info {
    padding: 0 30px;
}

#checkoutModal .checkout-personal-info .form-group {
    float: left;
    width: 335px;
    min-height: 70px;
}

#checkoutModal .checkout-personal-info .form-group.left {
    margin-right: 7px;
}

#checkoutModal .checkout-personal-info .form-group.right {
    margin-left: 7px;
}

#checkoutModal .checkout-personal-info .age {
    float: left;
    width: 140px;
    min-height: 70px;
}

#checkoutModal form .styled-select-age {
    border: 2px solid #efe9e9;
    height: 43px;
    position: relative;
}

#checkoutModal form .styled-select-age:after {
    content: '';
    background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
    right: 0px;
    top: 0px;
    width: 29px;
    height: 39px;
    position: absolute;
    pointer-events: none;
}

#checkoutModal form .styled-select-age select {
    border: none;
    font-size: 16px;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 9px 10px;
    height: 39px;
}

#checkoutModal form input {
    background-color: #dbdbdb;
    height: 45px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    line-height: 45px;
    font-size: 18px;
}

#checkoutModal form ::-webkit-input-placeholder {
    font-size: 14px !important;
}

#checkoutModal form :-moz-placeholder {
    font-size: 14px !important;
}

#checkoutModal form ::-moz-placeholder {
    font-size: 14px !important;
}

#checkoutModal form :-ms-input-placeholder {
    font-size: 14px !important;
}

#checkoutModal form .checkbox {
    padding-left: 0;
}

#checkoutModal form input[type=checkbox] {
    display: none;
}

#checkoutModal form .checkbox label {
    font-size: 18px;
    cursor: pointer;
    padding-left: 0;
}

#checkoutModal form .checkbox label:before {
    content: "";
    display: inline-block;
    font-size: 15px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-color: #dbdbdb;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #f3f3f3;
    text-align: center;
    line-height: 24px;
    vertical-align: middle;
}

#checkoutModal form input[type=checkbox]:checked+label:before {
    content: "\2713";
}

#checkoutModal .checkout-address-info {
    padding: 0 30px;
}

#checkoutModal .checkout-address-info .city {
    float: left;
    width: 335px;
    margin-right: 7px;
}

#checkoutModal .checkout-address-info .zip-code {
    float: left;
    width: 335px;
    margin-left: 7px;
}
/* Сброс appearance */
.selectpicker {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    width: 100%;
    height: 45px;
    padding: 8px;
    border-radius: 0;
    cursor: pointer;
}

/* Для совместимости с Bootstrap */
.bootstrap-select .dropdown-toggle {
    height: 45px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 16px;
    padding: 8px;
    text-align: left;
}

#checkoutModal .newsletter {
    padding: 0 30px;
    margin: 30px 0;
}

#checkoutModal .newsletter .checkbox {
    margin-bottom: 0;
}

#checkoutModal .modal-footer {
    background-color: #e3e2e2;
}

#checkoutModal .modal-footer .btn {
    font-size: 24px;
    font-weight: 900;
    background-color: #ffbf00;
    color: #fff;
    border-radius: 0;
    height: 47px;
    line-height: 47px;
    padding: 0 15px;
}

#checkoutModal .modal-footer .btn-border {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-color: #fff;
}

#checkoutModal .modal-footer .btn-yellow {
    border-color: #ffd992;
}

#checkoutModal .modal-footer .btn-yellow button {
    background-color: #ffbf00;
}

#checkoutModal .modal-footer .btn-gray {
    border-color: #b8b6b6;
}

#checkoutModal .modal-footer .btn-gray button {
    background-color: #605d5e;
}


/* bookingconfirm Modal 
--------------------------------------------*/

.confirmbody {
    padding: 30px;
}

#bookingconfirm .modal-dialog {
    width: 748px;
}

#bookingconfirm .modal-content {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #fff;
}

#bookingconfirm .modal-header {
    color: #fff;
    background-color: #ffbf00;
    border-bottom: none;
}

#bookingconfirm .modal-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

#bookingconfirm .close {
    color: #fff;
    text-shadow: none;
    opacity: .6;
    font-size: 27px;
    margin: 1px 7px 0 0;
}

#bookingconfirm .close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

#bookingconfirm .modal-body {
    padding: 0;
}

#bookingconfirm .modal-body h3 {
    margin: 0;
    font-size: 18px;
    color: #ffbf00;
    font-weight: bold;
    margin-bottom: 25px;
}

#bookingconfirm .checkout-info-box {
    background-color: rgba(255, 191, 0, 0.2);
    padding: 20px 30px;
}

#bookingconfirm .checkout-info-box h3 {
    margin: 0;
    margin-bottom: 15px;
    color: #605d5e;
}

#bookingconfirm .checkout-info-box h3 i {
    font-size: 23px;
}

#bookingconfirm .checkout-vehicle-info {
    margin-top: 30px;
}

#bookingconfirm .location-date-info {
    padding: 0 0 0 30px;
    float: left;
    max-width: 340px;
}

#bookingconfirm .vehicle-info {
    padding: 0 30px 0 0;
    float: right;
    max-width: 360px;
}

#bookingconfirm .vehicle-info h3 {
    float: left;
    margin-right: 10px;
}

#bookingconfirm .vehicle-info a {
    font-size: 12px;
}

#bookingconfirm .vehicle-info .vehicle-image {
    width: 90%;
}

#bookingconfirm .info-box {
    margin-bottom: 25px;
}

#bookingconfirm .info-box .glyphicon {
    float: left;
    font-size: 17px;
}

#bookingconfirm .info-box .info-box-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 3px 25px;
}

#bookingconfirm .info-box .info-box-description {
    margin-left: 25px;
    font-size: 14px;
}

#bookingconfirm .checkout-personal-info {
    padding: 0 30px;
}

#bookingconfirm .checkout-personal-info .form-group {
    float: left;
    width: 335px;
    min-height: 70px;
}

#bookingconfirm .checkout-personal-info .form-group.left {
    margin-right: 7px;
}

#bookingconfirm .checkout-personal-info .form-group.right {
    margin-left: 7px;
}

#bookingconfirm .checkout-personal-info .age {
    float: left;
    width: 140px;
    min-height: 70px;
}

#bookingconfirm form .styled-select-age {
    border: 2px solid #efe9e9;
    height: 43px;
    position: relative;
}

#bookingconfirm form .styled-select-age:after {
    content: '';
    background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
    right: 0px;
    top: 0px;
    width: 29px;
    height: 39px;
    position: absolute;
    pointer-events: none;
}

#bookingconfirm form .styled-select-age select {
    border: none;
    font-size: 16px;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 9px 10px;
    height: 39px;
}

#bookingconfirm form input {
    background-color: #dbdbdb;
    height: 45px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    line-height: 45px;
    font-size: 18px;
}

#bookingconfirm form ::-webkit-input-placeholder {
    font-size: 14px !important;
}

#bookingconfirm form :-moz-placeholder {
    font-size: 14px !important;
}

#bookingconfirm form ::-moz-placeholder {
    font-size: 14px !important;
}

#bookingconfirm form :-ms-input-placeholder {
    font-size: 14px !important;
}

#bookingconfirm form .checkbox {
    padding-left: 0;
}

#bookingconfirm form input[type=checkbox] {
    display: none;
}

#bookingconfirm form .checkbox label {
    font-size: 18px;
}

#bookingconfirm form .checkbox label:before {
    content: "";
    display: inline-block;
    font-size: 15px;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-color: #dbdbdb;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #f3f3f3;
    text-align: center;
    line-height: 24px;
    float: left;
}

#bookingconfirm form input[type=checkbox]:checked+label:before {
    content: "\2713";
}

#bookingconfirm .checkout-address-info {
    padding: 0 30px;
}

#bookingconfirm .checkout-address-info .city {
    float: left;
    width: 335px;
    margin-right: 7px;
}

#bookingconfirm .checkout-address-info .zip-code {
    float: left;
    width: 335px;
    margin-left: 7px;
}

#bookingconfirm .newsletter {
    padding: 0 30px;
    margin: 30px 0;
}

#bookingconfirm .modal-footer {
    background-color: #e3e2e2;
}

#bookingconfirm .modal-footer .btn {
    font-size: 24px;
    font-weight: 900;
    background-color: #ffbf00;
    color: #fff;
    border-radius: 0;
    height: 47px;
    line-height: 47px;
    padding: 0 15px;
}

#bookingconfirm .modal-footer .btn-border {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-color: #fff;
}

#bookingconfirm .modal-footer .btn-yellow {
    border-color: #ffd992;
}

#bookingconfirm .modal-footer .btn-yellow button {
    background-color: #ffbf00;
}

#bookingconfirm .modal-footer .btn-gray {
    border-color: #b8b6b6;
}

#bookingconfirm .modal-footer .btn-gray button {
    background-color: #605d5e;
}


/* Start Media Queries
------------------------------------------------*/


/* Large devices (large desktops, 1200px and up)*/

@media (max-width: 1200px) {
    /* Header
	--------------------------------------------*/
    header.large .brand {
        width: 75%;
    }
    header .header-info .contact {
        font-size: 14px;
    }
    header .navbar-default {
        font-size: 14px;
    }
    header.large {
        height: 133px;
    }
    header.small {
        height: 91px;
    }
    header.small .brand {
        margin: 28px 0 0 0;
    }
    /* Teaser
	--------------------------------------------*/
    #teaser form .styled-select-car select {
        font-size: 21px;
    }
    #teaser form .input-group-addon {
        font-size: 14px;
        width: 95px;
    }
    #teaser form .input-group-addon .glyphicon {
        font-size: 12px;
    }
    #teaser form .input-group input {
        font-size: 14px;
        padding-left: 10px;
    }
    #teaser form .styled-select-time select {
        font-size: 14px;
        padding: 0 5px;
    }
    #teaser form .date {
        width: 100%;
    }
    #teaser form .time {
        width: 100%;
    }
    #teaser form .styled-select-time:after {
        background: #ffffff url('../img/dropdown-icon.png') no-repeat 10px 18px;
    }
    #teaser form .submit {
        font-size: 19px;
    }
    #teaser .title {
        font-size: 30px;
    }
    #teaser .subtitle {
        font-size: 18px;
    }
    #teaser form {
        padding: 20px 30px;
    }
    #teaser .reservation-form-shadow {
        height: 465px;
    }
    /* Services
	--------------------------------------------*/
    #services h2 {
        font-size: 42px;
        margin: 0 0 20px 0;
    }
    #services .service-box .service-icon {
        height: 38px;
        width: 38px;
        line-height: 37px;
        font-size: 36px;
    }
    #services .service-box .service-title {
        font-size: 24px;
        padding-top: 6px;
    }
    #services .service-box .service-content {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.5;
    }
    /* Newsletter
	--------------------------------------------*/
    #newsletter .title {
        font-size: 24px;
    }
    #newsletter .subtitle {
        font-size: 15px;
    }
    #newsletter .newsletter-form {
        height: 50px;
        padding: 7px;
    }
    #newsletter .newsletter-form button {
        font-size: 17px;
    }
    #newsletter .social-icons ul li a {
        height: 51px;
        width: 55px;
        line-height: 51px;
        font-size: 31px;
    }
    /* Vehicles
	--------------------------------------------*/
    #vehicles .title {
        font-size: 32px;
    }
    #vehicles #vehicle-nav-container {
        height: 335px;
    }
    #vehicles .vehicle-nav li a {
        font-size: 16px;
        height: 55px;
        line-height: 55px;
    }
    #vehicles .vehicle-price {
        font-size: 20px;
    }
    #vehicles .vehicle-price {
        font-size: 20px;
    }
    #vehicles .vehicle-price .info {
        font-size: 16px;
    }
    #vehicles .table {
        font-size: 12px;
    }
    #vehicles .reserve-button {
        font-size: 22px;
    }
    #vehicles .reserve-button {
        font-size: 22px;
    }
    #reviews .review {
        font-size: 18px;
    }
    #reviews .author {
        font-size: 16px;
    }
    /* Locations
	--------------------------------------------*/
    #locations .location-select h2 {
        font-size: 28px;
        margin: 30px 0 0 21px;
    }
    #locations .map {
        height: 500px;
    }
    /* Information
	--------------------------------------------*/
    #information .title {
        font-size: 28px;
        margin: 0 0 20px 0;
    }
    #information .subtitle {
        font-size: 20px;
        margin: 0 0 30px 0;
    }
    #information p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 20px;
    }
    #information .btn {
        font-size: 20px;
    }
    /* Partners
	--------------------------------------------*/
    #partners h2 {
        font-size: 42px;
        margin: 0 0 20px 0;
    }
    #partners p {
        font-size: 16px;
    }
    /* FAQ
	--------------------------------------------*/
    #faq .title {
        font-size: 32px;
    }
    #faq .panel-title {
        font-size: 16px;
    }
    #faq .panel-body {
        font-size: 15px;
    }
    /* Contact
	--------------------------------------------*/
    #contact h2 {
        font-size: 32px;
    }
    #contact .contact-info {
        font-size: 16px;
    }
    #contact form .form-group {
        margin-bottom: 15px;
    }
    #contact form .text-field {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    #contact .contact-box {
        font-size: 13px;
    }
    #contact .contact-box img {
        width: 65px;
    }
    #contact .contact-box-name {
        font-size: 20px;
    }
    #contact form ::-webkit-input-placeholder {
        font-size: 16px !important;
    }
    #contact form :-moz-placeholder {
        font-size: 16px !important;
    }
    #contact form ::-moz-placeholder {
        font-size: 16px !important;
    }
    #contact form :-ms-input-placeholder {
        font-size: 16px !important;
    }
    #contact form .submit-message {
        font-size: 20px;
    }
    #contact form .g-recaptcha {
        transform: scale(0.85);
        transform-origin: 0 0;
        margin-bottom: 15px;
    }
    /* Footer
	--------------------------------------------*/
    footer .footer-nav li a {
        font-size: 16px;
    }
}


/* Medium devices (desktops, 992px and up) */

@media (max-width: 992px) {
    /* Header
	--------------------------------------------*/
    header .brand {
        display: none;
    }
    .navbar-brand {
        padding: 0;
        width: 230px;
    }
    header .navbar-brand {
        display: block;
    }
    header .navbar-toggle {
        margin-top: 4px;
    }
    header.large {
        height: 91px;
    }
    header.large .header-info {
        display: none;
    }
    header .navbar-default .navbar-collapse {
        background-color: #fff;
        padding: 32px;
        z-index: 1183;
        position: absolute;
        width: 100%;
        margin: 15px 0 0 0;
        border: 14px solid #ffbf00;
        border-top: none;
        box-shadow: 0px 4px 1px -1px rgba(50, 50, 50, 0.32);
    }
    /* Teaser
	--------------------------------------------*/
    #teaser {
        height: 1100px;
    }
    #teaser .title {
        text-align: center;
    }
    #teaser .carousel {
        margin-bottom: 70px;
    }
    #teaser form .date {
        width: 100%;
    }
    #teaser form .time {
        width: 100%;
    }
    /* Newsletter
	--------------------------------------------*/
    #newsletter .title {
        text-align: center;
        margin-bottom: 25px;
    }
    #newsletter .newsletter-form {
        width: 100%;
    }
    #newsletter .social-icons {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    #newsletter .social-icons ul li {
        display: inline-block;
        float: none;
    }
    /* Vehicles
	--------------------------------------------*/
    #vehicles .styled-select-vehicle-data {
        display: block;
    }
    #vehicles #vehicle-nav-container {
        height: auto;
    }
    #vehicles .vehicle-nav {
        display: none;
    }
    #vehicles .vehicle-nav-control {
        display: none;
    }
    #vehicles .vehicle-img {
        margin: 15px 0;
    }
    #vehicles .vehicle-img img {
        display: inline-block;
    }
    /* Locations
	--------------------------------------------*/
    #locations .location-select {
        height: 155px;
    }
    #locations .location-select h2 {
        text-align: center;
    }
    #locations .styled-select-location {
        margin: 22px 21px 0 22px;
    }
    /* Information
	--------------------------------------------*/
    #information {
        text-align: center;
    }
    #information img {
        display: inline-block;
        margin-bottom: 25px;
    }
    #information .video {
        margin-bottom: 25px;
    }
    /* Partners
	--------------------------------------------*/
    #partners {
        padding-bottom: 50px;
    }
    #partners img {
        display: inline-block;
        margin-bottom: 40px;
    }
    /* Contact
	--------------------------------------------*/
    #contact .contact-info {
        margin-top: 40px;
    }
    /* CheckOut Modal
	--------------------------------------------*/
    #checkoutModal .modal-dialog {
        width: 100%;
        margin: 10px;
        max-width: calc(100% - 20px);
    }
    
    #checkoutModal .modal-content {
        margin: 0;
    }
    
    #checkoutModal .modal-body {
        padding: 15px;
    }
    
    #checkoutModal .form-group {
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    #checkoutModal .modal-footer {
        text-align: center;
    }
}


/* Small devices (660px and down) */

@media (max-width: 660px) {
    /* CheckOut Modal
	--------------------------------------------*/
    #checkoutModal .vehicle-info {
        padding: 0 0 0 45px;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0 45px 0 45px;
    }
    #checkoutModal .location-date-info {
        width: 100%;
        padding: 0 0 0 45px;
        float: none;
    }
}


/* Small devices (480px and down) */

@media (max-width: 480px) {
    #teaser form .submit {
        font-size: 18px;
    }
    
    #second-slider {
        margin-top: 60px !important;
        padding-top: 60px !important;
    }
    
    /* Modal windows for mobile */
    .modal-dialog {
        width: 100%;
        margin: 10px auto;
        max-width: calc(100% - 20px);
    }
    
    .modal-content {
        border-radius: 0;
    }
    
    .modal-body {
        padding: 10px;
    }
}

/* Price Display Styles
--------------------------------------------*/

.price-display-container {
    margin-top: 30px;
}

.price-display {
    background-color: #fff;
    border: 3px solid #ffbf00;
    box-shadow: 6px 6px 0 #efe9e9;
    padding: 0;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    animation: slideDown 0.3s ease-out;
}

.price-display.price-updated {
    animation: priceUpdate 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes priceUpdate {
    0% {
        background-color: #fff;
    }

    50% {
        background-color: #fffacd;
    }

    100% {
        background-color: #fff;
    }
}

.price-header {
    background-color: #ffbf00;
    padding: 15px 20px;
    margin: 0;
}

.price-header h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.price-content {
    padding: 20px;
}

.price-breakdown {
    font-size: 16px;
}

.price-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.price-line:last-child {
    border-bottom: none;
}

.price-label {
    color: #605d5e;
    font-weight: 600;
}

.price-value {
    color: #333;
    font-weight: 700;
    text-align: right;
}

.discount-line .price-value {
    color: #28a745;
}

.total-line {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 2px solid #ffbf00;
    border-bottom: none;
}

.total-line .price-label {
    font-size: 18px;
    font-weight: 900;
    color: #333;
}

.total-line .price-value {
    font-size: 24px;
    font-weight: 900;
    color: #ffbf00;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .price-display {
        margin: 20px -15px;
    }

    .price-header h3 {
        font-size: 18px;
    }

    .price-breakdown {
        font-size: 14px;
    }

    .total-line .price-label {
        font-size: 16px;
    }

    .total-line .price-value {
        font-size: 20px;
    }
}

/* Стили для улучшения формы */
.form-field-enhanced {
    position: relative;
}

.form-field-enhanced.has-value {
    border-color: #ffbf00;
}

.form-field-enhanced.error {
    border-color: #dc3545;
}

.field-error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    display: none;
}

.field-error-message.show {
    display: block;
}

/* Enhanced Form Field Styles
--------------------------------------------*/

.form-field-enhanced {
    transition: all 0.3s ease;
}

.form-field-enhanced.field-focused {
    box-shadow: 0 0 0 2px rgba(255, 191, 0, 0.3);
}

.form-field-enhanced.field-has-value {
    border-color: #ffbf00;
}

.form-field-enhanced.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}

.field-error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    display: none;
    font-weight: 600;
}

.field-error-message.show {
    display: block;
    animation: errorSlide 0.3s ease-out;
}

@keyframes errorSlide {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Улучшенные стили для полей ввода дат */
input[type="date"] {
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="%23ffbf00" d="19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"/></svg>');
    cursor: pointer;
}

/* Change default Nav Breakpoint */

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }

}

/* Стили для системы ценообразования */
.pricing-info {
    background-color: rgba(255, 191, 0, 0.1);
    border: 2px solid #ffbf00;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
}

.rental-summary h4 {
    color: #ffbf00;
    font-weight: 900;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.rental-summary .car-info,
.rental-summary .duration-info,
.rental-summary .rate-info {
    margin-bottom: 8px;
    font-size: 16px;
}

.rental-summary .total-cost {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #ffbf00;
    font-size: 18px;
}

/* Стили для переключения языков */
.language-switcher {
    display: inline-block;
    margin-left: 20px;
}

.language-switcher a {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px;
    background-color: #f0f0f0;
    color: #605d5e;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.language-switcher a.active,
.language-switcher a:hover {
    background-color: #ffbf00;
    color: #fff;
}

/* Стили для уведомлений об ошибках */
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    cursor: pointer;
}

/* Адаптивные стили для новых элементов */
@media (max-width: 768px) {
    .pricing-info {
        padding: 15px;
        margin: 15px 0;
    }

    .rental-summary .car-info,
    .rental-summary .duration-info,
    .rental-summary .rate-info {
        font-size: 14px;
    }

    .rental-summary .total-cost {
        font-size: 16px;
    }

    .language-switcher {
        display: block;
        margin: 10px 0;
        text-align: center;
    }
}

/* Price Calculator Button */
.price-calculator-btn {
    width: 100%;
    background-color: #4c9f2d;
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 6px 6px 0 #efe9e9;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 10px 0;
    margin-top: 15px;
    transition: 0.2s;
}

.price-calculator-btn:hover {
    background-color: #3d7a23;
    color: #fff;
}

.price-calculator-btn .glyphicon {
    margin-right: 8px;
}

/* Price Calculator Modal */
.modal-price-calculator {
    width: 600px;
}

.modal-price-calculator .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #fff;
}

.modal-price-calculator .modal-header {
    color: #fff;
    background-color: #4c9f2d;
    border-bottom: none;
}

.modal-price-calculator .modal-title {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.modal-price-calculator .modal-title .glyphicon {
    margin-right: 10px;
}

.modal-price-calculator .close {
    color: #fff;
    text-shadow: none;
    opacity: 0.8;
    font-size: 24px;
}

.modal-price-calculator .close:hover {
    opacity: 1;
}

/* Price Calculation Container */
.price-calculation-container {
    padding: 20px 0;
}

.calculation-params,
.price-breakdown {
    margin-bottom: 25px;
    padding: 15px;
    background-color: #f9f9f9;
    border-left: 4px solid #ffbf00;
}

.calculation-params h5,
.price-breakdown h5 {
    color: #4c9f2d;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 16px;
}

.param-row,
.breakdown-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

.param-row:last-child,
.breakdown-row:last-child {
    border-bottom: none;
}

.param-label,
.breakdown-label {
    font-weight: 600;
    color: #605d5e;
}

.param-value,
.breakdown-value {
    font-weight: 700;
    color: #4c9f2d;
}

.breakdown-value.discount {
    color: #d9534f;
}

.breakdown-value.total {
    color: #ffbf00;
    font-size: 18px;
}

.total-row {
    background-color: #fff3cd;
    padding: 12px 8px;
    margin: 10px -8px -8px -8px;
    border: 1px solid #ffbf00;
}

.discount-info {
    background-color: #e8f4fd;
    padding: 15px;
    border-left: 4px solid #5bc0de;
}

.discount-info h6 {
    color: #31708f;
    font-weight: 700;
    margin-bottom: 10px;
}

.discount-info ul {
    margin: 0;
    padding-left: 20px;
}

.discount-info li {
    color: #31708f;
    margin-bottom: 5px;
}

/* Modal Footer */
.modal-price-calculator .modal-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
}

.modal-price-calculator .modal-footer .btn {
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.modal-price-calculator .modal-footer .btn-primary {
    background-color: #ffbf00;
    border-color: #ffbf00;
    color: #fff;
}

.modal-price-calculator .modal-footer .btn-primary:hover {
    background-color: #e6ac00;
    border-color: #e6ac00;
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-price-calculator {
        width: 95%;
        margin: 10px auto;
    }

    .param-row,
    .breakdown-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .param-value,
    .breakdown-value {
        align-self: flex-end;
    }
}
/* Price Calculator Button */
.calculator-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.price-calculator-btn {
    width: 100%;
    background-color: #4c9f2d;
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 6px 6px 0 #efe9e9;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 15px 0;
    transition: 0.2s;
    cursor: pointer;
}

.price-calculator-btn:hover {
    background-color: #3d7a24;
}

.price-calculator-btn i {
    margin-right: 10px;
    font-size: 22px;
}

.continue-btn {
    width: 100%;
    background-color: #ffbf00;
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 6px 6px 0 #efe9e9;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 15px 0;
    transition: 0.2s;
    cursor: pointer;
}

.continue-btn:hover {
    background-color: #605d5e;
}

/* Price Display Modal */
.price-display-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
}

.price-display-content {
    background-color: #fff;
    margin: 50px auto;
    padding: 0;
    border: none;
    width: 90%;
    max-width: 850px;
    border-radius: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.price-display-header {
    background-color: #ffbf00;
    color: #fff;
    padding: 25px 30px;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 1px;
}

.price-display-close {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    line-height: 1;
    transition: transform 0.2s;
}

.price-display-close:hover {
    transform: scale(1.2);
}

.price-display-body {
    padding: 35px;
    background-color: #fafafa;
}

.price-summary {
    background-color: #fff;
    border-left: 5px solid #4c9f2d;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.price-summary h3 {
    color: #4c9f2d;
    font-size: 20px;
    font-weight: 900;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.price-summary .price-row {
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
}

.price-summary .price-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.price-summary .price-label {
    color: #666;
    font-weight: 600;
    font-size: 15px;
}

.price-summary .price-value {
    color: #333;
    font-weight: 700;
    font-size: 15px;
}

.price-details {
    background-color: #fffbf0;
    border: 3px solid #ffbf00;
    padding: 25px;
    margin-bottom: 20px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f0e5c4;
}

.price-row:last-child {
    border-bottom: none;
}

.price-details .price-row:last-child {
    border-top: 3px solid #ffbf00;
    padding-top: 20px;
    margin-top: 15px;
    background-color: #fff;
    padding: 20px;
    margin: 15px -25px -25px -25px;
}

.price-label {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
}

.price-value {
    font-weight: 900;
    color: #4c9f2d;
    font-size: 16px;
}

.price-details .price-row:last-child .price-label {
    font-size: 20px;
    color: #ffbf00;
}

.price-details .price-row:last-child .price-value {
    font-size: 24px;
    color: #4c9f2d;
}

.price-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.btn-calculate-again {
    background-color: #6c757d;
    color: #fff;
    padding: 15px 35px;
    border: none;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 0 #5a6268;
}

.btn-calculate-again:hover {
    background-color: #5a6268;
    transform: translateY(-2px);
    box-shadow: 0 6px 0 #4e555b;
}

.btn-calculate-again:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #4e555b;
}

.btn-continue-reservation {
    background-color: #4c9f2d;
    color: #fff;
    padding: 15px 35px;
    border: none;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 0 #3d7a24;
}

.btn-continue-reservation:hover {
    background-color: #3d7a24;
    transform: translateY(-2px);
    box-shadow: 0 6px 0 #2d5a1a;
}

.btn-continue-reservation:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #2d5a1a;
}

/* Discount highlight */
.discount-highlight {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    color: #155724;
    padding: 18px 20px;
    border-left: 5px solid #28a745;
    margin: 20px 0;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.2);
}

.discount-highlight i {
    margin-right: 10px;
    font-size: 18px;
}

.discount-amount {
    color: #28a745;
    font-weight: 900;
    font-size: 18px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .price-display-content {
        margin: 20px auto;
        width: 95%;
    }
    
    .price-display-header {
        font-size: 20px;
        padding: 20px;
    }
    
    .price-display-body {
        padding: 20px;
    }
    
    .price-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn-calculate-again,
    .btn-continue-reservation {
        width: 100%;
        padding: 15px;
    }
    
    .price-summary .price-label,
    .price-summary .price-value,
    .price-label,
    .price-value {
        font-size: 14px;
    }
    
    .price-details .price-row:last-child .price-label {
        font-size: 18px;
    }
    
    .price-details .price-row:last-child .price-value {
        font-size: 20px;
    }
}

/* Form Buttons Container */
.form-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.price-calculator-btn {
    width: 100%;
    background-color: #4c9f2d;
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 6px 6px 0 #efe9e9;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 15px 0;
    transition: 0.2s;
    cursor: pointer;
}

.price-calculator-btn:hover {
    background-color: #3d7a24;
}

.price-calculator-btn i {
    margin-right: 10px;
    font-size: 22px;
}

/* Обновляем стили оригинальной кнопки submit */
#teaser form .submit {
    margin-top: 0;
    /* Убираем отступ, так как теперь используется gap в flex */
}


/* Обертка для кнопок */
#teaser form .form-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

/* Кнопка калькуляции цены */
.price-calculator-btn {
    width: 100%;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 4px 4px 0 #ccc;
    transition: 0.2s;
}

.price-calculator-btn:hover {
    background-color: #45a049;
}

/* Обеспечить, что блоки даты и времени не налезают друг на друга */
#teaser form .datetime {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

#teaser form .datetime .date,
#teaser form .datetime .time {
    flex: 0 0 auto;
}

/* Адаптация на мобилках */
@media (max-width: 768px) {

    #teaser form .datetime .date,
    #teaser form .datetime .time {
        flex: 0 0 auto;
        width: 100%;
    }

    #teaser form .form-buttons {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .block4 {
        margin-top: 100px;
        /* Больше отступов на мобилках */
    }
}


/* --- Fix for form overlap issue --- */
#teaser .reservation-form-shadow {
    min-height: 480px;
    height: auto;
    padding-bottom: 60px;
    /* Ensure enough space below buttons */
    box-sizing: border-box;
}

/* --- Ensure next section doesn't jump up into form --- */
.block4 {
    min-height: 200px;
    margin-top: 60px;
    box-sizing: border-box;
}

/* --- Prevent any overflow clipping in teaser section --- */
#teaser {
    overflow: visible;
}

/* --- Responsive patch for mobile devices --- */
@media (max-width: 768px) {
    #teaser .reservation-form-shadow {
        padding-bottom: 90px;
    }

    .block4 {
        margin-top: 100px;
    }
}


/* ДОБАВЬТЕ ЭТИ СТИЛИ В КОНЕЦ ФАЙЛА styles.css */

/* Стили для блока цены в модальном окне резервации */
#checkoutModal .info-box {
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f8f9fa;
    border-left: 4px solid #ffbf00;
    border-radius: 4px;
    overflow: hidden; /* Предотвращает выход контента за границы */
}

#checkoutModal .info-box .glyphicon {
    color: #ffbf00;
    margin-right: 8px;
    font-size: 16px;
    float: left;
}

#checkoutModal .info-box .info-box-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    font-size: 16px;
    margin-left: 25px; /* Учитываем отступ для иконки */
}

#checkoutModal .info-box .info-box-description {
    color: #4c9f2d;
    margin: 0;
    line-height: 1.4;
    margin-left: 25px; /* Учитываем отступ для иконки */
    min-height: 20px; /* Минимальная высота для контента */
}

/* Специальные стили именно для блока с ценой */
#checkoutModal .checkout-vehicle-info > .info-box:has(#estimated-price-ph) {
    background: linear-gradient(135deg, #e8f5e8 0%, #f0f8f0 100%);
    border-left-color: #28a745;
    border-left-width: 5px;
    animation: priceHighlight 0.5s ease-in-out;
}

@keyframes priceHighlight {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

/* Стили для элемента цены */
#estimated-price-ph {
    font-size: 18px !important;
    color: #4c9f2d !important;
    font-weight: bold !important;
    line-height: 1.3 !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#estimated-price-ph strong {
    font-size: 28px !important;
    color: #2c7a1f !important;
    display: block !important;
    margin-bottom: 5px !important;
    line-height: 1.2 !important;
}

#estimated-price-ph small {
    font-size: 14px !important;
    color: #666 !important;
    font-weight: normal !important;
    display: block !important;
    margin-top: 3px !important;
}

/* Убеждаемся, что блок цены видим */
#estimated-price-ph:empty::before {
    content: "Calculating...";
    color: #999;
    font-style: italic;
}

/* Переопределение стилей для модального окна, чтобы избежать конфликтов */
#checkoutModal .checkout-vehicle-info {
    margin-top: 30px;
    overflow: hidden; /* Clearfix */
}

#checkoutModal .checkout-vehicle-info::after {
    content: "";
    display: table;
    clear: both;
}

/* Улучшенные стили для блока информации о местоположении и датах */
#checkoutModal .location-date-info {
    padding: 0 0 0 30px;
    float: left;
    max-width: 340px;
    width: 48%;
    box-sizing: border-box;
}

#checkoutModal .vehicle-info {
    padding: 0 30px 0 0;
    float: right;
    max-width: 360px;
    width: 48%;
    box-sizing: border-box;
}

/* Адаптивные стили для мобильных устройств */
@media (max-width: 992px) {
    #checkoutModal .location-date-info,
    #checkoutModal .vehicle-info {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
        margin-bottom: 20px;
    }
    
    #checkoutModal .info-box .info-box-title,
    #checkoutModal .info-box .info-box-description {
        margin-left: 25px;
    }
}

@media (max-width: 768px) {
    #estimated-price-ph strong {
        font-size: 24px !important;
    }
    
    #estimated-price-ph {
        font-size: 16px !important;
    }
    
    #checkoutModal .info-box {
        padding: 12px;
    }
}

/* Исправление для системы дат (если используется datepicker) */
.datepicker {
    z-index: 9999 !important;
}

/* Стили для кнопки калькулятора цен */
.price-calculator-btn {
    width: 100%;
    background-color: #4c9f2d;
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 6px 6px 0 #efe9e9;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 12px 0;
    margin-top: 15px;
    transition: 0.2s;
    cursor: pointer;
}

.price-calculator-btn:hover {
    background-color: #3d7a23;
    color: #fff;
}

.price-calculator-btn:focus {
    outline: none;
    box-shadow: 6px 6px 0 #efe9e9, 0 0 0 3px rgba(76, 159, 45, 0.3);
}

.price-calculator-btn .fa {
    margin-right: 8px;
}

/* Улучшение контейнера кнопок формы */
#teaser form .form-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

/* Убеждаемся, что контейнер формы имеет достаточную высоту */
#teaser .reservation-form-shadow {
    min-height: 520px; /* Увеличиваем высоту для размещения новой кнопки */
    height: auto;
    padding-bottom: 80px; /* Больше отступа снизу */
    overflow: visible;
}

/* Исправление для предотвращения наложения следующей секции */
.arrow-down {
    margin-top: 20px; /* Дополнительный отступ */
}

/* Анимация появления цены */
@keyframes fadeInPrice {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#estimated-price-ph:not(:empty) {
    animation: fadeInPrice 0.3s ease-in-out;
}

/* Стили для состояния загрузки */
.price-loading {
    color: #999 !important;
    font-style: italic;
}

.price-loading::after {
    content: "...";
    animation: dots 1s infinite;
}

@keyframes dots {
    0%, 20% { content: "..."; }
    40% { content: "...."; }
    60% { content: "....."; }
    80%, 100% { content: "..."; }
}


/* Исправление наложения модальных окон */
#checkoutModal {
    z-index: 10000 !important;
    /* Устанавливаем очень высокий z-index */
}

/* Стили для поля ввода кода страны с автодополнением */
.country-code-select {
    border-radius: 0;
    border: none;
    border-right: 1px solid #ddd;
    background-color: #fff;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    padding: 12px 10px;
    height: 46px;
    cursor: text;
    outline: none;
    transition: all 0.3s ease;
}

.country-code-select:hover {
    background-color: #f8f9fa;
    border-right-color: #ffbf00;
}

.country-code-select:focus {
    background-color: #fff;
    border-right: 2px solid #ffbf00;
    outline: none;
    box-shadow: 0 0 0 1px rgba(255, 191, 0, 0.2);
}

.country-code-select::placeholder {
    color: #999;
    font-weight: 500;
}

/* Стили для input-group с префиксом телефона */
#checkoutModal .checkout-personal-info .form-group.left .input-group {
    display: flex;
    width: 100%;
}

#checkoutModal .checkout-personal-info .form-group.left .input-group .form-control {
    flex: 1;
    width: auto;
}

/* Mobile hero layout fix: keep the popular vehicles section below the booking form */
@media (max-width: 992px) {
    #teaser {
        height: auto !important;
        min-height: 0;
        padding: 40px 0 70px 0;
        overflow: visible;
    }

    #teaser .carousel {
        margin-bottom: 35px;
    }

    #teaser .car-img {
        height: auto;
        line-height: normal;
        margin-top: 20px;
    }

    #teaser .car-img img {
        max-height: 260px;
        margin: 0 auto;
    }

    #teaser .reservation-form-shadow {
        height: auto !important;
        min-height: 0;
        padding-bottom: 35px;
        margin-bottom: 0;
        overflow: visible;
    }

    #teaser form {
        padding: 24px;
    }

    .arrow-down {
        margin-top: 0;
    }

    #second-slider {
        clear: both;
        margin-top: 0 !important;
        padding-top: 60px !important;
        position: relative;
        z-index: 2;
    }
}

@media (max-width: 480px) {
    #teaser {
        padding-bottom: 55px;
    }

    #teaser .title {
        font-size: 28px;
        line-height: 1.2;
    }

    #teaser .subtitle {
        font-size: 18px;
    }

    #teaser form {
        padding: 20px;
    }
}
