* {
    box-sizing: border-box
}

.header {
    background: #0C2461;
    color: #fff;
}

.header__container {
    display: flex;
    justify-content: space-between;
    padding: 10px 0
}

.header__text {
    font-size: .9rem;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px
}

.header__icon {
    font-size: 1.2rem;
    transform: translateY(3px)
}

    .header__icon:not(:last-child) {
        margin-right: 8px
    }

@media only screen and (max-width: 1023px) {
    .header {
        display: none
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
body,
figure {
    margin: 0
}

a {
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    text-decoration: none
}

    a:visited {
        text-decoration: none
    }

    a:active,
    a:hover {
        outline: 0
    }

article,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

b,
strong {
    font-weight: bold
}

small {
    font-size: 80%
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled],
    html input[disabled] {
        cursor: default
    }

[disabled] {
    opacity: .5;
    pointer-events: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    overflow: auto;
    resize: none
}

optgroup {
    font-weight: bold
}

ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.container {
    margin: 0 auto;
    position: relative
}

@media only screen and (max-width: 1023px) {
    .container {
        width: 100%
    }
}

@media only screen and (min-width: 1024px) {
    .container {
        width: 98%
    }
}

@media only screen and (min-width: 1280px) {
    .container {
        width: 1250px
    }
}

@media only screen and (min-width: 1472px) {
    .container {
        width: 1344px
    }
}

.container {
    margin: 0 auto;
    position: relative
}

@media only screen and (max-width: 1023px) {
    .container {
        padding: 0 15px
    }
}

input:focus,
textarea:focus,
select:focus {
    outline: none
}

input.is-invalid,
textarea.is-invalid,
select.is-invalid {
    border: 2px solid rgba(255, 56, 96, 0.5)
}

label.is-required::before {
    color: #FF3860;
    font-size: .75rem;
    font-weight: 700;
    content: '*';
    margin-right: 2px
}

.floater {
    position: fixed;
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    z-index: 10
}

.floater__close {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 2.5rem;
    border-radius: 50%;
    cursor: pointer
}

.floater__image {
    display: block;
    max-height: 90vh;
    max-width: 90vw
}

.floater.is-active {
    display: flex
}

.pnlm-container {
    height: 100%;
    width: 100%;
    background-color: #fff;
    background-image: url("https://s3.ecompletocarros.dev/sites/panorama-background.svg");
    contain: content;
    cursor: default;
    line-height: 1.4;
    margin: 0;
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    touch-action: none;
    user-select: none
}

    .pnlm-container:fullscreen {
        height: 100%;
        width: 100%;
        position: static
    }

.pnlm-ui {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1
}

.pnlm-grab {
    cursor: grab
}

.pnlm-grabbing {
    cursor: grabbing
}

.pnlm-sprite {
    background-image: url("https://s3.ecompletocarros.dev/sites/panorama-controls.svg")
}

.pnlm-render-container {
    height: 100%;
    width: 100%;
    cursor: inherit;
    position: absolute
}

.pnlm-controls {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    cursor: pointer;
    margin-top: 4px;
    transform: translateZ(9999px);
    z-index: 2
}

.pnlm-control:hover {
    background-color: #A1A1A1
}

.pnlm-controls-container {
    position: absolute;
    bottom: auto;
    left: 4px;
    right: auto;
    top: 0;
    z-index: 1
}

.pnlm-zoom-controls {
    height: 52px;
    width: 27px
}

.pnlm-zoom-in {
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: auto;
    left: auto;
    right: auto;
    top: 0;
    border-radius: 3px 3px 0 0
}

.pnlm-zoom-out {
    height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    top: auto;
    background-position: 0 -26px;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.pnlm-fullscreen-toggle-button,
.pnlm-orientation-button {
    height: 27px;
    width: 27px
}

.pnlm-hot-spot-debug-indicator {
    height: 26px;
    width: 26px;
    position: absolute;
    bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    display: none;
    margin: -13px 0 0 -13px
}

.pnlm-orientation-button-inactive {
    background-position: 0 -156px
}

.pnlm-orientation-button-active {
    background-position: 0 -182px
}

.pnlm-fullscreen-toggle-button-inactive {
    background-position: 0 -52px
}

.pnlm-fullscreen-toggle-button-active {
    background-position: 0 -78px
}

.pnlm-panorama-info {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 0 3px 3px 0;
    bottom: 4px;
    color: #fff;
    display: none;
    padding-right: 10px;
    position: absolute;
    text-align: left;
    transform: translateZ(9999px);
    z-index: 2
}

.pnlm-title-box {
    display: table;
    font-size: 20px;
    margin-bottom: 3px;
    padding-left: 5px;
    position: relative
}

.pnlm-author-box {
    display: table;
    font-size: 12px;
    padding-left: 5px;
    position: relative
}

.pnlm-load-box {
    height: 150px;
    width: 200px;
    position: absolute;
    bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    color: #fff;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    display: none;
    margin: -75px 0 0 -100px;
    text-align: center
}

    .pnlm-load-box p {
        margin: 20px 0
    }

.pnlm-lbox {
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    display: none;
    margin: -10px 0 0 -10px
}

.pnlm-loading {
    height: 10px;
    width: 10px;
    animation: pnlm-mv 1.5s linear infinite;
    background-color: #fff;
    position: relative
}

@keyframes pnlm-mv {
    from {
        bottom: auto;
        left: 0;
        right: auto;
        top: 0
    }

    25% {
        bottom: auto;
        left: 10px;
        right: auto;
        top: 0
    }

    50% {
        bottom: auto;
        left: 10px;
        right: auto;
        top: 10px
    }

    75% {
        bottom: auto;
        left: 0;
        right: auto;
        top: 10px
    }

    to {
        bottom: auto;
        left: 0;
        right: auto;
        top: 0
    }
}

.pnlm-load-button {
    height: 100px;
    width: 200px;
    position: absolute;
    bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    color: #fff;
    font-size: 1.3rem;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    cursor: pointer;
    display: table;
    margin: -50px 0 0 -100px;
    text-align: center
}

    .pnlm-load-button:hover {
        background-color: rgba(0, 0, 0, 0.8)
    }

    .pnlm-load-button p {
        display: table-cell;
        vertical-align: middle
    }

.pnlm-info-box {
    height: 150px;
    width: 200px;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 50%;
    top: 50%;
    background-color: #000;
    border-radius: 3px;
    color: #fff;
    display: table;
    font-size: 15px;
    margin: -75px 0 0 -100px;
    table-layout: fixed;
    text-align: center
}

    .pnlm-info-box a {
        color: #fff;
        overflow-wrap: break-word;
        word-wrap: break-word
    }

    .pnlm-info-box p {
        display: table-cell;
        padding: 0 5px;
        vertical-align: middle
    }

.pnlm-error-msg {
    display: none
}

.pnlm-about-msg {
    position: absolute;
    bottom: auto;
    left: 50px;
    right: auto;
    top: 50px;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
    display: none;
    opacity: 0;
    padding: 5px 8px;
    transition: opacity .3s ease-in-out;
    z-index: 1
}

.pnlm-compass {
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 4px;
    left: auto;
    right: 4px;
    top: auto;
    background-image: url("https://s3.ecompletocarros.dev/sites/panorama-compass.svg");
    border-radius: 25px;
    cursor: default;
    display: none
}

.pnlm-dragfix {
    height: 100%;
    width: 100%;
    position: absolute
}

.pnlm-lbar {
    height: 6px;
    width: 150px;
    border: #fff 1px solid;
    margin: 0 auto
}

.pnlm-lbar-fill {
    height: 100%;
    width: 0;
    background: #fff
}

.pnlm-lmsg {
    font-size: 12px
}

.viewer {
    height: 100%;
    width: 100%;
    cursor: grab;
    overflow: hidden
}

.viewer__images {
    height: 100%;
    width: 100%
}

.viewer__image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.viewer:active {
    cursor: grabbing
}

.alert {
    position: fixed;
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    text-align: center;
    z-index: 99
}

.alert__modal {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 50%;
    top: 50%;
    animation: showAlert 400ms forwards;
    background: #fff;
    max-width: 500px;
    padding: 20px;
    transform-origin: 100% 0
}

.alert__title {
    font-size: 1.8rem;
    font-weight: 500
}

.alert__content {
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 10px 0 20px
}

.alert__close {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    background: #0C2461;
    border: 0;
    padding: 8px 16px
}

@media only screen and (max-width: 600px) {
    .alert__modal {
        width: 90%
    }
}

@keyframes showAlert {
    0% {
        opacity: 0;
        transform: scale(0) translate(50%, -50%)
    }

    100% {
        opacity: 1;
        transform: scale(1) translate(50%, -50%)
    }
}

.copyright {
    background: #fff;
    border-top: 3px solid #1D1D1D
}

.copyright__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
    font-weight: 500;
    padding: 15px 0
}

.copyright__link {
    align-items: center;
    display: flex;
    justify-content: center
}

.copyright__logo {
    margin-left: 15px;
    width: 140px
}

@media only screen and (max-width: 600px) {
    .copyright__container {
        flex-direction: column-reverse
    }

    .copyright__link {
        flex-direction: column
    }

    .copyright__text {
        margin: 1px 0 50px
    }
}

/*@font-face {
    font-family: 'icon';
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.woff") format("woff"), url("/fonts/icon.svg") format("svg")
}*/
@font-face {
    font-family: 'icon';
    src: url('../fonts/icon.woff') format('woff');
}
@font-face {
    font-family: 'icon';
    src: url('../fonts/icon.ttf') format('truetype');
}
.icon {
    display: inline-block;
    line-height: 1;
    font-family: 'icon', sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none
}

    .icon.icon--car-checked::before {
        content: '\e900'
    }


    .icon.icon--angle-left::before {
        content: '\e912'
    }

    .icon.icon--angle-right::before {
        content: '\e913'
    }

    .icon.icon--axle::before {
        content: '\e914'
    }

    .icon.icon--block::before {
        content: '\e915'
    }

    .icon.icon--brand::before {
        content: '\e916'
    }

    .icon.icon--cabin::before {
        content: '\e917'
    }

    .icon.icon--calendar::before {
        content: '\e918'
    }

    .icon.icon--camera::before {
        content: '\e919'
    }

    .icon.icon--car::before {
        content: '\e91a'
    }

    .icon.icon--checked::before {
        content: '\e91b'
    }

    .icon.icon--clock::before {
        content: '\e91c'
    }

    .icon.icon--close::before {
        content: '\e91d'
    }

    .icon.icon--color-palette::before {
        content: '\e91e'
    }

    .icon.icon--dollar::before {
        content: '\e91f'
    }

    .icon.icon--door::before {
        content: '\e920'
    }

    .icon.icon--envelope::before {
        content: '\e921'
    }

    .icon.icon--external::before {
        content: '\e922'
    }

    .icon.icon--facebook::before {
        content: '\e923'
    }

    .icon.icon--filter::before {
        content: '\e924'
    }

    .icon.icon--fuel::before {
        content: '\e925'
    }

    .icon.icon--hp::before {
        content: '\e926'
    }

    .icon.icon--inline::before {
        content: '\e927'
    }

    .icon.icon--instagram::before {
        content: '\e928'
    }

    .icon.icon--internal::before {
        content: '\e929'
    }

    .icon.icon--license-plate::before {
        content: '\e92a'
    }

    .icon.icon--linkedin::before {
        content: '\e92b'
    }

    .icon.icon--location-pin::before {
        content: '\e92c'
    }

    .icon.icon--microphone::before {
        content: '\e92d'
    }

    .icon.icon--money-bag::before {
        content: '\e92e'
    }

    .icon.icon--motorcycle::before {
        content: '\e92f'
    }

    .icon.icon--pinterest::before {
        content: '\e930'
    }

    .icon.icon--price::before {
        content: '\e931'
    }

    .icon.icon--refrigeration::before {
        content: '\e932'
    }

    .icon.icon--search::before {
        content: '\e933'
    }

    .icon.icon--share::before {
        content: '\e934'
    }

    .icon.icon--situation::before {
        content: '\e935'
    }

    .icon.icon--skype::before {
        content: '\e936'
    }

    .icon.icon--speedometer::before {
        content: '\e937'
    }

    .icon.icon--square-check::before {
        content: '\e938'
    }

    .icon.icon--status::before {
        content: '\e939'
    }

    .icon.icon--store::before {
        content: '\e93a'
    }

    .icon.icon--telephone::before {
        content: '\e93c'
    }

    .icon.icon--transmission::before {
        content: '\e93c'
    }

    .icon.icon--truck::before {
        content: '\e93d'
    }

    .icon.icon--twitter::before {
        content: '\e93e'
    }

    .icon.icon--upload::before {
        content: '\e93f'
    }

    .icon.icon--video::before {
        content: '\e940'
    }

    .icon.icon--whatsapp::before {
        content: '\e942'
    }

    .icon.icon--youtube::before {
        content: '\e943'
    }

.preview {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    display: flex;
    margin: 10px auto;
    max-width: 600px;
    transition: cubic-bezier(0.23, 1, 0.32, 1) 300ms
}

.preview__figure,
.preview__details {
    width: 50%
}

.preview__image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.preview__title,
.preview__price {
    font-size: 1.3rem;
    font-weight: 500
}

.preview__details {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 10px
}

.preview:hover {
    transform: scale(1.02)
}

@media only screen and (max-width: 1023px) {
    .preview {
        display: block
    }

    .preview__figure,
    .preview__details {
        width: 100%
    }

    .preview__details {
        align-items: center;
        padding: 0 10px;
        text-align: center
    }
}

body,
html {
    color: #1D1D1D;
    font-size: 14px;
    font-family: 'Roboto', serif
}

.content {
    background: #fff
}

.about {
    margin: 50px 0
}

.location {
    padding-top: 40%;
    position: relative
}

    .location img,
    .location iframe {
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: auto;
        left: 0;
        right: auto;
        top: 0;
        object-fit: cover
    }

.title {
    text-align: center;
    padding-top: 50px
}

.title__strong {
    font-size: 2.2rem;
    font-weight: 700
}

.title__small {
    font-size: 1.3rem;
    font-weight: 400
}

@media only screen and (max-width: 1023px) {
    body {
        padding-top: 69px
    }

    .title__strong {
        font-size: 1.7rem
    }
}

.banner,
.super__banner {
    align-items: flex-start;
    display: flex;
    overflow: hidden;
    width: 100%
}

    .banner > *,
    .super__banner > * {
        flex-shrink: 0
    }

.banner__image,
.banner__link,
.super__banner__image,
.super__banner__link {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1)
}

.super__banner {
    position: fixed;
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
    z-index: -1
}

.banner__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px
}

    .banner__wrapper > * {
        width: 50%
    }

