/*! 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 {
    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
}

@font-face {
    font-family: "panelim-icons";
    src: url("https://arbimg1.mncdn.com/assets/arabamFrontEndFiles/fonts/panelim-icons.woff?v=14") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

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

.icon-wrench:before {
    content: ""
}

.icon-minus:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-user:before {
    content: ""
}

.icon-flag:before {
    content: ""
}

.icon-exclamation-triangle:before {
    content: ""
}

.icon-link:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-whatsapp-alt:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-arrow-circle-down:before {
    content: ""
}

.icon-arrow-circle-up:before {
    content: ""
}

.icon-trash:before {
    content: ""
}

.icon-file-download-alt-copy:before {
    content: ""
}

.icon-file-download-alt:before {
    content: ""
}

.icon-map-marker:before {
    content: ""
}

.icon-clock:before {
    content: ""
}

.icon-point:before {
    content: ""
}

.icon-home:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-map-marker-plus:before {
    content: ""
}

.icon-share:before {
    content: ""
}

.icon-bell-slash:before {
    content: ""
}

.icon-bell:before {
    content: ""
}

.icon-edit:before {
    content: ""
}

.icon-phone-alt:before {
    content: ""
}

.icon-telegram:before {
    content: ""
}

.icon-user-sellers:before {
    content: ""
}

.icon-user-buyers:before {
    content: ""
}

.icon-users:before {
    content: ""
}

.icon-comment-alt-block:before {
    content: ""
}

.icon-shopping-basket:before {
    content: ""
}

.icon-angle-double-down:before {
    content: ""
}

.icon-angle-double-up:before {
    content: ""
}

.icon-angle-double-left:before {
    content: ""
}

.icon-angle-double-right:before {
    content: ""
}

.icon-angle-down:before {
    content: ""
}

.icon-angle-up:before {
    content: ""
}

.icon-angle-left:before {
    content: ""
}

.icon-angle-right:before {
    content: ""
}

.icon-arrow-left:before {
    content: ""
}

.icon-arrow-right:before {
    content: ""
}

.icon-arrow-down:before {
    content: ""
}

.icon-arrow-up:before {
    content: ""
}

.icon-close-2:before {
    content: ""
}

.icon-times:before {
    content: ""
}

.icon-camera-plus:before {
    content: ""
}

.icon-exit:before {
    content: ""
}

.icon-rocket-monochrome:before {
    content: ""
}

.icon-rocket:before {
    content: ""
}

.icon-info-circle:before {
    content: ""
}

.icon-setting:before {
    content: ""
}

.icon-search-plus:before {
    content: ""
}

.icon-star-monochrome:before {
    content: ""
}

.icon-star:before {
    content: ""
}

.icon-envelope:before {
    content: ""
}

.icon-eye:before {
    content: ""
}

.icon-list-ul:before {
    content: ""
}

.icon-arac-bul:before {
    content: ""
}

.icon-kac-para:before {
    content: ""
}

.icon-trink:before {
    content: ""
}

.icon-tl:before {
    content: ""
}

.icon-user-circle:before {
    content: ""
}

/*! 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
}

.a-card {
    background-color: #fff;
    padding: 16px;
    box-shadow: 0px 0px 18px rgba(0,0,0,.06)
}

.a-card.a-card--xsmall {
    padding: 8px
}

.a-card.a-card--small {
    padding: 12px
}

.a-card.a-card--medium {
    padding: 16px
}

.a-card.a-card--large {
    padding: 24px
}

.a-card.a-card--xlarge {
    padding: 32px
}

.a-card.border-4 {
    border-radius: 4px
}

.a-card.border-8 {
    border-radius: 8px
}

.a-card.a-card--centered {
    text-align: center
}

.a-button {
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    background: #fff;
    color: #1a1a1a;
    border: none;
    text-align: center;
    padding: 13px 14px;
    line-height: 22px;
    user-select: none;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.a-button[disabled],.a-button--disabled {
    background-color: #f8f8f8;
    color: #909090;
    cursor: not-allowed
}

.a-button.a-button--white-border {
    border: 2px solid #ebebeb
}

.a-button--icon-only.a-button--xsmall {
    height: 24px;
    width: 24px
}

.a-button--icon-only.a-button--small {
    height: 32px;
    width: 32px
}

.a-button--icon-only.a-button--medium {
    height: 40px;
    width: 40px
}

.a-button--icon-only.a-button--large {
    height: 48px;
    width: 48px
}

.a-button--icon-only .icon {
    margin-right: 0
}

.a-button:not([disabled],.a-button--disabled) {
    cursor: pointer
}

.a-button:not([disabled],.a-button--disabled):hover {
    background: #ebebeb
}

.a-button:not([disabled],.a-button--disabled):active {
    background: #dedede
}

.a-button:not([disabled],.a-button--disabled):focus {
    outline: 2px solid #ebebeb
}

.a-button.a-button--block {
    width: 100%
}

.a-button--xsmall {
    padding: 2px 4px;
    font-size: 12px;
    line-height: 16px
}

.a-button--small {
    padding: 5px 7px;
    font-size: 12px;
    line-height: 22px
}

.a-button--medium {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 20px
}

.a-button--large {
    padding: 13px 14px;
    font-size: 16px;
    line-height: 22px
}

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

.a-button--blue[disabled],.a-button--blue.a-button--disabled {
    background-color: #eaf3f9;
    color: #c4dff1
}

.a-button--blue:not([disabled],.a-button--disabled):hover {
    background-color: #2c7cb3
}

.a-button--blue:not([disabled],.a-button--disabled):active {
    background-color: #266a99
}

.a-button--blue:not([disabled],.a-button--disabled):focus {
    outline-color: #c4dff1
}

.a-button--lightblue {
    background-color: #eaf3f9;
    color: #328fcc
}

.a-button--lightblue[disabled],.a-button--lightblue.a-button--disabled {
    background-color: #eaf3f9;
    color: #c4dff1
}

.a-button--lightblue:not([disabled],.a-button--disabled):hover {
    background-color: #e2eff8
}

.a-button--lightblue:not([disabled],.a-button--disabled):active {
    background-color: #c4dff1
}

.a-button--lightblue:not([disabled],.a-button--disabled):focus {
    outline-color: #e2eff8
}

.a-button--red {
    background-color: #e40030;
    color: #fff
}

.a-button--red[disabled],.a-button--red.a-button--disabled {
    background-color: #ffedf1;
    color: #ffaec0
}

.a-button--red:not([disabled],.a-button--disabled):hover {
    background-color: #c8002b
}

.a-button--red:not([disabled],.a-button--disabled):active {
    background-color: #ab0025
}

.a-button--red:not([disabled],.a-button--disabled):focus {
    outline-color: #ffaec0
}

.a-button--lightred {
    background-color: #ffedf1;
    color: #e40030
}

.a-button--lightred[disabled],.a-button--lightred.a-button--disabled {
    background-color: #ffedf1;
    color: #ffaec0
}

.a-button--lightred:not([disabled],.a-button--disabled):hover {
    background-color: #ffd7df
}

.a-button--lightred:not([disabled],.a-button--disabled):active {
    background-color: #ffaec0
}

.a-button--lightred:not([disabled],.a-button--disabled):focus {
    outline-color: #ffd7df
}

.a-button--yellow {
    background-color: #ffe94d;
    color: #1a1a1a
}

.a-button--yellow[disabled],.a-button--yellow.a-button--disabled {
    background-color: #fff9e3;
    color: #909090
}

.a-button--yellow:not([disabled],.a-button--disabled):hover {
    background-color: #ffe423
}

.a-button--yellow:not([disabled],.a-button--disabled):active {
    background-color: #f9da00
}

.a-button--yellow:not([disabled],.a-button--disabled):focus {
    outline-color: #fff6b3
}

.a-button--white {
    background-color: #fff;
    color: #1a1a1a
}

.a-button--white[disabled],.a-button--white.a-button--disabled {
    background-color: #f8f8f8;
    color: #dedede
}

.a-button--white:not([disabled],.a-button--disabled):hover {
    background-color: #ebebeb
}

.a-button--white:not([disabled],.a-button--disabled):active {
    background-color: #dedede
}

.a-button--white:not([disabled],.a-button--disabled):focus {
    outline-color: rgba(0,0,0,0)
}

.a-button--gray {
    background-color: #f2f2f2;
    color: #1a1a1a
}

.a-button--gray[disabled],.a-button--gray.a-button--disabled {
    background-color: #f8f8f8;
    color: #dedede
}

.a-button--gray:not([disabled],.a-button--disabled):hover {
    background-color: #ebebeb
}

.a-button--gray:not([disabled],.a-button--disabled):active {
    background-color: #dedede
}

.a-button--gray:not([disabled],.a-button--disabled):focus {
    outline-color: #ebebeb
}

.a-inputgroup {
    display: inline-flex
}

.a-inputgroup.invalid .a-inputgroup__prefix,.a-inputgroup.invalid .a-inputgroup__suffix {
    background-color: #ffd7df;
    border-color: #e40030;
    color: #e40030
}

.a-inputgroup.invalid .a-inputgroup__input {
    background-color: #ffedf1;
    border-color: #e40030
}

.a-inputgroup.disabled .a-inputgroup__prefix,.a-inputgroup.disabled .a-inputgroup__suffix {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #909090
}

.a-inputgroup.disabled .a-inputgroup__input {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    cursor: not-allowed
}

.a-inputgroup .a-inputgroup__prefix {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 2px 0 2px 2px;
    background-color: #f2f2f2;
    color: dimgray;
    border-radius: 4px 0px 0px 4px;
    flex: 1 0 44px;
    font-size: 16px
}

.a-inputgroup .a-inputgroup__suffix {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 2px 2px 2px 0;
    background-color: #f2f2f2;
    color: dimgray;
    border-radius: 0 4px 4px 0;
    flex: 1 0 44px;
    font-size: 14px;
    font-weight: 600
}

.a-inputgroup .a-inputgroup__input {
    padding: 13px 8px;
    font-size: 16px;
    color: #1a1a1a;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
    transition: background-color .15s ease-in-out;
    outline: none;
    text-indent: 8px;
    font-size: 16px
}

.a-inputgroup .a-inputgroup__input.with-prefix {
    border-left: 0;
    border-radius: 0 4px 4px 0
}

.a-inputgroup .a-inputgroup__input.with-suffix {
    border-right: 0;
    border-radius: 4px 0 0 4px
}

.a-inputgroup .a-inputgroup__input.with-prefix.with-suffix {
    border-radius: 0
}

.a-inputgroup .a-inputgroup__input:focus {
    background-color: #fff
}

.a-inputgroup--red:focus-within .a-inputgroup__prefix,.a-inputgroup--red:focus-within .a-inputgroup__suffix {
    border-color: #ffaec0
}

.a-inputgroup--red .a-inputgroup__input:focus {
    border-color: #ffaec0
}

.a-inputgroup--blue:focus-within .a-inputgroup__prefix,.a-inputgroup--blue:focus-within .a-inputgroup__suffix {
    border-color: #c4dff1
}

.a-inputgroup--blue .a-inputgroup__input:focus {
    border-color: #c4dff1
}

.a-inputgroup--small .a-inputgroup__input {
    padding: 7px 8px;
    font-size: 12px
}

.a-inputgroup--small .a-inputgroup__prefix,.a-inputgroup--small .a-inputgroup__suffix {
    font-size: 12px
}

.a-inputgroup--medium .a-inputgroup__input {
    padding: 10px 8px;
    font-size: 14px
}

.a-inputgroup--medium .a-inputgroup__prefix,.a-inputgroup--medium .a-inputgroup__suffix {
    font-size: 14px
}

.a-inputgroup--large .a-inputgroup__input {
    padding: 13px 8px;
    font-size: 16px
}

.a-inputgroup--large .a-inputgroup__prefix,.a-inputgroup--large .a-inputgroup__suffix {
    font-size: 16px
}

.a-inputgroup__errors {
    color: #e40030;
    margin-top: 4px;
    font-size: 12px;
    font-weight: normal
}

.a-input {
    display: block;
    width: 100%;
    height: 48px;
    font-size: 16px;
    text-indent: 12px;
    padding-right: 12px;
    color: #1a1a1a;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 2px solid #f2f2f2;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,background-color .15s ease-in-out;
    outline: none
}

.a-input[disabled] {
    cursor: not-allowed;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    color: #909090
}

.a-input:not([disabled]).invalid {
    background: #ffedf1;
    border-color: #e40030
}

.a-input:not([disabled]):not(.invalid):hover {
    border-color: #ebebeb;
    background-color: #f8f8f8;
    transition: border-color .15s ease-in-out,background-color .15s ease-in-out
}

.a-input:not([disabled]):not(.invalid):focus {
    border-color: #ebebeb;
    background: #fff;
    transition: border-color .15s ease-in-out,background-color .15s ease-in-out
}

.a-input::placeholder {
    color: dimgray
}

.a-input--blue:not([disabled]):not(.invalid):focus {
    border-color: #c4dff1
}

.a-input--red:not([disabled]):not(.invalid):focus {
    border-color: #ffaec0
}

.a-input--small {
    height: 32px;
    font-size: 12px;
    text-indent: 8px
}

.a-input--medium {
    height: 40px;
    font-size: 14px;
    text-indent: 10px
}

.a-input--large {
    height: 48px;
    font-size: 16px;
    text-indent: 12px
}

.a-input__hints {
    color: #414141;
    margin-top: 4px;
    font-size: 12px;
    font-weight: normal
}

.a-input__errors {
    color: #e40030;
    margin-top: 4px;
    font-size: 12px;
    font-weight: normal
}

:root {
    --base-white: #fff;
    --gray-100: #f8f8f8;
    --gray-200: #f2f2f2;
    --gray-300: #ebebeb;
    --gray-400: #e5e5e5;
    --gray-500: #dedede;
    --gray-600: #b7b7b7;
    --gray-800: #696969;
    --gray-900: #414141;
    --red-500: #e40030;
    --red-300: #ffaec0;
    --red-100: #ffedf1;
    --scroll-bar-color1: #dedede;
    --scroll-bar-color2: var(--gray-200);
    --tooltip-bg-color: #d3d2d2
}

.bank-widget-desktop {
    margin: 16px 0
}

.bank-widget-desktop .bank-credit-title-container span {
    font-size: 14px
}

.bank-widget-desktop .bank-credit-wrapper {
    padding: 0px;
    margin: 0px;
    float: none;
    text-align: left
}

.bank-widget-mobile .bank-credit-title-container span {
    font-size: 16px
}

.damage-svg-guide {
    display: flex;
    justify-content: space-around;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px
}

.damage-svg-guide li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-bottom: 8px;
    margin-right: 16px
}

.damage-svg-guide li svg {
    margin-right: 4px
}

.damage-svg-guide li span {
    font-size: 12px;
    color: #414141
}

.damage-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 4px
}

.damage-banner {
    padding: 10px
}

.damage-banner-mobile {
    padding: 10px
}

.damage-banner-mobile img {
    border-radius: 3px;
    border: 1px solid #ebebeb
}

.undefined {
    background-color: #e5e5e5
}

.orginal {
    background-color: #6ce700
}

.painted {
    background-color: #ffe94d
}

.changed {
    background-color: #e40030
}

.block {
    display: block !important
}

#webpack-dev-server-client-overlay {
    display: none
}

header.header {
    box-shadow: none
}

body {
    background-color: var(--gray-100)
}

.sponsored-container {
    border-radius: 8px;
    background-color: var(--base-white);
    margin-top: 16px;
    padding: 16px
}

.sponsored-container .sponsored-title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900);
    margin-bottom: 24px
}

.sponsored-container .sponsored-wrapper {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: var(--base-white)
}

.breadcrumb-container {
    margin-bottom: 16px;
    background-color: var(--base-white)
}

.breadcrumb-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0px;
    width: 100%
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900);
    margin-right: 16px
}

.breadcrumb-list-wrapper {
    display: flex;
    align-items: center;
    height: 24px
}

.breadcrumb-list-container {
    position: relative
}

.breadcrumb-list-container--active .breadcrumb-item {
    color: var(--red-500)
}

.breadcrumb-child-list {
    position: absolute;
    z-index: 9;
    background-color: var(--base-white);
    width: 160px;
    max-height: 284px;
    overflow: hidden;
    border: solid 1px var(--gray-300);
    border-top: 2px solid var(--red-500);
    box-shadow: 0 2px 10px 0 #ededed;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 4px;
    padding-top: 10px;
    padding-bottom: 10px
}

.breadcrumb-child-list>div {
    height: 100%;
    overflow: auto;
    max-height: 265px;
    scrollbar-width: thin;
    scrollbar-color: var(--scroll-bar-color2) var(--scroll-bar-color1)
}

.breadcrumb-child-list>div::-webkit-scrollbar {
    width: 5px
}

.breadcrumb-child-list>div::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: var(--scroll-bar-color1)
}

.breadcrumb-child-list-item {
    display: block;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900);
    padding: 4px 0px;
    cursor: pointer
}

.breadcrumb-child-list-item:hover {
    color: var(--red-500)
}

.advert-status-wrapper {
    border-radius: 8px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.06);
    background-color: var(--base-white);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    padding: 16px
}

.advert-status-icon {
    margin-right: 16px
}

.advert-status-info-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%
}

.advert-status-banner-title {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900);
    margin-bottom: 4px
}

.advert-status-banner-text {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900)
}

.detail-container {
    display: flex
}

.product-detail {
    width: calc(100% - 316px);
	margin-top: 50px;
    margin-right: 16px
}

.product-detail .product-detail-wrapper {
    box-shadow: 0px 0px 18px rgba(0,0,0,.06);
    border-radius: 8px
}

.product-information .product-information-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--gray-300);
    padding-bottom: 16px
}

.product-information.a-card.border-8 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}

.product-information.a-card {
    padding-bottom: 0;
    box-shadow: none
}

.product-information .product-info-container {
    width: 80%
}

@media(max-width: 1219px) {
    .product-information .product-info-container {
        width:70%
    }
}

.product-information .product-name-container {
    padding-right: 30px;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900);
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    max-height: 60px
}

.product-information .product-location {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900);
    display: inline-flex;
    align-items: center;
    background-color: var(--gray-300);
    padding: 3px;
    border-radius: 4px
}

.product-information .product-location svg {
    margin-right: 6px
}

.product-information .product-info-buttons {
    width: 100% !important
}

.product-information #share-buttons {
    width: 20%
}

@media(max-width: 1219px) {
    .product-information #share-buttons {
        width:30%
    }
}

.product-properties-container {
    display: flex;
    align-items: flex-start;
    padding-right: 4px;
    background-color: var(--base-white);
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    margin-bottom: 16px
}


.detail-container {
    display: flex;
    flex-wrap: wrap;
}

.product-detail {
    width: calc(100% - 316px);
    margin-right: 16px;
}

.product-detail .product-detail-wrapper {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.product-information .product-information-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--gray-300);
    padding-bottom: 16px;
    flex-wrap: wrap;
}

.product-information.a-card.border-8 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.product-information.a-card {
    padding-bottom: 0;
    box-shadow: none;
}

.product-information .product-info-container {
    width: 80%;
}

@media (max-width: 1219px) {
    .product-information .product-info-container {
        width: 70%;
    }
}

.product-information .product-name-container {
    padding-right: 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    color: var(--gray-900);
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    max-height: 60px;
}

.product-information .product-location {
    font-size: 14px;
    font-weight: bold;
    color: var(--gray-900);
    display: inline-flex;
    align-items: center;
    background-color: var(--gray-300);
    padding: 3px;
    border-radius: 4px;
}

.product-information .product-location svg {
    margin-right: 6px;
}

.product-information .product-info-buttons {
    width: 100% !important;
}

.product-information #share-buttons {
    width: 20%;
}

@media (max-width: 1219px) {
    .product-information #share-buttons {
        width: 30%;
    }
}

.product-properties-container {
    display: flex;
    align-items: flex-start;
    padding: 16px 4px 16px 16px;
    background-color: var(--base-white);
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 16px;
}

/* 📱 Mobile uyarlamalar */
@media (max-width: 768px) {
    .detail-container {
        flex-direction: column;
    }

    .product-detail {
        width: 100%;
        margin-right: 0;
    }

    .product-information .product-info-container,
    .product-information #share-buttons {
        width: 100% !important;
        margin-bottom: 12px;
    }

    .product-information .product-information-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-properties-container {
        flex-direction: column;
        padding: 12px;
    }
}





