/* ~~~~~~~~~~~~~~~~~~~~~~ MAIN ~~~~~~~~~~~~~~~~~~~~~~ */
@font-face
{
    font-family: OpenSans-Bold;
    font-style: normal;

    font-display: fallback;
    src: url('../fonts/OpenSans-Bold.woff') format('woff');
}

@font-face
{
    font-family: OpenSans-ExtraBold;
    font-style: normal;

    font-display: fallback;
    src: url('../fonts/OpenSans-ExtraBold.woff') format('woff');
}

@font-face
{
    font-family: OpenSans-Regular;
    font-style: normal;

    font-display: fallback;
    src: url('../fonts/OpenSans-Regular.woff') format('woff');
}

@font-face
{
    font-family: OpenSans-SemiBold;
    font-style: normal;

    font-display: fallback;
    src: url('../fonts/OpenSans-SemiBold.woff') format('woff');
}

body
{
    font-family: OpenSans-Regular;
    font-size: 15px;
    font-weight: 400;

    overflow-x: hidden; 

    min-height: 100vh;
}

.container-wide
{
    width: 100%;
}

.container-fluid
{
    max-width: 1200px;
}

.container-md
{
    max-width: 992px;
}

.container-sm
{
    max-width: 768px;
}

button:focus
{
    outline: 0;
}