.banner__image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.banner__iframe {
    height: 100%;
    width: 100%
}

@media only screen and (max-width: 1023px) {
    .banner__wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

        .banner__wrapper > * {
            width: 100%
        }

    .banner__iframe {
        min-height: 350px
    }
}

select,
input,
textarea {
    color: #1D1D1D;
    font-weight: 500;
    border: 0
}

select,
::placeholder {
    font-size: .875rem
}

option {
    font-size: 1rem
}

select {
    padding: 10px
}

input,
textarea {
    padding: 9.5px
}

.checkbox__input {
    display: none
}



.checkbox__label {
    cursor: pointer;
    line-height: 2.5;
    padding-left: 19px;
    position: relative;
    user-select: none
}

    .checkbox__label::after,
    .checkbox__label::before {
        content: "";
        display: block;
        position: absolute;
        transition: 300ms cubic-bezier(0.23, 1, 0.32, 1)
    }

    .checkbox__label::before {
        height: 13px;
        width: 13px;
        position: absolute;
        bottom: auto;
        left: 0;
        right: auto;
        top: 50%;
        /*background: #C5C5C5;
        border: 1px solid #A1A1A1;
        transform: translateY(-50%)*/
    }

    .checkbox__label::after {
        height: 11px;
        width: 11px;
        position: absolute;
        bottom: auto;
        left: 2px;
        right: auto;
        top: 50%;
        background: url("https://s3.ecompletocarros.dev/sites/checked.svg") no-repeat center center;
        transform: rotateX(90deg) translateY(-50%)
    }