.swiper-main-img {
    cursor: zoom-in
}

.product-properties-header {
    position: static;
    display: flex;
    align-items: center;
    background-color: var(--base-white);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .04);
    border-radius: 8px 8px 0px 0px;
    padding-left: 8px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-top: 0px;
    color: var(--gray-900);
    top: 105px;
}


.tab-content-wrapper {
    padding-bottom: 32px;
    scroll-margin-top: 124px
}

.tab-content-banner {
    margin-bottom: 15px
}

#tab-description {
    min-height: 250px
}

#tab-description img {
    max-width: 100%
}

#tab-description p {
    padding-bottom: 8px
}

#tab-trinksat-banner .trinksat-banner {
    display: block
}

.page-h1 {
    display: flex;
    align-items: center;
    border-top: 1px solid var(--gray-300);
    margin: 0px;
    padding-top: 16px
}

.page-h1 img {
    width: 32px;
    height: 32px;
    margin-right: 8px
}

.page-h1 h1 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900)
}

.product-properties-content {
    background-color: var(--base-white);
    padding: 32px 16px;
    padding-bottom: 16px;
    border-radius: 0px 0px 8px 8px
}

.product-properties-content .tab-description ul {
    list-style: initial;
    padding: revert
}

.product-properties-content .tab-description ol {
    padding: revert
}

.product-properties-content h5 {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900);
    margin-bottom: 24px
}

.product-properties-content h3 {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900);
    margin-bottom: 16px
}

.product-tab-item {
    position: relative;
    cursor: pointer;
    margin-right: 32px;
    padding: 15px 0px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-800)
}

.product-tab-item.active-tab {
    color: var(--gray-900)
}

.product-tab-item.active-tab::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 2px;
    left: 0px;
    border-radius: 4px;
    background-color: var(--red-500)
}

.product-tab-item:hover {
    color: var(--gray-900)
}

.slider {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 8px
}

.slider--few {
    height: 459px;
    position: relative;
    background-color: var(--gray-200);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.thumbnailSwiper {
    position: relative
}

.thumbnailSwiper .swiper-wrapper {
    margin-bottom: 8px
}

.lightbox-swiper_thumbnail {
    border-radius: 4px;
    border: solid 1.6px var(--gray-300);
    font-size: 0px
}

.lightbox-swiper_thumbnail img {
    object-fit: contain
}

.slider .swiper-pagination-fraction {
    border-radius: 4px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.06);
    background-color: rgba(0,0,0,.5);
    color: var(--base-white);
    padding: 2px 4px;
    width: auto;
    left: 8px;
    bottom: 8px;
    font-size: 11px
}

.pagination-dots-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px
}

.swiper-pagination-dots {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.swiper-pagination-dots .swiper-pagination-bullet {
    background-color: var(--gray-400);
    width: 12px;
    height: 12px;
    margin: 0 5px;
    opacity: 1;
    border-radius: 50%
}

.swiper-pagination-dots .swiper-pagination-bullet:only-child {
    display: block !important
}

.swiper-pagination-dots .swiper-pagination-bullet-active {
    background-color: #909090
}

.swiper-button-prev-dots,.swiper-button-next-dots {
    padding: 8px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0);
    font-size: 10px;
    border: 2px solid #f8f8f8;
    opacity: 1;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color .3s;
    margin: 0 10px
}

