﻿@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,300,700");
:root {
    --color-red: #f41212;
    --color-light-dark: #bbb9b9;
    --color-white: #fff;
    --color-dark: #141414;
    --color-more-dark: #4a4949;
    --color-full-dark: #000000;
    --color-grey: #6c757d !important;
}
.color-red {
    color: #f41212;
}
.active-menu {
    color:var(--color-red) !important;
}
.logo_h1 {
    color: #fff;
    font-weight: 100;
}
.h3-head {
    color: var(--color-white);
    line-height: 1;
    font-size: 1.4em;
}
    .logo_h1:hover {
        color: #f44336;
        font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "sans-serif"
    }

.header-phone {
    font-size: 1.5em;
    font-family: inherit;
}
    .header-phone a:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        transition: all 0.5s ease;
        color: var(--color-light-dark );
    }
/*footer-start*/
#footer {
    background: var(--color-dark);
    padding: 0 0 25px 0;
    color: #eee;
    font-size: 14px;
}

    #footer .footer-top {
        background: var(--color-dark); /*#040919;*/
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 26px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-family: "Raleway", sans-serif;
                font-weight: 700;
                color: #fff;
            }

            #footer .footer-top .footer-info img {
                height: 40px;
                margin-bottom: 10px;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
                color: #fff;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #d8dae3;
            color: #eee;
            line-height: 1;
            padding: 10px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.8s;
        }

            #footer .footer-top .social-links a:hover {
                background: #f82249 !important;
                color: #fff !important;
            }

        #footer .footer-top h4 {
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 12px;
            border-bottom: 2px solid #f82249;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 5px;
                    color: #f82249;
                    font-size: 18px;
                }

                #footer .footer-top .footer-links ul li {
                    border-bottom: 1px solid #262c44;
                    padding: 10px 0;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #eee;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #f82249;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

        #footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-newsletter input[type="email"] {
                border: 0;
                padding: 6px 8px;
                width: 65%;
            }

            #footer .footer-top .footer-newsletter input[type="submit"] {
                background: #f82249;
                border: 0;
                width: 35%;
                padding: 6px 0;
                text-align: center;
                color: #fff;
                transition: 0.3s;
                cursor: pointer;
            }

                #footer .footer-top .footer-newsletter input[type="submit"]:hover {
                    background: #e0072f;
                }

    #footer .copyright {
        text-align: center;
        padding-top: 0px;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #ddd;
    }

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
    #subscribe input {
        min-width: 400px;
    }
}

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }

    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

@media (min-width: 991px) {
    #schedule .sub-heading {
        width: 75%;
    }
}

@media (min-width: 1024px) {
    #intro {
        background-attachment: fixed;
    }

    #about {
        background-attachment: fixed;
    }

    #subscribe {
        background-attachment: fixed;
    }
}

@media (max-width: 1199px) {
    #header .container {
        max-width: 100%;
    }

    .nav-menu a {
        padding: 8px 4px;
    }
}

@media (max-width: 991px) {
    #header {
        background: rgba(6, 12, 34, 0.98);
        height: 70px;
        padding: 15px 0;
        transition: all 0.5s;
    }

    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }

    #intro .intro-container {
        top: 70px;
    }

    #intro h1 {
        font-size: 34px;
    }

    #intro p {
        font-size: 16px;
    }

    #schedule .nav-tabs a {
        padding: 8px 60px;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }

    #faq #faq-list a {
        font-size: 18px;
    }

    #faq #faq-list i {
        top: 13px;
    }
}

@media (max-width: 767px) {
    #schedule .nav-tabs a {
        padding: 8px 50px;
    }
}

@media (max-width: 574px) {
    #venue .venue-info h3 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    #schedule .nav-tabs a {
        padding: 8px 30px;
    }
}

@media (max-width: 460px) {
    #subscribe button {
        margin-top: 10px;
    }
}
/*footer-end*/


/*service-page*/
.catalouge-content-a {
    background-color: #fff !important;
    color: var(--color-red) !important;
}
    .catalouge-content-a:hover {
        background-color: #F44336 !important;
        color: #fdfdfd !important;
    }
/*service-page-end*/

/*clients-partial*/
.scale {
    display: inline-block; /* Строчно-блочный элемент */
    overflow: hidden; /* Скрываем всё за контуром */
}

    .scale img {
        transition: 1s; /* Время эффекта */
        display: block; /* Убираем небольшой отступ снизу */
    }

        .scale img:hover {
            transform: scale(1.2); /* Увеличиваем масштаб */
        }

/*end_clients-partial*/
.social-links a{
    background: #d7d7d7 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 30px;
    margin: 0 2px;
    padding-top: 4.5px;
    text-align: center;
    width: 30px;
}
    .social-links a i {
        color: var(--color-dark);
    }
    .social-links a:hover {
        background: var(--color-red) none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        margin: 0 2px;
        text-align: center;
    }

    .social-links a:hover {
        color: var(--color-dark);
    }

.select-lang {
    background-color: #cf0c0c;
    padding: 0px !important;
    border-radius:4px;
}
    .select-lang a {
        color: var(--color-white);
        padding: 7px !important;
    }

    .select-lang:hover {
        background-color: var(--color-white);
        padding: 0px !important;
    }

    .select-lang a:hover {
        color: #cf0c0c;
        padding: 7px !important;
    }
.p-price {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1em;
}
.p-fa-brands {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.feature-car-rent-box-1 {
    position: relative;
    padding: 30px;
    background: #ffffff;
    
}
    .feature-car-rent-box-1:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 10px;
        width: 100%;
        background: var(--color-red) !important;
        
    }
    .feature-car-rent-box-1 ul {
        padding: 0;
        margin: 0;
    }
        .feature-car-rent-box-1 ul li {
            display: block;
            padding: 10px 0;
            list-style: none;
            border-bottom: 1px solid #efefef;
            margin: 0;
            position: relative;
        }
        .feature-car-rent-box-1 ul li .spec {
            /*display: block;
            padding: 20px 0;
            list-style: none;
            border-bottom: 1px solid var(--color-red);
            margin: 0;
            position: relative;*/
            position: absolute;
            right: 0;
        }
    .feature-car-rent-box-1 h3 {
        color: var(--color-grey) !important; /*var(--color-dark) !important;*/
    }
    .feature-car-rent-box-1 h4 {
        color: #1a1a1a !important; /*var(--color-dark) !important;*/
        font-family: 'Lobster', cursive;
        letter-spacing: 0.2em;
        font-size: 2em;
        text-transform: inherit;
        font-weight: 200;
        margin-bottom: 0px !important;
    }


.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.bg-light {
    background-color: #f6f5f5 !important;
}

.p-3 {
    padding: 1rem !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}
.price-value {
    color: var(--color-dark);
    font-size: 1.3em;
}
.price-h {
    color: var(--color-dark);
    font-size: 1.3em;
}
.btn-right {
    float:right;
}
.btn-margin-top {
    margin-top:0px !important;
}