.checkbox__quantity {
    color: #fff;
    line-height: 1;
    background: #A1A1A1;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px 0 3px;
    padding: 3px 5px
}

.checkbox.is-active .checkbox__label::after {
    transform: translateY(-50%)
}

.checkbox.is-active .checkbox__label::before {
    background: #1D1D1D;
    border: 1px solid #1D1D1D
}


.file .file__input {
    display: none
}

.file .file__span {
    color: #fff;
    display: block;
    margin-top: 1rem
}

.file .file__label {
    color: #1D1D1D;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.5;
    background: #fff;
    border: 1px solid #1D1D1D;
    cursor: pointer;
    display: block;
    margin-top: 5px;
    padding-left: 1rem
}

.search__form {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    transform-origin: 100% 50%;
    opacity: 0;
    transition: 250ms cubic-bezier(0.23, 1, 0.32, 1);
    width: 900px
}

.search__form__input {
    font-size: 1.3rem;
    padding: 15px;
    width: 100%
}

.search__form__close {
    position: absolute;
    bottom: auto;
    left: -10px;
    right: auto;
    top: -10px;
    color: #C5C5C5;
    font-size: 2rem;
    background: #fff;
    border-radius: 50%;
    cursor: pointer
}

.search__form.is-active {
    transform: translateY(-50%);
    opacity: 1
}