.swiper-button-prev-dots:after,.swiper-button-next-dots:after {
    font-size: 16px;
    color: var(--base-white);
    font-weight: bold
}

.swiper-button-prev-dots:hover,.swiper-button-next-dots:hover {
    background-color: #eee
}

.swiper-button-prev-dots.swiper-button-disabled,.swiper-button-next-dots.swiper-button-disabled {
    background-color: #f8f8f8;
    cursor: default;
    opacity: .5
}

.lightbox-open {
    overflow: hidden
}

.swiper-slide-thumb-active {
    border-color: var(--red-500)
}

.detail-slider-no-photo-description {
    padding: 12px 10px;
    border-radius: 4px;
    background-color: var(--gray-300);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900);
    display: flex;
    align-items: center
}

.detail-slider-no-photo-description svg {
    margin-right: 12px
}

.no-photo-button {
    padding: 10px 8px;
    border-radius: 4px;
    background-color: var(--gray-200);
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--grey-900);
    min-width: 222px;
    justify-content: center;
    cursor: pointer;
    margin-top: 18px
}

.no-photo-button svg {
    margin-right: 6px
}

.slider-container {
    width: 100%;
    max-width: 700px;
    margin-right: -17px;
    overflow: hidden
}

.swiper-container {
    width: 100%;
    height: 100%
}

.product-price-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative
}

.product-price-wrapper {
    display: flex;
    align-items: center
}

.desktop-information-price {
    position: relative
}

.sinpas-info-container {
    font-size: 12px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: center;
    width: 100%;
    display: block;
    background-color: #f2f2f2;
    margin-bottom: 4px;
    border-radius: 4px
}

.sinpas-info-container:focus {
    outline: none !important
}

.sinpas-info-container span {
    font-size: 10px;
    font-weight: bold;
    background-color: #b02990;
    color: #fff;
    border-radius: 2px;
    height: 16px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px
}

.product-price {
    display: inline-flex;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: var(--red-500);
    flex-direction: column
}

.product-price .price-discount {
    font-size: 12px;
    color: #414141
}

.product-price .price-discount span {
    text-decoration: line-through
}

.product-price {
    overflow: auto;
    white-space: nowrap
}

.product-price::-webkit-scrollbar {
    height: 4px
}

.product-price::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: var(--scroll-bar-color1)
}

.info-button-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--gray-100);
    position: relative
}

.info-button-container svg {
    margin-right: 4px
}

.info-button-container .a-button {
    gap: 0;
    white-space: nowrap
}

.info-button-container>:nth-child(1) {
    width: 50%;
    margin-right: 4px;
    height: 33px
}

.info-button-container>:nth-child(2) {
    width: 50%;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
    height: 33px;
    font-weight: 600
}

.info-button-container>:nth-child(2) svg {
    margin-left: -2px
}

.info-button-container .bank-widget-container {
    position: relative
}

.info-button-container .bank-widget-container .a-button {
    width: 100%
}

.info-button-container .bank-widget-container .bank-widget {
    position: absolute;
    left: -70px;
    right: 0;
    top: 47px;
    z-index: 12;
    background-color: #fff;
    width: 293px;
    box-shadow: 0 0 15px 0 #d3d2d2;
    border-radius: 8px
}

.info-button-container .bank-widget-container .bank-widget::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);
    z-index: -1
}

.info-button-container .bank-widget-container .credit-content {
    display: flex;
    align-items: center;
    flex-direction: column
}

.info-button-container .bank-widget-container .button-text {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: var(--gray-900)
}

.product-properties {
  width: 30%;
  min-width: 250px;
  flex: 1;
  max-width: 0%;
}

/* Mobil uyarlama */
@media (max-width: 768px) {
  .product-properties {
    width: 100%;
    min-width: unset;
    max-width: 100%;
  }
}



.product-properties ::-webkit-scrollbar-thumb {
    background: #b7b7b7;
    border-radius: 8px
}

.product-properties .product-properties-details-header {
    padding-right: 8px;
    margin-bottom: 4px
}

.product-properties .product-properties-details {
    overflow-y: scroll;
    max-height: 500px;
    padding-right: 8px;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: var(--gray-600) #e5e5e5
}

.product-properties .product-properties-details.linear-gradient {
    position: relative
}

.product-properties .product-properties-details.linear-gradient:after {
    content: "";
    display: block;
    background-image: linear-gradient(0deg, var(--base-white) -30%, rgba(255, 255, 255, 0) 130%);
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    height: 53px;
    width: 100%
}

.product-price::-webkit-scrollbar-track:hover,.product-properties::-webkit-scrollbar-track:hover,.breadcrumb-child-list>div::-webkit-scrollbar-track:hover {
    background-color: var(--scroll-bar-color2)
}

.product-price::-webkit-scrollbar-track:active,.product-properties::-webkit-scrollbar-track:active,.breadcrumb-child-list>div::-webkit-scrollbar-track:active {
    background-color: var(--scroll-bar-color2)
}

.product-price::-webkit-scrollbar-thumb,.product-properties::-webkit-scrollbar-thumb,.breadcrumb-child-list>div::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--scroll-bar-color1)
}

.product-price::-webkit-scrollbar-thumb:hover,.product-properties::-webkit-scrollbar-thumb:hover,.breadcrumb-child-list>div::-webkit-scrollbar-thumb:hover {
    background-color: var(--scroll-bar-color1)
}

.product-price::-webkit-scrollbar-thumb:active,.product-properties::-webkit-scrollbar-thumb:active,.breadcrumb-child-list>div::-webkit-scrollbar-thumb:active {
    background-color: var(--scroll-bar-color1)
}

.property-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--gray-100);
    padding: 8px 0px;
    height: 32px
}

.property-item .property-value {
    text-align: right
}

.property-item .opet-ultraforce {
    position: absolute;
    top: 0px;
    left: 58px
}

.slider .swiper-button-prev,.slider .swiper-button-next {
    padding: 8px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.3);
    font-size: 10px;
    width: 32px;
    height: 32px
}

.slider .swiper-button-prev:after,.slider .swiper-button-next:after {
    font-size: 11px;
    color: var(--base-white);
    font-weight: bold
}

.property-key {
    color: var(--gray-800)
}

.property-key,.property-value {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal
}

.property-value {
    color: var(--gray-900)
}

.property-highlighted {
    color: var(--red-500);
    cursor: pointer
}

.a-button-width-margin {
    margin-bottom: 8px
}

.widgets {
    margin-top: 15px;
    width: 298px
}

.widgets .widget-title {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900);
    margin-bottom: 18px
}

.widgets .advert-owner-information {
    margin-bottom: 16px
}

.widgets .advert-owner-information--sticky {
    position: sticky;
    width: 300px;
    z-index: 12;
    transition: .2s all
}

.widgets .advert-firm-owner-container {
    padding: 8px 0px;
    border-top: 1px solid var(--gray-300);
    border-bottom: 1px solid var(--gray-300);
    margin-bottom: 16px
}

.widgets .advert-firm-owner {
    color: var(--gray-900);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left
}

.widgets .advert-firm-document-number {
    color: var(--gray-800);
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left
}

.widgets .information-container {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid var(--gray-300);
    padding-top: 12px
}

.widgets .info-icon {
    margin-right: 8px;
    width: 30px;
    height: 30px;
    flex-shrink: 0
}

.widgets .info-static-text {
    color: var(--gray-900);
    width: calc(100% - 38px);
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left
}

.widgets .more-info-url {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    display: inline-flex;
    align-items: center;
    color: var(--gray-900);
    margin-top: 8px
}

.damage-request-container {
    width: 100%;
    margin-bottom: 12px;
    flex-direction: column
}

.damage-request-container label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-800)
}

.damage-request-container input {
    text-transform: uppercase
}

.banner-column-detail {
    margin: 0px;
    margin-top: 16px
}

.damage-request-button {
    margin-bottom: 16px
}

.damage-request-infolist {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-800)
}

.damage-request-infolist>div::before {
    content: "·";
    margin-right: 4px
}

.damage-request-infolist span {
    font-weight: 700
}

.advert-owner-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    margin-bottom: 8px;
    flex-wrap: wrap
}

.advert-owner-container .commercial-all-adverts {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 4px;
    border: solid 1px var(--gray-300);
    margin-top: 8px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0
}

.advert-owner-container .advert-owner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    background-color: var(--gray-100)
}

.advert-owner-container .advert-owner-logo img {
    display: block;
    height: 100%
}

.advert-owner-container .advert-owner-name-container {
    position: relative;
    max-width: 175px;
    display: flex;
    align-items: center
}

.advert-owner-container .advert-owner-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    color: var(--gray-900);
    font-size: 14px
}

.advert-owner-container .advert-owner-badge {
    padding: 2px;
    border-radius: 2px;
    font-size: 9px;
    font-weight: bold;
    color: var(--gray-900);
    right: -35px;
    top: 0px;
    background: var(--gray-200);
    line-height: normal;
    text-transform: uppercase
}

.advert-owner-container .advert-owner-memberType {
    font-size: 12px;
    font-weight: normal;
    color: var(--gray-800)
}

.advert-owner-container .redirect-button {
    position: absolute;
    right: 0;
    top: 8px
}

.swiper-slide {
    height: auto !important
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: contain
}

.eids-vehicle-model {
    background-color: #f8f8f8;
    border: 1px solid #ebebeb;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between
}

.eids-vehicle-model .eids-vehicle-model-text {
    flex: 1
}

.eids-vehicle-model .eids-logo {
    width: 44px;
    height: 44px;
    margin-left: 8px
}

.eids-vehicle-model .eids-logo img {
    width: 100%;
    height: auto
}

.eids-vehicle-model .eids-model {
    border-bottom: solid 1px #ebebeb;
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 2px
}

.eids-vehicle-model .eids-model span {
    font-size: 12px;
    font-weight: bold;
    margin-left: 8px
}

.eids-vehicle-model .eids-info-text {
    font-size: 10px;
    padding-top: 2px;
    color: dimgray
}

.tab-content-car-information li {
    display: flex;
    padding: 6px 8px
}

.tab-content-car-information li:nth-child(odd) {
    background-color: var(--gray-100)
}

.tab-content-car-information li:nth-child(even) {
    background-color: var(--base-white)
}

.tab-content-car-information .property-key {
    min-width: 160px
}

.tab-content-car-information-container {
    margin-bottom: 24px
}

.swiper-slide .swiper-lazy-preloader-red {
    --swiper-preloader-color: var(--red-500)
}

.damage-information-container {
    display: flex;
    flex-direction: column;
    width: 440px;
    height: 424px;
    padding: 0 0 8px;
    margin-right: 16px;
    border-radius: 4px;
    border: solid 1px var(--gray-300)
}

.damage-information-container svg.db {
    height: 285px;
    margin: 0px auto;
    margin-bottom: 24px;
    width: 211px
}

.damage-information-container .damage-svg-guide {
    width: 70%;
    margin: 0px auto
}

@media(max-width: 1219px) {
    .damage-information-container {
        width:340px
    }
}

.expert-information-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 16px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: solid 1px var(--gray-300)
}

.expert-information-container .expert-content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.expert-information-container .expert-content .expert-logo-wrapper {
    display: flex
}

.expert-information-container .expert-content .expert-logo-wrapper .logo {
    display: flex;
    justify-content: center;
    align-items: center
}

.expert-information-container .expert-content .expert-logo-wrapper .logo img {
    width: 195px;
    margin-bottom: 5px
}

.expert-information-container .expert-content .expert-logo-wrapper .title {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--base-black);
    margin-left: 8px
}

