﻿@font-face {
    font-family: "Proxima-reg";
    src: url("/fonts/proxima/ProximaNova-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Proxima-bold";
    src:url("/fonts/proxima/ProximaNova-Bold.woff2") format("woff2"); /*links*/
}

@font-face {
    font-family: "Proxima-black";
    src:url("/fonts/proxima/ProximaNova-Black.woff2") format("woff2"); /*titles*/
}

@font-face {
    font-family: "Proxima-cont";
    src:url("/fonts/proxima/ProximaNovaCond-Regular.woff2") format("woff2"); /*menu*/
}

@font-face {
    font-family: "Proxima-ext-cont-b";
    src: url("/fonts/proxima/ProximaNovaExCn-Bold.woff2") format("woff2"); /*cat titles*/
}

@font-face {
    font-family: "Proxima-l";
    src: url("/fonts/proxima/ProximaNova-Light.woff2") format("woff2"); /*cat titles*/
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, ul, ol, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
    /*  Disable blue background on image */
    /*IE9*/
    img::selection {
        background-color: transparent;
    }

    img::-moz-selection {
        background-color: transparent;
    }

img {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    /*IE10*/
    -ms-user-select: none;
    user-select: none;
    border: 0;
    max-width: 100%;
    /*You just need this if you are only concerned with android and not desktop browsers.*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    height: auto;
}

input[type="text"], textarea, [contenteditable] {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

*, *::after, *::before {
    box-sizing: border-box;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
#main-loader-spin {
    margin-left: 50%;
    width: 100px;
}
html {
    position: relative;
}

body {
    font-family: Proxima-reg, Open Sans, sans-serif;
    width: 100%;
    min-height: 100%;
    background: white;
    font-size: 16px;
    color: black;
}


ol, ul {
    list-style: none;
}

.content-wrap ul {
    padding: 0 20px;
    list-style: inherit;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0.5rem;
    width: 100% !important;
    margin-bottom: 5px;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    border: 1px solid gray;
    padding: 5px;
    vertical-align: middle;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

h1, h2, h3, h4,
h5, h6 {
    font-family: Proxima-black,Arial;
}

    h1.text-danger:after {
        background: #dc3545 !important;
    }

h1 {
    display:flex;
    font-size: 46px;
    padding-bottom: 40px;
}


    h1::before {
        width: 2em;
        height: 1px;
        background: #005cfe;
        display: inline-block;
        content: "";
        margin-right: 20px;
        vertical-align: middle;
        margin-top: 25px;
    }

h2 {
    font-size: 34px;
    font-weight: 600;
    color: #335599;
}

h3 {
    font-size: 24px;
    margin: .83em 0;
}

h4 {
    font-size: 18px;
    color: #0f0088;
    font-style: italic;
    font-weight: bold;
    padding: 5px 0;
}

h5 {
    font-size: 18px;
    margin: 1.5em 0;
}

h6 {
    font-size: .75em;
    margin: 1.67em 0;
}

a.neutral {
    outline: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}

    a.neutral:hover {
        color: inherit;
    }

p {
    margin: 1em 0;
}

a {
    outline: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

    a:hover {
        color: #005cfe;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]) {
        outline: 0;
        color: #6658da;
        font-size: 15px;
        font-weight: 700;
        text-decoration: none;
        cursor: pointer;
    }

        a:not([href]):not([tabindex]):hover {
            color: #6658da;
        }

button:focus {
    outline: none;
}

.main-overlay {
    background: white;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.5;
    z-index: 850;
    transition: 5s opacity;
    display: none;
}

strong {
    font-weight: bold;
}

*, *::after, *::before {
    box-sizing: border-box;
}



#SecondPage h2 {
    padding: 30px 0;
    font-family: 'Proxima-reg';
    color: black;
}

em {
    font-style: italic;
}

.wrapper {
    font-family: Proxima-reg, Open Sans, sans-serif !important;
}

#viewpage .content-wrap {
    padding: 0 50px 50px 50px;
}
/* =========================== MAINAREA ======================== */
.pb-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
    font-family: 'Proxima-black';
    font-size: 56px;
}

.page-back {
    height: 300px;
    background-image: url('/Content/images/rectangle 1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}

.header-s {
    border-bottom: none !important;
    background-color: white !important;
}

    .header-s .tmenu .nav-link {
        color: black !important;
        border-bottom: 5px solid white !important;
    }

        .header-s .tmenu .nav-link:hover {
            border-bottom: 5px solid #005cfe !important;
        }

    .header-s .header-btn button {
        background: black;
        color: white;
    }


.logo-sp {
    padding: 10px;
}

.bmw-back {
    position: absolute;
    right: -300px;
    font-size: 800px;
    font-family: Proxima-ext-cont-b;
    color: #eaeced;
    z-index: 1;
    vertical-align: top !important;
    top: -300px;
}

.preim-wrap {
    position: relative;
    z-index: 999;
}

#header, #sect_cars {
    background-color: #101624;
    padding: 0 50px;
}

#sect_cars {
    background-image: url('/Content/images/Layer 20-min.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: -100px;
    background-size: contain;
}

#header {
    padding: 35px;
    color: white;
}

#navbar-main {
    margin-top: auto;
}

    #navbar-main .tmenu {
        margin-top: auto;
    }

.s_c-layer {
    height: 600px;
}

.s_c-content {
    color: white;
}

.navbar-brand {
}