.search__form.is-loading .button--search {
    background-color: #0C2461;
    background-image: url("https://s3.ecompletocarros.dev/sites/spectrum-microphone-loader.svg");
    background-origin: content-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent
}

.newsletter {
    background: #0C2461;
    padding: 50px 0;
    text-align: center
}

.newsletter__title,
.newsletter__subtitle {
    color: #fff
}

.newsletter__title {
    font-size: 1.3rem
}

.newsletter__subtitle {
    font-size: 1.8rem
}

.newsletter__form {
    margin: 10px auto;
    width: 400px
}

.newsletter__input {
    margin-bottom: 6px;
    width: 100%
}

.default,
.proposal__form {
    margin: 0 auto;
    max-width: 600px
}

.default__inline__group,
.proposal__form__inline__group {
    display: flex
}

    .default__inline__group > *,
    .proposal__form__inline__group > * {
        flex-grow: 1
    }

    .default__inline__group fieldset:not(:last-of-type),
    .proposal__form__inline__group fieldset:not(:last-of-type) {
        padding-right: 5px
    }

.default__input,
.default__select,
.default__textarea,
.proposal__form__input,
.proposal__form__select,
.proposal__form__textarea {
    margin-bottom: 15px;
    transition: 250ms cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%
}

    .default__input:focus,
    .default__select:focus,
    .default__textarea:focus,
    .proposal__form__input:focus,
    .proposal__form__select:focus,
    .proposal__form__textarea:focus {
        transform: scale(1.01)
    }

.default__textarea,
.proposal__form__textarea {
    height: 6rem
}

.default__label,
.proposal__form__label {
    color: #fff
}

.default__title,
.proposal__form__title {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 500;
    text-align: center;
    margin: 20px 0
}

.default__submit,
.proposal__form__submit {
    margin-top: 30px;
    text-align: center
}

.default .checkbox,
.proposal__form .checkbox {
    color: #fff
}

.default {
    background: #0C2461;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    padding: 10px 20px 30px;
    margin-top: 35px
}

.proposal__form__wrapper {
    background: #0C2461;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    margin-top: 80px;
    padding: 20px 0 50px
}

.proposal__form__header {
    text-align: center
}

.proposal__form__subtitle {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 20px
}

.proposal__form__text {
    color: #fff;
    margin-bottom: 20px
}

@media only screen and (max-width: 1023px) {
    .newsletter__form {
        margin: 15px;
        width: auto
    }

    .proposal__form {
        padding: 0 15px
    }

    .proposal__form__inline__group,
    .default__inline__group {
        display: block
    }

        .proposal__form__inline__group fieldset:not(:last-of-type),
        .default__inline__group fieldset:not(:last-of-type) {
            padding-right: 0
        }

    .search__form {
        height: 100%;
        width: 100%;
        position: fixed;
        bottom: auto;
        left: auto;
        right: 0;
        top: 0;
        align-items: center;
        display: flex;
        justify-content: center;
        background: rgba(29, 29, 29, 0.75);
        padding: 0 15px;
        z-index: 4
    }

    .search__form__close {
        position: absolute;
        bottom: auto;
        left: auto;
        right: 10px;
        top: 10px;
        font-size: 3rem
    }

    .search__form.is-active {
        transform: none;
        opacity: 1
    }
}

.button {
    border: 0;
    cursor: pointer;
    display: inline-block;
    transition: 350ms cubic-bezier(0.23, 1, 0.32, 1)
}

.button--primary {
    background: #0C2461;
    color: #fff;
    border-radius: 5px;
    padding: 7px 10px
}

.button--default,
.button--secondary {
    color: #0C2461;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 2.2;
    background: #ebef26;
    width: 100%
}

.button--green {
    color: #fff;
    font-size: 1.3rem;
    background: #27AE60;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    margin: 20px 0;
    padding: 10px
}

.button--green-icon {
    display: block;
    font-size: 2rem
}

.button--gray {
    font-size: 1.2rem;
    line-height: 2.7;
    text-align: center;
    background: #C5C5C5;
    border: 1px solid #A1A1A1;
    display: block;
    margin-top: 15px;
    width: 300px
}

.button--whatsapp {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    background: #27AE60;
    margin-bottom: 15px;
    padding: 12px 53px
}

    .button--whatsapp:hover {
        background: #146e3a;
        color: #fff
    }

.button--whatsapp-icon {
    margin-left: 7px;
    transform: translateY(2px)
}

.button--search {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 1.7rem;
    background: #0C2461;
    height: 100%;
    padding: 0 15px
}