.expert-information-container .expert-content .expert-title {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--base-black)
}

.expert-information-container .expert-content .expert-button {
    width: 173px;
    margin-top: 8px
}

.expert-information-container .expert-content .expert-button .button-text {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center
}

.expert-information-container .expert-map-image {
    display: flex;
    align-items: center
}

.item-information-container {
    width: calc(100% - 456px);
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media(max-width: 1219px) {
    .item-information-container {
        width:calc(100% - 356px)
    }
}

.car-damage-info {
    width: 100%;
    min-height: 317px;
    max-height: 360px;
    padding: 28px 16px;
    border-radius: 4px;
    border: solid 1px var(--gray-300);
    margin-bottom: 16px
}

.car-damage-info p {
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900);
    display: flex;
    align-items: center
}

.car-damage-info ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900);
    padding-left: 8px
}

.car-damage-info-item {
    margin-bottom: 16px
}

.car-damage-info-item p {
    margin-bottom: 6px
}

.car-damage-info-item li:not(:last-child):after {
    content: "·";
    margin-right: 4px;
    margin-left: 4px;
    font-weight: bold
}

.tramer-info {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 4px;
    border: solid 1px var(--gray-300)
}

.sticky-detail-tabs {
    position: sticky;
    top: 0px;
    padding: 16px 110px 1px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.04);
    background-color: var(--base-white);
    z-index: 9
}

.popover {
    top: 0px !important
}

.expertise-info-tooltip {
    max-width: 200px;
    border-radius: 4px;
    background-color: var(--base-white);
    box-shadow: 0 0 15px 0 var(--tooltip-bg-color);
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--gray-900);
    padding: 10px
}

.popover-arrow {
    position: absolute;
    z-index: 2;
    border-color: rgba(0,0,0,0);
    border-style: solid;
    border-width: 0 1px 1px 0px;
    border-radius: 4px;
    background-color: var(--base-white);
    width: 20px;
    height: 20px;
    bottom: -3px;
    left: 50% !important;
    transform: rotate(45deg) translateY(50%)
}

#damage-query {
    position: relative;
    margin-top: 16px
}

.highlight-animation {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid var(--red-500);
    border-radius: 8px;
    opacity: 0;
    animation: blink-animation 3s ease-in-out infinite;
    animation-iteration-count: 2.5;
    z-index: -1
}

@keyframes blink-animation {
    0%,100% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.spinner {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block
}

.spinner div {
    width: 6%;
    height: 16%;
    background-color: var(--red-500);
    position: absolute;
    left: 49%;
    top: 43%;
    opacity: 0;
    border-radius: 50px;
    animation: fade 1s linear infinite
}

.spinner div.bar1 {
    transform: rotate(0deg) translate(0, -130%);
    animation-delay: 0s
}

.spinner div.bar2 {
    transform: rotate(30deg) translate(0, -130%);
    animation-delay: -0.9167s
}

.spinner div.bar3 {
    transform: rotate(60deg) translate(0, -130%);
    animation-delay: -0.833s
}

.spinner div.bar4 {
    transform: rotate(90deg) translate(0, -130%);
    animation-delay: -0.7497s
}

.spinner div.bar5 {
    transform: rotate(120deg) translate(0, -130%);
    animation-delay: -0.667s
}

.spinner div.bar6 {
    transform: rotate(150deg) translate(0, -130%);
    animation-delay: -0.5837s
}

.spinner div.bar7 {
    transform: rotate(180deg) translate(0, -130%);
    animation-delay: -0.5s
}

.spinner div.bar8 {
    transform: rotate(210deg) translate(0, -130%);
    animation-delay: -0.4167s
}

.spinner div.bar9 {
    transform: rotate(240deg) translate(0, -130%);
    animation-delay: -0.333s
}

.spinner div.bar10 {
    transform: rotate(270deg) translate(0, -130%);
    animation-delay: -0.2497s
}

.spinner div.bar11 {
    transform: rotate(300deg) translate(0, -130%);
    animation-delay: -0.167s
}

.spinner div.bar12 {
    transform: rotate(330deg) translate(0, -130%);
    animation-delay: -0.0833s
}

@keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: .25
    }
}

.buttonPassive {
    pointer-events: none;
    user-select: none
}

.sticky-container-block {
    display: block !important
}

.product-properties-header--sticky {
    position: fixed;
    top: 73px;
    z-index: 12;
    box-shadow: none;
    background: rgba(0,0,0,0);
    border-radius: 0px;
    transition: .2s all
}

.js-hook-for-style-b4nner--sticky {
    position: sticky;
    transition: .2s all;
    z-index: 1
}

.bank-container {
    padding: 32px 20px;
    border: 1px solid var(--red-500)
}

.bank-container .bank-logo {
    width: 220px;
    height: 23px;
    margin-bottom: 32px
}

.bank-container .bank-logo img {
    width: 100%
}

.bank-container .bank-info-message {
    color: #414141;
    font-weight: bold;
    margin-bottom: 32px
}

.bank-container .bank-button {
    max-width: 343px;
    background-color: var(--red-500);
    font-size: 14px;
    color: #fff
}

.lightbox-swiper-wrapper {
    max-height: 100%
}

.custom-scroll-bar {
    scrollbar-width: thin;
    scrollbar-color: var(--scroll-bar-color2) var(--scroll-bar-color1)
}

.custom-scroll-bar::-webkit-scrollbar {
    width: 5px
}

.custom-scroll-bar::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: var(--scroll-bar-color1)
}

.custom-scroll-bar::-webkit-scrollbar-track:hover {
    background-color: var(--scroll-bar-color1)
}

.custom-scroll-bar::-webkit-scrollbar-track:active {
    background-color: var(--scroll-bar-color1)
}

.custom-scroll-bar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: var(--scroll-bar-color2)
}

.custom-scroll-bar::-webkit-scrollbar-thumb:hover {
    background-color: var(--scroll-bar-color2)
}

.custom-scroll-bar::-webkit-scrollbar-thumb:active {
    background-color: var(--scroll-bar-color2)
}

.favorite-step2 {
    transition: .6s all;
    padding-left: 40px
}

.product-info-button-compare-button {
    height: 34px;
    width: 170px;
    background: #fff;
    box-shadow: 0 0 15px 0 #d3d2d2;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-info-button .v-popover {
    height: 20px
}

.popover {
    z-index: 99
}

.product-info-button-compare-button .popover-arrow {
    display: none;
    width: 15px;
    height: 15px
}

.breadcrumb-actions-wrapper {
    display: flex;
    align-items: center;
    position: relative
}

.breadcrumb-actions-wrapper a.link-item,.breadcrumb-actions-wrapper div.link-item {
    color: #1a1a1a;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-left: 16px
}

.breadcrumb-actions-wrapper a.link-item svg,.breadcrumb-actions-wrapper div.link-item svg {
    margin-right: 4px
}

.breadcrumb-actions-wrapper a.link-item .icon-compare,.breadcrumb-actions-wrapper div.link-item .icon-compare {
    transform: rotate(130deg);
    color: #e40030;
    margin-right: 4px
}

.advert-sinpas {
    margin-bottom: 16px
}

.advert-sinpas .sinpas-logo {
    font-size: 10px;
    font-weight: bold;
    background-color: #b02990;
    color: #fff;
    border-radius: 2px;
    height: 16px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px
}

.advert-sinpas .sinpas-title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.advert-sinpas .sinpas-title .title {
    font-size: 14px;
    font-weight: bold
}

.advert-sinpas .sinpas-details {
    border-radius: 4px;
    border: 1px solid #ebebeb;
    background-color: #f8f8f8;
    padding: 12px;
    margin-top: 12px
}

.advert-sinpas .sinpas-details .sinpas-item {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600;
    margin-top: 4px
}

.advert-sinpas .sinpas-details .sinpas-item span:first-child {
    color: #414141
}

.advert-sinpas .sinpas-info {
    display: flex;
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
    margin-top: 12px
}

.advert-sinpas .sinpas-info .info-text {
    font-size: 11px;
    font-weight: normal
}

.advert-sinpas .sinpas-info .info-link {
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center
}

.advert-expertise {
    margin-bottom: 16px
}

.advert-expertise .expertise-title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.advert-expertise .expertise-title .title {
    font-size: 14px;
    font-weight: bold
}

.advert-expertise .expertise-details {
    font-size: 14px;
    font-weight: normal;
    padding: 12px 0
}

.advert-expertise .expertise-info a {
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center
}

.goto-newcar {
    display: flex;
    background-color: #ebebeb;
    border-radius: 4px;
    padding: 12px
}

.goto-newcar .info-icon {
    margin-right: 8px;
    flex-shrink: 0
}

.goto-newcar .info-text {
    font-size: 14px;
    font-weight: bold
}

.goto-newcar .info-subtext {
    font-size: 12px;
    font-weight: normal
}

.goto-newcar .info-link {
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center
}