.header-add {
    width: 300px;
    font-size: 14px;
    height: 110px;
    align-items: center;
    display: flex !important;
}

.header-add_row {
    display: flex;
    padding-bottom: 10px;
}

.header-add_wrap {
    padding-top: 10px;
    color: #c1c0c5;
}

.header-add_i {
    font-size: 21px;
    display: flex;
    padding-right: 30px;
    min-width: 50px;
align-items:center;
}

.header-add_des {
}

.header-btn {
    padding-left: 100px;
    padding-bottom: 15px;
}

    .header-btn button {
        border: 1px solid gray;
        background: none;
        color: white;
        padding: 5px 15px;
        border-radius: 30px;
        font-size: 18px;
    }

#catalog-main {
    background: #f2f4f5;
}

#footer {
    background: #131929;
    color: white;
}

#preim {
    background: #f2f4f5;
    position: relative;
    background-image: url('/Content/images/bmw.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-position-y: 50px;
}

.foot-phone {
    font-size: 28px;
}

.foot-dev, .foot-add {
    text-align: right;
}

.preim1 {
    padding-top: 50px;
}

.preim-icon {
}

.preim-text {
}

.preim-wrap {
}

.xn-mobile .preim-text {
    padding-left: 0;
    padding-right: 0;
}

#add-section {
    background: #101624;
    color: white;
}

#slider-main {
    background: linear-gradient(to left, #131929 50%, #101624 50%);
    color: white;
}

.sm-item {
    background: white;
    display: flex;
}

.arr-l, .arr-r {
    background: #414550;
    height: 100%;
    top: 0;
    color: white;
    width: 75px;
    margin: 0;
}

.arr-l {
    left: 0;
}

.arr-r {
    right: 0;
}

.sm-over-wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
}

.swiper-slide:hover .sm-over-wrap {
    display: block;
}

.sm-mask {
    position: absolute;
    width: 100%;
    height: 100%;
}

.sm-i-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
    margin: 0;
}

.sm-i-text {
    margin-bottom: auto;
    padding-bottom: 10px;
    font-size: 21px;
}

.sm-wrap {
    background: white;
}

.sm-m-img {
    background-image: url('/Content/images/Rectangle 27.png');
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
}

.sm-overlay {
    color: white;
    background: #131929;
    opacity: 0.4;
    z-index: 44;
    width: 100%;
    height: 100%;
}

.as-rightb {
    text-align: center;
}

.as-l-title {
    padding-bottom: 10px;
    color: #c1c0c5;
}

.as-l-i {
    font-size: 21px;
    color: #005cfe;
}

.as-l-des {
}

.as-l-row {
    padding-bottom: 20px;
}

#viewpage {
    background: #f2f4f5;
}

#footer a {
    color: white;
    font-size: 21px;
}

.foot-logo img {
    width: 150px;
}

/* =========================== STATICAREA ======================== */
@media (min-width: 480px), (min-width:300px) {
    .header-btn {
        margin-bottom: 40px;
        padding-left: 0;
        text-align: center;
    }

    #header, #sect_cars, #catalog-main, #footer, #preim, #add-section, #viewpage .content-wrap {
        padding: inherit;
    }

    #viewpage .content-wrap {
        padding-bottom: 30px;
    }

    #preim, #catalog-main, #sect_cars, #add-section, #slider-main {
        padding-top: 30px;
    }

    #header {
        border-bottom: 1px solid #323232;
    }

    .f-menu > .foot-nav {
        width: 100%;
    }

    .foot-l, .foot-r, .foot-m {
        width: 100%;
        margin: 0 10px;
    }

    #footer {
        font-size: 18px;
        padding: 40px 0 20px 0;
        padding-top: 40px;
    }

    #sect_cars {
        padding: 20px 0;
        background-size: cover;
    }

    .s_c-layer {
        height: 200px;
    }

    #ContentPage, #SecondPage {
        font-size: 14px;
    }

    .xn-lv__hoverblock-resize i {
        padding-right: 10px;
    }

    h1 {
        font-size: 34px;
    }


        h1::before {
            width: 1em;
            height: 1px;
            background: #005cfe;
            display: inline-block;
            content: "";
            margin-right: 20px;
            vertical-align: middle;
        }
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
    #viewpage .content-wrap {
        padding: 0 50px 50px 50px;
    }

    #sect_cars, #catalog-main, #footer, #preim, #slider-main, #add-section {
        padding: 35px 50px;
    }

    .header-btn {
        padding-left: 0;
        margin-bottom: 0;
        padding-bottom: 30px;
    }

    #ContentPage, #SecondPage {
        font-size: 18px;
    }

    .s_c-layer {
        height: 250px;
    }
    .s_c-content h1 {
        padding-top: 20px;
    }
    h1 {
        font-size: 46px;
    }


        h1::before {
            width: 2em;
            height: 1px;
            background: #005cfe;
            display: inline-block;
            content: "";
            margin-right: 20px;
            vertical-align: middle;
        }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}


@media (min-width: 1200px) {
    .s_c-layer {
        height: 250px;
    }

    .header-btn {
        margin-bottom: 0;
        padding-left: 0;
    }

    #header {
        padding: 0 50px;
    }
}

@media (min-width: 1400px) {
    #sect_cars {
        background-size: cover;
    }

    .header-btn {
        margin-bottom: 0;
        padding-left: 100px;
    }
}

@media (min-width: 1600px) {
}
