:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: 'Roboto';
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}

.page-wrap {
    float: left;
    width: 100%;
    overflow: hidden;
}

h1, .h1 {
    font-family: 'Rubik One';
    font-weight: normal;
    text-transform: uppercase;
    color: #1772C1;
    font-size: 49px;
}

.btn-lg, .btn-group-lg>.btn {
    --bs-btn-padding-y: 1rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: 0.5rem;
}

.btn-blue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #1772C1;
    --bs-btn-border-color: #1772C1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1772C1;
    --bs-btn-hover-border-color: #1772C1;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1772C1;
    --bs-btn-active-border-color: #1772C1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #1772C1;
    --bs-btn-disabled-border-color: #1772C1;
}

.btn-ornge {
    --bs-btn-color: #fff;
    --bs-btn-bg: #F87C40;
    --bs-btn-border-color: #F87C40;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #F87C40;
    --bs-btn-hover-border-color: #F87C40;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #F87C40;
    --bs-btn-active-border-color: #F87C40;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #F87C40;
    --bs-btn-disabled-border-color: #F87C40;
}

.text-ornge {
    color: #F87C40;
}

.bg-gr {
    background-color: #E6E6E6;
}

.line-color {
    width: 100%;
    display: block;
    border-bottom: 2px #F87C40 dashed;
    margin-top: 0;
    margin-bottom: 28px;
}

a.tel-link {
    text-decoration: none;
    color: #000;
    font-size: 24px;
}

h4, .h4 {
    font-weight: 400;
}

.item_text_title {
    height: 50px;
}

.min-vh-75 {
    min-height: 75vh !important;
}

.min-vh-65 {
    min-height: 65vh !important;
}

.bg-grad {
    /* ff 3.6+ */
    background: -moz-linear-gradient(90deg, #49204C 0%, #003569 100%);
    /* safari 5.1+,chrome 10+ */
    background: -webkit-linear-gradient(90deg, #49204C 0%, #003569 100%);
    /* opera 11.10+ */
    background: -o-linear-gradient(90deg, #49204C 0%, #003569 100%);
    /* ie 6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003569', endColorstr='#49204C', GradientType=0);
    /* ie 10+ */
    background: -ms-linear-gradient(90deg, #49204C 0%, #003569 100%);
    /* global 94%+ browsers support */
    background: linear-gradient(90deg, #49204C 0%, #003569 100%);

}

.img-over {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.over-text {
    width: 100%;
    /* ff 3.6+ */
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 33%, rgba(0, 0, 0, 0.7) 66%, rgba(0, 0, 0, 0) 100%);
    /* safari 5.1+,chrome 10+ */
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 33%, rgba(0, 0, 0, 0.7) 66%, rgba(0, 0, 0, 0) 100%);
    /* opera 11.10+ */
    background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 33%, rgba(0, 0, 0, 0.7) 66%, rgba(0, 0, 0, 0) 100%);
    /* ie 6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
    /* ie 10+ */
    background: -ms-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 33%, rgba(0, 0, 0, 0.7) 66%, rgba(0, 0, 0, 0) 100%);
    /* global 94%+ browsers support */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 33%, rgba(0, 0, 0, 0.7) 66%, rgba(0, 0, 0, 0) 100%);
}

.nav-rel {
    position: relative;
    z-index: 10;
}

.list_catalog {
    padding-left: 15px;
}

ul.list_catalog li {
    list-style-type: none;
    position: relative;
}

ul.list_catalog li span:first-child::after {
    content: ' ';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: -20px;
    background-color: #000;
}

.border-left-white {
    border-left: 1px solid rgb(255, 255, 255);
}

.map-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 25%;
    /* пропорции блока определяются здесь */
}

#map {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: #0dcaf0;
}

.foot-card {
    margin-top: -50px;
}

.gal-bez-nav .btn.slick-current {
    color: #fff;
    background: #1d2023;
}

.gal-bez-nav .slick-track {
    display: flex;
}

.gal-bez-nav .slick-slide {
    height: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    max-width: 300px;
}

.gal-bez-for .slick-track {
    display: flex;
}

.gal-bez-for .slick-slide {
    height: auto;
    flex: 0 0 auto;
}

.prItemCar {
    width: 400px;
    height: 300px;
    background-size: cover;
    position: relative;
}
.prItemCar .over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.253);
}


.nav-rel .navbar-brand img {
    height: 50px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    a.nav-link {
        font-size: 12px;
    }

    a.tel-link {
        font-size: 20px;
    }

    h1, .h1 {
        font-size: 40px;
    }
}

@media (max-width: 1399.98px) {
    .img-over {
        position: relative;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {


    a.tel-link {
        font-size: 20px;
    }

    h1, .h1 {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .silde-cat .card.cont {
        width: 280px;
    }

    .item_text_title {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {


    a.tel-link {
        font-size: 20px;
    }

    h1, .h1 {
        font-size: 30px;
    }

    .silde-cat .card.cont {
        width: 280px;
    }
    .gal-bez-nav .slick-slide {
        max-width: 250px;
    }
}

@media (max-width: 767.98px) {


    a.tel-link {
        font-size: 20px;
    }

    h1, .h1 {
        font-size: 30px;
    }

    .silde-cat .card.cont {
        width: 280px;
    }

    .gal-bez-nav .slick-slide {
        max-width: 150px;
        font-size: 12px;
    }
    .prItemCar {
        width: 300px;
        height: 220px;
    }
}