.button--microphone {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 54px;
    top: 0;
    height: 100%;
    width: 54px;
    color: #6E6E6E;
    font-size: 1.8rem;
    background: transparent;
    z-index: 2
}

@media only screen and (max-width: 1023px) {
    .button--search {
        height: 53px;
        position: static
    }

    .button--gray {
        width: 100%
    }
}

.navbar {
    margin: 3vw 0
}

.navbar__container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.navbar__logo__image {
    width: 280px
}

.navbar__link {
    color: #fff;
    font-size: 1.1rem;
    display: inline-block;
    margin: 0 10px;
    padding: 10px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    transition: 250ms
}

    .navbar__link:hover {
        color: #ebef26
    }

.navbar__search__mobile {
    position: fixed;
    bottom: auto;
    left: 10px;
    right: auto;
    top: 20px;
    color: #ebef26;
    font-size: 2rem;
    cursor: pointer;
    display: none;
    z-index: 3
}

.navbar__link--search {
    font-size: 2.2rem;
    transform: translateY(6px)
}

.navbar--index {
    margin: 3vw 0 27vw
}

@media only screen and (max-width: 1023px) {
    .navbar {
        margin: 0
    }

    .navbar--index {
        margin: 3vw 0 27vw
    }

    .navbar__logo__link {
        position: fixed;
        bottom: auto;
        left: 0;
        right: auto;
        top: 0;
        background: #0C2461;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
        text-align: center;
        padding: 15px 0;
        width: 100%;
        z-index: 2
    }

    .navbar__logo__image {
        width: 150px
    }

    .navbar__links {
        position: fixed;
        bottom: auto;
        left: 0;
        right: auto;
        top: 0;
        height: 100%;
        width: 300px;
        background: #ebef26;
        padding-top: 40px;
        text-align: center;
        transform: translateX(-105%);
        transition: 250ms cubic-bezier(0.23, 1, 0.32, 1);
        z-index: 3
    }

        .navbar__links.is-active {
            transform: none
        }

    .navbar__link {
        color: #1D1D1D;
        font-size: 1.2rem;
        display: block;
        margin-bottom: 20px
    }

    .navbar__search__mobile {
        display: block
    }
}

.cards .card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    display: block;
    height: 100%;
    padding-bottom: 58px;
    position: relative;
    transition: 250ms cubic-bezier(0.23, 1, 0.32, 1)
}

.cards .card__figure {
    padding-top: 62.5%;
    position: relative;
    position: relative
}

    .cards .card__figure .card__image {
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: auto;
        left: 0;
        right: auto;
        top: 0;
        object-fit: cover
    }

.cards .card__wrapper {
    padding: 15px
}

.cards .card__watermark {
    max-height: 30%;
    max-width: 20%
}

.cards .card__features {
    color: #fff;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 2;
    text-align: center;
    text-transform: uppercase;
    background: #0C2461
}

.cards .card__title {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #C5C5C5;
    margin: 10px 5px;
    padding-bottom: 15px
}

.cards .card__technical__informations {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 15px;
    text-align: center
}

    .cards .card__technical__informations > * {
        width: 33.33333%
    }

.cards .card__technical__information__icon {
    color: #0C2461
}

.cards .card__technical__information__value {
    color: #6E6E6E;
    font-weight: 400;
    display: block;
    margin-bottom: 15px
}

.cards .card__footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
    border-top: 1px solid #C5C5C5;
    margin: 0 5%;
    padding: 10px 0;
    width: 90%
}

.cards .card__fantasy__value {
    color: #6E6E6E;
    text-decoration: line-through
}

.cards .card__sell__value {
    font-size: 1.45rem;
    font-weight: 700
}

.cards .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35)
}