ul,
ol
{
    padding-left: 1rem;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active
{
    -webkit-transition: .3s;
    transition: .3s; 

    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus
{
    outline: 0;
}

img
{
    max-width: 100%;
    max-height: 100%;

    image-rendering: -webkit-optimize-contrast;
}

.cover
{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

svg
{
    width: 100%;
    height: 100%;
}

a
{
    -webkit-transition: .3s;
    transition: .3s;
}

.icon
{
    height: 1.5em;
}

.icon-sm
{
    height: 1em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ SLICK SLIDER ~~~~~~~~~~~~~~~~~~~~~~ */
.slider-wrapper
{
    position: relative;

    overflow: hidden;
}

.card-slider
{
    padding: 0 3rem;
}
@media (max-width: 576px)
{
    .card-slider
    {
        padding: 0 1rem;
    }
}

.slider-arrow
{
    font-size: 2rem;
    line-height: 1em;

    position: absolute;
    z-index: 1011;
    top: 0;

    width: auto;
    height: 100%;

    cursor: pointer;

    color: #fff;
}
@media (max-width: 576px)
{
    .slider-arrow
    {
        font-size: 1.5rem;
    }
}
.slider-arrow .slider-arrow-border
{
    border: 1px solid #fff;
    background-color: rgba(24, 24, 24, .5);
}
.slider-arrow.slider-prev
{
    left: 0;
}
.slider-arrow.slider-prev .slider-arrow-border
{
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.slider-arrow.slider-next
{
    right: 0;
}
.slider-arrow.slider-next .slider-arrow-border
{
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.slider-arrow .inner-arrow
{
    font-size: 1.5rem;
    line-height: 1em; 

    width: 2rem;
    height: 2rem;

    color: #fff;
    border-radius: 50%;
    background-color: #be1521;
}

.slick-dots
{
    padding: 0; 

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;

    cursor: pointer; 

    border-radius: 50%;
    background: #d2d2d2;
}
.slick-dots li:not(:last-child)
{
    margin-right: 5px;
}
.slick-dots li > button
{
    display: none;
}
.slick-dots li.slick-active
{
    background: #2078b6;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ DROPDOWN ~~~~~~~~~~~~~~~~~~~~~~ */
.dropdown .dropdown-toggle:after
{
    display: none;
}

.dropdown .dropdown-toggle .icon
{
    line-height: .8em;

    width: .8em;
    height: .8em;

    -webkit-transition: .3s;

    transition: .3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); 

    fill: #fff;
}

.dropdown.show .dropdown-toggle .icon
{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown .dropdown-menu
{
    left: 50%;

    -webkit-transform: translateX(-50%);

    transform: translateX(-50%);
}

/* ~~~~~~~~~~~~~~~~~~~~~~ ACCORDION ~~~~~~~~~~~~~~~~~~~~~~ */
.accordion .card
{
    border: none !important;
    border-radius: 0 !important;
}
.accordion .card .card-header
{
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;

    color: #2078b6;
    border: none !important;
    border-radius: 0 !important;
}
.accordion .card .card-header .icon
{
    width: 1em;
    height: 1em;

    -webkit-transition: .3s;

    transition: .3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); 

    fill: #181818;
}
.accordion .card .card-header.collapsed
{
    color: #181818;
}
.accordion .card .card-header.collapsed .icon
{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); 

    fill: #181818;
}

/*index faq*/

.top-faq .accordion .card .card-header
{
    padding: 0!important;
    line-height: 1em;
}

.top-faq .accordion .card .card-header .icon
{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); 
    color: #fff;
    background-color: #be1521;
    height: auto;
    width: auto;
}

.top-faq .accordion .card .card-header .icon .fa-minus 
{
    display: block;
}

.top-faq .accordion .card .card-header .icon .fa-plus 
{
    display: none;
}

.top-faq .accordion .card .card-header.collapsed .icon 
{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); 
    color: #fff;
    background-color: #0071b9;
}

.top-faq .accordion .card .card-header.collapsed .icon .fa-minus 
{
    display: none;
}

.top-faq .accordion .card .card-header.collapsed .icon .fa-plus 
{
    display: block;
}


/* ~~~~~~~~~~~~~~~~~~~~~~ CARG GRID ~~~~~~~~~~~~~~~~~~~~~~ */
.card-wrapper
{
    padding: 0 1rem;
}

.card-columns
{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.card-deck .card
{
    min-width: calc(25% - 30px);
    max-width: calc(25% - 30px);
}
@media (max-width: 992px)
{
    .card-deck .card
    {
        min-width: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}
@media (max-width: 576px)
{
    .card-deck .card
    {
        min-width: 100%;
        max-width: 100%;
    }
}

a.card,
a.card:hover
{
    text-decoration: inherit; 

    color: inherit;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ NAVBAR ~~~~~~~~~~~~~~~~~~~~~~ */
.navbar-toggler
{
    width: 2rem;
    height: 2rem;
    padding: 0; 

    border: none !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ BREADCRUMB ~~~~~~~~~~~~~~~~~~~~~~ */
.breadcrumb
{
    padding: 0; 

    background-color: transparent;
}
.breadcrumb a
{
    color: #2078b6;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ PAGINATION ~~~~~~~~~~~~~~~~~~~~~~ */
.pagination .page-item .page-link
{
    margin-left: 0;
    font-family: OpenSans-Bold;
}
.pagination .page-item .page-link:focus
{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ FORM ~~~~~~~~~~~~~~~~~~~~~~ */
.custom-select 
{
    font-size: 18px;
    line-height: 24px;
    height: auto;
    padding: 10px 25px 10px 13px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDM4Ni4yNTcgMzg2LjI1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+Cjxwb2x5Z29uIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgcG9pbnRzPSIwLDk2Ljg3OSAxOTMuMTI5LDI4OS4zNzkgMzg2LjI1Nyw5Ni44NzkgIiBmaWxsPSIjMDAwMDAwIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIj48L3BvbHlnb24+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=);
    background-size: 10px;
    display: inline-block;
    position: relative;
}


.form-control:focus,
.custom-select:focus,
.custom-control-input:focus ~ .custom-control-label::before
{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-control
{
    font-size: 18px;
    line-height: 24px;

    display: block;

    width: 100%; 
    max-width: 100%;
    height: auto;
    padding: 10px 10px 10px 13px;

    color: #444;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background-color: #fff;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
}

.form-control::placeholder 
{
    color: #cecece;
}

.select-wrapper
{
    position: relative;
}
.select-wrapper:after
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    position: absolute;
    z-index: 1;
    top: 1em; 
    right: 1em;

    content: '\f078';
}

/* ~~~~~~~~~~~~~~~~~~~~~~ RANGE ~~~~~~~~~~~~~~~~~~~~~~ */
.range-container
{
    z-index: 5; 

    height: 30px;
}
.range-container .range
{
    z-index: 1;
    top: 0;

    width: 100%;
    height: 30px;

    cursor: pointer; 

    opacity: 0;
    border-radius: 0;
    outline: none;

    -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
}
.range-container .range::-webkit-slider-thumb
{
    z-index: 3;

    width: 50px;
    height: 30px;

    opacity: 0; 
    border: 0;

    -webkit-appearance: none;
            appearance: none;
}
.range-container .range::-moz-range-thumb
{
    z-index: 3;

    width: 50px;
    height: 30px;

    opacity: 0; 
    border: 0;
}
.range-container .range-track
{
    z-index: -2; 
    top: 11px;

    width: 100%;
    height: 8px;

    border-radius: 8px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #2078b6), color-stop(50%, #e5e6e7));
    background: linear-gradient(to right, #2078b6 50%, #e5e6e7 50%);
}
.range-container .range-thumb
{
    z-index: -1; 
    left: calc(50% - 25px);

    width: 50px;
    height: 30px;

    border-radius: 30px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ MODAL BS ~~~~~~~~~~~~~~~~~~~~~~ */
.modal
{
    z-index: 1071;
}
.modal .modal-content
{
    border: none; 
    border-radius: 0;
    background-color: #1c6aa0;
    color: #fff;
}
.modal .modal-content .modal-header
{
    height: auto;
    padding-bottom: 0; 

    border-bottom: 0;
}
.modal .modal-content .modal-header .close
{
    line-height: 1em; 
    color: #fff;
    margin: 0;
    margin-left: auto;
    padding: 0;

    opacity: 1;
}
.modal .modal-content .modal-body
{
    padding-top: 0;
}
.modal.cover-modal
{
    padding: 0 !important;
}
.modal.cover-modal .modal-dialog,
.modal.cover-modal .modal-dialog-centered
{
    max-width: none; 
    margin: 0 !important;
}
.modal.cover-modal .modal-dialog .modal-content,
.modal.cover-modal .modal-dialog-centered .modal-content
{
    height: 100vh; 
    padding: 0;
}
.modal .title
{
    line-height: 1.2em;
}
.modal .phones a
{
    color: #181818;
}
.modal .phones img
{
    width: 20px;
    height: 20px;
}
.modal.menu-modal
{
    padding: 0 !important;
}
.modal.menu-modal .modal-dialog,
.modal.menu-modal .modal-dialog-centered
{
    max-width: none; 
    margin: 0 !important;
}
.modal.menu-modal .modal-dialog .modal-content,
.modal.menu-modal .modal-dialog-centered .modal-content
{
    max-width: 320px;
    min-height: 100vh;
    margin-left: auto;
    padding: 0;

    background-color: #2078b6;
}
.modal.menu-modal .modal-dialog .modal-content .close,
.modal.menu-modal .modal-dialog-centered .modal-content .close
{
    color: #fff;
}
.modal.menu-modal .modal-dialog .modal-content .navbar-nav .nav-item,
.modal.menu-modal .modal-dialog-centered .modal-content .navbar-nav .nav-item
{
    border-bottom: 1px solid #fff;
}
.modal.menu-modal .modal-dialog .modal-content .navbar-nav .nav-item .nav-link,
.modal.menu-modal .modal-dialog-centered .modal-content .navbar-nav .nav-item .nav-link
{
    color: #fff;
}
.modal.menu-modal .modal-dialog .modal-content a,
.modal.menu-modal .modal-dialog-centered .modal-content a
{
    color: #fff;
}

.menu-modal .nav-link {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ BUTTONS ~~~~~~~~~~~~~~~~~~~~~~ */
.btn:focus
{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ STYLE ~~~~~~~~~~~~~~~~~~~~~~ */
.triangle-top-right-white
{
    width: 0;
    height: 0;

    border-top: 7vw solid #fff;
    border-left: 100vw solid transparent;
}

.triangle-bottom-right-white
{
    width: 0;
    height: 0;

    border-bottom: 7vw solid #fff;
    border-left: 100vw solid transparent;
}

.triangle-bottom-left-lightgray
{
    width: 0;
    height: 0;

    border-right: 100vw solid transparent; 
    border-bottom: 7vw solid #f6f6f6;
}

.triangle-top-right-lightgray
{
    width: 0;
    height: 0;

    border-bottom: 7vw solid #f6f6f6;
    border-left: 100vw solid transparent;
}

.triangle-top-right-lightgray-r
{
    width: 0;
    height: 0;

    border-top: 7vw solid #f6f6f6;
    border-left: 100vw solid transparent;
}

.btn-red
{
    font-family: OpenSans-ExtraBold;
    font-size: 12px;
    line-height: 1.1em;

    padding: 1.5em 2em;

    letter-spacing: .2em;
    text-transform: uppercase;

    color: #fff; 
    border-radius: 7px;
    background: -webkit-gradient(linear, left top, left bottom, from(#be1521), color-stop(#e93743), to(#be1521));
    background: linear-gradient(#be1521, #e93743, #be1521);
}
.btn-red:hover
{
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#e93743), color-stop(#be1521), to(#e93743));
    background: linear-gradient(#e93743, #be1521, #e93743);
}
.btn-red.btn-tiny
{
    padding: 1em 1em;
}

.btn-white
{
    font-family: OpenSans-ExtraBold;
    font-size: 12px;
    line-height: 1.1em;

    padding: calc(1.5em - 2px) 2em;

    letter-spacing: .2em;
    text-transform: uppercase;

    color: #be1521;
    border: 2px solid #be1521; 
    border-radius: 5px;
    background-color: #fff;
}
.btn-white:hover
{
    color: #fff;
    border: 2px solid #be1521;
    background-color: #e6202e;
}

.btn-white:active, .btn-white:focus
{
    border: 2px solid #be1521;
}

.btn-white.btn-tiny
{
    padding: 1em 1em;
}

.btn-green
{
    font-family: OpenSans-ExtraBold;
    font-size: 12px;
    line-height: 1.1em;

    padding: 1.5em 2em;

    letter-spacing: .2em;
    text-transform: uppercase;

    color: #fff; 
    border-radius: 7px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0f8f20), color-stop(#2aa749), to(#0f8f20));
    background: linear-gradient(#0f8f20, #2aa749, #0f8f20);
}
.btn-green:hover
{
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#2aa749), color-stop(#0f8f20), to(#2aa749));
    background: linear-gradient(#2aa749, #0f8f20, #2aa749);
}

.btn-violet
{
    font-family: OpenSans-Bold;
    font-size: 12px;
    line-height: 1.1em;

    padding: 1.5em 2em;

    letter-spacing: .2em;
    text-transform: uppercase;

    color: #fff; 
    border-radius: 0;
    background: #7b519d;
}

.btn-violet:hover
{
    color: #fff;
    background: #7b519d;
}

.btn-telegram
{
    font-family: OpenSans-Bold;
    font-size: 12px;
    line-height: 1.1em;

    padding: 1.5em 2em;

    letter-spacing: .2em;
    text-transform: uppercase;

    color: #fff; 
    border-radius: 0;
    background: #2078b6;
}

.btn-telegram:hover{
    color: #fff; 
    background: #2078b6;
}

.btn-rounded
{
    border-radius: 10px;
}

.btn-blue
{
    font-family: OpenSans-ExtraBold;
    font-size: 12px;
    line-height: 1.1em;

    padding: 1.5em 2em;

    letter-spacing: .2em;
    text-transform: uppercase;

    color: #fff; 
    border-radius: 7px;
    background: -webkit-gradient(linear, left top, left bottom, from(#2078b6), color-stop(#449fde), to(#2078b6));
    background: linear-gradient(#2078b6, #449fde, #2078b6);
}
.btn-blue:hover
{
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#449fde), color-stop(#2078b6), to(#449fde));
    background: linear-gradient(#449fde, #2078b6, #449fde);
}
.btn-blue.btn-tiny
{
    padding: 1em 1em;
}

.btn-small
{
    font-size: 8px;
}

.btn-money
{
    z-index: 3; 

    margin-top: 50px;
}
.btn-money .money
{
    z-index: -1; 
    top: -50px;
    right: -20px;

    width: 90px;
    height: 90px;
}

.shining {
    position: relative;
    overflow: hidden;
}

.shining:before {
    position: absolute;
    top: 0;
    left: -50px;
    width: 100px;
    height: 100%;
    content: '';
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .1), rgba(255, 255, 255, .5), rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
    animation-name: shining;
    animation-duration: 7s;
    animation-iteration-count: infinite;
}

@keyframes shining
{
    from
    {
        left: -100px;
    }
    50%
    {
        left: calc(100% + 50px);
    }
    to
    {
        left: -100px;
    }
}

.shaking
{
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.shaking:hover,
.shaking.active
{
    -webkit-animation: shake .7s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake .7s cubic-bezier(.36, .07, .19, .97) both;
}

@-webkit-keyframes shake
{
    10%,
    50%,
    90%
    {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    20%,
    80%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    30%,
    70%
    {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    40%,
    60%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes shake
{
    10%,
    50%,
    90%
    {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
    }
    20%,
    80%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    30%,
    70%
    {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    40%,
    60%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.text-underline {
    text-decoration: underline;
}

.text-white
{
    color: #fff;
}
.text-white a
{
    color: #fff;
}

.text-blue
{
    color: #2078b6;
}
.text-blue a
{
    color: #2078b6;
}

.text-violet
{
    color: #7b519d;
}

.text-black
{
    color: #181818;
}
.text-black a
{
    color: #181818;
}

.rounded-xl
{
    border-radius: 10px;
}

.bg-blue
{
    background-color: #2078b6;
}

.bg-blue-trans
{
    background-color: rgba(24, 91, 139, .95);
}

.text-lightgray
{
    color: #f6f6f6;
}
.text-lightgray a
{
    color: #f6f6f6;
}

.bg-lightgray
{
    background-color: #f6f6f6;
}

.text-gray
{
    color: #747474;
}
.text-gray a
{
    color: #747474;
}

.bg-gray
{
    background-color: #747474;
}

.bg-semigray
{
    background-color: #e5e6e7;
}

.text-red
{
    color: #be1521;
}

.bg-red
{
    background-color: #be1521;
}

.bg-red-gradient
{
    background: -webkit-gradient(linear, left top, left bottom, from(#88121b), to(#cc232f));
    background: linear-gradient(#88121b, #cc232f);
}

.bg-blue-gradient
{
    background: -webkit-gradient(linear, left top, left bottom, from(#1c6aa0), to(#2078b6));
    background: linear-gradient(#1c6aa0, #2078b6);
}

.bg-black
{
    background-color: #181818;
}

.bg-yellow
{
    background-color: #ffd500;
}

.font-bold
{
    font-family: OpenSans-Bold;
}
.font-bold .small
{
    font-family: OpenSans-Bold;
}

.font-extra
{
    font-family: OpenSans-ExtraBold;
}
.font-extra .small
{
    font-family: OpenSans-ExtraBold;
}

.font-semi
{
    font-family: OpenSans-SemiBold;
}
.font-semi .small
{
    font-family: OpenSans-SemiBold;
}

.title, .lh-1
{
    line-height: 1em;
}

.logo
{
    height: 50px;
}
@media (max-width: 992px)
{
    .logo
    {
        height: 40px;
    }
}

.logo-eba
{
    height: 21px;
}
@media (max-width: 992px)
{
    .logo-eba
    {
        height: 12px;
    }
}

@media (max-width: 980px)
{
    .navbar-brand
    {
        font-size: 14px;
    }
}

.read-more
{
    cursor: pointer; 
    text-decoration: underline;
}

header .title
{
    font-size: 22px;
}

header .subtitle
{
    font-size: 18px;
}

header .navbar-toggler
{
    font-size: 24px;

    width: 2rem;
    height: 2rem;
    padding: 0;

    color: #be1521;
    border: 0 !important;

    fill: #be1521;
}

header .navbar
{
    padding: 0; 

    -webkit-transition: .5s; 

    transition: .5s;
}
header .navbar .nav-link
{
    font-family: OpenSans-Bold;

    text-transform: uppercase; 

    color: #fff;
}

.navbar .nav-link.nav-regular
{
    font-size: .9em;
}

header .getdiscount
{
    font-family: OpenSans-ExtraBold;

    z-index: 1077;

    display: none; 

    cursor: pointer;
    text-decoration: underline;
    text-transform: uppercase;

    color: #fff;
}

header .mobile-nav .nav-link
{
    color: #2078b6;
}

header .phones a
{
    color: #181818;
}

.experts .expert-photo
{
    height: 260px;

    background-position: center;
}

.selection
{
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100vw auto;
}
.selection .form
{
    max-width: 800px;
}
.selection .form .btn-group-toggle .btn
{
    font-size: 14px;

    margin-right: 5px;
    padding: 12px 2px;

    border: 1px solid #e3e3e3;
    border-radius: 0;
}
.selection .form .btn-group-toggle .btn:last-child
{
    margin-right: 0;
}
.selection .form .btn-group-toggle .btn.active
{
    color: #fff;
    border: 1px solid #be1521;
    background: #be1521;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.category .card
{
    border: none; 
    border-radius: 10px;
}
.category .card .card-img-overlay
{
    font-family: OpenSans-Bold;
    line-height: 1.1em;

    color: #fff;
    border-radius: 10px; 
    background-color: rgba(0, 0, 0, .5);
}
.category .card .card-img-overlay:hover
{
    color: #be1521; 
    background-color: rgba(0, 0, 0, .15);
}
.category .card.active .card-img-overlay
{
    color: #be1521; 
    background-color: rgba(0, 0, 0, .15);
}

.cars-list .car-block
{
    overflow: hidden;

    border-radius: 10px;
}

.cars-list .price
{
    line-height: 1em; 

    z-index: 1010;
    top: 10px;
    left: 10px;

    width: auto;
}

.footer
{
    line-height: 1.8em; 

    background: #1e1e1e;
}
.footer .logo-footer
{
    max-width: 174px;
}
.footer h5
{
    font-size: 18px;
}
.footer .social
{
    max-width: 110px;
}

.thx-modal .modal-content
{
    color: #fff; 
    background: #fe6637;
}

.thx-modal .close
{
    width: 20px;
    height: 20px;

    fill: #fff;
}

.thx-modal-new .modal-content
{ 
    color: #1e1e1e;
    background: #fff;
}

.thx-modal-new .close
{
    fill: #1e1e1e;
    color: #1e1e1e!important;
}

.main
{
    padding-top: 160px;
}
@media (max-width: 992px)
{
    .main
    {
        padding-top: 90px;
    }
}

@media (max-width: 576px)
{
    .main
    {
        padding-top: 80px;
    }
}

.home-top
{
    z-index: 2; 

    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100vw auto;
}
.home-top .triangle
{
    z-index: -1; 
    bottom: 0;
}

.home-top .car-title
{
    font-size: 2rem;
    line-height: 1.2em;
}
@media (max-width: 768px)
{
    .home-top .car-title
    {
        font-size: 1.5rem;
    }
}
@media (max-width: 576px)
{
    .home-top .car-title
    {
        font-size: 1rem;
    }
}

.home-top .car-price
{
    line-height: 1.2em;
}
.home-top .car-price span
{
    font-size: 1.5rem;
}
@media (max-width: 576px)
{
    .home-top .car-price span
    {
        font-size: 1.2rem;
    }
}
.home-top .car-price del
{
    font-size: 1.2rem;
}
@media (max-width: 576px)
{
    .home-top .car-price del
    {
        font-size: 1rem;
    }
}

.home-top .form
{
    max-width: 400px;
}
.home-top .form .form-title
{
    font-size: 2rem;
    line-height: 1em;
}
@media (max-width: 576px)
{
    .home-top .form .form-title
    {
        font-size: 1.8rem;
    }
}

.home-top .slick-dots
{
    margin-bottom: 30px;
}

.car-carousel
{
    margin-bottom: 40px;
}
.car-carousel .carousel-indicators
{
    bottom: -25px;
}
.car-carousel .carousel-indicators li
{
    width: 50px;
    height: 50px;

    opacity: 1; 
    border: 2px solid #fff;
    border-radius: 50%;
}
.car-carousel .carousel-indicators li.active
{
    border: 2px solid #2078b6;
}

.video-list .arrows
{
    width: 90px;
    height: 2rem;
}

.video-list .slider-arrow-wrapper
{
    font-size: 1rem; 

    width: 2rem;
    height: 2rem;

    border-radius: 1rem;
    background-color: #be1521;
}

.video-list .video-slider .video-wrapper
{
    border-radius: 10px;
}

.video-block
{
    cursor: pointer; 
    text-align: center;
}
.video-block .video-wrapper
{
    overflow: hidden;
}
.video-block .video-wrapper .video-img
{
    position: relative;

    overflow: hidden;

    -webkit-transition: all .5s ease;

    transition: all .5s ease;
}
.video-block .video-wrapper .overlay-bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%; 
    height: 100%;

    -webkit-transition: all .5s ease;

    transition: all .5s ease;
}
.video-block .video-wrapper .overlay-bg i
{
    font-size: 70px;
    line-height: 80px;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 80px;
    height: 80px;
    margin-right: -50%;

    -webkit-transition: all .5s ease;

    transition: all .5s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;

    color: #fff;
    border-radius: 100%;
}
.video-block .video-wrapper .overlay-bg i:hover
{
    opacity: .9; 
    background-color: #2078b6;
}
.video-block .video-wrapper:hover .video-title
{
    color: #2078b6;
}
.video-block .video-wrapper:hover .video-img
{
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.discount .countdown-wrapper
{
    max-width: 350px;

    border-radius: 10px;
}

.discount .flipper
{
    font-family: OpenSans-Bold;
}

.phones-wrapper
{
    max-width: 500px;
}

.office
{
    background-repeat: no-repeat; 
    background-position: center;
    background-size: contain;
}
@media (max-width: 1200px)
{
    .office
    {
        background-image: none !important;
    }
}
.office .map-wrapper
{
    max-width: 700px;
}
.office .contact-block
{
    max-width: 400px; 

    border: 1px solid #be1521;
}
.office .map
{
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, color-stop(70%, black), to(rgba(0, 0, 0, 0)));
    -webkit-mask-image: linear-gradient(to left, black 70%, rgba(0, 0, 0, 0));
    mask-image: -webkit-gradient(linear, right top, left top, color-stop(70%, black), to(rgba(0, 0, 0, 0)));
    mask-image: linear-gradient(to left, black 70%, rgba(0, 0, 0, 0));
}
@media (max-width: 1200px)
{
    .office .map
    {
        -webkit-mask-image: none;
        mask-image: none;
    }
}

.car-wrapper
{
    color: #181818;
}
.car-wrapper:hover
{
    text-decoration: none; 

    color: #181818;
}
.car-wrapper .slider-arrow
{
    width: 2em;
}
.car-wrapper .slider-prev
{
    background: -webkit-gradient(linear, left top, right top, from(rgba(24, 24, 24, .7)), to(rgba(24, 24, 24, 0)));
    background: linear-gradient(to right, rgba(24, 24, 24, .7), rgba(24, 24, 24, 0));
}
.car-wrapper .slider-next
{
    background: -webkit-gradient(linear, right top, left top, from(rgba(24, 24, 24, .7)), to(rgba(24, 24, 24, 0)));
    background: linear-gradient(to left, rgba(24, 24, 24, .7), rgba(24, 24, 24, 0));
}
.car-wrapper .watermark
{
    top: 10px;
    right: 10px;
    width: 10%;
    min-width: 100px;
    max-width: 200px;
    z-index: 1010;
}
.car-wrapper .carmask
{
    z-index: 1010;
    top: 0px;
    right: 0px;

    width: 70%;
    min-width: 300px;
    max-width: 400px;

    opacity: 1;
}
.car-wrapper .videomask
{
    z-index: 1021;
    top: 5px;
    left: 5px;
    opacity: 1;
}
.car-wrapper .price
{
    z-index: 1010;
    top: 25px;
    left: -5px;
}
.car-wrapper .counter
{
    line-height: 1em; 

    z-index: 1010;
    bottom: 10px;
    left: 10px;

    padding: 5px 10px;

    color: #fff;
    border-radius: 100px;
    background-color: rgba(30, 30, 30, .5);
}

.car-photo-slider
{
    margin: 0 -5px;
}
.car-photo-slider .car-photo-slide
{
    padding: 5px;
}

.car-benefits ul
{
    margin-bottom: 0; 
    padding: 0;

    list-style: none;
}
.car-benefits ul li:before
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;

    display: inline-block;

    margin-right: .25rem; 

    content: '\f00c';

    color: #be1521;
}

.collapse-toogle
{
    display: none;
}
.collapse-toogle.collapsed
{
    display: inline-block;
}

.roadmap .num
{
    font-size: 2rem;
}

.roadmap .text
{
    font-size: 1.2rem;
}
@media (max-width: 768px)
{
    .roadmap .text
    {
        font-size: 1rem;
    }
}

.roadmap .wrapper
{
    top: 0;
    right: 0; 
    left: 0;
}

.reviews .arrows
{
    width: 90px;
    height: 2rem;
}

.reviews .slider-arrow-wrapper
{
    font-size: 1rem; 

    width: 2rem;
    height: 2rem;

    border-radius: 1rem;
    background-color: #be1521;
}

.our-team .triangle
{
    z-index: 1; 
    bottom: 0;
}

.our-team .text
{
    max-width: 500px;
}

.team .arrows
{
    width: 90px;
    height: 2rem;
}

.team .slider-arrow-wrapper
{
    font-size: 1rem; 

    width: 2rem;
    height: 2rem;

    border-radius: 1rem;
    background-color: #be1521;
}

.benefits .icon
{
    width: 5rem;
    height: 5rem;
    padding: .75rem; 

    border: 3px solid #fff;
    border-radius: 50%;
}

.benefits .text
{
    font-size: 1.2rem; 

    max-width: 300px;
}
@media (max-width: 768px)
{
    .benefits .text
    {
        font-size: 1rem;
    }
}

.seo-text .wrapper,
.car-text .wrapper
{
    overflow: hidden;

    height: 110px;

    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, black), to(rgba(0, 0, 0, 0)));

    -webkit-mask-image: linear-gradient(to bottom, black 70%, rgba(0, 0, 0, 0));

    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, black), to(rgba(0, 0, 0, 0)));

    mask-image: linear-gradient(to bottom, black 70%, rgba(0, 0, 0, 0));
}

.seo-text .hide,
.car-text .hide
{
    display: none;
}

.seo-text .show,
.car-text .show
{
    display: inline-block;
}

.seo-text.active .wrapper,
.car-text.active .wrapper
{
    height: auto;

    -webkit-mask-image: none;

    mask-image: none;
}

.seo-text.active .hide,
.car-text.active .hide
{
    display: inline-block;
}

.seo-text.active .show,
.car-text.active .show
{
    display: none;
}

.related-cars .arrows
{
    width: 70px;
    height: 2rem;
}

.related-cars-instock .price
{
    top: 25px;
    left: 0px;
}

.related-cars-instock .slider-prev
{
    left: 15px;
}

.related-cars-instock .slider-next
{
    right: 15px;
}

.related-cars .slider-arrow-wrapper
{
    font-size: 1rem; 

    width: 2rem;
    height: 2rem;

    border-radius: 1rem;
    background-color: #be1521;
}

.post-overlay
{
    background-color: rgba(0, 0, 0, .55);
}

.video-logo
{
    width: 48px;
}

.vykup-top
{
    z-index: 2; 

    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100vw auto;
}
.vykup-top .triangle
{
    z-index: -1; 
    bottom: 0;
}
.vykup-top .title
{
    font-size: 3em;
}
.vykup-top .subtitle
{
    font-size: 1.5rem;
}

.consultation .form-wrapper
{
    max-width: 360px;
}

.consultation .or-block
{
    width: 120px;
    height: 120px;
}

.lombard-top
{
    z-index: 2; 

    background-image: url('../images/car-lombard-top.jpg');
}
.lombard-top .triangle
{
    z-index: 0; 
    bottom: 0;
}
.lombard-top .title
{
    font-size: 3em;
}
.lombard-top .subtitle
{
    font-size: 1.5rem;
}
.lombard-top .benefits-list
{
    max-width: 360px;
}
.lombard-top .wrappper
{
    z-index: 3; 

    overflow: visible;
}
.lombard-top .form-wrapper
{
    max-width: 450px;
}
.lombard-top .input-group
{
    width: 160px;

    border: 1px solid #e9e9e9;
    border-radius: 1rem;
    background: #e9e9e9;
}
.lombard-top .input-group .form-control,
.lombard-top .input-group .input-group-text
{
    border: none !important;
    background: transparent !important;
}
.lombard-top .result-container
{
    background-color: #fffbe2;
}

.custom-radio
{
    border-radius: 1em; 
    background: #e5e6e7;
}
.custom-radio input
{
    position: absolute;
    z-index: -1; 

    width: 0 !important;
    height: 0 !important;

    opacity: 0;
}
.custom-radio input ~ label
{
    font-size: .8rem; 

    display: block;

    margin: 0;

    border-radius: 1em;
}
.custom-radio input:checked ~ label
{
    display: block;

    color: #fff; 
    background: #2078b6;
}

.lombard-cars .price
{
    top: 5px;
    left: -5px;

    color: #fff; 
    background: #be1521;
}

.lombard-faq .accordion .card
{
    border: 1px solid #e5e6e7 !important;
    background-color: transparent;
}
.lombard-faq .accordion .card .card-header
{
    color: #be1521;
    background-color: transparent;
}
.lombard-faq .accordion .card .card-header .icon
{
    color: #be1521;
}
.lombard-faq .accordion .card .card-header .icon .plus
{
    display: none;
}
.lombard-faq .accordion .card .card-header .icon .minus
{
    display: inline-block;
}
.lombard-faq .accordion .card .card-header.collapsed
{
    color: #181818;
}
.lombard-faq .accordion .card .card-header.collapsed .icon
{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.lombard-faq .accordion .card .card-header.collapsed .icon .plus
{
    display: inline-block;
}
.lombard-faq .accordion .card .card-header.collapsed .icon .minus
{
    display: none;
}

.cars-top .form-wrapper
{
    max-width: 360px;
}

.top-faq .number 
{
    font-size: 2rem;
    height: 1.75em;
    width: 1.75em;
    border-radius: 50%;
    line-height: 1em;
    text-align: center;
    color: #be1521;
    border: 2px solid #be1521;
}

.footer .btn-social 
{
    width: 100%;
    max-width: 300px;
    padding: 1em;
    background-color: #717171;
    color: #fff;
}

.footer .btn-social  img{
    max-width: 24px;
}

.footer .btn-social.btn-social-yt:hover {
    background-color: #c90000;
}

.footer .btn-social.btn-social-vb:hover {
    background-color: #6f3faa;
}

.footer .btn-social.btn-social-tg:hover {
    background-color: #0071b9;
}

.footer .btn-social.btn-social-fb:hover {
    background-color: #002b57;
}
.footer .btn-social.btn-social-in{
    background: linear-gradient(to bottom,#666666 35%,#fbe18a 61%,#d3709c 75%,#d53692 80%,#8f39ce 90%,#5b4fe9 100%);
    background-size:100% 300%;
    background-position: top;
    transition: background .2s ease;
}

.footer .btn-social.btn-social-in:hover {
    
    background-position: bottom;
}

.top-faq .bg-cover 
{
    background-color: #fff
}

.badge-blue {
    background-color: #2078b6;
    color: #fff;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #2078b6;
    background-color: #2078b6;
}

.custom-checkbox-lg .custom-control-label::before, .custom-checkbox-lg .custom-control-label::after
{
    width: 1.25rem;
    height: 1.25rem;
}

.custom-checkbox-lg .custom-control-label::after
 {
    background: no-repeat 50%/70% 70%;
}

.page-item.active .page-link {
    border-color: #2078b6;
    background-color: #2078b6;
}

.page-link {
    color: #2078b6;
}

.form-control.border-blue {
    border: 2px solid #2078b6;
} 

.btn-fixed-wrapper
{
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    z-index: 1098;
}

.btn-fixed-wrapper.to-right 
{
    left: auto;
    right: 10px;
}

.btn-fixed
{
    padding: 10px;
    background-color: #2078b6;
    color: #fff;
    height: 3.5rem;
    border-radius: 5px;
    text-align: center;
}

.btn-fixed span {
    color: #fff;
    height: 1.2rem;
    width: 1.2rem;
    background-color: #c90000;
    position: absolute;
    top: -0.15em;
    right: -0.15em;
    line-height: 1em;
    font-size: 0.9rem;
    border-radius: 50%;
    text-align: center;
    padding: 0.15em;
}

.btn-fixed:hover
{
    color: #fff;
    text-decoration: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.nav-home-tabs .nav-link {
    font-family: OpenSans-Bold;
    font-size: 12px;
    line-height: 1.1em;
    padding: 1.5em 2em;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none!important;
    color: #181818; 
    border-radius: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), color-stop(#f1f1f1), to(#d6d6d6));
    background: linear-gradient(#d6d6d6, #f1f1f1, #d6d6d6);
}

.nav-home-tabs .nav-link:hover, .nav-home-tabs .nav-link.active {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#be1521), color-stop(#e93743), to(#be1521));
    background: linear-gradient(#be1521, #e93743, #be1521);
}

.car-type-navs .nav-link {
    color: #181818; 
}

.car-type-navs .nav-link:hover, .car-type-navs .nav-link.active {
    color: #181818; 
    text-decoration: none;
    font-weight: bold;
}

input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

#bingc-phone-button {
    bottom: 5px!important;
    left: 150px!important;
}

.filter-wrapper {
    background: #F8F9FA;
    border: 1px solid #DEE2E6;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.filter-bg-red {
    background: #b84641;
    color: #fff;
}

.btn-filter {
    color: #222529;
}

.fast-filter .nav-link {
    border: 1px solid #222529;
    color: #222529;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px;
    margin: 5px;
}

.fast-filter .nav-link.active {
    color: #fff;
    background: linear-gradient(#be1521, #e93743, #be1521);
    border: 1px solid #be1521;
}

.filter-main-btn {
    color: #3977B1;
    border: 1px solid #3977B1;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 5px;
    font-size: 12px;
    height: 30px;
}

.custom-select-sm {
    border-radius: 3px;
    padding: 5px;
    font-size: 12px;
    line-height: 1em;
    height: 30px;
}

.filter-order {
    color: #222529;
    border-color: #222529!important;
}

.filter-wrapper .form-control::placeholder {
    color: #495057;
}

.filter-wrapper form.bg-blue {
    border-radius: 3px;
    border: 1px solid #fff;

}

.filter-wrapper .form-title{
    font-size: 1.2em;
}

.selected-filter .item {
    color: #fff;
    background: linear-gradient(#be1521, #e93743, #be1521);
    border: 1px solid #be1521;
    text-decoration: none;
    border-radius: 3px;
    padding: 5px;
    margin-top: 5px;
    margin-right: 5px;
    font-size: 12px;
}

.selected-filter .item .close {
    color: #fff!important;
    opacity: 1;
    font-size: 12px;
    margin-left: 4px;
}

.phone-wrapper .phone-show {
    cursor: pointer;
    text-decoration: underline;
}

.top-discount {
    font-size: 1.5em;
    text-decoration: none!important;
}

.top-discount a, .top-discount a:hover{
    text-decoration: none!important;
}

.top-discount .btn{
    padding: 0.75em 0.5em;
}

@media (max-width: 576px)
{
    .top-discount {
        font-size: 1.1em;
    }
}

@media (max-width: 450px)
{
    .top-discount {
        font-size: 1em;
    }
}

@media (max-width: 400px)
{
    .top-discount {
        font-size: 0.8em;
    }
}

.text-orange {
    color: #EF8532;
}

.btn-orange {
    font-family: OpenSans-Bold;
    font-size: 12px;
    line-height: 1.1em;

    padding: 1.5em 2em;
    height: 50px;

    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff; 
    border-radius: 3px;
    background: linear-gradient(90deg, #EF8532 0%, #F83600 100%);
}

.btn-orange:hover {
    color: #fff; 
    background: linear-gradient(-90deg, #EF8532 0%, #F83600 100%);
}

.btn-border-white {
    font-family: OpenSans-Bold;
    font-size: 12px;
    line-height: 1.1em;
    height: 50px;

    padding: 1.5em 2em;
    padding-top: calc(1.5em - 1px);
    padding-bottom: calc(1.5em - 1px);

    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff; 
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-border-white:focus, .btn-border-white:hover {
    color: #fff; 
    background-color: transparent;
    border: 1px solid #fff;
}

.modal.modal-quiz .modal-dialog {
    max-width: 600px;
}

.modal.modal-quiz .modal-content {
    background-color: #FFFFFF;
    color: #020202;
}

.modal.modal-quiz .modal-content .close {
    width: 30px;
}

.banner-quiz {
    position: fixed;
    left: 50%;
    width: 576px;
    top: -1000px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,.25);
    z-index: 1099;
    transition: all 0s linear;
    transform: translateY(-50%) translateX(-50%);
    background-image: url('../images/quiz/bg.svg'), url('../images/quiz/bgcar.png');
    background-repeat: no-repeat;
    background-position: top left, bottom left;
    background-size: 100% auto, 350px auto;
}

.banner-quiz-logo {
    max-height: 48px;
}

.banner-quiz.show {
    top: 50%;
    box-shadow: 0px 0px 5000px 5000px rgba(0,0,0,.25);
    transition: all .5s linear, box-shadow 0s linear;
}

.banner-quiz .close {
    width: 30px;
}

.quiz-block-desktop {
    margin-top: 80px;
    margin-bottom: 150px;
}

.modal.modal-quiz .modal-header img {
    max-height: 48px;
    max-width: auto;
}

.quiz-big-title {
    font-size: 48px;
    line-height: 1.2em;
}
.quiz-title {
    font-size: 36px;
    line-height: 1.2em;
}

.quiz-subtitle {
    font-size: 30px;
}

.quiz-subtitle2 {
    font-size: 28px;
}

.quiz-text-blue {
    color: #007FF9;
}

.quiz-text-light {
    color: #C4C4C4;
}

.car-banner-quiz {
    position: absolute;
    transform: translateY(-50%);
    top: 0;
    left: 0;
    width: 260px;
}

.btn-quiz-yellow {
    font-family: OpenSans-Bold;
    background: #F9D95E;
    border: 2px solid #F9D95E;
    color: #020202;
    border-radius: 7px;
    font-size: 24px;
    line-height: 1em;
    padding: .5em .5em
}

.btn-quiz-yellow:hover, .btn-quiz-yellow:active{
    background: #F9D95E;
    border: 2px solid #F9D95E;
    box-sizing: border-box;
    color: #020202;
}

.btn-quiz-yellow.btn-quiz-shine {
    box-shadow: 0px 9px 54px rgba(255, 236, 79, 0.52), 0px 3.75998px 22.5599px rgba(255, 236, 79, 0.373804), 0px 2.01027px 12.0616px rgba(255, 236, 79, 0.309976), 0px 1.12694px 6.76164px rgba(255, 236, 79, 0.26), 0px 0.598509px 3.59106px rgba(255, 236, 79, 0.210024), 0px 0.249053px 1.49432px rgba(255, 236, 79, 0.146196);
}

.btn-quiz-yellow img {
    max-height: 1em!important;
    max-width: auto;
}

.btn-quiz-light {
    background-color: transparent;
    border: 2px solid #C4C4C4;
    box-sizing: border-box;
    color: #C4C4C4;
    border-radius: 7px;
    font-size: 24px;
    line-height: 1em;
    padding: .5em .5em
}

.btn-quiz-light:hover, .btn-quiz-light:active {
    background-color: transparent;
    border: 2px solid #C4C4C4;
    color: #C4C4C4;
}

.btn-quiz-light img {
    max-height: 1em!important;
    max-width: auto;
}

.btn-quiz-white {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    color: #020202;
    border-radius: 7px;
    font-size: 24px;
    line-height: 1em;
    padding: .5em .5em
}

.btn-quiz-white:hover, .btn-quiz-white:active {
    background-color: #FFFFFF;
    border: 2px solid #FFFFFF;
    color: #020202;
}

.quiz-select-wrapper {
    margin-left: -.5rem !important;
    margin-right: -.5rem !important;
}

.quiz-select {
    position: relative;    
    box-sizing: border-box;
    border-radius: 7px;
    cursor: pointer;
    font-size: 18px;
    color: #C4C4C4;
    background-color: #F6F6F6;
}

.quiz-select::after {
    border: 1px solid #C4C4C4;
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 7px;
}

.quiz-select .point {
    display: block;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    background: #C4C4C4;
}

.quiz-select.selected,.quiz-select:hover {
    color: #020202;
}

.quiz-select:hover::after, .quiz-select.selected::after {
    border: 3px solid #007FF9;
}

.quiz-select:hover .point, .quiz-select.selected .point {
    background: #007FF9;
    box-shadow: 0px 0px 7px rgba(0, 127, 249, 0.36);
}

.quiz-form-control {
    background: #F6F6F6;
    border: 1px solid #C4C4C4;
}

.quiz-box-blue {
    background: #007FF9;
    color: #fff;
    border-radius: 8px;
}

@media (max-width: 576px) {
    .banner-quiz {
        width: 100%;
        right: 0;
        left: 0;
        bottom: -300px;
        top: auto;
        transform: translateY(0%) translateX(0%);
        border-radius: 20px 20px 0px 0px;
        background-image: url('../images/quiz/corner.svg');
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 200px auto;
    }
    .banner-quiz.show {
        top: auto;
        bottom: 0px;
    }
    .car-banner-quiz {
        max-width: 40%;
    }
    .quiz-title {
        font-size: 30px;
    }
    .quiz-subtitle {
        font-size: 22px;
        border-radius: 5px;
    }
    .btn-quiz-yellow, .btn-quiz-light {
        border-radius: 5px;
        font-size: 22px;
    }
    .quiz-select {
        font-size: 14px;
    }
    .quiz-select .point {
        height: 10px;
        width: 10px;
    }
    .modal.modal-quiz .modal-header img {
        max-height: 32px;
        max-width: auto;
    }
    .quiz-box-blue img {
        width: 48px;
    }
    .modal.modal-quiz .modal-content .close {
        width: 24px;
    }
}

@media (max-width: 428px) {
    .quiz-title {
        font-size: 24px;
    }
    .quiz-subtitle {
        font-size: 18px;
    }
    .btn-quiz-yellow, .btn-quiz-light {
        font-size: 17px;
    }
}