/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
    font-family: "Open sans";
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: rgba(0,0,0,0);
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-family: "Open sans";
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

input {
    overflow: visible
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

menu {
    display: block
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.btn {
    font-family: inherit;
    border-radius: 0px;
    background: none;
    border: none;
    padding: 0 21px;
    text-decoration: none;
    display: inline-block;
    transition: all .25s;
    text-align: center;
    cursor: pointer
}

.btn:focus {
    outline: none
}

.btn:disabled {
    cursor: not-allowed
}

.btn-block {
    display: block;
    width: 100%
}

.btn-red2018 {
    background-color: #e40030;
    color: #fff
}

@media(min-width: 1221px) {
    .btn-red2018:hover {
        background-color:#ffdb4d;
        color: #1a1a1a
    }
}

.btn-yellow2018 {
    background-color: #ffdb4d;
    color: #1a1a1a
}

@media(min-width: 1221px) {
    .btn-yellow2018:hover {
        background-color:#1a1a1a;
        color: #ffdb4d
    }
}

.btn-black2018 {
    background-color: #1a1a1a;
    color: #fff
}

@media(min-width: 1221px) {
    .btn-black2018:hover {
        background-color:#f0f0f0;
        color: #1a1a1a
    }
}

.btn-lightgray2018 {
    background-color: #f0f0f0;
    color: #1a1a1a
}

@media(min-width: 1221px) {
    .btn-lightgray2018:hover {
        background-color:#1a1a1a;
        color: #fff
    }
}

.btn-lightgray20182 {
    background-color: #f0f0f0;
    color: #7f90a8
}

@media(min-width: 1221px) {
    .btn-lightgray20182:hover {
        background-color:#7f90a8;
        color: #fff
    }
}

.btn-white2018 {
    background-color: #fff;
    color: #e40030
}

@media(min-width: 1221px) {
    .btn-white2018:hover {
        background-color:#e40030;
        color: #fff
    }
}

.btn-red-yellow-2018 {
    background-color: #e40030;
    color: #fff
}

@media(min-width: 1221px) {
    .btn-red-yellow-2018:hover {
        background-color:#ffdb4d;
        color: #1a1a1a
    }
}

.btn-white-yellow-2018 {
    background-color: #fff;
    color: #e40030
}

@media(min-width: 1221px) {
    .btn-white-yellow-2018:hover {
        background-color:#ffdb4d;
        color: #1a1a1a
    }
}

.btn-grayblue-2018 {
    background-color: #7f90a8;
    color: #fff
}

@media(min-width: 1221px) {
    .btn-grayblue-2018:hover {
        background-color:#fff;
        color: #7f90a8
    }
}

.btn-blueblack-2018 {
    background-color: #328fcc;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.4px
}

@media(min-width: 1221px) {
    .btn-blueblack-2018:hover {
        background-color:#1a1a1a;
        color: #fff
    }
}

.btn-blue9 {
    background-color: #036;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.4px
}

.btn-disabled2018 {
    background-color: #f0f0f0;
    color: silver
}

.btn-blue2018 {
    background-color: #328fcc;
    color: #fff
}

.btn-blue {
    background-color: #328fcc;
    color: #fff
}

@media(min-width: 1025px) {
    .btn-blue:hover:not(.hover-move):not(.hover-shadow),.btn-blue.show-actions {
        background-color:#eaf3f9;
        color: #328fcc;
        background-image: none
    }
}

.btn-blue.hover-shadow:hover {
    box-shadow: 0 2px 12px 0 #328fcc
}

.btn-blue.gradient {
    background-image: linear-gradient(255deg, #61c2e8, #328fcc 50%)
}

[class^=icon-]:not(.fa),[class*=" icon-"]:not(.fa) {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rotate90 {
    transform: rotate(90deg)
}

.rotate180 {
    transform: rotate(180deg)
}

.rotate270 {
    transform: rotate(270deg)
}

.icon-mail-box:before {
    content: "î¥©"
}

.icon-check-circle-2:before {
    content: "î¥ª"
}

.icon-cell-phone:before {
    content: "î¥«"
}

.icon-warning:before {
    content: "î¥¬"
}

.icon-cloeed-eye:before {
    content: "î¥­"
}

.icon-open-eye:before {
    content: "î¥®"
}

.icon-check-guard:before {
    content: "î¥¯"
}

.icon-check-circle:before {
    content: "î¥¨"
}

.icon-icon-arabam-upandown-arrow:before {
    content: "î¥§"
}

.icon-arabam-huawei:before {
    content: "î¤€"
}

.icon-arabam-filtre:before {
    content: "î¤"
}

.icon-arabam-ekspertizli:before {
    content: "î¤‚"
}

.icon-arabam-yeni-gibi:before {
    content: "î¤ƒ"
}

.icon-arabam-ilk-sahibinden:before {
    content: "î¤„"
}

.icon-arabam-up-arrow:before {
    content: "î¤…"
}

.icon-arabam-down-arrow:before {
    content: "î¤†"
}

.icon-arabam-fiyati-dusen:before {
    content: "î¤‡"
}

.icon-arabam-arazi-suv-pickup:before {
    content: "î¤ˆ"
}

.icon-arabam-daire:before {
    content: "î¤‰"
}

.icon-arabam-dikkare:before {
    content: "î¤Š"
}

.icon-arabam-acil:before {
    content: "î¤‹"
}

.icon-arabam-menu:before {
    content: "î¤Œ"
}

.icon-arabam-notification:before {
    content: "î¤"
}

.icon-arabam-fav:before {
    content: "î¤Ž"
}

.icon-arabam-search:before {
    content: "î¤"
}

.icon-arabam-home:before {
    content: "î¤"
}

.icon-arabam-eye:before {
    content: "î¤‘"
}

.icon-arabam-renkli-cerceve:before {
    content: "î¤’"
}

.icon-arabam-back:before {
    content: "î¤“"
}

.icon-arabam-next:before {
    content: "î¤”"
}

.icon-arabam-one-cikan:before {
    content: "î¤•"
}

.icon-arabam-external-link:before {
    content: "î¤–"
}

.icon-arabam-tl:before {
    content: "î¤—"
}

.icon-arabam-karsilastir:before {
    content: "î¤˜"
}

.icon-arabam-check:before {
    content: "î¤™"
}

.icon-arabam-kiralik:before {
    content: "î¤š"
}

.icon-arabam-listeleme-kutu:before {
    content: "î¤›"
}

.icon-arabam-listeleme-detay:before {
    content: "î¤œ"
}

.icon-arabam-listeleme-tablo:before {
    content: "î¤"
}

.icon-arabam-dislike:before {
    content: "î¤ž"
}

.icon-arabam-share:before {
    content: "î¤Ÿ"
}

.icon-arabam-locaiton:before {
    content: "î¤ "
}

.icon-arabam-right-arrow:before {
    content: "î¤¡"
}

.icon-arabam-left-arrow:before {
    content: "î¤¢"
}

.icon-arabam-hasarli-arac:before {
    content: "î¤£"
}

.icon-arabam-traktor:before {
    content: "î¤¤"
}

.icon-arabam-elektrikli-arac:before {
    content: "î¤¥"
}

.icon-arabam-motosiklet:before {
    content: "î¤¦"
}

.icon-arabam-klasik-arac:before {
    content: "î¤§"
}

.icon-arabam-karavan:before {
    content: "î¤¨"
}

.icon-arabam-engelli-arac:before {
    content: "î¤©"
}

.icon-arabam-duzenle:before {
    content: "î¤ª"
}

.icon-arabam-pin-car:before {
    content: "î¤«"
}

.icon-arabam-speech-bubble:before {
    content: "î¤¬"
}

.icon-arabam-stamp:before {
    content: "î¤­"
}

.icon-arabam-online:before {
    content: "î¤®"
}

.icon-arabam-ticari-arac:before {
    content: "î¤¯"
}

.icon-arabam-tarim-ismakinalari:before {
    content: "î¤°"
}

.icon-arabam-atv:before {
    content: "î¤±"
}

.icon-arabam-minivan-panelvan:before {
    content: "î¤²"
}

.icon-arabam-otomobil:before {
    content: "î¤³"
}

.icon-arabam-deal:before {
    content: "î¤´"
}

.icon-back-2:before {
    content: "î¤µ"
}

.icon-arabam-ucgen:before {
    content: "î¤¶"
}

.icon-arabam-map:before {
    content: "î¤·"
}

.icon-arabam-call:before {
    content: "î¤¸"
}

.icon-arabam-3-baloon-menu:before {
    content: "î¤¹"
}

.icon-arabam-iletisime-gecen:before {
    content: "î¤º"
}

.icon-arabam-call-people:before {
    content: "î¤»"
}

.icon-arabam-people:before {
    content: "î¤¼"
}

.icon-arabam-calendar:before {
    content: "î¤½"
}

.icon-arabam-info:before {
    content: "î¤¾"
}

.icon-arabam-ara:before {
    content: "î¤¿"
}

.icon-arabam-goruntulu:before {
    content: "î¥€"
}

.icon-arabam-mesaj:before {
    content: "î¥"
}

.icon-arabam-whatsapp:before {
    content: "î¥‚"
}

.icon-arabam-gelen:before {
    content: "î¥ƒ"
}

.icon-arabam-giden:before {
    content: "î¥„"
}

.icon-arabam-hand-tl:before {
    content: "î¥…"
}

.icon-arabam-car-x:before {
    content: "î¥†"
}

.icon-arabam-android:before {
    content: "î¥‡"
}

.icon-arabam-apple:before {
    content: "î¥ˆ"
}

.icon-arabam-facebook:before {
    content: "î¥‰"
}

.icon-arabam-google:before {
    content: "î¥Š"
}

.icon-arabam-instagram:before {
    content: "î¥‹"
}

.icon-arabam-twitter:before {
    content: "î¥Œ"
}

.icon-arabam-youtube:before {
    content: "î¥"
}

.icon-arabam-daire-ekle:before {
    content: "î¥Ž"
}

.icon-arabam-spinner:before {
    content: "î¥"
}

.icon-arabam-arama-kaydet:before {
    content: "î¥"
}

.icon-arabam-cabrio:before {
    content: "î¥‘"
}

.icon-arabam-coupe:before {
    content: "î¥’"
}

.icon-arabam-minibus:before {
    content: "î¥“"
}

.icon-arabam-sedan:before {
    content: "î¥”"
}

.icon-arabam-stationwagon-copy:before {
    content: "î¥•"
}

.icon-arabam-stationwagon:before {
    content: "î¥–"
}

.icon-arabam-printer:before {
    content: "î¥—"
}

.icon-arabam-modifiyeli-arac:before {
    content: "î¥˜"
}

.icon-arabam-uygun-fiyat:before {
    content: "î¥™"
}

.icon-arabam-flag:before {
    content: "î¥š"
}

.icon-arabam-fav-empty:before {
    content: "î¥›"
}

.icon-arabam-stamp-copy:before {
    content: "î¥œ"
}

.icon-arabam-backpage:before {
    content: "î¥"
}

.icon-arabam-hand-car-check-paper:before {
    content: "î¥ž"
}

.icon-arabam-hand-car-check:before {
    content: "î¥Ÿ"
}

.icon-arabam-stamp-clock:before {
    content: "î¥ "
}

.icon-arabam-stamp-check:before {
    content: "î¥¡"
}

.icon-arabam-exit:before {
    content: "î¥¢"
}

.icon-arabam-arama-2:before {
    content: "î¥£"
}

.icon-arabam-arama-3:before {
    content: "î¥¤"
}

.icon-arabam-arama-4:before {
    content: "î¥¥"
}

.icon-arabam-arama:before {
    content: "î¥¦"
}

.fsnormal {
    font-style: normal
}

.bold {
    font-weight: 700 !important
}

.semi-bold {
    font-weight: 600 !important
}

.thin {
    font-weight: 300
}

.bold0 {
    font-weight: 400
}

.smallest-text-minus {
    font-size: 8px;
    line-height: 16px
}

.smallest-text {
    font-size: 10px;
    line-height: 16px
}

.smaller-text {
    font-size: 12px;
    line-height: 18px
}

.smaller-text-slim {
    font-size: 12px;
    line-height: 16px
}

.default-text {
    font-size: 14px;
    line-height: 20px
}

.mid-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.mid-title.bold {
    font-weight: 700
}

.mid-plus-title {
    font-size: 16px;
    line-height: 20px
}

.big-title {
    font-size: 24px;
    line-height: 32px
}

.sub-menu-title {
    font-size: 16px;
    line-height: 40px;
    margin: 0
}

.detail-biggest-title {
    font-size: 36px;
    line-height: 40px
}

.icon-size-8 {
    font-size: 8px;
    line-height: 8px
}

.icon-size-16 {
    font-size: 16px;
    line-height: 16px
}

.icon-size-18 {
    font-size: 18px;
    line-height: 18px
}

.icon-size-20 {
    font-size: 20px;
    line-height: 20px
}

.icon-size-24 {
    font-size: 24px;
    line-height: 24px
}

.icon-size-28 {
    font-size: 28px;
    line-height: 28px
}

.icon-size-32 {
    font-size: 32px;
    line-height: 32px
}

.icon-size-48 {
    font-size: 48px;
    line-height: 48px
}

.icon-size-64 {
    font-size: 63.6px;
    line-height: 63.6px
}

.icon-size-80 {
    font-size: 80px;
    line-height: 80px
}

.icon-size-100 {
    font-size: 100px;
    line-height: 100px
}

.fa-stack-mini {
    width: 1em;
    height: 1em;
    line-height: 1em
}

.fa-stack-mini .fa:first-child {
    position: absolute;
    z-index: 2;
    top: -0.5em;
    left: -0.5em;
    font-size: 50%
}

.color-black {
    color: #000
}

.color-black2018 {
    color: #1a1a1a
}

.color-grayblue2018 {
    color: #7f90a8
}

.color-opaqueGB2018 {
    color: #eceff2
}

.color-yellow2018 {
    color: #ffdb4d
}

.color-breadCrumbGray2018 {
    color: gray
}

.color-lightgray2018 {
    color: #f0f0f0
}

.color-red2018 {
    color: #e40030
}

.color-silver2018 {
    color: silver
}

.color-white {
    color: #fff
}

.color-navy2 {
    color: #ced2d6
}

.color-navy3 {
    color: #a9b0b7
}

.color-navy4 {
    color: #848e99
}

.color-navy5 {
    color: #536170
}

.color-navy7 {
    color: #0a1e33
}

.color-blue5 {
    color: #1c558e
}

.color-blue4 {
    color: #297acc
}

.color-blue3 {
    color: #69a2db
}

.color-red4 {
    color: #e40030
}

.color-detail-red {
    color: #df1e37
}

.color-red6 {
    color: #450b10
}

.color-ekspertizGreen {
    color: #99ff81
}

.color-green3 {
    color: #7ec97e
}

.color-green4 {
    color: #47b347
}

.color-green5 {
    color: #317c31
}

.color-yellow4 {
    color: #fdb724
}

.color-yellow6 {
    color: #583f0c
}

.color-yellow8 {
    color: #ff9500
}

.color-grey0 {
    color: #f6f6f6
}

.color-grey1 {
    color: #e9e9e9
}

.color-grey2 {
    color: #d3d2d2
}

.color-grey3 {
    color: #b2b0b1
}

.color-grey4 {
    color: #918f8f
}

.color-grey5 {
    color: #656263
}

.color-grey6 {
    color: #434041
}

.color-grey7 {
    color: #231f20
}

.color-facebook {
    color: #3b5998
}

.color-twitter {
    color: #00aced
}

.color-google {
    color: #dd4b39
}

.color-anotherGray {
    color: #757575
}

.color-blue9 {
    color: #036
}

.color-blue2019 {
    color: #328fcc
}

.color-one-more-gray {
    color: #424242
}

.tac {
    text-align: center
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.tdu {
    text-decoration: underline
}

.tdlt {
    text-decoration: line-through
}

.tdn {
    text-decoration: none
}

@media(max-width: 480px) {
    .tar-in-xs {
        text-align:right
    }

    .tal-in-xs {
        text-align: left
    }

    .tac-in-xs {
        text-align: center
    }
}

@media(min-width: 1220px) {
    .tar-in-lg {
        text-align:right
    }

    .tal-in-lg {
        text-align: left
    }

    .tac-in-lg {
        text-align: center
    }
}

.font-13 {
    font-size: 13px
}

.font-11 {
    font-size: 11px
}

.font-small {
    font-size: 10px
}

.font-default-minus {
    font-size: 12px
}

.font-default {
    margin-right: 70px;
    font-size: 14px
}

.font-default-plus {
    font-size: 16px
}

.font-default-plusmore {
    font-size: 18px
}

.font-semi-big {
    font-size: 20px
}

.font-big {
    font-size: 24px
}

.font-big-plus {
    font-size: 28px
}

.font-huge {
    font-size: 32px
}

.font-huge-plus {
    font-size: 36px
}

.font-gigantic {
    font-size: 48px
}

.font-40 {
    font-size: 40px
}

.fz38 {
    font-size: 38px
}

.fz11 {
    font-size: 11px
}

.fz0 {
    font-size: 0
}

.font-letter0 {
    letter-spacing: 0
}

.no-outline {
    outline: none
}

.font-letter {
    letter-spacing: .5px
}

.font-letter-shrink {
    letter-spacing: -0.5px
}

.font-letter1 {
    letter-spacing: 1px
}

.no-wrap {
    white-space: nowrap
}

.list-dot {
    list-style-type: disc
}

.list-circle {
    list-style-type: circle
}

.list-square {
    list-style-type: square
}

.list-decimal {
    list-style-type: decimal
}

.list-inside {
    list-style-position: inside
}

.list-none {
    list-style: none
}

.column-count2 {
    column-count: 2
}

.column-count3 {
    column-count: 3
}

.column-gap40 {
    column-gap: 40px
}

.one-line-overflow {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.line-overflow {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.crop-after {
    height: auto;
    overflow: hidden
}

.crop-after-140 {
    max-height: 140px;
    min-height: 140px
}

.crop-after-120 {
    max-height: 120px;
    min-height: 120px
}

.crop-after-60 {
    max-height: 60px;
    min-height: 60px
}

.crop-after-30 {
    max-height: 33px;
    min-height: 33px
}

.crop-after-36 {
    max-height: 36px;
    min-height: 36px
}

.crop-after-20 {
    max-height: 20px;
    min-height: 20px
}

.crop-after-40 {
    max-height: 37px;
    min-height: 37px
}

.crop-after-54 {
    max-height: 54px;
    min-height: 54px
}

.crop-after-70 {
    max-height: 70px;
    min-height: 70px
}

.crop-after-fading {
    position: relative
}

.crop-after-fading:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%)
}

.word-break {
    word-break: break-word
}

.capitalize {
    text-transform: capitalize
}

.italic {
    font-style: italic
}

.ws-4 {
    word-spacing: -4px
}

.tfuc::first-letter {
    text-transform: uppercase
}

.usn {
    user-select: none
}

.opacity7 {
    opacity: .7
}

.resize-none {
    resize: none
}

.val-top {
    vertical-align: top
}

.val-text-bottom {
    vertical-align: text-bottom
}

.val-text-top {
    vertical-align: text-top
}

.val-middle {
    vertical-align: middle
}

.lh1 {
    line-height: 1
}

.lh10 {
    line-height: 10px
}

.lh14 {
    line-height: 14px
}

.lh16 {
    line-height: 16px
}

.lh18 {
    line-height: 18px
}

.lh20 {
    line-height: 20px
}

.lh24 {
    line-height: 24px
}

.lh30 {
    line-height: 30px
}

.lh32 {
    line-height: 32px
}

.lh36 {
    line-height: 36px
}

.lh40 {
    line-height: 40px
}

.lh48 {
    line-height: 48px
}

.lh50 {
    line-height: 50px
}

.lh55 {
    line-height: 55px
}

.lh55 {
    line-height: 55px
}

.lh60 {
    line-height: 60px
}

.cursor-pointer,*[ng-click] {
    cursor: pointer
}

.cursor-default {
    cursor: default
}

.cursor-forbidden {
    cursor: not-allowed
}

.cursor-move {
    cursor: move
}

.cursor-help {
    cursor: help
}

.strike-through {
    text-decoration: line-through
}

.bg-black2018 {
    background-color: #1a1a1a
}

.bg-grayblue2018 {
    background-color: #7f90a8
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-yellow2018 {
    background-color: #ffdb4d
}

.bg-grey2018 {
    background-color: #f7f7f7
}

.bg-lightgrey2018 {
    background-color: #fbfbfb
}

.bg-lightgrey20182 {
    background-color: #f0f0f0
}

.bg-grey6 {
    background-color: #434041
}

.bg-grey5 {
    background-color: #656263
}

.bg-grey4 {
    background-color: #918f8f
}

.bg-grey3 {
    background-color: #b2b0b1
}

.bg-grey2 {
    background-color: #d3d2d2
}

.bg-grey1 {
    background-color: #e9e9e9
}

.bg-red4 {
    background-color: #e40030
}

.bg-red1 {
    background-color: #f9e9ea
}

.bg-red0 {
    background-color: #fcf6f6
}

.bg-turbo-yellow {
    background-color: #fff9e3
}

.bg-grey0 {
    background-color: #f6f6f6
}

.bg-navy0 {
    background-color: #f5f6f7
}

.bg-navy1 {
    background-color: #e6e8eb
}

.bg-navy3 {
    background-color: #a9b0b7
}

.bg-blue1 {
    background-color: #eaf1fa
}

.bg-blue4 {
    background-color: #297acc
}

.bg-green3 {
    background-color: #7ec97e
}

.bg-green4 {
    background-color: #47b347
}

.bg-blue8 {
    background-color: #55acee
}

.bg-ekspertizGreen {
    background-color: #99ff81
}

.bg-green1 {
    background-color: #ecf7ec
}

.bg-yellow0 {
    background-color: #fefcf6
}

.bg-yellow1 {
    background-color: #fef7e9
}

.bg-yellow4 {
    background-color: #fdb724
}

.bg-yellow8 {
    background-color: #ff9500
}

.bg-newListingYellow {
    background-color: #fff9e3
}

.bg-gray2018 {
    background-color: #f7f7f7
}

.bg-detail-red {
    background-color: #df1e37
}

.bg-another-gray {
    background-color: #424242
}

@media(min-width: 1220px) {
    .full-width-title-lg {
        width:1204px
    }
}

@media(max-width: 480px) {
    .smallest-text-xs {
        font-size:10px;
        line-height: 16px
    }

    .default-text-xs {
        font-size: 12px;
        line-height: 18px
    }

    .mid-title-xs {
        font-size: 14px;
        line-height: 20px
    }

    .mid-plus-title-xs {
        font-size: 12px;
        line-height: 16px
    }

    .big-title-xs {
        font-size: 16px;
        line-height: 24px
    }

    .bigger-title-xs {
        font-size: 18px;
        line-height: 28.8px
    }

    .one-line-overflow-xs {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .bold-in-xs {
        font-weight: 700
    }
}

.print-ready,.print-ready body,.print-ready table {
    line-height: 1.5
}

.print-ready .print-wide-line-height {
    line-height: 1.8
}

.print-ready .print-pretty-wide-line-height {
    line-height: 2.3
}

.print-ready .print-fz38 {
    font-size: 38px
}

.print-ready .print-fz32 {
    font-size: 32px
}

.print-ready .print-fz24 {
    font-size: 24px
}

.print-ready .print-fz20 {
    font-size: 20px
}

.print-ready .print-fz18 {
    font-size: 18px
}

.ls-03 {
    letter-spacing: -0.3px
}

.normalize-ff {
    font-family: "Open-Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"
}

.form-group label {
    font-size: 12px;
    font-weight: 700;
    color: gray;
    line-height: 17px;
    margin-bottom: 5px;
    display: inline-block
}

.form-group+.form-group {
    margin-top: 15px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #1a1a1a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #918f8f
}

.form-control:focus {
    outline: 0
}

.select-container {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 0 0 6.4px 0;
    border-radius: 2px;
    border: 1px solid #d3d2d2;
    position: relative;
    display: inline-block;
    background-color: #fff
}

.select-container.wo-border {
    border: 0
}

.select-container.wo-bg,.select-container.wo-bg:before {
    background: rgba(0,0,0,0)
}

.select-container:before {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    content: "ï„‡";
    font-family: FontAwesome;
    color: #434041;
    height: 100%;
    line-height: 40px;
    width: 32px;
    background-color: #fff
}

@media(min-width: 481px) {
    .select-container {
        margin:0px
    }
}

.select-container select {
    width: 100%;
    height: 40px;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 32px 0 16px;
    border: none;
    display: block;
    background-color: rgba(0,0,0,0);
    position: relative;
    cursor: pointer;
    outline: none
}

.select-container select:disabled {
    color: #b2b0b1
}

.select-container select::-ms-expand {
    display: none
}

.form-control2018 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #f0f0f0;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #1a1a1a
}

.form-control2018:focus {
    border-color: #e40030;
    outline: 0
}

.form-control2018:disabled {
    cursor: not-allowed
}

.form-control2018::placeholder {
    color: silver
}

@media(max-width: 480px) {
    .form-control2018 {
        background-color:#f0f0f0
    }

    .form-control2018::placeholder {
        color: silver
    }
}

.select-container-2018 {
    width: 100%;
    height: 30px;
    overflow: hidden;
    border-radius: 0px;
    border: 0;
    border-bottom: 1px solid #1a1a1a;
    position: relative;
    display: inline-block;
    margin: 0 6px;
    font-size: 13px
}

.select-container-2018.dropdown {
    overflow: initial;
    z-index: 2
}

.select-container-2018.dropdown:before {
    z-index: -1
}

.select-container-2018 .dropdown-menu {
    min-width: 40px
}

.select-container-2018 .dropdown-menu>li>a {
    padding: 3px 10px;
    text-align: center
}

.select-container-2018 .dropdown-menu>li>a:hover {
    color: #e40030;
    background-color: #fff
}

.select-container-2018:before {
    position: absolute;
    text-align: center;
    top: 0;
    right: 10px;
    content: "î¤„";
    font-family: "icomoon";
    color: #1a1a1a;
    height: 100%;
    line-height: 30px;
    width: 12px;
    background-color: rgba(0,0,0,0);
    font-weight: 600;
    font-size: 10px
}

.select-container-2018:focus {
    outline: 0
}

.select-container-2018 select {
    font-family: inherit;
    width: 100%;
    height: 30px;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 600;
    padding: 0 24px 0 12px;
    border: none;
    display: block;
    background-color: rgba(0,0,0,0);
    position: relative;
    cursor: pointer
}

.select-container-2018 select:disabled {
    color: #b2b0b1;
    cursor: not-allowed
}

.select-container-2018 select:focus {
    outline: 0
}

.select-container-2018 select::-ms-expand {
    display: none
}

.select-container-2018 button.btn {
    padding-left: 5px
}

.select-container-2018.__md {
    height: 40px
}

.select-container-2018.__md select {
    height: 40px
}

.select-container-2018.__md:before {
    line-height: 40px
}

.select-container-2018.__lg {
    height: 50px
}

.select-container-2018.__lg select {
    height: 50px
}

.select-container-2018.__lg:before {
    line-height: 50px
}

.fc-wb-input {
    border: 2px solid #d3d2d2;
    padding: 8px;
    display: block;
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #1a1a1a
}

.fc-wb-input::placeholder {
    color: #d3d2d2
}

.fc-wb-input:focus,.fc-wb-group:focus-within .fc-wb-input {
    border-color: gray;
    outline: 0
}

.fc-wb-input:disabled,.fc-wb-input.disabled {
    cursor: not-allowed;
    color: silver
}

.fc-wb-input.error {
    border-color: #e40030
}

.fc-wb-input.br0 {
    border-right: 0
}

.fc-wb-input.bl0 {
    border-left: 0
}

.fc-label {
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    display: block;
    color: gray;
    margin-bottom: 5px;
    cursor: pointer
}

.fc-label.error {
    color: #e40030
}

.fc-sub-error {
    color: #e40030;
    font-size: 10px
}

.fc-wb-select-container {
    width: 100%;
    height: 40px;
    overflow: hidden;
    border: 2px solid #d3d2d2;
    position: relative;
    display: inline-block
}

.fc-wb-select-container:before {
    position: absolute;
    text-align: center;
    top: 0;
    right: 10px;
    content: "î¤„";
    font-family: "Icomoon";
    color: silver;
    height: 100%;
    line-height: 38px;
    font-size: 10px
}

.fc-wb-select-container:focus,.fc-wb-select-container:focus-within,.fc-wb-group:focus-within .fc-wb-select-container {
    border-color: gray;
    outline: 0
}

.fc-wb-select-container:focus::before {
    color: #1a1a1a
}

.fc-wb-select-container.error {
    border-color: #e40030
}

.fc-wb-select-container.error::before {
    color: #e40030
}

.fc-wb-select-container.bl0 {
    border-left: 0
}

.fc-wb-select-container.br0 {
    border-right: 0
}

.fc-wb-select-container select {
    width: 100%;
    height: 36px;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 24px 0 12px;
    border: none;
    display: block;
    background-color: rgba(0,0,0,0);
    position: relative;
    cursor: pointer
}

.fc-wb-select-container select:disabled {
    cursor: not-allowed
}

.fc-wb-select-container select:focus {
    outline: 0
}

.fc-wb-select-container select::-ms-expand {
    display: none
}

.fc-wb-select-container.disabled select {
    cursor: not-allowed
}

.bg-grayblue2018 {
    background-color: #7f90a8
}

.bg-white {
    background-color: #fff
}

.bg-black {
    background-color: #000
}

.bg-yellow2018 {
    background-color: #ffdb4d
}

.bg-orange2019 {
    background-color: #fdae20
}

.bg-orange20192 {
    background-color: #fd9820
}

.bg-grey2018 {
    background-color: #f7f7f7
}

.bg-lightgrey2018 {
    background-color: #fbfbfb
}

.bg-lightgrey20182 {
    background-color: #f0f0f0
}

.bg-grey6 {
    background-color: #434041
}

.bg-grey5 {
    background-color: #656263
}

.bg-grey4 {
    background-color: #918f8f
}

.bg-grey3 {
    background-color: #b2b0b1
}

.bg-grey2 {
    background-color: #d3d2d2
}

.bg-grey1 {
    background-color: #e9e9e9
}

.bg-red4 {
    background-color: #e40030
}

.bg-red1 {
    background-color: #f9e9ea
}

.bg-red0 {
    background-color: #fcf6f6
}

.bg-grey0 {
    background-color: #f6f6f6
}

.bg-navy0 {
    background-color: #f5f6f7
}

.bg-navy1 {
    background-color: #e6e8eb
}

.bg-navy3 {
    background-color: #a9b0b7
}

.bg-blue1 {
    background-color: #eaf1fa
}

.bg-blue4 {
    background-color: #297acc
}

.bg-green3 {
    background-color: #7ec97e
}

.bg-green4 {
    background-color: #47b347
}

.bg-blue8 {
    background-color: #55acee
}

.bg-ekspertizGreen {
    background-color: #99ff81
}

.bg-green1 {
    background-color: #ecf7ec
}

.bg-yellow0 {
    background-color: #fefcf6
}

.bg-yellow1 {
    background-color: #fef7e9
}

.bg-yellow4 {
    background-color: #fdb724
}

.bg-yellow8 {
    background-color: #ff9500
}

.bg-newListingYellow {
    background-color: #fff9e3
}

.bg-gray2018 {
    background-color: #f7f7f7
}

.bg-detail-red {
    background-color: #df1e37
}

.bg-another-gray {
    background-color: #424242
}

.bg-blue2019 {
    background-color: #328fcc
}

.color-black {
    color: #000
}

.color-black2018 {
    color: #1a1a1a
}

.color-grayblue2018 {
    color: #7f90a8
}

.color-opaqueGB2018 {
    color: #eceff2
}

.color-yellow2018 {
    color: #ffdb4d
}

.color-breadCrumbGray2018 {
    color: gray
}

.color-lightgray2018 {
    color: #f0f0f0
}

.color-red2018 {
    color: #e40030
}

.color-silver2018 {
    color: silver
}

.color-white {
    color: #fff
}

.color-navy3 {
    color: #a9b0b7
}

.color-navy4 {
    color: #848e99
}

.color-navy5 {
    color: #536170
}

.color-navy7 {
    color: #0a1e33
}

.color-blue5 {
    color: #1c558e
}

.color-blue4 {
    color: #297acc
}

.color-blue3 {
    color: #69a2db
}

.color-red4 {
    color: #e40030
}

.color-detail-red {
    color: #df1e37
}

.color-red6 {
    color: #450b10
}

.color-ekspertizGreen {
    color: #99ff81
}

.color-green3 {
    color: #7ec97e
}

.color-green4 {
    color: #47b347
}

.color-green5 {
    color: #317c31
}

.color-yellow4 {
    color: #fdb724
}

.color-yellow6 {
    color: #583f0c
}

.color-yellow8 {
    color: #ff9500
}

.color-grey0 {
    color: #f6f6f6
}

.color-grey1 {
    color: #e9e9e9
}

.color-grey2 {
    color: #d3d2d2
}

.color-grey3 {
    color: #b2b0b1
}

.color-grey4 {
    color: #918f8f
}

.color-grey5 {
    color: #656263
}

.color-grey6 {
    color: #434041
}

.color-grey7 {
    color: #231f20
}

.color-facebook {
    color: #3b5998
}

.color-twitter {
    color: #00aced
}

.color-google {
    color: #dd4b39
}

.color-anotherGray {
    color: #757575
}

.color-one-more-gray {
    color: #424242
}

.color-blue2019 {
    color: #328fcc
}

.vue-popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(247,247,247,.9);
    z-index: 3
}

.vue-popup-container.show {
    display: block
}

.vue-popup-container .popup-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.vue-popup-container .popup-content-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 160px
}

@media(max-width: 480px) {
    .vue-popup-container .popup-content-container {
        margin-top:0
    }
}

.vue-popup-container .popup-content-container .popup-content {
    display: flex;
    flex-direction: column;
    width: 800px;
    min-height: 300px;
    height: auto;
    background-color: #fff;
    z-index: 4
}

@media(max-width: 480px) {
    .vue-popup-container .popup-content-container .popup-content {
        height:100%
    }
}

.vue-popup-container .popup-content-container .popup-content .title-container {
    width: 100%;
    font-weight: 700;
    display: flex;
    background-color: #fbfbfb;
    border-top: 2px solid #e40030
}

.vue-popup-container .popup-content-container .popup-content .title-container .title {
    padding: 20px;
    flex: 1;
    font-size: 20px;
    line-height: 27px;
    color: #1a1a1a;
    white-space: nowrap;
    text-overflow: ellipsis
}

.vue-popup-container .popup-content-container .popup-content .title-container .close-button {
    width: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 0
}

.vue-popup-container .popup-content-container .popup-content .title-container .close-button::before {
    content: "Ã—";
    font-size: 26px;
    font-weight: 700;
    line-height: 67px
}

.vue-popup-container .popup-content-container .popup-content .content {
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px
}

@media(max-width: 480px) {
    .vue-popup-container .popup-content-container .popup-content .content {
        align-items:flex-start;
        font-size: 12px
    }
}

.vue-popup-container .popup-content-container .popup-content .actions {
    height: 60px;
    display: flex;
    padding: 20px;
    padding-top: 0px
}

.vue-popup-container .popup-content-container .popup-content .actions button {
    flex: 1;
    margin-left: 10px
}

.vue-popup-container .popup-content-container .popup-content .actions button:first-child {
    margin-left: 0
}

@media(max-width: 480px) {
    .vue-popup-container .popup-content-container .popup-content .actions button {
        margin-left:0px
    }
}

.vue-popup-container .popup-content-container .popup-content .actions:first-child {
    margin-left: 0
}

@media(max-width: 480px) {
    .vue-popup-container .popup-content-container .popup-content .actions .btn-black2018 {
        display:none
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
    clear: both
}

.container::after {
    content: "";
    display: block;
    clear: both
}

@media(min-width: 1024px) {
    .container {
        width:992px
    }
}

@media(min-width: 1220px) {
    .container {
        width:1216px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px;
    clear: both
}

.container-fluid::after {
    content: "";
    display: block;
    clear: both
}

.row {
    margin-left: -8px;
    margin-right: -8px;
    clear: both
}

.row::after {
    content: "";
    display: block;
    clear: both
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media(min-width: 1024px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media(min-width: 1220px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.banner-column {
    float: left;
    padding-left: 8px;
    padding-right: 8px
}

@media(min-width: 481px) {
    .banner-column {
        width:320px
    }
}

@media(max-width: 480px) {
    .banner-column {
        width:100%
    }
}

.advert-banner-column {
    float: left;
    padding-left: 8px;
    padding-right: 8px
}

@media(min-width: 481px) {
    .advert-banner-column {
        width:430px
    }
}

@media(max-width: 480px) {
    .advert-banner-column {
        width:100%
    }
}

.menu-column {
    float: left;
    padding-left: 8px;
    padding-right: 8px
}

@media(min-width: 481px) {
    .menu-column {
        width:260px
    }
}

@media(max-width: 480px) {
    .menu-column {
        width:100%
    }
}

@media(max-width: 480px) {
    .menu-column+.search-result-column {
        margin-top:16px
    }
}

.content-column {
    float: left;
    padding-left: 8px;
    padding-right: 8px
}

@media(min-width: 481px) {
    .content-column {
        width:calc(100% - 580px)
    }
}

@media(min-width: 481px)and (max-width: 1220px) {
    .menu-column.visible-lg+.content-column {
        width:calc(100% - 320px)
    }
}

@media(max-width: 480px) {
    .content-column {
        width:100%
    }
}

.search-result-column {
    float: left;
    padding-left: 8px;
    padding-right: 8px
}

@media(min-width: 481px) {
    .search-result-column {
        width:calc(100% - 260px)
    }
}

@media(min-width: 481px)and (max-width: 1220px) {
    .menu-column.visible-lg+.search-result-column {
        width:100%
    }
}

@media(max-width: 480px) {
    .search-result-column {
        width:100%
    }
}

.detail-column {
    float: left;
    padding-left: 8px;
    padding-right: 8px
}

@media(min-width: 481px) {
    .detail-column {
        width:calc(100% - 320px)
    }
}

@media(max-width: 480px) {
    .detail-column {
        width:100%
    }
}

.advert-detail-column {
    max-height: 48px;
    width: 560px
}

@media(min-width: 481px)and (max-width: 1023px) {
    .container {
        width:992px;
        min-width: 992px
    }

    header,footer,.compare-tool,.min-md-width {
        min-width: 992px
    }

    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

.visible-xs {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block {
    display: none !important
}

@media(max-width: 480px) {
    .visible-xs {
        display:block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width: 480px) {
    .visible-xs-block {
        display:block !important
    }
}

@media(max-width: 480px) {
    .visible-xs-inline {
        display:inline !important
    }
}

@media(max-width: 480px) {
    .visible-xs-inline-block {
        display:inline-block !important
    }
}

@media(min-width: 482px)and (max-width: 1220px) {
    .visible-md {
        display:block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,td.visible-md {
        display: table-cell !important
    }
}

@media(min-width: 482px)and (max-width: 1220px) {
    .visible-md-block {
        display:block !important
    }
}

@media(min-width: 482px)and (max-width: 1220px) {
    .visible-md-inline {
        display:inline !important
    }
}

@media(min-width: 482px)and (max-width: 1220px) {
    .visible-md-inline-block {
        display:inline-block !important
    }
}

@media(min-width: 1221px) {
    .visible-lg {
        display:block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width: 1221px) {
    .visible-lg-block {
        display:block !important
    }
}

@media(min-width: 1221px) {
    .visible-lg-inline {
        display:inline !important
    }
}

@media(min-width: 1221px) {
    .visible-lg-inline-block {
        display:inline-block !important
    }
}

@media(max-width: 480px) {
    .hidden-xs {
        display:none !important
    }
}

@media(min-width: 482px)and (max-width: 1220px) {
    .hidden-md {
        display:none !important
    }
}

@media(min-width: 1220px) {
    .hidden-lg {
        display:none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.m0 {
    margin: 0
}

.p0 {
    padding: 0
}

.ma {
    margin: auto
}

.mha {
    margin-left: auto;
    margin-right: auto
}

.p4 {
    padding: 4px
}

.p8 {
    padding: 8px
}

.p10 {
    padding: 10px
}

.p12 {
    padding: 12px
}

.p16 {
    padding: 16px
}

.p20 {
    padding: 20px
}

.p24 {
    padding: 24px
}

.m4 {
    margin: 4px
}

.m8 {
    margin: 8px
}

.m16 {
    margin: 16px
}

.m20 {
    margin: 20px
}

.column-grid {
    column-count: 2
}

@media(max-width: 480px) {
    .column-grid {
        column-count:1
    }
}

@media(min-width: 1220px) {
    .column-grid {
        column-count:3
    }
}

.column-grid2 {
    column-fill: balance;
    column-count: 2
}

.column-grid3 {
    column-fill: balance;
    column-count: 3
}

.column-gap50 {
    column-gap: 50px
}

.column-gap20 {
    column-gap: 20px
}

.horizontal-quattro-padder {
    padding-left: 64px;
    padding-right: 64px
}

.horizontal-quattro-padder-70 {
    padding-left: 56px;
    padding-right: 56px
}

.horizontal-double-padder {
    padding-left: 32px;
    padding-right: 32px
}

.horizontal-padder {
    padding-left: 16px;
    padding-right: 16px
}

.horizontal-half-padder-minus {
    padding-left: 6.4px;
    padding-right: 6.4px
}

.horizontal-half-padder {
    padding-left: 8px;
    padding-right: 8px
}

.horizontal-half-padder-plus {
    padding-left: 12.8px;
    padding-right: 12.8px
}

.horizontal-padder-30 {
    padding-left: 30px;
    padding-right: 30px
}

.horizontal-double-offset {
    margin-left: 32px;
    margin-right: 32px
}

.horizontal-offset {
    margin-left: 16px;
    margin-right: 16px
}

.horizontal-half-offset-minus {
    margin-left: 6.4px;
    margin-right: 6.4px
}

.horizontal-half-offset {
    margin-left: 8px;
    margin-right: 8px
}

.horizontal-half-offset-plus {
    margin-left: 12.8px;
    margin-right: 12.8px
}

.horizontal-padder-30 {
    padding-left: 30px;
    padding-right: 30px
}

.mt20 {
    margin-top: 16px
}

.mr20 {
    margin-right: 16px
}

.mb20 {
    margin-bottom: 16px
}

.ml20 {
    margin-left: 16px
}

.mt16 {
    margin-top: 12.8px
}

.mr16 {
    margin-right: 12.8px
}

.mb16 {
    margin-bottom: 12.8px
}

.ml16 {
    margin-left: 12.8px
}

.mt12 {
    margin-top: 9.6px
}

.mr12 {
    margin-right: 9.6px
}

.mb12 {
    margin-bottom: 9.6px
}

.ml12 {
    margin-left: 9.6px
}

.mt10 {
    margin-top: 8px
}

.mr10 {
    margin-right: 8px
}

.mb10 {
    margin-bottom: 8px
}

.ml10 {
    margin-left: 8px
}

.mt8 {
    margin-top: 6.4px
}

.mr8 {
    margin-right: 6.4px
}

.mb8 {
    margin-bottom: 6.4px
}

.ml8 {
    margin-left: 6.4px
}

.mt4 {
    margin-top: 3.2px
}

.mr4 {
    margin-right: 3.2px
}

.mb4 {
    margin-bottom: 3.2px
}

.ml4 {
    margin-left: 3.2px
}

.mt-4 {
    margin-top: -3.2px
}

.mt-8 {
    margin-top: -6.4px
}

.mt-16 {
    margin-top: -12.8px
}

.mt0 {
    margin-top: 0
}

.mr0 {
    margin-right: 0
}

.mb0 {
    margin-bottom: 0
}

.ml0 {
    margin-left: 0
}

.mta {
    margin-top: auto
}

.mra {
    margin-right: auto
}

.mba {
    margin-bottom: auto
}

.mla {
    margin-left: auto
}

.pt20 {
    padding-top: 16px
}

.pr20 {
    padding-right: 16px
}

.pb20 {
    padding-bottom: 16px
}

.pl20 {
    padding-left: 16px
}

.pt16 {
    padding-top: 12.8px
}

.pr16 {
    padding-right: 12.8px
}

.pb16 {
    padding-bottom: 12.8px
}

.pl16 {
    padding-left: 12.8px
}

.pt12 {
    padding-top: 9.6px
}

.pr12 {
    padding-right: 9.6px
}

.pb12 {
    padding-bottom: 9.6px
}

.pl12 {
    padding-left: 9.6px
}

.pt10 {
    padding-top: 8px
}

.pr10 {
    padding-right: 8px
}

.pb10 {
    padding-bottom: 8px
}

.pl10 {
    padding-left: 8px
}

.pt8 {
    padding-top: 6.4px
}

.pr8 {
    padding-right: 6.4px
}

.pb8 {
    padding-bottom: 6.4px
}

.pl8 {
    padding-left: 6.4px
}

.pt4 {
    padding-top: 3.2px
}

.pr4 {
    padding-right: 3.2px
}

.pb4 {
    padding-bottom: 3.2px
}

.pl4 {
    padding-left: 3.2px
}

.pt0 {
    padding-top: 0
}

.pr0 {
    padding-right: 0
}

.pb0 {
    padding-bottom: 0
}

.pl0 {
    padding-left: 0
}

.cf {
    clear: both
}

.cf::after {
    content: "";
    display: block;
    clear: both
}

.cb {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.fn {
    float: none
}

.ovh {
    overflow: hidden
}

.ova {
    overflow: auto
}

.o0 {
    opacity: 0;
    width: 1px;
    -moz-appearance: none
}

.o0[disabled] {
    opacity: 0
}

.dn {
    display: none !important
}

.db {
    display: block
}

.dib {
    display: inline-block
}

.di {
    display: inline
}

.df {
    display: flex
}

.pr {
    position: relative
}

.pa {
    position: absolute
}

.pf {
    position: fixed
}

.w100 {
    display: block;
    width: 100%
}

.wa {
    width: auto
}

.h100 {
    height: 100%
}

.w50 {
    width: 50%
}

.w33 {
    width: 33.33%
}

.w33:first-child {
    width: 33.34%
}

.w16 {
    width: 16.66%
}

.w16:first-child {
    width: 16.7%
}

.w66 {
    width: 66.66%
}

.w60 {
    width: 60%
}

.w20 {
    width: 20%
}

.w25 {
    width: 25%
}

.w15 {
    width: 15%
}

.mw100 {
    max-width: 100%
}

table.w100 {
    display: table
}

.w100.df {
    display: flex
}

td .dib {
    float: left
}

thead .dib {
    float: none
}

.h0 {
    height: 0
}

.ha {
    height: auto
}

.hidden {
    left: -999em;
    position: absolute
}

.siblings-hidden~.siblings-hidden {
    display: none
}

.flex1 {
    flex: 1 0
}

.df-center {
    align-items: center
}

.df-stretch {
    align-items: stretch
}

.df-jcenter {
    justify-content: center
}

.df-jcsaround {
    justify-content: space-around
}

.df-jcsbetween {
    justify-content: space-between
}

.df-wrap {
    flex-wrap: wrap
}

.df-wrap-rev {
    flex-wrap: wrap-reverse
}

.df-fd {
    flex-direction: column
}

.df-fr {
    flex-direction: row
}

.df-aic {
    align-items: center
}

.df-fg1 {
    flex-grow: 1
}

.t0 {
    top: 0px
}

.l0 {
    left: 0px
}

.r0 {
    right: 0px
}

.b0 {
    bottom: 0px
}

.w16px {
    width: 16px
}

.w40px {
    width: 40px
}

.w64px {
    width: 64px
}

.w140px {
    width: 140px
}

.w100px {
    width: 100px
}

.w200px {
    width: 200px
}

.minw100px {
    min-width: 100px
}

.minh30 {
    min-height: 30px
}

.minh48 {
    min-height: 48px
}

.minh144 {
    min-height: 144px
}

.minh240 {
    min-height: 240px
}

.box-w50 {
    float: left;
    width: calc(50% - 10px)
}

.box-w50:nth-of-type(even) {
    margin-left: 20px
}

.box-w50-slim {
    width: calc(50% - 5px);
    float: left
}

.box-w50-slim:nth-of-type(even) {
    margin-left: 10px
}

.box-w25 {
    float: left;
    width: calc(25% - 15px);
    margin-right: 20px
}

.box-w25:nth-of-type(4n) {
    margin-right: 0
}

.box-w25-slim {
    width: calc(25% - 7.5px);
    float: left;
    margin-right: 10px
}

.box-w25-slim:nth-of-type(4n) {
    margin-right: 0
}

.box-w33 {
    float: left;
    width: calc(33.33% - 13px);
    margin-right: 20px
}

.box-w33:nth-of-type(3n + 0) {
    width: calc(33.34% - 14px);
    margin-right: 0
}

.mr16-wo-last {
    margin-right: 16px
}

.mr16-wo-last:last-child {
    margin-right: 0
}

.ml16-wo-last {
    margin-left: 16px
}

.ml16-wo-last:last-child {
    margin-left: 0
}

.prImportant {
    position: relative !important
}

.paImportant {
    position: absolute !important
}

.visible-lg-dib {
    display: none
}

@media(min-width: 1220px) {
    .visible-lg-dib {
        display:inline-block
    }
}

@media(max-width: 480px) {
    .pb16-xs {
        padding-bottom:16px
    }

    .pt16-xs {
        padding-top: 16px
    }

    .pb8-xs {
        padding-bottom: 8px
    }

    .pt8-xs {
        padding-top: 8px
    }

    .mt16-xs {
        margin-top: 16px
    }

    .mr0-xs {
        margin-right: 0px
    }

    .ml0-xs {
        margin-left: 0px
    }

    .horizontal-xs-padder {
        padding-left: 12px;
        padding-right: 12px
    }

    .horizontal-xs-row {
        margin-left: -12px;
        margin-right: -12px
    }

    .horizontal-xs-0-offset {
        margin-left: 0;
        margin-right: 0
    }

    .horizontal-xs-0-padder {
        padding-left: 0;
        padding-right: 0
    }

    .w50-xs {
        width: 50%
    }

    .w100-xs {
        width: 100%;
        display: block
    }

    .fll-in-xs {
        float: left
    }

    .flr-in-xs {
        float: right
    }

    .fln-in-xs {
        float: none
    }

    .mb10-xs {
        margin-bottom: 19px
    }
}

.print-ready,.print-ready body {
    height: auto
}

.print-ready .print-w33 {
    width: 33%
}

.print-ready .print-mw189 {
    display: inline-block;
    max-width: 189px
}

.vertical-half-offset-minus {
    margin-top: 6.4px;
    margin-bottom: 6.4px
}

.vertical-half-offset {
    margin-top: 8px;
    margin-bottom: 8px
}

.vertical-half-offset-plus {
    margin-top: 12.8px;
    margin-bottom: 12.8px
}

.vertical-offset {
    margin-top: 16px;
    margin-bottom: 16px
}

.vertical-double-offset {
    margin-top: 32px;
    margin-bottom: 32px
}

.vertical-offset-plus {
    margin-top: 19.2px;
    margin-bottom: 19.2px
}

.vertical-offset-big {
    margin-top: 40px;
    margin-bottom: 40px
}

.vertical-half-padder-minus {
    padding-top: 6.4px;
    padding-bottom: 6.4px
}

.vertical-half-padder {
    padding-top: 8px;
    padding-bottom: 8px
}

.vertical-half-padder-plus {
    padding-top: 12.8px;
    padding-bottom: 12.8px
}

.vertical-padder {
    padding-top: 16px;
    padding-bottom: 16px
}

.vertical-double-padder {
    padding-top: 32px;
    padding-bottom: 32px
}

.vertical-double-double-padder {
    padding-top: 64px;
    padding-bottom: 64px
}

.vertical-padder-plus {
    padding-top: 19.2px;
    padding-bottom: 19.2px
}

.vertical-padder-big {
    padding-top: 24px;
    padding-bottom: 24px
}

.hasPseudoIcon {
    margin-top: 0
}

.formInput,.vertically-centered-biggest48 {
    height: 48px;
    line-height: 48px
}

.hasPseudoIcon:before,.hasPseudoIcon>.formInput {
    line-height: 48px
}

.hasPseudoIcon>.formInput {
    height: 48px
}

.vertically-centered-minus {
    line-height: 16px;
    height: 16px
}

.vertically-centered {
    line-height: 20px;
    height: 20px
}

.vertically-centered-plus {
    line-height: 24px;
    height: 24px
}

.vertically-centered-30 {
    line-height: 30px;
    height: 30px
}

.vertically-centered-big {
    line-height: 32px;
    height: 32px
}

.vertically-centered-bigger {
    line-height: 40px;
    height: 40px
}

.vertically-centered-biggest {
    line-height: 40px;
    height: 40px
}

.vertically-centered-mega {
    line-height: 56px;
    height: 56px
}

.search-listings-lh-fixer {
    line-height: 37px;
    height: 37px
}

.footer-v2 {
    text-align: center;
    padding: 24px
}

.footer-v2 .content {
    margin-bottom: 16px
}

.footer-v2 .content a {
    color: dimgray
}

.footer-v2 .content a:nth-child(2):after,.footer-v2 .content a:nth-child(2):before,.footer-v2 .content a:nth-child(3):after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: dimgray;
    position: relative;
    top: -3px;
    margin: 0px 8px
}

.footer-v2 .social-media-links {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-v2 .social-media-links a {
    display: inline-block;
    width: 40px;
    margin-right: 8px;
    color: #757575
}

.footer-v2 .social-media-links a:hover {
    color: #e40030
}

.footer-v2 .ilab {
    font-size: 12px;
    font-weight: bold;
    color: #414141;
    display: flex;
    width: 223px;
    margin: auto;
    align-items: center
}

.footer-v2 .ilab img {
    margin: 0 4px
}

@media(max-width: 768px) {
    .footer-v2 {
        padding:16px
    }

    .footer-v2 .social-media-links {
        margin-bottom: 8px
    }

    .footer-v2 .content {
        margin-bottom: 0
    }

    .footer-v2 .content a {
        margin-bottom: 8px;
        display: inline-block
    }

    .footer-v2 .content a:nth-child(4):after {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background-color: dimgray;
        position: relative;
        top: -3px;
        margin: 0px 8px
    }
}

html,body {
    font-family: "Open Sans",apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 14px;
    line-height: 20px;
    color: #1a1a1a;
    box-sizing: border-box;
    font-display: swap
}

body {
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,*:before,*:after {
    box-sizing: inherit
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ul,h1,h2,h3,h4,h5,h6,p,ol {
    padding: 0;
    margin: 0;
    font-weight: 400
}

a {
    text-decoration: none;
    color: #0a1e33
}

.overlay-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0,0,0,.5)
}

.overlay-container.show {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,::before,::after {
    box-sizing: border-box
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4
}

body {
    margin: 0
}

hr {
    height: 0;
    color: inherit
}

abbr[title] {
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp,pre {
    font-family: ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

h1,h2,h3,h4,h5,h6 {
    margin: 0
}

h1 {
    font-size: 36px;
    font-weight: normal;
    line-height: 49px
}

h2 {
    font-size: 32px;
    font-weight: normal;
    line-height: 44px
}

h3 {
    font-size: 28px;
    font-weight: normal;
    line-height: 38px
}

h4 {
    font-size: 24px;
    font-weight: normal;
    line-height: 33px
}

h5 {
    font-size: 20px;
    font-weight: normal;
    line-height: 27px
}

h6 {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px
}

p {
    font-size: 16px
}

small {
    font-size: 14px;
    font-weight: normal
}

label {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 4px
}

@media(min-width: 1220px) {
    .showcase .listing-box-item {
        height:270px;
        max-height: 270px
    }
}

.listing-box-item {
    height: 290px;
    max-height: 290px;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 0 2px 10px 0 #ededed;
    border: solid 1px rgba(151,151,151,.2)
}

.listing-box-item.lbi-extended {
    height: 360px;
    max-height: 360px
}

@media(max-width: 482px) {
    .listing-box-item.lbi-extended {
        height:auto
    }
}

.listing-box-item a {
    color: #1a1a1a
}

.listing-box-item a:visited {
    color: #7f90a8
}

.listing-box-item a:visited .price-and-icon-wrapper .icon-container,.listing-box-item a:visited .price-and-icon-wrapper .icon-container span,.listing-box-item a:visited .price-and-icon-wrapper span.price {
    color: #7f90a8
}

.listing-box-item.fade-out::after {
    content: " ";
    background-color: rgba(255,255,255,.9);
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px
}

@media(max-width: 1220px) {
    .listing-box-item {
        height:300px;
        max-height: 300px
    }
}

.listing-box-item .content-container {
    margin-top: 10px
}

.listing-box-item .hover-container {
    position: relative
}

.listing-box-item .hover {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.69))
}

.listing-box-item.should-hover:hover {
    box-shadow: 0 0 20px 0 #ffd8e0
}

.listing-box-item.should-hover:hover .hover-container .hover {
    display: block
}

.listing-box-item.should-hover:hover .visible-on-parent-hover {
    display: block
}

.listing-box-item .inner-container {
    padding: 10px 6px 0 6px;
    height: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 #ededed
}

.listing-box-item .image-container {
    height: auto;
    height: 120px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.listing-box-item .image-container img {
    width: 100%;
    height: auto;
    width: auto;
    height: 100%
}

@media(max-width: 1220px) {
    .listing-box-item .image-container {
        height:159px
    }

    .listing-box-item .image-container img {
        height: 159px
    }
}

.listing-box-item .toolbox-wrapper {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    min-height: 51px;
    color: #fff;
    text-align: center;
    padding: 17px 0px;
    z-index: 2
}

.listing-box-item .toolbox-wrapper .toolbox-item {
    line-height: 17px;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: 600;
    user-select: none;
    display: inline-block
}

.listing-box-item .toolbox-wrapper .toolbox-item.selected {
    color: #e40030
}

.listing-box-item .toolbox-wrapper .toolbox-item:hover {
    color: #e40030
}

.listing-box-item .model-name {
    position: relative;
    letter-spacing: -0.1px;
    line-height: 20px;
    max-height: 40px;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 15px;
    word-break: break-word;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal
}

.listing-box-item .model-name::after {
    display: none !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0)
}

.listing-box-item .model-city,.listing-box-item .advert-city {
    font-size: 14px;
    font-weight: bold
}

.listing-box-item .model-year {
    font-size: 14px;
    font-weight: 600
}

.listing-box-item .price-and-icon-wrapper {
    margin-top: 5px
}

.listing-box-item .price-and-icon-wrapper .price {
    letter-spacing: -0.8px;
    color: #e40030;
    line-height: 24px;
    width: 100%;
    text-align: right;
    font-size: 16px;
    font-weight: bold
}

.listing-box-item .price-and-icon-wrapper .price.strike-through {
    font-size: 12px;
    color: silver;
    letter-spacing: -0.6px;
    text-decoration: line-through;
    line-height: 25px
}

.listing-box-item .price-and-icon-wrapper .icon-container {
    color: #e40030;
    font-size: 20px
}

.listing-box-item .pin-container {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 30px
}

.listing-box-item .pin-container .pin {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-size: 18px
}

.listing-box-item .pin-container .pin.oncelikli {
    background-color: #ffdb4d;
    color: #fff
}

.listing-box-item .pin-container .pin.turbo {
    background-color: #e40030;
    color: #fff
}

.listing-box-item .pin-container .pin+.pin {
    margin-left: 1px
}

.listing-box-item.oncelikli .inner-container {
    border-top: 2px solid #ffdb4d
}

.listing-box-item.turbo .inner-container {
    border-top: 2px solid #e40030
}

.listing-box-item.turbo .pin {
    background-color: #e40030 !important
}

.listing-box-item.turbo .title {
    color: #e40030
}

@media(max-width: 480px) {
    .listing-box-item-wrapper:nth-child(odd) {
        padding:0 4px 0 8px
    }

    .listing-box-item-wrapper:nth-child(even) {
        padding: 0 8px 0 4px
    }

    .listing-box-item {
        height: 207px;
        max-height: 207px;
        border-radius: 4px;
        border: none;
        overflow: hidden;
        margin-bottom: 8px
    }

    .listing-box-item .inner-container {
        padding: 8px
    }

    .listing-box-item .image-container {
        height: 97px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px
    }

    .listing-box-item .image-container img {
        width: 100%;
        height: auto
    }

    .listing-box-item .content-container {
        margin-top: 2px
    }

    .listing-box-item .content-container .model-year {
        display: none
    }

    .listing-box-item .content-container .model-city,.listing-box-item .content-container .advert-city {
        font-size: 12px;
        font-weight: 600
    }

    .listing-box-item .content-container .model-name {
        margin-top: 4px;
        margin-bottom: 0;
        height: 45px;
        max-height: 45px;
        font-size: 11px;
        font-weight: normal;
        line-height: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden
    }

    .listing-box-item .content-container .price-and-icon-wrapper {
        position: absolute;
        left: 8px;
        bottom: 8px
    }

    .listing-box-item .content-container .price-and-icon-wrapper .price {
        line-height: 20px;
        font-size: 12px;
        font-weight: bold;
        line-height: normal;
        letter-spacing: normal;
        color: #e40030
    }

    .listing-box-item .content-container .price-and-icon-wrapper .price.strike-through {
        font-size: 14px
    }
}

@media(max-width: 320px) {
    .listing-box-item .inner-container {
        padding:8px 9px
    }

    .listing-box-item .image-container {
        height: auto;
        height: 94px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .listing-box-item .image-container img {
        height: auto;
        width: 100%;
        width: auto;
        height: 100%
    }

    .listing-box-item .content-container {
        margin-top: 10px
    }

    .listing-box-item .content-container .model-name {
        margin-top: 3px;
        font-size: 12px;
        line-height: 17px;
        height: 51px;
        max-height: 51px
    }

    .listing-box-item .content-container .price-and-icon-wrapper {
        margin-top: 3px
    }

    .listing-box-item .content-container .price-and-icon-wrapper .price {
        line-height: 22px;
        font-size: 14px
    }

    .listing-box-item .content-container .price-and-icon-wrapper .price.strike-through {
        font-size: 12px;
        line-height: 14px
    }
}

#cookie-disclamer-wrapper {
    background-color: #ffdb4d;
    padding: 12px 0px;
    font-size: 12px;
    line-height: 1.4285;
    color: #1a1a1a
}

#cookie-disclamer-wrapper .more-info-link {
    font-weight: 700;
    padding-left: 20px;
    text-decoration: none;
    color: #1a1a1a
}

#cookie-disclamer-wrapper .more-info-link i {
    color: #e40030
}

#cookie-disclamer-wrapper a.close-button {
    color: #1a1a1a;
    text-decoration: none
}

#cookie-disclamer-wrapper a.close-button i {
    font-size: 16px;
    vertical-align: middle
}

#cookie-disclamer-wrapper .cookieOverlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 44px
}

.jellybean-wrapper {
    min-height: 250px;
    position: relative;
    margin-bottom: 10px
}

@media(max-width: 481px) {
    .jellybean-wrapper {
        min-height:144px
    }
}

.jellybean-wrapper>div[class^=jellybean-] {
    margin: 0
}

.jellybean-wrapper .responsive-banner {
    height: 384px;
    max-height: 384px;
    margin-bottom: -96px
}

@media(max-width: 480px) {
    .jellybean-wrapper .responsive-banner {
        height:144px;
        text-align: center;
        overflow: hidden;
        width: 100vw;
        margin-bottom: 0px
    }
}

.jellybean-wrapper .responsive-banner a {
    display: block;
    width: 100%
}

.jellybean-wrapper .responsive-banner a>img {
    max-width: 100%;
    height: auto
}

.jellybean-1220,.jellybean-1920,.jellybean-1024 {
    height: 320px;
    min-height: 320px;
    text-align: center;
    overflow: hidden;
    position: relative
}

.jellybean-990 {
    position: relative
}

.jellybean-480 {
    height: 144px;
    text-align: center;
    overflow: hidden;
    width: 100vw
}

.visible-md-banner {
    display: none
}

@media(min-width: 768px)and (max-width: 1220px) {
    .visible-md-banner {
        display:block !important
    }
}

.ss-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    float: left
}

.multiple-facet-scroll:not(.hide-scroll) .ss-wrapper:after {
    content: "";
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f2f2f2
}

.multiple-facet-scroll.hide-scroll .ss-scroll {
    display: none
}

.ss-content {
    height: 100%;
    width: calc(100% + 18px);
    padding: 0 0 0 0;
    position: relative;
    overflow: auto;
    box-sizing: border-box
}

.ss-content.rtl {
    width: calc(100% + 18px);
    right: auto
}

.ss-scroll {
    position: relative;
    background: silver;
    width: 4px;
    border-radius: 4px;
    top: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 1
}

.ss-hidden {
    display: none
}

.ss-grabbed {
    -o-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.new-homepage-tab-content {
    background-color: #fff
}

.new-homepage-tab-content .new-homepage-icons .item-count {
    font-size: 12px
}

.ad-boxes-container .box-testler:nth-child(2) {
    display: none
}

.new-gray {
    background: #f7f7f7
}

.homePageHeader {
    color: #e40030;
    letter-spacing: -0.5px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-top: 20px
}

@media(max-width: 480px) {
    .homePageHeader {
        font-size:16px;
        margin-top: 0px;
        margin-bottom: 10px;
        padding-bottom: 0
    }
}

.homePageHeader a {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #000;
    font-weight: 700
}

.homePageHeader a:hover {
    color: #e40030
}

.homepage-search-padding {
    padding-bottom: 40px;
    padding-top: 4px
}

.showcase h2 {
    color: #e40030;
    font-size: 28px;
    letter-spacing: -0.5px
}

.showcase .all-showcase {
    color: #1a1a1a;
    letter-spacing: normal
}

.home-featured-firms-container {
    margin-top: 5px;
    margin-bottom: 10px
}

.home-featured-firms-container .home-featured-firms .featured-firm-item {
    display: flex;
    align-items: center;
    height: 78px
}

.home-featured-firms-container .home-featured-firms .featured-firm-item .featured-firm-link {
    font-size: 12px;
    font-weight: 600;
    border-bottom: 2px solid #f9da00;
    display: inline-block;
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(0);
    display: none
}

.home-featured-firms-container .home-featured-firms .featured-firm-item .featured-firm-name {
    font-size: 14px;
    font-weight: 600;
    display: block;
    transition: padding 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    padding-top: 15px;
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5
}

.home-featured-firms-container .home-featured-firms .featured-firm-item:hover .hover-animation-element {
    -ms-transform: scaleY(1.15);
    -webkit-transform: scaleY(1.15);
    transform: scaleY(1.2)
}

.home-featured-firms-container .home-featured-firms .featured-firm-item:hover .featured-firm-link {
    display: inline-block;
    transform: translateY(-8px)
}

.home-featured-firms-container .home-featured-firms .featured-firm-item:hover .featured-firm-name {
    padding-top: 8px
}

.home-featured-firms-container .home-featured-firms .featured-firm-item .featured-firm-text {
    z-index: 3;
    align-self: flex-start
}

.home-featured-firms-container .home-featured-firms .featured-firm-item .hover-animation-element {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.06);
    background-color: #fff;
    z-index: 1;
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    left: 0;
    right: 0
}

.home-featured-firms-container .home-featured-firms .featured-firm-item .featured-firm-photo {
    margin-right: 8px;
    border: solid 1px #e5e5e5;
    width: 62px;
    height: 62px;
    position: relative;
    z-index: 2;
    flex-shrink: 0
}

.home-featured-firms-container .home-featured-firms .featured-firm-item .featured-firm-photo img {
    display: block;
    width: 100%;
    object-fit: contain
}

.categoriesSideRoot {
    width: 100%;
    float: left;
    height: 170px
}

@media(max-width: 480px) {
    .categoriesSideRoot {
        overflow:hidden
    }
}

.categoriesSideRoot.opened {
    height: auto
}

.categoriesSideRoot li.popular-car-item {
    position: relative;
    float: left;
    width: calc(50% - 10px);
    min-width: 393.33px;
    min-height: 120.09px;
    margin-top: 10px;
    margin-left: 10px
}

.categoriesSideRoot li.popular-car-item a {
    display: block;
    width: 100%;
    overflow: hidden
}

.categoriesSideRoot li.popular-car-item a img {
    width: 100%;
    display: block
}

.categoriesSideRoot li.popular-car-item.should-hover:hover .hover-area {
    display: block
}

.categoriesSideRoot li.popular-car-item.should-hover:hover .header {
    color: #fff
}

.categoriesSideRoot li.popular-car-item.should-hover:hover span {
    color: #fff
}

.categoriesSideRoot li.popular-car-item .hover-area {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    top: 0px;
    background-color: rgba(228,0,48,.85)
}

.categoriesSideRoot li.popular-car-item:first-child {
    margin-left: 0;
    float: left;
    margin-right: 8px;
    min-width: 393.33px;
    min-height: 380.31px
}

.categoriesSideRoot li.popular-car-item:first-child span {
    left: 25px;
    top: 23px
}

.categoriesSideRoot li.popular-car-item:first-child span .header {
    font-size: 28px
}

.categoriesSideRoot li.popular-car-item:first-child span span {
    font-size: 16px
}

@media(max-width: 1220px) {
    .categoriesSideRoot li.popular-car-item:first-child {
        min-width:318.66px;
        min-height: 308.11px
    }
}

@media(max-width: 1220px) {
    .categoriesSideRoot li.popular-car-item {
        margin-top:8px;
        min-width: 318.66px;
        min-height: 97.3px
    }
}

.categoriesSideRoot li.popular-car-item span.popular-car-item-label {
    left: 20px;
    top: 20px;
    position: absolute
}

.categoriesSideRoot li.popular-car-item span.popular-car-item-label .header {
    font-size: 20px;
    line-height: .89;
    letter-spacing: -0.5px;
    color: #e40030;
    font-weight: 700
}

.categoriesSideRoot li.popular-car-item span.popular-car-item-label span {
    font-size: 16px;
    line-height: 1.39;
    letter-spacing: -0.7px;
    color: #1a1a1a
}

.price-suggestion-mobile,.zero-km-mobile,.car-wizard-mobile,.garage-mobile,.tramer-mobile {
    width: 100%;
    float: left;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 15px
}

.price-suggestion-mobile a,.zero-km-mobile a,.car-wizard-mobile a,.garage-mobile a,.tramer-mobile a {
    width: 100%;
    float: left;
    line-height: 50px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.price-suggestion-mobile .icon-container-mobile,.zero-km-mobile .icon-container-mobile,.car-wizard-mobile .icon-container-mobile,.garage-mobile .icon-container-mobile,.tramer-mobile .icon-container-mobile {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 15px 0 10px
}

.price-suggestion-mobile .price-icon-container,.zero-km-mobile .price-icon-container,.car-wizard-mobile .price-icon-container,.garage-mobile .price-icon-container,.tramer-mobile .price-icon-container {
    background: #e40030;
    font-size: 15px;
    color: #fff;
    line-height: 15px;
    display: flex;
    align-self: center
}

.price-suggestion-mobile .zero-km-icon-container,.zero-km-mobile .zero-km-icon-container,.car-wizard-mobile .zero-km-icon-container,.garage-mobile .zero-km-icon-container,.tramer-mobile .zero-km-icon-container {
    background-color: #f4f6f8
}

.price-suggestion-mobile .wizard-icon-container,.zero-km-mobile .wizard-icon-container,.car-wizard-mobile .wizard-icon-container,.garage-mobile .wizard-icon-container,.tramer-mobile .wizard-icon-container {
    background-color: #fff9e3
}

.price-suggestion-mobile .tramer-icon-container,.zero-km-mobile .tramer-icon-container,.car-wizard-mobile .tramer-icon-container,.garage-mobile .tramer-icon-container,.tramer-mobile .tramer-icon-container {
    background: #ffdb4d
}

.price-suggestion-mobile .text-icon-wrapper,.zero-km-mobile .text-icon-wrapper,.car-wizard-mobile .text-icon-wrapper,.garage-mobile .text-icon-wrapper,.tramer-mobile .text-icon-wrapper {
    display: flex;
    align-items: center
}

.price-suggestion-mobile .right-icon,.zero-km-mobile .right-icon,.car-wizard-mobile .right-icon,.garage-mobile .right-icon,.tramer-mobile .right-icon {
    font-size: 12px;
    color: gray
}

.rent-car-mobile {
    margin-top: 15px;
    margin-bottom: 10px
}

.rent-car-mobile a {
    width: 100%;
    float: left;
    background: #e40030;
    color: #fff;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px 0 rgba(224,224,224,.71)
}

.rent-car-mobile a .rent-car-icon {
    font-size: 16px;
    padding-right: 10px
}

.fz11 {
    font-size: 11px
}

.fz13 {
    font-size: 13px
}

.testimonials-widget-wrapper {
    margin-bottom: 30px
}

@media(max-width: 480px) {
    .testimonials-widget-wrapper .testimonials-wrapper {
        margin-bottom:8px
    }
}

.testimonials-widget-wrapper .testimonials-wrapper .testimonials-box {
    background: #fff
}

@media(max-width: 480px) {
    .testimonials-widget-wrapper .testimonials-wrapper .testimonials-box {
        display:flex;
        align-items: center;
        padding: 8px
    }
}

@media(min-width: 480px)and (max-width: 1221px) {
    .testimonials-widget-wrapper .testimonials-wrapper .testimonials-box {
        height:100%
    }
}

.testimonials-widget-wrapper .testimonials-wrapper .testimonials-box .image {
    height: 183px
}

@media(min-width: 480px)and (max-width: 1221px) {
    .testimonials-widget-wrapper .testimonials-wrapper .testimonials-box .image {
        height:149px
    }
}

@media(max-width: 480px) {
    .testimonials-widget-wrapper .testimonials-wrapper .testimonials-box .image {
        width:92px;
        height: 52px
    }
}

@media(min-width: 480px)and (max-width: 1221px) {
    .testimonials-widget-wrapper .testimonials-wrapper .testimonials-box .image img {
        width:100%;
        height: auto
    }
}

.testimonials-widget-wrapper .testimonials-wrapper .testimonials-box .description {
    font-size: 16px;
    font-weight: bold;
    padding: 16px
}

@media(max-width: 480px) {
    .testimonials-widget-wrapper .testimonials-wrapper .testimonials-box .description {
        font-size:12px;
        font-weight: bold;
        color: #414141;
        padding: 2px 8px;
        line-height: normal
    }
}

@media(max-width: 480px) {
    .testimonials-widget-wrapper .iframe-wrapper {
        margin-top:15px
    }
}

.testimonials-widget-wrapper .iframe-wrapper iframe {
    width: 100%
}

@media(max-width: 480px) {
    .testimonials-widget-wrapper .iframe-wrapper iframe {
        max-height:176px
    }
}

.testimonials-widget-wrapper .all-testimonials-link {
    margin-top: 10px;
    padding-right: 24px
}

@media(max-width: 480px) {
    .testimonials-widget-wrapper .all-testimonials-link {
        margin-top:10px
    }
}

.testimonials-widget-wrapper .flickity-page-dots {
    bottom: 10px
}

.show-case-tests .swiper-wrapper,.show-case-news .swiper-wrapper {
    margin-bottom: 30px
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #ffdb4d;
    opacity: 1;
    margin: 0 5px;
    width: 10px;
    height: 10px
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e40030
}

.trink-sat-and-advert-buttons .col-xs-6:first-child {
    padding-right: 5px
}

.trink-sat-and-advert-buttons .col-xs-6:nth-child(2) {
    padding-left: 5px
}

.getAllCategoriesPopup {
    border-top: 1px solid #e40030;
    background: #fff;
    width: 100%
}

@media(max-width: 480px) {
    .getAllCategoriesPopup {
        border:0;
        background: rgba(0,0,0,0)
    }
}

.getAllCategoriesPopup h1 {
    background: #fbfbfb;
    font-size: 20px;
    color: #1a1a1a;
    text-align: left;
    padding: 20px;
    font-weight: 700
}

.getAllCategoriesPopup ul {
    padding: 52px 40px;
    width: 100%;
    float: left
}

@media(max-width: 480px) {
    .getAllCategoriesPopup ul {
        padding:0
    }
}

.getAllCategoriesPopup .category-list-mobile-toggle {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 600;
    color: #4a90e2;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    line-height: 40px;
    padding-left: 15px;
    box-shadow: 0 4px 4px 0 rgba(227,227,227,.5)
}

.getAllCategoriesPopup .category-list-mobile-toggle .toggle-icon {
    font-size: 10px;
    padding-left: 5px
}

.price-zero-wizard-wrapper {
    background: #f7f7f7;
    padding-top: 10px;
    box-shadow: 0 4px 4px 0 rgba(227,227,227,.5)
}

.price-zero-wizard-wrapper .text {
    line-height: normal;
    margin: 16px 0
}

.price-zero-wizard-wrapper .text .subtext {
    font-size: 11px;
    letter-spacing: -0.3px;
    color: #1a1a1a;
    font-weight: normal;
    margin-top: 4px;
    display: block
}

.turbo-ads-container-mobile {
    width: 100%;
    float: left;
    margin-top: 10px
}

.turbo-ads-container-mobile .turbo-list-item {
    margin-bottom: 10px
}

.turbo-ads-container-mobile .turbo-list-item .shortcut-item {
    background: #fff;
    line-height: 40px;
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center
}

.turbo-ads-container-mobile .turbo-list-item .shortcut-item .icon-container {
    font-size: 18px
}

.turbo-ads-container-mobile .turbo-list-item .shortcut-item .text-container {
    font-size: 12px;
    font-weight: 600;
    color: #1a1a1a;
    padding-left: 10px
}

.turbo-ads-container-mobile .turbo-list-item:last-child {
    padding-right: 10px !important
}

.turbo-ads-container-mobile .turbo-list-item:nth-child(even) {
    padding-left: 5px
}

.turbo-ads-container-mobile .turbo-list-item:nth-child(odd) {
    padding-right: 5px
}

.listing-box-item .inner-container {
    border: none !important
}

.listing-box-item .inner-container .pin-container {
    display: none
}

.listing-box-item.banner-container {
    display: flex;
    flex-direction: column;
    background-color: #fff
}

.listing-box-item.banner-container .logo-container {
    min-height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 14px;
    border-bottom: 1px solid #f0f0f0
}

@media(max-width: 480px) {
    .listing-box-item.banner-container .logo-container {
        min-height:54px;
        margin-left: 8px
    }

    .listing-box-item.banner-container .logo-container img {
        height: 37px
    }
}

.listing-box-item.banner-container .logo-container .volvo-logo {
    margin: auto
}

.listing-box-item.banner-container .volvo-container {
    margin-left: 0px
}

.listing-box-item.banner-container ul {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    margin: 3px 14px 0 14px
}

@media(max-width: 480px) {
    .listing-box-item.banner-container ul {
        margin:3px 8px 0 8px
    }
}

.listing-box-item.banner-container ul li {
    display: flex;
    margin-top: 10px
}

.listing-box-item.banner-container ul li i {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 17px
}

.listing-box-item.banner-container ul li p {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-left: 5px;
    line-height: 17px
}

@media(max-width: 480px) {
    .listing-box-item.banner-container ul li p {
        font-size:11px;
        margin-left: 2px;
        letter-spacing: -0.3px
    }
}

@media(max-width: 480px) {
    .listing-box-item.banner-container ul li {
        margin-top:4px
    }

    .listing-box-item.banner-container ul li i {
        font-size: 12px
    }
}

.listing-box-item.banner-container .volvo-text {
    justify-content: normal
}

.listing-box-item.banner-container .volvo-text p {
    line-height: 17px
}

.listing-box-item.banner-container .link-button {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #1a1a1a;
    padding: 7px 13px;
    border: 1px solid #1a1a1a;
    margin: 20px 14px 15px 14px;
    height: 34px;
    text-align: center
}

@media(max-width: 480px) {
    .listing-box-item.banner-container .link-button {
        font-size:11px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: -0.28px;
        padding: 0;
        margin: 20px 8px 15px 8px
    }
}

.listing-box-item.banner-container .volvo-button {
    padding: 5px 5px !important
}

.price-and-icon-wrapper .price {
    width: 100%;
    text-align: right
}

.price-and-icon-wrapper .icon-container {
    display: none
}

#showCaseTests .flickity-page-dots,#showCaseNews .flickity-page-dots,#homepage-slider .flickity-page-dots {
    position: static;
    margin-bottom: 10px
}

.mobile-section-header {
    color: #e40030;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative
}

.turbo-area .all-showcase-edge {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    bottom: 8px;
    display: flex;
    justify-content: center
}

.turbo-area .all-showcase-edge i {
    padding-left: 3px
}

.jw-with-transparent-bg-gradient {
    position: relative
}

@media(min-width: 482px) {
    .jw-with-transparent-bg-gradient:after {
        content:"";
        display: none;
        width: 100%;
        position: absolute;
        height: 0;
        bottom: 0;
        left: 0;
        z-index: 2
    }
}

.jellybean-home-1220,.jellybean-home-1920,.jellybean-home-1024 {
    margin-bottom: -96px;
    height: 320px;
    min-height: 320px;
    text-align: center;
    overflow: hidden
}

.jellybean-home-1024 {
    position: relative
}

.jellybean-home-1220 {
    position: relative
}

.jellybean-home-1920 {
    position: relative
}

.jellybean-home-480 {
    height: 144px;
    text-align: center;
    overflow: hidden;
    width: 100vw
}

.jellybean-home-text-210 {
    right: 10px;
    top: -133px;
    width: 215px;
    height: 70px
}

.visible-md-banner {
    display: none
}

@media(min-width: 768px)and (max-width: 1220px) {
    .visible-md-banner {
        display:block !important
    }
}

.h100 {
    height: 100%
}

.showcase-container {
    height: 100%
}

.showcase-container .categories-container {
    width: 186px;
    margin-right: 20px;
    background: #fff;
    box-shadow: 0 2px 10px 0 #ededed;
    position: relative
}

@media(max-width: 1220px) {
    .showcase-container .categories-container {
        margin-right:10px
    }
}

.showcase-container .categories-container .categories-sub-container {
    height: 350px;
    overflow-y: hidden
}

.showcase-container .categories-container .categories-sub-container .categories-scroll {
    height: 340px;
    width: 182px;
    margin-top: 0 !important
}

.showcase-container ul.category-section li:first-child {
    margin-top: 6px
}

.showcase-container ul li {
    padding: 6px 0 6px 10px;
    line-height: 18px;
    display: flex;
    align-items: center
}

.showcase-container ul li:hover {
    background-color: #f0f0f0
}

.showcase-container ul li:hover a.category-link .category-advert-count,.showcase-container ul li:hover a.category-link .cateogry-name {
    color: #e40030
}

.showcase-container ul li a.category-link {
    font-size: 0;
    height: 18px;
    display: block
}

.showcase-container ul li a.category-link .cateogry-name {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #1a1a1a
}

.showcase-container ul li a.category-link .category-advert-count {
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: right;
    color: gray
}

.showcase-container .category-turbo-section {
    border-bottom: 1px solid #f0f0f0;
    margin-top: 10px
}

.showcase-container .category-turbo-section .cateogry-name {
    display: flex;
    align-items: center
}

.showcase-container .category-turbo-section .cateogry-name .badge {
    width: 23px;
    height: 16px;
    color: #e40030;
    font-size: 8px;
    background-color: #ffd7df;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px
}

.showcase-container .category-turbo-section li {
    font-weight: bold !important
}

.showcase-container .category-turbo-section li:hover {
    background: #fff
}

.showcase-container .category-turbo-section li a span {
    font-weight: bold !important
}

.showcase-container .category-turbo-section li a.category-turbo-link {
    font-size: 13px
}

.showcase-container .category-turbo-section li a.category-turbo-link:hover {
    color: #e40030
}

.showcase-container .category-turbo-section li:last-child {
    margin-bottom: 6px
}

.showcase-container .ads-shortcuts-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%
}

.showcase-container .ads-shortcuts-container .ad-container {
    height: 320px;
    overflow: hidden;
    z-index: 0
}

.showcase-container .ads-shortcuts-container .ad-container .home-tablet-banner .banner-kurumsal,.showcase-container .ads-shortcuts-container .ad-container .home-tablet-banner .banner-bireysel {
    display: none
}

.showcase-container .ads-shortcuts-container .ad-container .home-tablet-banner.isCommercial .banner-bireysel {
    display: none
}

.showcase-container .ads-shortcuts-container .ad-container .home-tablet-banner.isCommercial .banner-kurumsal {
    display: block
}

.showcase-container .ads-shortcuts-container .ad-container .home-tablet-banner.isNormalUser .banner-bireysel {
    display: block
}

.showcase-container .ads-shortcuts-container .ad-container .home-tablet-banner.isNormalUser .banner-kurumsal {
    display: none
}

.showcase-container .ads-shortcuts-container .future-container {
    display: flex;
    height: 136px
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item:first-child {
    box-sizing: border-box;
    background-color: #fff
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item:first-child .content-container .text-container .item-link span {
    border-bottom: 2px solid #328fcc
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item:nth-child(2) .content-container .item-link span {
    border-bottom: solid 2px #e40030 !important
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item {
    position: relative;
    flex: 1;
    z-index: 0
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item:hover .content-container {
    padding: 8px 5px 0px 12px
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item:hover .text-container strong {
    margin-top: 3px !important
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item .content-container {
    position: relative;
    z-index: 3;
    padding: 15px 5px 9px 12px;
    transition: padding 300ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item .content-container .text-container {
    display: flex;
    flex: 1;
    flex-direction: column
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item .content-container .text-container strong {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 14px;
    color: #000;
    margin-top: 7px
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item .content-container .text-container p {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    color: #000;
    margin-top: 5px;
    height: 50px
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item .content-container .text-container p span {
    font-weight: 600
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item .content-container .text-container .item-link {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    color: #1a1a1a;
    display: none;
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item .content-container .text-container .item-link span {
    border-bottom: solid 2px #ffe94d;
    color: #000
}

@media(max-width: 1219px) {
    .showcase-container .ads-shortcuts-container .future-container .shortcut-item .content-container {
        padding:25px 0px 20px 0px
    }

    .showcase-container .ads-shortcuts-container .future-container .shortcut-item .content-container .text-container {
        margin-left: 15px
    }

    .showcase-container .ads-shortcuts-container .future-container .shortcut-item .content-container .text-container strong {
        letter-spacing: -0.5px;
        font-size: 14px
    }

    .showcase-container .ads-shortcuts-container .future-container .shortcut-item .content-container .text-container p {
        margin-right: 5px;
        font-size: 9.5px
    }

    .showcase-container .ads-shortcuts-container .future-container .shortcut-item .content-container .icon-container {
        display: none
    }
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item .hover-animation-element {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.06);
    background-color: #fff;
    z-index: 2;
    transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1)
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item:hover .hover-animation-element {
    -ms-transform: scaleY(1.15);
    -webkit-transform: scaleY(1.15);
    transform: scaleY(1.1)
}

.showcase-container .ads-shortcuts-container .future-container .shortcut-item:hover .item-link {
    display: block !important
}

.showcase-container .ads-shortcuts-container .turbo-ads-container {
    height: 40px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between
}

.showcase-container .ads-shortcuts-container .turbo-ads-container .shortcut-item {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 152px;
    margin-right: 10px;
    box-shadow: 0 2px 10px 0 rgba(224,224,224,.71);
    background-color: #fff;
    transition: color 600ms ease-out,background-color 300ms ease-out
}

.showcase-container .ads-shortcuts-container .turbo-ads-container .shortcut-item .icon-container i {
    font-size: 20px
}

.showcase-container .ads-shortcuts-container .turbo-ads-container .shortcut-item .text-container {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: #161616
}

.showcase-container .ads-shortcuts-container .turbo-ads-container .shortcut-item:hover {
    box-shadow: 0 0px 10px 0 #ffd8e0
}

.showcase-container .ads-shortcuts-container .turbo-ads-container .shortcut-item:hover:last-child {
    background-color: #ffdb4d;
    box-shadow: none
}

.showcase-container .ads-shortcuts-container .turbo-ads-container .shortcut-item:hover:last-child i.icon {
    color: #1a1a1a
}

.showcase-container .ads-shortcuts-container .turbo-ads-container .shortcut-item:hover:last-child .text-container {
    color: #1a1a1a
}

.showcase-container .ads-shortcuts-container .turbo-ads-container .shortcut-item:last-child {
    margin-right: 0;
    background-color: #e40030
}

.showcase-container .ads-shortcuts-container .turbo-ads-container .shortcut-item:last-child .icon-container i {
    color: #fff
}

.showcase-container .ads-shortcuts-container .turbo-ads-container .shortcut-item:last-child .text-container {
    color: #fff
}

.mobile-slim-news-cropped {
    margin-top: 4px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    line-height: 15px;
    font-size: 12px
}

.msnc-min-imgh {
    min-height: 100px
}

.price-icon {
    font-size: 28px;
    vertical-align: middle
}

.showCaseTests,.showCaseNews {
    position: relative
}

.showCaseTests .test-wrapper,.showCaseTests .news-wrapper,.showCaseNews .test-wrapper,.showCaseNews .news-wrapper {
    background-color: #fff
}

.showCaseTests .test-wrapper .lead-outer,.showCaseTests .news-wrapper .lead-outer,.showCaseNews .test-wrapper .lead-outer,.showCaseNews .news-wrapper .lead-outer {
    position: relative;
    height: 340px;
    overflow: hidden
}

.showCaseTests .test-wrapper .lead-outer .lead-image-container,.showCaseTests .news-wrapper .lead-outer .lead-image-container,.showCaseNews .test-wrapper .lead-outer .lead-image-container,.showCaseNews .news-wrapper .lead-outer .lead-image-container {
    height: 100%
}

.showCaseTests .test-wrapper .lead-outer .lead-image-container img,.showCaseTests .news-wrapper .lead-outer .lead-image-container img,.showCaseNews .test-wrapper .lead-outer .lead-image-container img,.showCaseNews .news-wrapper .lead-outer .lead-image-container img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.showCaseTests .test-wrapper .lead-outer .lead-content-container,.showCaseTests .news-wrapper .lead-outer .lead-content-container,.showCaseNews .test-wrapper .lead-outer .lead-content-container,.showCaseNews .news-wrapper .lead-outer .lead-content-container {
    position: absolute;
    bottom: 0;
    padding: 24px;
    width: 100%;
    text-shadow: 0 2px 4px rgba(0,0,0,.5);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7))
}

.showCaseTests .test-wrapper .lead-outer .lead-content-container .heading,.showCaseTests .news-wrapper .lead-outer .lead-content-container .heading,.showCaseNews .test-wrapper .lead-outer .lead-content-container .heading,.showCaseNews .news-wrapper .lead-outer .lead-content-container .heading {
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: initial
}

.showCaseTests .test-wrapper .lead-outer .lead-content-container .summary,.showCaseTests .news-wrapper .lead-outer .lead-content-container .summary,.showCaseNews .test-wrapper .lead-outer .lead-content-container .summary,.showCaseNews .news-wrapper .lead-outer .lead-content-container .summary {
    color: #fff;
    margin-top: 6px;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.22px
}

.showCaseTests .test-wrapper .lead-outer .lead-content-container .summary p,.showCaseTests .news-wrapper .lead-outer .lead-content-container .summary p,.showCaseNews .test-wrapper .lead-outer .lead-content-container .summary p,.showCaseNews .news-wrapper .lead-outer .lead-content-container .summary p {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.showCaseTests .test-wrapper .inner-container,.showCaseTests .news-wrapper .inner-container,.showCaseNews .test-wrapper .inner-container,.showCaseNews .news-wrapper .inner-container {
    display: flex;
    padding: 16px;
    box-shadow: 0 2px 10px 0 #ededed
}

.showCaseTests .test-wrapper .inner-container .image-container,.showCaseTests .news-wrapper .inner-container .image-container,.showCaseNews .test-wrapper .inner-container .image-container,.showCaseNews .news-wrapper .inner-container .image-container {
    margin-right: 16px
}

.showCaseTests .test-wrapper .inner-container .image-container img,.showCaseTests .news-wrapper .inner-container .image-container img,.showCaseNews .test-wrapper .inner-container .image-container img,.showCaseNews .news-wrapper .inner-container .image-container img {
    width: 160px;
    height: 90px;
    border-radius: 4px;
    object-fit: cover
}

.showCaseTests .test-wrapper .inner-container .content-container,.showCaseTests .news-wrapper .inner-container .content-container,.showCaseNews .test-wrapper .inner-container .content-container,.showCaseNews .news-wrapper .inner-container .content-container {
    line-height: normal
}

.showCaseTests .test-wrapper .inner-container .content-container .heading,.showCaseTests .test-wrapper .inner-container .content-container .summary,.showCaseTests .news-wrapper .inner-container .content-container .heading,.showCaseTests .news-wrapper .inner-container .content-container .summary,.showCaseNews .test-wrapper .inner-container .content-container .heading,.showCaseNews .test-wrapper .inner-container .content-container .summary,.showCaseNews .news-wrapper .inner-container .content-container .heading,.showCaseNews .news-wrapper .inner-container .content-container .summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.showCaseTests .test-wrapper .inner-container .content-container .summary,.showCaseTests .news-wrapper .inner-container .content-container .summary,.showCaseNews .test-wrapper .inner-container .content-container .summary,.showCaseNews .news-wrapper .inner-container .content-container .summary {
    margin-top: 4px
}

.showCaseTests .test-wrapper .all-news-btn,.showCaseTests .test-wrapper .all-tests-btn,.showCaseTests .news-wrapper .all-news-btn,.showCaseTests .news-wrapper .all-tests-btn,.showCaseNews .test-wrapper .all-news-btn,.showCaseNews .test-wrapper .all-tests-btn,.showCaseNews .news-wrapper .all-news-btn,.showCaseNews .news-wrapper .all-tests-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    height: 40px;
    width: 100%;
    box-shadow: 0 2px 10px 0 #ededed
}

.showCaseTests .news-title,.showCaseTests .tests-title,.showCaseNews .news-title,.showCaseNews .tests-title {
    display: flex;
    align-items: center;
    margin: 0 0 24px 20px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.45px;
    color: #e40030
}

.showCaseTests .news-title::before,.showCaseTests .tests-title::before,.showCaseNews .news-title::before,.showCaseNews .tests-title::before {
    content: "";
    position: absolute;
    height: 40px;
    width: 8px;
    left: 0;
    background-color: #e40030
}

.showCaseTests .news-title::after,.showCaseTests .tests-title::after,.showCaseNews .news-title::after,.showCaseNews .tests-title::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 400px;
    top: 18px;
    right: 0;
    background-color: #d3d2d2
}

@media(min-width: 480px)and (max-width: 1221px) {
    .showCaseTests .news-title::after,.showCaseTests .tests-title::after,.showCaseNews .news-title::after,.showCaseNews .tests-title::after {
        width:290px
    }
}

.showCaseTests .header-mobile,.showCaseNews .header-mobile {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.31px;
    color: #e40030;
    text-align: center;
    margin-bottom: 10px
}

.showCaseNews .news-title::after {
    width: 455px
}

@media(min-width: 480px)and (max-width: 1221px) {
    .showCaseNews .news-title::after {
        width:350px
    }
}

.expertise-home {
    box-shadow: 0 0 18px 0 rgba(0,0,0,.06);
    background: #fff
}

@media(max-width: 480px) {
    .expertise-home {
        height:145px;
        margin-bottom: 10px
    }
}

.expertise-home-content {
    position: relative;
    display: flex;
    align-items: center;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 80px
}

@media(max-width: 480px) {
    .expertise-home-content {
        background-repeat:no-repeat;
        background-size: cover;
        height: 100%;
        width: 100%;
        background-position: left center;
        display: flex;
        align-items: center
    }
}

.expertise-home-content img {
    width: 100%
}

.expertise-home-content .expertise-home-description {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a
}

@media(max-width: 1220px) {
    .expertise-home-content .expertise-home-description {
        font-size:12px
    }
}

.expertise-home-content-redirect {
    position: absolute;
    height: 100%;
    width: 40%;
    right: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 16px
}

.expertise-home-content-title {
    margin-bottom: 4px
}

.expertise-home-content-desc {
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: normal
}

.expertise-button-m {
    padding: 4px;
    border-radius: 4px;
    color: #fff;
    background-color: #e40030;
    font-size: 12px
}

.expertise-home-m-content-text {
    max-width: 120px;
    padding: 16px 0px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a
}

.expertise-home-content-text {
    width: 60%;
    padding-left: 16px;
    height: 78px;
    padding-top: 16px;
    padding-bottom: 16px
}

.expertise-button {
    position: absolute;
    right: 16px;
    padding: 10px 8px;
    border-radius: 4px;
    border: solid 2px #ebebeb;
    display: block;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    width: 171px;
    background: #fff
}

.trink-al-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}