/*! 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
}

.a-button {
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    background: #fff;
    color: #1a1a1a;
    border: none;
    text-align: center;
    padding: 13px 14px;
    line-height: 22px;
    user-select: none;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.a-button[disabled],.a-button--disabled {
    background-color: #f8f8f8;
    color: #909090;
    cursor: not-allowed
}

.a-button.a-button--white-border {
    border: 2px solid #ebebeb
}

.a-button--icon-only.a-button--xsmall {
    height: 24px;
    width: 24px
}

.a-button--icon-only.a-button--small {
    height: 32px;
    width: 32px
}

.a-button--icon-only.a-button--medium {
    height: 40px;
    width: 40px
}

.a-button--icon-only.a-button--large {
    height: 48px;
    width: 48px
}

.a-button--icon-only .icon {
    margin-right: 0
}

.a-button:not([disabled],.a-button--disabled) {
    cursor: pointer
}

.a-button:not([disabled],.a-button--disabled):hover {
    background: #ebebeb
}

.a-button:not([disabled],.a-button--disabled):active {
    background: #dedede
}

.a-button:not([disabled],.a-button--disabled):focus {
    outline: 2px solid #ebebeb
}

.a-button.a-button--block {
    width: 100%
}

.a-button--xsmall {
    padding: 2px 4px;
    font-size: 12px;
    line-height: 16px
}

.a-button--small {
    padding: 5px 7px;
    font-size: 12px;
    line-height: 22px
}

.a-button--medium {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 20px
}

.a-button--large {
    padding: 13px 14px;
    font-size: 16px;
    line-height: 22px
}

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

.a-button--blue[disabled],.a-button--blue.a-button--disabled {
    background-color: #eaf3f9;
    color: #c4dff1
}

.a-button--blue:not([disabled],.a-button--disabled):hover {
    background-color: #2c7cb3
}

.a-button--blue:not([disabled],.a-button--disabled):active {
    background-color: #266a99
}

.a-button--blue:not([disabled],.a-button--disabled):focus {
    outline-color: #c4dff1
}

.a-button--lightblue {
    background-color: #eaf3f9;
    color: #328fcc
}

.a-button--lightblue[disabled],.a-button--lightblue.a-button--disabled {
    background-color: #eaf3f9;
    color: #c4dff1
}

.a-button--lightblue:not([disabled],.a-button--disabled):hover {
    background-color: #e2eff8
}

.a-button--lightblue:not([disabled],.a-button--disabled):active {
    background-color: #c4dff1
}

.a-button--lightblue:not([disabled],.a-button--disabled):focus {
    outline-color: #e2eff8
}

.a-button--red {
    background-color: #e40030;
    color: #fff
}

.a-button--red[disabled],.a-button--red.a-button--disabled {
    background-color: #ffedf1;
    color: #ffaec0
}

.a-button--red:not([disabled],.a-button--disabled):hover {
    background-color: #c8002b
}

.a-button--red:not([disabled],.a-button--disabled):active {
    background-color: #ab0025
}

.a-button--red:not([disabled],.a-button--disabled):focus {
    outline-color: #ffaec0
}

.a-button--lightred {
    background-color: #ffedf1;
    color: #e40030
}

.a-button--lightred[disabled],.a-button--lightred.a-button--disabled {
    background-color: #ffedf1;
    color: #ffaec0
}

.a-button--lightred:not([disabled],.a-button--disabled):hover {
    background-color: #ffd7df
}

.a-button--lightred:not([disabled],.a-button--disabled):active {
    background-color: #ffaec0
}

.a-button--lightred:not([disabled],.a-button--disabled):focus {
    outline-color: #ffd7df
}

.a-button--yellow {
    background-color: #ffe94d;
    color: #1a1a1a
}

.a-button--yellow[disabled],.a-button--yellow.a-button--disabled {
    background-color: #fff9e3;
    color: #909090
}

.a-button--yellow:not([disabled],.a-button--disabled):hover {
    background-color: #ffe423
}

.a-button--yellow:not([disabled],.a-button--disabled):active {
    background-color: #f9da00
}

.a-button--yellow:not([disabled],.a-button--disabled):focus {
    outline-color: #fff6b3
}

.a-button--white {
    background-color: #fff;
    color: #1a1a1a
}

.a-button--white[disabled],.a-button--white.a-button--disabled {
    background-color: #f8f8f8;
    color: #dedede
}

.a-button--white:not([disabled],.a-button--disabled):hover {
    background-color: #ebebeb
}

.a-button--white:not([disabled],.a-button--disabled):active {
    background-color: #dedede
}

.a-button--white:not([disabled],.a-button--disabled):focus {
    outline-color: rgba(0,0,0,0)
}

.a-button--gray {
    background-color: #f2f2f2;
    color: #1a1a1a
}

.a-button--gray[disabled],.a-button--gray.a-button--disabled {
    background-color: #f8f8f8;
    color: #dedede
}

.a-button--gray:not([disabled],.a-button--disabled):hover {
    background-color: #ebebeb
}

.a-button--gray:not([disabled],.a-button--disabled):active {
    background-color: #dedede
}

.a-button--gray:not([disabled],.a-button--disabled):focus {
    outline-color: #ebebeb
}

.a-inputgroup {
    display: inline-flex
}

.a-inputgroup.invalid .a-inputgroup__prefix,.a-inputgroup.invalid .a-inputgroup__suffix {
    background-color: #ffd7df;
    border-color: #e40030;
    color: #e40030
}

.a-inputgroup.invalid .a-inputgroup__input {
    background-color: #ffedf1;
    border-color: #e40030
}

.a-inputgroup.disabled .a-inputgroup__prefix,.a-inputgroup.disabled .a-inputgroup__suffix {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    color: #909090
}

.a-inputgroup.disabled .a-inputgroup__input {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    cursor: not-allowed
}

.a-inputgroup .a-inputgroup__prefix {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 2px 0 2px 2px;
    background-color: #f2f2f2;
    color: dimgray;
    border-radius: 4px 0px 0px 4px;
    flex: 1 0 44px;
    font-size: 16px
}

.a-inputgroup .a-inputgroup__suffix {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 2px 2px 2px 0;
    background-color: #f2f2f2;
    color: dimgray;
    border-radius: 0 4px 4px 0;
    flex: 1 0 44px;
    font-size: 14px;
    font-weight: 600
}

.a-inputgroup .a-inputgroup__input {
    padding: 13px 8px;
    font-size: 16px;
    color: #1a1a1a;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
    transition: background-color .15s ease-in-out;
    outline: none;
    text-indent: 8px;
    font-size: 16px
}

.a-inputgroup .a-inputgroup__input.with-prefix {
    border-left: 0;
    border-radius: 0 4px 4px 0
}

.a-inputgroup .a-inputgroup__input.with-suffix {
    border-right: 0;
    border-radius: 4px 0 0 4px
}

.a-inputgroup .a-inputgroup__input.with-prefix.with-suffix {
    border-radius: 0
}

.a-inputgroup .a-inputgroup__input:focus {
    background-color: #fff
}

.a-inputgroup--red:focus-within .a-inputgroup__prefix,.a-inputgroup--red:focus-within .a-inputgroup__suffix {
    border-color: #ffaec0
}

.a-inputgroup--red .a-inputgroup__input:focus {
    border-color: #ffaec0
}

.a-inputgroup--blue:focus-within .a-inputgroup__prefix,.a-inputgroup--blue:focus-within .a-inputgroup__suffix {
    border-color: #c4dff1
}

.a-inputgroup--blue .a-inputgroup__input:focus {
    border-color: #c4dff1
}

.a-inputgroup--small .a-inputgroup__input {
    padding: 7px 8px;
    font-size: 12px
}

.a-inputgroup--small .a-inputgroup__prefix,.a-inputgroup--small .a-inputgroup__suffix {
    font-size: 12px
}

.a-inputgroup--medium .a-inputgroup__input {
    padding: 10px 8px;
    font-size: 14px
}

.a-inputgroup--medium .a-inputgroup__prefix,.a-inputgroup--medium .a-inputgroup__suffix {
    font-size: 14px
}

.a-inputgroup--large .a-inputgroup__input {
    padding: 13px 8px;
    font-size: 16px
}

.a-inputgroup--large .a-inputgroup__prefix,.a-inputgroup--large .a-inputgroup__suffix {
    font-size: 16px
}

.a-inputgroup__errors {
    color: #e40030;
    margin-top: 4px;
    font-size: 12px;
    font-weight: normal
}

.a-input {
    display: block;
    width: 100%;
    height: 48px;
    font-size: 16px;
    text-indent: 12px;
    padding-right: 12px;
    color: #1a1a1a;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 2px solid #f2f2f2;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,background-color .15s ease-in-out;
    outline: none
}

.a-input[disabled] {
    cursor: not-allowed;
    border-color: #f8f8f8;
    background-color: #f8f8f8;
    color: #909090
}

.a-input:not([disabled]).invalid {
    background: #ffedf1;
    border-color: #e40030
}

.a-input:not([disabled]):not(.invalid):hover {
    border-color: #ebebeb;
    background-color: #f8f8f8;
    transition: border-color .15s ease-in-out,background-color .15s ease-in-out
}

.a-input:not([disabled]):not(.invalid):focus {
    border-color: #ebebeb;
    background: #fff;
    transition: border-color .15s ease-in-out,background-color .15s ease-in-out
}

.a-input::placeholder {
    color: dimgray
}

.a-input--blue:not([disabled]):not(.invalid):focus {
    border-color: #c4dff1
}

.a-input--red:not([disabled]):not(.invalid):focus {
    border-color: #ffaec0
}

.a-input--small {
    height: 32px;
    font-size: 12px;
    text-indent: 8px
}

.a-input--medium {
    height: 40px;
    font-size: 14px;
    text-indent: 10px
}

.a-input--large {
    height: 48px;
    font-size: 16px;
    text-indent: 12px
}

.a-input__hints {
    color: #414141;
    margin-top: 4px;
    font-size: 12px;
    font-weight: normal
}

.a-input__errors {
    color: #e40030;
    margin-top: 4px;
    font-size: 12px;
    font-weight: normal
}

.a-select {
    appearance: none;
    display: block;
    width: 100%;
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    color: #1a1a1a;
    border-radius: 4px;
    height: 48px;
    font-size: 16px;
    padding-left: 12px;
    text-overflow: ellipsis;
    padding-right: 32px;
    line-height: normal;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-size: 16px 12px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    outline: none;
    transition: border-color .15s ease-in-out,background-color .15s ease-in-out;
    cursor: pointer
}

.a-select[disabled] {
    cursor: not-allowed;
    background-color: #f8f8f8;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23B7B7B7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    border-color: #f8f8f8;
    color: #909090
}

.a-select:not([disabled]).invalid {
    border-color: #e40030;
    color: #e40030;
    background-color: #ffedf1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23e40030' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

.a-select:not([disabled]):not(.invalid):hover {
    border-color: #ebebeb;
    background-color: #f8f8f8;
    transition: border-color .15s ease-in-out,background-color .15s ease-in-out
}

.a-select:not(.invalid):not([disabled]):focus {
    border-color: #ebebeb;
    background-color: #fff
}

.a-select--blue:not([disabled]):not(.invalid):focus {
    border-color: #c4dff1
}

.a-select--blue:not([disabled]).invalid:focus {
    background-color: #f2f2f2;
    color: #1a1a1a;
    border-color: #e2eff8;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

.a-select--red:not([disabled]):not(.invalid):focus {
    border-color: #ffaec0
}

.a-select--red:not([disabled]).invalid:focus {
    background-color: #f2f2f2;
    color: #1a1a1a;
    border-color: #ffd7df
}

.a-select--small {
    height: 32px;
    font-size: 12px;
    padding-left: 8px
}

.a-select--medium {
    height: 40px;
    font-size: 14px;
    padding-left: 10px
}

.a-select--large {
    height: 48px;
    font-size: 16px;
    padding-left: 12px
}

.a-select__hints {
    color: #414141;
    margin-top: 4px;
    font-size: 12px;
    font-weight: normal
}

.a-select__errors {
    color: #e40030;
    margin-top: 4px;
    font-size: 12px;
    font-weight: normal
}

.a-select--label {
    color: #414141;
    font-weight: 600;
    font-size: 16px
}

.a-select--label__small {
    font-size: 12px
}

.a-select--label__medium {
    font-size: 14px
}

.a-select--label__large {
    font-size: 16px
}

.a-radio {
    display: inline-flex
}

.a-radio .a-radio__input {
    appearance: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border: 1px solid #909090;
    border-radius: 50%;
    margin-right: 8px;
    transition: border-color 0.15s ease-in-out,background-color 0.15s ease-in-out
}

.a-radio .a-radio__input:disabled {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    cursor: not-allowed
}

.a-radio .a-radio__input:disabled~.a-radio__label {
    color: #909090;
    cursor: not-allowed
}

.a-radio .a-radio__label {
    font-size: 12px;
    font-weight: 600;
    transition: color 0.15s ease-in-out;
    color: #1a1a1a;
    line-height: 16px;
    cursor: pointer;
    margin-bottom: 0
}

.a-radio--blue:hover .a-radio__input {
    border-color: #328fcc;
    background-color: #eaf3f9
}

.a-radio--blue:hover .a-radio__label {
    color: #328fcc
}

.a-radio--blue .a-radio__input:checked {
    border-color: #2c7cb3;
    border-width: 4px
}

.a-radio--blue .a-radio__input:checked~.a-radio__label {
    color: #2c7cb3
}

.a-radio--red:hover .a-radio__input {
    border-color: #e40030;
    background-color: #ffedf1
}

.a-radio--red:hover .a-radio__label {
    color: #e40030
}

.a-radio--red .a-radio__input:checked {
    border-color: #c8002b;
    border-width: 4px
}

.a-radio--red .a-radio__input:checked~.a-radio__label {
    color: #c8002b
}

.bank-credit-wrapper {
    background-color: #fff;
    padding: 13px 10px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    position: relative
}

.bank-credit-wrapper .close-tooltip {
    display: flex
}

.bank-credit-wrapper .close-tooltip svg {
    margin: 0
}

.bank-credit-wrapper.is-tooltip {
    padding-top: 0;
    padding-bottom: 0
}

.bank-credit-wrapper .loan-selection {
    margin-bottom: 8px
}

.bank-credit-wrapper .credit-type-title {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px
}

.bank-credit-wrapper .bank-credit-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 21px
}

.bank-credit-wrapper .bank-credit-title-container .bank-credit-title {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold;
    width: 154px;
    word-wrap: break-word;
    white-space: normal;
    text-align: left
}

@media(max-width: 576px) {
    .bank-credit-wrapper .bank-credit-title-container .bank-credit-title {
        font-size:16px;
        font-weight: bold;
        width: 250px
    }
}

.bank-credit-wrapper .bank-credit-title-container .logo-container {
    width: 95px;
    flex-shrink: 0
}

.bank-credit-wrapper .bank-credit-title-container .logo-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: none
}

.bank-credit-wrapper .a-radio {
    margin-right: 8px
}

.bank-credit-wrapper .bank-credit-label {
    color: #414141;
    font-size: 12px;
    font-weight: 600
}

.bank-credit-wrapper .bank-credit-input-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

.bank-credit-wrapper .bank-credit-input-area.is-tooltip {
    flex-direction: column
}

.bank-credit-wrapper .bank-credit-input-area-item {
    position: relative;
    width: 50%
}

.bank-credit-wrapper .bank-credit-input-area-item.is-tooltip {
    width: 100%
}

.bank-credit-wrapper .bank-credit-input-area-item.is-tooltip label {
    display: block;
    text-align: left
}

.bank-credit-wrapper .bank-credit-input-area-item:first-child {
    margin-right: 8px
}

.bank-credit-wrapper .bank-credit-input-area-item .a-inputgroup {
    width: 100%
}

.bank-credit-wrapper .bank-credit-input-area-item .a-inputgroup input {
    width: 100%
}

.bank-credit-wrapper .bank-credit-input-area-item .bank-credit-error,.bank-credit-wrapper .bank-credit-input-area-item:focus,.bank-credit-wrapper .bank-credit-input-area-item:focus-visible {
    box-shadow: 0px 0px 0px 2px #e40030;
    background-color: #ffedf1;
    color: #e40030;
    outline: none
}

.bank-credit-wrapper .bank-credit-input-area-item .bank-credit-error~.curreny-type,.bank-credit-wrapper .bank-credit-input-area-item:focus~.curreny-type,.bank-credit-wrapper .bank-credit-input-area-item:focus-visible~.curreny-type {
    background-color: #ffd7df;
    color: #e40030;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.bank-credit-wrapper .bank-information-text {
    color: dimgray;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 4px;
    position: relative;
    line-height: normal;
    padding-left: 8px
}

.bank-credit-wrapper .bank-information-text::before {
    content: ".";
    position: absolute;
    top: 0px;
    left: 0px;
    color: dimgray;
    line-height: 8px;
    font-size: 15px
}

.bank-credit-wrapper .bank-credit-information-container {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #ebebeb;
    margin-bottom: 12px;
    background: #f8f8f8
}

.bank-credit-wrapper .bank-credit-information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600
}

.bank-credit-wrapper .bank-credit-information:not(:last-child) {
    margin-bottom: 12px
}

.bank-credit-wrapper .min-price-validate {
    margin-top: -10px;
    margin-bottom: 12px
}

.bank-credit-wrapper .min-price-validate .fc-sub-error {
    font-size: 11px
}

.bank-credit-wrapper .bank-credit-info {
    color: #414141
}

.bank-credit-wrapper .bank-information-submit-button {
    margin-bottom: 16px
}

.bank-credit-wrapper .bank-information-submit-button.is-tooltip {
    margin: 0
}

.bank-credit-wrapper .bank-information-submit-button a:focus {
    outline: none
}

.bank-credit-wrapper .bank-information-submit-button a.disabled {
    pointer-events: none
}

/*! 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
}

.advert-insurance {
    margin-bottom: 16px
}

.advert-insurance .insurance-title {
    display: flex;
    justify-content: space-between
}

.advert-insurance .insurance-title .title {
    font-size: 14px;
    font-weight: bold
}

.advert-insurance .insurance-logo {
    position: relative
}

.advert-insurance .insurance-logo.anadolu-logo img {
    width: 148px;
    position: absolute;
    right: -46px;
    top: -5px
}

.advert-insurance .insurance-details {
    border-radius: 4px;
    border: 1px solid #ebebeb;
    background-color: #f8f8f8;
    padding: 12px;
    margin-top: 12px
}

.advert-insurance .insurance-details.anadolu {
    background-color: #fff;
    border: none;
    padding: 0
}

.advert-insurance .insurance-details .insurance-item {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 600
}

.advert-insurance .insurance-details .insurance-item:nth-child(2) {
    margin-top: 12px
}

.advert-insurance .insurance-details .insurance-item span:first-child {
    color: #414141
}

.advert-insurance .insurance-info {
    display: flex;
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
    margin-top: 12px
}

.advert-insurance .insurance-info .info-text {
    font-size: 11px;
    font-weight: normal
}

.advert-insurance .insurance-info .info-link {
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center
}

/*! 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
}

.advert-auction {
    margin-bottom: 16px
}

.advert-auction .auction-title {
    display: flex;
    justify-content: space-between
}

.advert-auction .auction-title .title {
    font-size: 14px;
    font-weight: bold
}

.advert-auction .auction-details {
    border-radius: 4px;
    border: 1px solid #ebebeb;
    background-color: #f8f8f8;
    padding: 12px;
    margin-top: 12px;
    line-height: normal
}

.advert-auction .auction-details p {
    font-size: 14px;
    font-weight: normal
}

.advert-auction .auction-info {
    display: flex;
    padding-top: 12px;
    margin-top: 12px
}

.advert-auction .auction-info .info-link {
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center
}

@media(max-width: 576px) {
    .advert-auction .auction-info .info-link {
        font-size:14px;
        font-weight: bold;
        color: #e40030
    }
}

.advert-expertise {
    background-color: #fff;
    margin-bottom: 16px
}

.advert-expertise .expertise-title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.advert-expertise .title {
    font-size: 14px;
    font-weight: bold
}

.advert-expertise .info-text {
    margin-top: 16px;
    font-size: 14px;
    font-weight: normal
}

.advert-expertise .info-link {
    font-size: 12px;
    font-weight: bold;
    padding: 12px 0 8px;
    display: inline-flex;
    align-items: center
}

.advert-expertise .expertise-details {
    border-radius: 4px;
    border: 1px solid #ebebeb;
    background-color: #f8f8f8;
    padding: 12px;
    margin-top: 12px
}

.advert-expertise .expertise-details .expertise-item {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px
}

.advert-expertise .expertise-details .expertise-item:nth-child(2) {
    margin-top: 12px
}

.advert-expertise .expertise-details .expertise-item span:first-child {
    color: #414141
}

.advert-expertise .expertise-details .expertise-packages {
    color: #414141;
    font-size: 14px;
    font-weight: normal
}

.a-card.a-card--medium {
    padding: 16px 10px
}

/*! 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
}

.a-icon {
    position: relative;
    display: inline-block;
    color: inherit;
    font-size: inherit
}

.a-icon--small {
    font-size: 12px
}

.a-icon--medium {
    font-size: 16px
}

.a-icon--large {
    font-size: 24px
}

.a-icon--gray {
    color: #414141
}

.a-icon--gray.a-icon--with-shadow:after {
    background: #f2f2f2
}

.a-icon--red {
    color: #e40030
}

.a-icon--red.a-icon--with-shadow:after {
    background: #ffd7df
}

.a-icon--blue {
    color: #328fcc
}

.a-icon--blue.a-icon--with-shadow:after {
    background: #c4dff1
}

.a-icon--with-shadow i {
    position: absolute;
    left: -0.1em;
    top: -0.1em
}

.a-icon--with-shadow:after {
    content: "";
    display: block;
    width: 1.3em;
    height: 1.3em;
    background: #dedede;
    border-radius: 100%
}

.new-modal-template3 {
    background: #fff;
    padding: 16px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 100%
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.title-container {
    margin-top: 16px
}

.title-container .title {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a
}

@media(max-width: 576px) {
    .title-container .title {
        font-size:16px;
        line-height: normal
    }
}

.close-button {
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: none
}

.close-button i {
    font-size: 16px;
    font-weight: normal;
    color: #000
}

.content {
    flex: 1;
    overflow: auto;
    overflow-x: hidden;
    font-size: 16px;
    color: #1a1a1a;
    min-height: 130px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left
}

@media(max-width: 576px) {
    .content {
        min-height:110px
    }
}

.buttons-container {
    position: relative;
    bottom: 0px
}

/*! 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
}

.a-button {
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    background: #fff;
    color: #1a1a1a;
    border: none;
    text-align: center;
    padding: 13px 14px;
    line-height: 22px;
    user-select: none;
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
    display: inline-flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.a-button[disabled],.a-button--disabled {
    background-color: #f8f8f8;
    color: #909090;
    cursor: not-allowed
}

.a-button.a-button--white-border {
    border: 2px solid #ebebeb
}

.a-button--icon-only.a-button--xsmall {
    height: 24px;
    width: 24px
}

.a-button--icon-only.a-button--small {
    height: 32px;
    width: 32px
}

.a-button--icon-only.a-button--medium {
    height: 40px;
    width: 40px
}

.a-button--icon-only.a-button--large {
    height: 48px;
    width: 48px
}

.a-button--icon-only .icon {
    margin-right: 0
}

.a-button:not([disabled],.a-button--disabled) {
    cursor: pointer
}

.a-button:not([disabled],.a-button--disabled):hover {
    background: #ebebeb
}

.a-button:not([disabled],.a-button--disabled):active {
    background: #dedede
}

.a-button:not([disabled],.a-button--disabled):focus {
    outline: 2px solid #ebebeb
}

.a-button.a-button--block {
    width: 100%
}

.a-button--xsmall {
    padding: 2px 4px;
    font-size: 12px;
    line-height: 16px
}

.a-button--small {
    padding: 5px 7px;
    font-size: 12px;
    line-height: 22px
}

.a-button--medium {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 20px
}

.a-button--large {
    padding: 13px 14px;
    font-size: 16px;
    line-height: 22px
}

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

.a-button--blue[disabled],.a-button--blue.a-button--disabled {
    background-color: #eaf3f9;
    color: #c4dff1
}

.a-button--blue:not([disabled],.a-button--disabled):hover {
    background-color: #2c7cb3
}

.a-button--blue:not([disabled],.a-button--disabled):active {
    background-color: #266a99
}

.a-button--blue:not([disabled],.a-button--disabled):focus {
    outline-color: #c4dff1
}

.a-button--lightblue {
    background-color: #eaf3f9;
    color: #328fcc
}

.a-button--lightblue[disabled],.a-button--lightblue.a-button--disabled {
    background-color: #eaf3f9;
    color: #c4dff1
}

.a-button--lightblue:not([disabled],.a-button--disabled):hover {
    background-color: #e2eff8
}

.a-button--lightblue:not([disabled],.a-button--disabled):active {
    background-color: #c4dff1
}

.a-button--lightblue:not([disabled],.a-button--disabled):focus {
    outline-color: #e2eff8
}

.a-button--red {
    background-color: #e40030;
    color: #fff
}

.a-button--red[disabled],.a-button--red.a-button--disabled {
    background-color: #ffedf1;
    color: #ffaec0
}

.a-button--red:not([disabled],.a-button--disabled):hover {
    background-color: #c8002b
}

.a-button--red:not([disabled],.a-button--disabled):active {
    background-color: #ab0025
}

.a-button--red:not([disabled],.a-button--disabled):focus {
    outline-color: #ffaec0
}

.a-button--lightred {
    background-color: #ffedf1;
    color: #e40030
}

.a-button--lightred[disabled],.a-button--lightred.a-button--disabled {
    background-color: #ffedf1;
    color: #ffaec0
}

.a-button--lightred:not([disabled],.a-button--disabled):hover {
    background-color: #ffd7df
}

.a-button--lightred:not([disabled],.a-button--disabled):active {
    background-color: #ffaec0
}

.a-button--lightred:not([disabled],.a-button--disabled):focus {
    outline-color: #ffd7df
}

.a-button--yellow {
    background-color: #ffe94d;
    color: #1a1a1a
}

.a-button--yellow[disabled],.a-button--yellow.a-button--disabled {
    background-color: #fff9e3;
    color: #909090
}

.a-button--yellow:not([disabled],.a-button--disabled):hover {
    background-color: #ffe423
}

.a-button--yellow:not([disabled],.a-button--disabled):active {
    background-color: #f9da00
}

.a-button--yellow:not([disabled],.a-button--disabled):focus {
    outline-color: #fff6b3
}

.a-button--white {
    background-color: #fff;
    color: #1a1a1a
}

.a-button--white[disabled],.a-button--white.a-button--disabled {
    background-color: #f8f8f8;
    color: #dedede
}

.a-button--white:not([disabled],.a-button--disabled):hover {
    background-color: #ebebeb
}

.a-button--white:not([disabled],.a-button--disabled):active {
    background-color: #dedede
}

.a-button--white:not([disabled],.a-button--disabled):focus {
    outline-color: rgba(0,0,0,0)
}

.a-button--gray {
    background-color: #f2f2f2;
    color: #1a1a1a
}

.a-button--gray[disabled],.a-button--gray.a-button--disabled {
    background-color: #f8f8f8;
    color: #dedede
}

.a-button--gray:not([disabled],.a-button--disabled):hover {
    background-color: #ebebeb
}

.a-button--gray:not([disabled],.a-button--disabled):active {
    background-color: #dedede
}

.a-button--gray:not([disabled],.a-button--disabled):focus {
    outline-color: #ebebeb
}

.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
}

.price-history-btn {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    position: relative
}

.price-history-btn .price-history-icon {
    position: relative;
    z-index: 5;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.price-history-tooltip {
    cursor: auto;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    border-radius: 8px;
    border: solid 1px #ebebeb;
    padding: 12px 16px;
    width: 340px;
    left: -155px;
    top: 39px;
    box-shadow: 0 0 15px 0 #d3d2d2
}

.price-history-tooltip::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 15px 11px;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff rgba(0,0,0,0);
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: auto
}

.price-history-tooltip.is-favorited {
    padding: 12px 6px;
    left: -155px;
    top: 39px
}

.price-history-tooltip.coachmark-tooltip {
    width: 268px;
    padding: 7px;
    left: -118px;
    top: 45px;
    z-index: 99999;
    font-size: 14px;
    font-weight: 600;
    text-align: center
}

.price-history-tooltip.hover-tooltip {
    font-size: 14px;
    font-weight: 600;
    width: 103px;
    left: -35px;
    top: 39px;
    padding: 7px
}

.price-history-tooltip.hover-tooltip::after {
    border-width: 0 8px 10px 8px;
    top: -10px
}

.price-history-tooltip .not-in-favourites {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.price-history-tooltip .not-in-favourites .text {
    font-size: 12px;
    font-weight: 600
}

.price-history-tooltip .not-in-favourites .a-button--small {
    padding: 5px 13px
}

.price-history-tooltip .not-in-favourites svg {
    position: relative;
    left: 3px
}

.price-history-tooltip .in-favourites .arrow-right {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

.price-history-tooltip .in-favourites .price-history-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px
}

.price-history-tooltip .in-favourites .price-history-header .price-header-title {
    font-size: 12px;
    font-weight: normal;
    color: #1a1a1a
}

.price-history-tooltip .in-favourites .price-history-header .price-header-date {
    font-size: 12px;
    font-weight: normal;
    color: dimgray
}

.price-history-tooltip .in-favourites .price-history-header .price-header {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a
}

.price-history-tooltip .in-favourites .price-history-details {
    margin-top: 12px;
    max-height: 324px;
    height: 324px;
    overflow: hidden
}

.price-history-tooltip .in-favourites .price-history-details.fade:after {
    content: "";
    display: block;
    background-image: linear-gradient(0deg, #ffffff 20%, rgba(255, 255, 255, 0) 150%);
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    height: 50px;
    width: 95%;
    z-index: 1;
    opacity: .8
}

.price-history-tooltip .in-favourites .price-history-details .ss-scroll {
    background: #909090
}

.price-history-tooltip .in-favourites .price-history-details .ss-wrapper::after {
    content: "";
    height: 100%;
    width: 4px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dedede
}

.price-history-tooltip .in-favourites .price-history-details-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px #ebebeb;
    padding: 12px 0;
    margin-left: 16px;
    margin-right: 16px
}

.price-history-tooltip .in-favourites .detail-item-date {
    font-size: 12px;
    font-weight: normal
}

.price-history-tooltip .in-favourites .detail-item-date .initial-text {
    font-size: 12px;
    font-weight: normal;
    color: dimgray
}

.price-history-tooltip .in-favourites .price-change {
    display: flex;
    font-size: 14px;
    font-weight: 600
}

.price-history-tooltip .in-favourites .price-change .status {
    margin-left: 4px
}

.price-history-tooltip .in-favourites .price-change .initial-status {
    position: relative;
    top: 1px
}

.price-history-overlay {
    background-color: rgba(26,26,26,.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 15
}

.spinner-container {
    display: flex;
    justify-content: center;
    align-items: center
}

/*! 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
}

.spinner {
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block
}

.spinner div {
    width: 6%;
    height: 16%;
    background-color: #e40030;
    position: absolute;
    left: 49%;
    top: 43%;
    opacity: 0;
    border-radius: 50px;
    animation: fade 1s linear infinite
}

.spinner div.bar1 {
    transform: rotate(0deg) translate(0, -130%);
    animation-delay: 0s
}

.spinner div.bar2 {
    transform: rotate(30deg) translate(0, -130%);
    animation-delay: -0.9167s
}

.spinner div.bar3 {
    transform: rotate(60deg) translate(0, -130%);
    animation-delay: -0.833s
}

.spinner div.bar4 {
    transform: rotate(90deg) translate(0, -130%);
    animation-delay: -0.7497s
}

.spinner div.bar5 {
    transform: rotate(120deg) translate(0, -130%);
    animation-delay: -0.667s
}

.spinner div.bar6 {
    transform: rotate(150deg) translate(0, -130%);
    animation-delay: -0.5837s
}

.spinner div.bar7 {
    transform: rotate(180deg) translate(0, -130%);
    animation-delay: -0.5s
}

.spinner div.bar8 {
    transform: rotate(210deg) translate(0, -130%);
    animation-delay: -0.4167s
}

.spinner div.bar9 {
    transform: rotate(240deg) translate(0, -130%);
    animation-delay: -0.333s
}

.spinner div.bar10 {
    transform: rotate(270deg) translate(0, -130%);
    animation-delay: -0.2497s
}

.spinner div.bar11 {
    transform: rotate(300deg) translate(0, -130%);
    animation-delay: -0.167s
}

.spinner div.bar12 {
    transform: rotate(330deg) translate(0, -130%);
    animation-delay: -0.0833s
}

@keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: .25
    }
}

.lb-slider {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 999999;
    background-color: #1a1a1a;
    height: 100%
}

.lb-slider .large-photo-button {
    position: absolute;
    width: 50%;
    height: 100%;
    opacity: .2;
    z-index: 100;
    cursor: pointer;
    top: 0
}

.lb-slider .large-photo-button.large-photo-left {
    left: 0
}

.lb-slider .large-photo-button.large-photo-right {
    right: 0
}

.lb-slider .swiper-button-next,.lb-slider .swiper-button-prev {
    padding: 8px;
    border-radius: 4px;
    background-color: rgba(0,0,0,.3);
    font-size: 10px;
    width: 32px;
    height: 32px
}

.lb-slider .swiper-button-next::after,.lb-slider .swiper-button-prev::after {
    font-size: 11px;
    color: var(--base-white);
    font-weight: bold
}

.lb-slider #lightbox-v {
    height: 100%
}

.lb-slider .thumbnail-information-buttons {
    width: 146px;
    position: absolute;
    right: 20px;
    top: calc(-100% + 16px)
}

.lb-slider .lightbox-thumbnail-container {
    position: relative;
    height: 110px;
    left: 0px;
    z-index: 999999;
    background: rgba(26,26,26,.5);
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: .6s all
}

.lb-slider .lightbox-thumbnail-container .lightbox-swiper_thumbnail {
    border-radius: 4px;
    border: solid 2px var(--gray-600);
    width: 80px !important;
    height: 60px !important;
    overflow: hidden
}

.lb-slider .lightbox-thumbnail-container .lightbox-swiper_thumbnail .lb-image-thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lb-slider .lightbox-thumbnail-container .lb-thumbnail-container {
    position: absolute;
    bottom: 0px;
    background-color: #1a1a1a
}

.lb-slider .lightbox-thumbnail-container.thumbnail-open {
    bottom: 110px
}

.lb-slider .lightbox-thumbnail-container.thumbnail-open .lightbox-thumbnail-close-button {
    transform: rotate(180deg)
}

.lb-slider .lightbox-thumbnail-container.thumbnail-close {
    bottom: 40px
}

.lb-slider .lightbox-thumbnail-container .lightbox-thumbnail-close-button {
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,.3);
    margin-bottom: 8px;
    margin-top: 8px;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    justify-content: center;
    cursor: pointer
}

.lb-slider .lightbox-thumbnail-container .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #e40030
}

.lb-slider .swiper-pagination-lightBox {
    position: absolute;
    z-index: 99;
    bottom: 120px;
    left: 16px;
    border-radius: 4px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.06);
    background-color: rgba(0,0,0,.5);
    color: var(--base-white);
    padding: 2px 4px;
    width: auto;
    font-size: 11px
}

.lb-slider .lb-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width: auto
}

.lb-slider .lb-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 123;
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border-radius: 2px;
    background-color: rgba(26,26,26,.5);
    cursor: pointer
}

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*[data-v-100dba65],[data-v-100dba65]::before,[data-v-100dba65]::after {
    box-sizing: border-box
}

html[data-v-100dba65] {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4
}

body[data-v-100dba65] {
    margin: 0
}

hr[data-v-100dba65] {
    height: 0;
    color: inherit
}

abbr[title][data-v-100dba65] {
    text-decoration: underline dotted
}

b[data-v-100dba65],strong[data-v-100dba65] {
    font-weight: bolder
}

code[data-v-100dba65],kbd[data-v-100dba65],samp[data-v-100dba65],pre[data-v-100dba65] {
    font-family: ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;
    font-size: 1em
}

small[data-v-100dba65] {
    font-size: 80%
}

sub[data-v-100dba65],sup[data-v-100dba65] {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub[data-v-100dba65] {
    bottom: -0.25em
}

sup[data-v-100dba65] {
    top: -0.5em
}

table[data-v-100dba65] {
    text-indent: 0;
    border-color: inherit
}

button[data-v-100dba65],input[data-v-100dba65],optgroup[data-v-100dba65],select[data-v-100dba65],textarea[data-v-100dba65] {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button[data-v-100dba65],select[data-v-100dba65] {
    text-transform: none
}

button[data-v-100dba65],[type=button][data-v-100dba65],[type=reset][data-v-100dba65],[type=submit][data-v-100dba65] {
    -webkit-appearance: button
}

[data-v-100dba65]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[data-v-100dba65]:-moz-focusring {
    outline: 1px dotted ButtonText
}

[data-v-100dba65]:-moz-ui-invalid {
    box-shadow: none
}

legend[data-v-100dba65] {
    padding: 0
}

progress[data-v-100dba65] {
    vertical-align: baseline
}

[data-v-100dba65]::-webkit-inner-spin-button,[data-v-100dba65]::-webkit-outer-spin-button {
    height: auto
}

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

[data-v-100dba65]::-webkit-search-decoration {
    -webkit-appearance: none
}

[data-v-100dba65]::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary[data-v-100dba65] {
    display: list-item
}

h1[data-v-100dba65],h2[data-v-100dba65],h3[data-v-100dba65],h4[data-v-100dba65],h5[data-v-100dba65],h6[data-v-100dba65] {
    margin: 0
}

h1[data-v-100dba65] {
    font-size: 36px;
    font-weight: normal;
    line-height: 49px
}

h2[data-v-100dba65] {
    font-size: 32px;
    font-weight: normal;
    line-height: 44px
}

h3[data-v-100dba65] {
    font-size: 28px;
    font-weight: normal;
    line-height: 38px
}

h4[data-v-100dba65] {
    font-size: 24px;
    font-weight: normal;
    line-height: 33px
}

h5[data-v-100dba65] {
    font-size: 20px;
    font-weight: normal;
    line-height: 27px
}

h6[data-v-100dba65] {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px
}

p[data-v-100dba65] {
    font-size: 16px
}

small[data-v-100dba65] {
    font-size: 14px;
    font-weight: normal
}

label[data-v-100dba65] {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 4px
}

.a-alert[data-v-100dba65] {
    width: 100%;
    display: flex;
    align-items: stretch;
    padding: 8px;
    border: none;
    border-radius: 4px;
    color: #1a1a1a;
    background-color: #ebebeb
}

.a-alert .a-alert__icon[data-v-100dba65] {
    flex-shrink: 0;
    text-align: center;
    margin-right: 12px;
    font-size: 24px;
    display: flex
}

.a-alert .a-alert__content[data-v-100dba65] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.a-alert .a-alert__content>.a-link[data-v-100dba65] {
    margin-top: 12px
}

.a-alert .a-alert__content .a-alert__title[data-v-100dba65] {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 4px
}

.a-alert .a-alert__content .a-alert__text[data-v-100dba65] {
    font-size: 12px;
    font-weight: normal;
    margin: 0
}

.a-alert--blue[data-v-100dba65] {
    color: #328fcc;
    background-color: #eaf3f9
}

.a-alert--red[data-v-100dba65] {
    color: #e40030;
    background-color: #ffedf1
}

.complare-list-container[data-v-100dba65] {
    width: 368px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 32px;
    z-index: 2;
    padding: 12px;
    box-shadow: 0 0 15px 0 #d3d2d2
}

.complare-list-container[data-v-100dba65]::before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: 32px;
    border-left: 8px solid rgba(0,0,0,0);
    border-right: 8px solid rgba(0,0,0,0);
    border-bottom: 8px solid #fff
}

.complare-list-container .title-container[data-v-100dba65] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2px
}

.complare-list-container .title-container span[data-v-100dba65] {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold
}

.complare-list-container .title-container button[data-v-100dba65] {
    font-size: 12px;
    padding: 6px
}

.complare-list-container .description[data-v-100dba65] {
    color: #414141;
    font-size: 12px;
    font-weight: normal
}

.complare-list-container .max-advert[data-v-100dba65] {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border-radius: 4px;
    background-color: #ebebeb;
    font-size: 12px;
    color: #414141;
    margin-bottom: 0;
    margin-top: 16px
}

.complare-list-container .max-advert .max-des[data-v-100dba65] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 31px
}

.complare-list-container .max-advert .a-icon--with-shadow[data-v-100dba65] {
    position: relative
}

.complare-list-container .max-advert .a-icon--with-shadow svg[data-v-100dba65] {
    position: relative;
    z-index: 1
}

.complare-list-container .max-advert .a-icon--with-shadow[data-v-100dba65]:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background: #dedede;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 5px
}

.complare-list-container .compare-adverts[data-v-100dba65] {
    margin-top: 8px
}

.complare-list-container .compare-adverts a.advert[data-v-100dba65] {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    background-color: #f8f8f8;
    margin-top: 8px
}

.complare-list-container .compare-adverts a.advert img[data-v-100dba65] {
    width: 60px;
    border-radius: 4px
}

.complare-list-container .compare-adverts a.advert .title-price[data-v-100dba65] {
    margin-left: 8px;
    flex: 1;
    width: 212px
}

.complare-list-container .compare-adverts a.advert .title-price p[data-v-100dba65] {
    color: #1a1a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    font-weight: bold
}

.complare-list-container .compare-adverts a.advert .title-price span.price[data-v-100dba65] {
    color: #e40030;
    font-size: 14px;
    font-weight: bold;
    margin-top: 4px
}

.complare-list-container .compare-adverts a.advert button[data-v-100dba65] {
    padding: 8px;
    border-radius: 4px;
    border: solid 1px #ebebeb;
    background-color: #fff;
    margin-left: 14px;
    color: #1a1a1a
}

.complare-list-container button.add-advert-to-complareList[data-v-100dba65] {
    margin-top: 8px
}

.complare-list-container .redirect-to-compare-page[data-v-100dba65] {
    margin-top: 16px
}

.complare-list-container button[data-v-100dba65] {
    cursor: pointer
}

.disabled-button[data-v-100dba65] {
    color: #ffaec0
}

/*! 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
}

#arabam-component-loading-wrapper .content .arabam-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px
    }
}

@keyframes color {
    100%,0% {
        stroke: #e40030
    }

    39% {
        stroke: #e40030
    }

    40% {
        stroke: #e40030
    }

    65% {
        stroke: #e40030
    }

    66% {
        stroke: #e40030
    }

    80%,90% {
        stroke: #e40030
    }
}

#arabam-component-loading-wrapper .content .loader {
    position: relative;
    margin: 0 auto;
    width: 50px
}

#arabam-component-loading-wrapper .content .loader:before {
    content: "";
    display: block;
    padding-top: 100%
}

#arabam-component-loading-wrapper .content .circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 7
}

#arabam-component-loading-wrapper .content .path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
    stroke-linecap: round
}

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*[data-v-5d705742],[data-v-5d705742]::before,[data-v-5d705742]::after {
    box-sizing: border-box
}

html[data-v-5d705742] {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4
}

body[data-v-5d705742] {
    margin: 0
}

hr[data-v-5d705742] {
    height: 0;
    color: inherit
}

abbr[title][data-v-5d705742] {
    text-decoration: underline dotted
}

b[data-v-5d705742],strong[data-v-5d705742] {
    font-weight: bolder
}

code[data-v-5d705742],kbd[data-v-5d705742],samp[data-v-5d705742],pre[data-v-5d705742] {
    font-family: ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;
    font-size: 1em
}

small[data-v-5d705742] {
    font-size: 80%
}

sub[data-v-5d705742],sup[data-v-5d705742] {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub[data-v-5d705742] {
    bottom: -0.25em
}

sup[data-v-5d705742] {
    top: -0.5em
}

table[data-v-5d705742] {
    text-indent: 0;
    border-color: inherit
}

button[data-v-5d705742],input[data-v-5d705742],optgroup[data-v-5d705742],select[data-v-5d705742],textarea[data-v-5d705742] {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button[data-v-5d705742],select[data-v-5d705742] {
    text-transform: none
}

button[data-v-5d705742],[type=button][data-v-5d705742],[type=reset][data-v-5d705742],[type=submit][data-v-5d705742] {
    -webkit-appearance: button
}

[data-v-5d705742]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[data-v-5d705742]:-moz-focusring {
    outline: 1px dotted ButtonText
}

[data-v-5d705742]:-moz-ui-invalid {
    box-shadow: none
}

legend[data-v-5d705742] {
    padding: 0
}

progress[data-v-5d705742] {
    vertical-align: baseline
}

[data-v-5d705742]::-webkit-inner-spin-button,[data-v-5d705742]::-webkit-outer-spin-button {
    height: auto
}

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

[data-v-5d705742]::-webkit-search-decoration {
    -webkit-appearance: none
}

[data-v-5d705742]::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary[data-v-5d705742] {
    display: list-item
}

h1[data-v-5d705742],h2[data-v-5d705742],h3[data-v-5d705742],h4[data-v-5d705742],h5[data-v-5d705742],h6[data-v-5d705742] {
    margin: 0
}

h1[data-v-5d705742] {
    font-size: 36px;
    font-weight: normal;
    line-height: 49px
}

h2[data-v-5d705742] {
    font-size: 32px;
    font-weight: normal;
    line-height: 44px
}

h3[data-v-5d705742] {
    font-size: 28px;
    font-weight: normal;
    line-height: 38px
}

h4[data-v-5d705742] {
    font-size: 24px;
    font-weight: normal;
    line-height: 33px
}

h5[data-v-5d705742] {
    font-size: 20px;
    font-weight: normal;
    line-height: 27px
}

h6[data-v-5d705742] {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px
}

p[data-v-5d705742] {
    font-size: 16px
}

small[data-v-5d705742] {
    font-size: 14px;
    font-weight: normal
}

label[data-v-5d705742] {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 4px
}

.a-alert[data-v-5d705742] {
    width: 100%;
    display: flex;
    align-items: stretch;
    padding: 8px;
    border: none;
    border-radius: 4px;
    color: #1a1a1a;
    background-color: #ebebeb
}

.a-alert .a-alert__icon[data-v-5d705742] {
    flex-shrink: 0;
    text-align: center;
    margin-right: 12px;
    font-size: 24px;
    display: flex
}

.a-alert .a-alert__content[data-v-5d705742] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.a-alert .a-alert__content>.a-link[data-v-5d705742] {
    margin-top: 12px
}

.a-alert .a-alert__content .a-alert__title[data-v-5d705742] {
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 4px
}

.a-alert .a-alert__content .a-alert__text[data-v-5d705742] {
    font-size: 12px;
    font-weight: normal;
    margin: 0
}

.a-alert--blue[data-v-5d705742] {
    color: #328fcc;
    background-color: #eaf3f9
}

.a-alert--red[data-v-5d705742] {
    color: #e40030;
    background-color: #ffedf1
}

.loading-wrapper[data-v-5d705742] {
    height: 32px;
    position: relative;
    top: -7px
}

.no-result-container[data-v-5d705742] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 12px 10px;
    border-radius: 4px;
    background-color: var(--gray-300);
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--gray-900);
    margin-top: 12px
}

.no-result-container .no-result-icon[data-v-5d705742] {
    margin-right: 12px
}

.favorite-searches-container[data-v-5d705742] {
    width: 368px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    right: 134px;
    top: 32px;
    z-index: 2;
    padding: 12px;
    box-shadow: 0 0 15px 0 #d3d2d2
}

.favorite-searches-container[data-v-5d705742]::before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: 32px;
    border-left: 8px solid rgba(0,0,0,0);
    border-right: 8px solid rgba(0,0,0,0);
    border-bottom: 8px solid #fff
}

.favorite-searches-container .title-container[data-v-5d705742] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2px
}

.favorite-searches-container .title-container span[data-v-5d705742] {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: bold
}

.favorite-searches-container .title-container button[data-v-5d705742] {
    font-size: 12px;
    padding: 6px
}

.favorite-searches-container .description[data-v-5d705742] {
    color: #414141;
    font-size: 12px;
    font-weight: normal
}

.favorite-searches-container .favorite-searches-list-container[data-v-5d705742] {
    margin-top: 8px;
    overflow: auto;
    max-height: 250px;
    padding-right: 8px
}

.favorite-searches-container .favorite-searches-list-container li.search-item[data-v-5d705742] {
    height: 32px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    border-top: 1px solid #f8f8f8
}

.favorite-searches-container .favorite-searches-list-container li.search-item a[data-v-5d705742] {
    color: #1a1a1a
}

.favorite-searches-container .favorite-searches-list-container li.search-item a[data-v-5d705742]:hover {
    color: #e40030
}

.favorite-searches-container .favorite-searches-list-container.linear-gradient[data-v-5d705742]:after {
    content: "";
    display: block;
    background-image: linear-gradient(8deg, var(--base-white) 16%, rgba(255, 255, 255, 0) 81%);
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    height: 44px;
    width: 100%
}

.favorite-searches-container a.redirect-to-favorite-searches-page[data-v-5d705742] {
    margin-top: 16px
}

.favorite-searches-container button[data-v-5d705742] {
    cursor: pointer
}