.cards--three {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

    .cards--three > * {
        width: 33.33333%
    }

.cards--four {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

    .cards--four > * {
        width: 25%
    }

.cards--inline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

    .cards--inline > * {
        width: 100%
    }

    .cards--inline .card {
        display: flex
    }

    .cards--inline .card__figure {
        padding-top: 0;
        width: 33.33333%
    }

    .cards--inline .card__content {
        width: 66.66667%
    }

    .cards--inline .card__image {
        display: block;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .cards--inline .card__technical__informations {
        padding: 0 0 10px
    }

    .cards--inline .card__footer {
        margin: 0;
        padding: 10px 50px;
        width: 100%
    }

@media only screen and (max-width: 1023px) {
    .cards {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

        .cards > * {
            width: 100%
        }
}

.contact {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 25px 0 50px
}

    .contact > * {
        width: 50%
    }

.contact__left {
    margin-top: 35px
}

.contact__block {
    margin-bottom: 20px
}

.contact__title {
    color: #0C2461;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8
}

.contact__text {
    font-size: 1.2rem;
    line-height: 1.7;
    display: block
}

@media only screen and (max-width: 1023px) {
    .contact {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center
    }

        .contact > * {
            width: 100%
        }
}

.footer {
    color: #fff;
    text-align: center;
    background: #1D1D1D;
    padding: 50px 0
}

.footer__container {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.footer__logo {
    margin-bottom: 70px;
    width: 300px
}

.footer__title {
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 15px
}

.footer__text {
    margin-bottom: 7px
}

.footer__icon {
    font-size: 1.5rem;
    margin: 0 10px;
    transform: translateY(4px)
}

@media only screen and (max-width: 1023px) {
    .footer__container {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .footer__right {
        margin-top: 50px
    }
}

.filters__mobile {
    position: fixed;
    bottom: auto;
    left: auto;
    right: 0;
    top: 68px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    background: #0C2461;
    color: #fff;
    cursor: pointer;
    display: none;
    padding: 0 5px;
    width: 100%;
    z-index: 2
}

.filters__mobile__text {
    font-size: 1rem;
    line-height: 2.7;
    display: inline-block;
    padding: 0 5px
}

.search__container {
    display: flex;
    padding-top: 50px
}

.search__container__left {
    padding-right: 15px;
    width: 22%
}

.search__container__right {
    width: 78%
}

.filters__close {
    font-size: 2rem;
    text-align: right;
    cursor: pointer;
    display: none
}

.filters__block {
    background: #f7f7f7;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    margin-bottom: 20px;
    padding: 15px
}

.filters__title {
    font-size: 1.1rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
    pointer-events: none;
    position: relative
}

    .filters__title::after {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 120%;
        position: absolute;
        bottom: -2px;
        left: 0;
        right: auto;
        top: auto;
        background: #ebef26
    }

.filters__checkbox {
    display: inline-block
}

.search__params {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase
}

.search__params__wrapper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 15px 10px
}

.search__params__active {
    margin-right: 5px
}

    .search__params__active::after {
        content: ','
    }

    .search__params__active:last-of-type::after {
        content: '.'
    }

.search__params__icon {
    color: #6E6E6E;
    font-size: 2rem;
    cursor: pointer;
    margin-left: 10px
}

    .search__params__icon:hover,
    .search__params__icon.is-active {
        color: #1D1D1D
    }

@media only screen and (max-width: 1023px) {
    .filters__mobile {
        display: flex
    }

    .search__container {
        display: block;
        padding-top: 55px
    }

    .search__container__left,
    .search__container__right {
        width: 100%
    }

    .search__container__left {
        padding-right: 0
    }

    .search__params {
        font-size: 1.2rem;
        text-align: center
    }

    .search__params__icons {
        display: none
    }

    .filters {
        position: fixed;
        bottom: auto;
        left: auto;
        right: 0;
        top: 0;
        background: #ebef26;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
        height: 100vh;
        margin-top: 0;
        max-width: 300px;
        overflow: auto;
        padding: 10px;
        transform: translateX(105%);
        transition: 350ms cubic-bezier(0.23, 1, 0.32, 1);
        z-index: 3
    }

    .filters__block {
        background: #fff
    }

    .filters__close {
        display: block
    }

    .filters.is-active {
        transform: none
    }
}

.slider {
    position: relative
}

.slider__range {
    align-items: center;
    display: flex;
    justify-content: space-between;
    color: #1D1D1D;
    font-size: .875rem
}

.slider__tooltips {
    font-size: .875rem
}

.slider__tooltip__min,
.slider__tooltip__max {
    display: inline
}

.slider__ghost,
.slider__main {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    padding: 9.5px 0;
    width: 100%
}

    .slider__ghost::-webkit-slider-runnable-track,
    .slider__main::-webkit-slider-runnable-track {
        background: #A1A1A1;
        height: 10px
    }

    .slider__ghost::-moz-range-track,
    .slider__main::-moz-range-track {
        background: #A1A1A1;
        height: 10px
    }

    .slider__ghost::-webkit-slider-thumb,
    .slider__main::-webkit-slider-thumb {
        height: 15px;
        width: 15px;
        -webkit-appearance: none;
        background: #0C2461;
        border-radius: 5px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
        cursor: pointer;
        margin-top: -3px
    }

.slider__ghost {
    position: absolute;
    right: 0
}

.slider__main::-webkit-slider-thumb {
    position: relative;
    z-index: 2
}

.slider__main::-moz-range-thumb {
    transform: scale(1);
    z-index: 1
}

.slider--viewer {
    position: absolute;
    bottom: 0px;
    left: 20px;
    right: 20px;
    top: auto
}

    .slider--viewer .slider__main::-webkit-slider-thumb {
        height: 25px;
        width: 25px;
        border-radius: 50%;
        background: #C60000;
        margin-top: -8px
    }

.vehicle {
    padding-top: 25px
}

.vehicle__showcase {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    margin: 0 auto;
    max-width: 900px;
    overflow: hidden;

}

.vehicle__showcase__menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #0C2461;
    justify-content: center;
    text-align: center
}

    .vehicle__showcase__menu > * {
        width: 25%
    }

.vehicle__showcase__menu__item {
    color: #fff;
    cursor: pointer;
    padding: 10px 0
}

    .vehicle__showcase__menu__item:hover {
        background: #1D1D1D
    }

.vehicle__showcase__menu__icon {
    font-size: 1.5rem
}

.vehicle__showcase__content {
    position: relative
}

.vehicle__showcase__item:not(:last-of-type) {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
    display: none
}

    .vehicle__showcase__item:not(:last-of-type).is-active {
        display: block;
        z-index: 1
    }

.vehicle__showcase__video {
    height: 100%;
    width: 100%
}

.vehicle__main__information {
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C5C5C5;
    border-top: 1px solid #C5C5C5;
    margin: 25px 0;
    padding: 25px 0
}

.vehicle__brand {
    color: #0C2461;
    font-weight: 500
}

.vehicle__title {
    font-size: 1.8rem;
    font-weight: 400
}

.vehicle__code {
    display: block;
    margin-bottom: 30px
}

.vehicle__fantasy__value {
    color: #6E6E6E;
    font-size: 1.2rem;
    text-decoration: line-through
}

.vehicle__sell__value {
    display: block;
    font-size: 2.2rem
}

.vehicle__subtitle {
    color: #FF3860
}

.vehicle__condition {
    margin: 5px 0
}

.vehicle__condition__icon {
    color: #FF3860;
    margin-right: 5px;
    transform: translateY(2px)
}

.vehicle__technical__information {
    align-items: center;
    display: flex;
    margin-bottom: 15px
}

.vehicle__technical__information__icon {
    font-size: 2rem;
    margin-right: 5px
}

.vehicle__store {
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 25px
}

.vehicle__store__name {
    font-size: 1.35rem;
    font-weight: 400
}

.vehicle__store__address {
    font-style: normal
}

.vehicle__store__phone {
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
    padding: 5px 0
}

.vehicle__details__title,
.vehicle__optionals__title {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 25px 0
}

.vehicle__optionals__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

    .vehicle__optionals__content > * {
        width: 33%
    }

.vehicle__optionals__optional {
    margin-bottom: 7px
}

.vehicle__optionals__icon {
    color: #307832;
    margin-right: 4px
}

@media only screen and (max-width: 1023px) {
    .vehicle {
        padding-top: 0;
        text-align: center
    }

    .vehicle__main__information {
        display: block
    }

    .vehicle__technical__informations {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        border-top: 1px solid #C5C5C5;
        margin-top: 25px;
        padding-top: 25px
    }

        .vehicle__technical__informations > * {
            width: 50%
        }

    .vehicle__technical__information {
        display: block
    }

    .vehicle__optionals__content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

        .vehicle__optionals__content > * {
            width: 100%
        }

    .vehicle__showcase {
        transform: translateX(-15px);
        width: 100vw
    }
}

.carousel {
    position: relative
}

.carousel__track {
    overflow: hidden
}

.carousel__slides {
    align-items: center;
    display: flex;
    cursor: grab
}

    .carousel__slides > * {
        flex-shrink: 0
    }

    .carousel__slides:active {
        cursor: grabbing
    }

.carousel__slide {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    user-select: none
}

.carousel__bullets {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: auto;
    right: 50%;
    top: auto;
    transform: translateX(50%)
}

.carousel__bullet {
    height: 10px;
    width: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    cursor: pointer;
    margin: 0 .5em;
    transition: 300ms ease-in-out;
    border: solid 1px #0C2461;
}

.carousel__bullet--active {
    background-color: #0C2461
}

.carousel__control__right,
.carousel__control__left {
    height: 3.5rem;
    width: 3.5rem;
    position: absolute;
    bottom: auto;
    left: auto;
    right: auto;
    top: 50%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    font-size: 1.8rem;
    transform: translateY(-50%);
    transition: 250ms cubic-bezier(0.23, 1, 0.32, 1)
}

.carousel__control__left {
    left: 1rem;
    padding: 10px 10px
}

.carousel__control__right {
    padding: 10px 15px;
    right: 1rem
}

.carousel--brands {
    margin: 50px 0
}

    .carousel--brands .carousel__slide {
        height: 80%;
        width: 80%;
        /*filter: grayscale(100%);
        opacity: .7*/
    }

        .carousel--brands .carousel__slide:hover {
            filter: grayscale(0);
            opacity: 1
        }

/*@media only screen and (max-width: 1023px) {
    .carousel__controls {
        display: none
    }
}*/

.hamburger {
    position: fixed;
    bottom: auto;
    left: auto;
    right: 10px;
    top: 20px;
    cursor: pointer;
    display: none;
    height: 30px;
    z-index: 3
}

.hamburger__menu,
.hamburger__menu::after,
.hamburger__menu::before {
    height: 5px;
    width: 2.5rem;
    background: #ebef26
}

.hamburger__menu {
    transform: translateY(12px)
}

    .hamburger__menu::after,
    .hamburger__menu::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        transition: 150ms
    }

    .hamburger__menu::after {
        top: 10px
    }

    .hamburger__menu::before {
        bottom: 10px
    }

    .hamburger__menu.is-active {
        background: transparent
    }

        .hamburger__menu.is-active::after {
            top: 0;
            transform: rotate(45deg)
        }

        .hamburger__menu.is-active::before {
            bottom: 0;
            transform: rotate(-45deg)
        }

@media only screen and (max-width: 1023px) {
    .hamburger {
        display: block
    }
}

.body__style {
    border-radius: 50%;
    color: #A1A1A1;
    margin: 0 10px;
    padding: 2.8rem 1.8rem;
    text-align: center;
    transition: 250ms
}

.body__style__wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px 0
}

.body__style__text {
    font-size: 1.3rem;
    font-weight: 400
}

.body__style__icon {
    display: block;
    font-size: 3.5rem
}

.body__style:hover {
    background: #ebef26;
    width: 150px;
    height: 150px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    color: #0C2461
}

@media only screen and (max-width: 1023px) {
    .body__style__wrapper {
        flex-direction: column
    }
}

.whatsapp__floater {
    position: fixed;
    bottom: auto;
    left: auto;
    right: 0;
    top: 25%;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    color: #fff;
    cursor: pointer;
    transform: translateX(100%);
    transition: 250ms;
    z-index: 3
}

.whatsapp__floater__open,
.whatsapp__floater__close,
.whatsapp__floater__content {
    background: #27AE60
}

.whatsapp__floater__open {
    position: absolute;
    bottom: auto;
    left: 0;
    right: auto;
    top: 0;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    font-size: 2rem;
    padding: 18px 15px 15px;
    transform: translateX(-100%);
    transition: 250ms
}

.whatsapp__floater__close {
    position: absolute;
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
    border-radius: 7px 0 0 0;
    padding: 5px 10px 2px;
    transform: translateY(-100%)
}

.whatsapp__floater__content {
    border-radius: 10px 0 0 10px;
    text-align: center;
    padding: 60px 15px 5px 15px
}

.whatsapp__floater__strong {
    display: block;
    font-size: 1.5rem
}

.whatsapp__floater__phone {
    margin: 10px 0
}

.whatsapp__floater.is-active {
    transform: none
}

    .whatsapp__floater.is-active .whatsapp__floater__open {
        background: transparent;
        box-shadow: none;
        transform: translateX(85%)
    }

@media only screen and (max-width: 600px) {
    .whatsapp__floater {
        position: fixed;
        bottom: 0;
        left: 0;
        right: auto;
        top: auto;
        line-height: 1;
        transform: none;
        width: 100%
    }

    .whatsapp__floater__close,
    .whatsapp__floater__phone {
        display: none
    }

    .whatsapp__floater__content {
        border-radius: 0;
        padding: 10px 0
    }

    .whatsapp__floater__open {
        position: absolute;
        bottom: auto;
        left: auto;
        right: 50%;
        top: 14px;
        height: 0;
        width: 0;
        box-shadow: none;
        padding: 0;
        transform: translateX(70px)
    }

    .whatsapp__floater.is-active .whatsapp__floater__open {
        transform: translateX(70px)
    }
}

.share {
    position: fixed;
    bottom: auto;
    left: auto;
    right: 0;
    top: 60%;
    color: #fff;
    font-size: 2rem;
    background: #C60000;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
    display: none;
    padding: 1rem;
    z-index: 2
}

.pagination {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 20px 10px
}

.pagination__quantity {
    color: #6E6E6E;
    font-size: .9rem;
    display: inline-block;
    margin-left: 10px
}

.pagination__select,
.pagination__page {
    border: 1px solid #6E6E6E;
    padding: 5px 10px
}

.pagination__page {
    background: #fff;
    margin: 0 3px;
    transition: 150ms
}

    .pagination__page--active,
    .pagination__page:hover {
        background: #0C2461;
        color: #fff
    }

.pagination__dots {
    margin: 0 10px
}

@media only screen and (max-width: 1023px) {
    .pagination {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        margin: 15px 0;
        text-align: center
    }

    .pagination__result {
        display: flex;
        flex-direction: column-reverse
    }

    .pagination__quantity {
        margin-bottom: 10px
    }

    .pagination__list {
        display: flex
    }

        .pagination__list > * {
            flex-grow: 1
        }

    .pagination__dots {
        display: none
    }

    .pagination__page {
        display: none;
        margin: 8px 0
    }

        .pagination__page:first-child {
            margin-right: 5px
        }

        .pagination__page:first-child,
        .pagination__page:last-child {
            display: inline-block
        }
}




/*css skin*/
.header-main {
    background-color: #e2e2e2;
}

.mobile-menu-trigger span {
    background: #0c2461;
}
.mobile-menu-holder .header-menu {
    background-color: #eaedf0;
}

    .mobile-menu-holder .header-menu > li:hover > a {
        background-color: #0c2461;
        color: #fff !important;
    }

    .mobile-menu-holder .header-menu > li > ul > li:hover > a {
        background-color: #0c2461;
        color: #fff !important;
    }


    .mobile-menu-holder .header-menu > li.opened > a {
        color: #0c2461;
    }


        .mobile-menu-holder .header-menu li a {
            color: #232628;
        }

            .mobile-menu-holder .header-menu li a:hover {
                color: #fff;
            }
.header-main .header-secondary-phone .phone .phone-label {
    color: #0c2461;
}

.header-main .header-secondary-phone .phone .phone-number {
    color: #fff;
}
.header-main-phone a, .header-secondary-phone a {
    color: #333 !important;
}
.header-main .header-main-socs ul li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #2f3234;
    color: #fff;
    text-indent: 1px;
}

    .header-main .header-main-socs ul li a i {
        font-size: 14px;
    }

    .header-main .header-main-socs ul li a:hover {
        background-color: #0c2461;
    }

    .header-main .header-main-phone .stm-icon-phone {
        color: #0c2461;
    }


        .header-main .header-main-phone .phone .phone-label {
            color: #0c2461;
        }

        .header-main .header-main-phone .phone .phone-number {
            color: #fff;
        }


    .header-main .header-address .stm-icon-pin {
        color: #0c2461;
    }

    .header-main .header-address .address .heading-font {
        color: #fff;

    }

    .header-main .header-address .address .fancy-iframe {
        color: #0c2461;
        border-bottom: 1px dashed #0c2461;
    }

        .header-main .header-address .address .fancy-iframe:hover {
            color: #0c2461;
            border-bottom-color: #0c2461;
        }
            .main-menu .header-menu > li.current-menu-item > a, .main-menu .header-menu > li .current_page_item > a {
                background-color: #0c2461;
                color: #fff;
            }

            .main-menu .header-menu > li:hover > a {
                background-color: #0c2461;
                color: #fff !important;
            }


            .main-menu .header-menu > li > ul {
                background-color: #fff;
                box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
            }


                        .main-menu .header-menu > li > ul li a:hover {
                            color: #fff;
                            background-color: #0c2461;
                        }

                    .main-menu .header-menu > li > ul li > ul {
                        background-color: #fff;
                        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
                    }

                        .main-menu .header-menu > li > ul li > ul li > ul {
                            background-color: #fff;
                            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
                        }

                            .main-menu .header-menu > li > ul li > ul li > ul li > ul {
                                background-color: #fff;
                                box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
                            }



.sub-menu > .current-menu-item > a, .sub-menu > .current-menu-item > a:focus, .sub-menu > .current-menu-item > a:hover {
    color: #fff;
    background-color: #0c2461;
}