.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar, .navbar .container, .navbar .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
    
    .inner-feild .box .form-field {
    margin-left: 4px !important;
}
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

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

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

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

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

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

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

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

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

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

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

:root {
    --basic-white: #fff;
    --basic-black: #000;
    --darker-blue: #030b28;
    --main-color: #4766ff;
    --red: #ff001f;
    --bg-footer: var(--darker-blue)
}

body, html {
    margin: 0;
    padding: 0;
    min-height: 100vh
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth
}

body {
    width: 100%;
    height: 100%;
    min-width: 375px;
    font-family: Manrope, sans-serif;
    color: var(--basic-black);
    background-color: var(--basic-white)
}

*, :after, :before {
    box-sizing: inherit
}

a {
    text-decoration: none
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

textarea {
    resize: none
}

input, textarea {
    border-radius: 0
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    opacity: 1
}

input::placeholder, textarea::placeholder {
    opacity: 1
}

input:invalid, textarea:invalid {
    box-shadow: none
}

input:matches([type=email],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=url]), select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.v-h {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%)
}

.btn-reset {
    padding: 0;
    font: inherit;
    color: inherit;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.scroll-lock {
    position: fixed;
    overflow-y: hidden
}

#hubspot-messages-iframe-container {
    z-index: 5 !important
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.no-scrollbar::-webkit-scrollbar {
    display: none
}

.asw-widget {
    display: none
}

.grecaptcha-badge {
    display: none !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ally-button {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--basic-white);
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: -webkit-text-decoration-color .3s;
    transition: text-decoration-color .3s;
    transition: text-decoration-color .3s, -webkit-text-decoration-color .3s
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .ally-button:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor
    }
}

.holder {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) {
    .holder {
        padding-left: 35px;
        padding-right: 35px
    }
}

@media (min-width: 1200px) {
    .holder {
        padding-left: 50px;
        padding-right: 50px
    }
}

.heading {
    margin: 0;
    line-height: 1.4;
    font-weight: 800
}

.heading--xxl {
    font-size: 30px
}

.heading--xl {
    font-size: 26px
}

.heading--l {
    font-size: 22px
}

.heading--m {
    font-size: 20px
}

.heading--s {
    font-size: 18px
}

.heading--xs {
    font-size: 16px
}

@media (min-width: 1200px) {
    .heading--xxl {
        font-size: 44px
    }

    .heading--xl {
        font-size: 36px
    }

    .heading--l {
        font-size: 31px
    }

    .heading--m {
        font-size: 26px
    }

    .heading--s {
        font-size: 22px
    }

    .heading--xs {
        font-size: 18px
    }
}

@-webkit-keyframes load-spinner {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes load-spinner {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
    border-radius: 6px
}

.button.loader svg {
    display: none
}

.button.loader:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-animation: load-spinner 1s linear infinite;
    animation: load-spinner 1s linear infinite
}

.button--main {
    color: var(--basic-white);
    background-color: var(--main-color)
}

.button--main.loader:after {
    border-color: hsla(0, 0%, 100%, .45);
    border-left-color: var(--basic-white)
}

.button--main-border {
    color: var(--main-color);
    border: 1px solid var(--main-color)
}

.button--accent {
    color: #030b28;
    background-color: #fec95d
}

.button--border-main {
    color: var(--main-color);
    border: 2px solid var(--main-color)
}

.button--icon {
    -moz-column-gap: 20px;
    column-gap: 20px
}

.button--icon span {
    flex-grow: 1;
    text-align: center
}

.button--icon svg {
    flex-shrink: 0
}

.lang-btn {
    display: flex;
    align-items: center;
    -moz-column-gap: 6px;
    column-gap: 6px;
    min-height: 38px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px
}

.lang-btn[aria-expanded=true] {
    background-color: #f5f5f5
}

@media (hover: hover) and (pointer: fine) {
    .lang-btn:hover {
        background-color: #f5f5f5
    }
}

.lang-btn:after {
    content: none
}

.lang-btn img {
    width: 24px;
    height: 24px
}

.lang-dropdown {
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin: 0;
    padding: 10px;
    background-color: var(--basic-white);
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.lang-dropdown.show, .lang-link {
    display: flex
}

.lang-link {
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.cookie {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 15px;
    column-gap: 15px;
    width: calc(100% - 20px);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 15px 20px;
    background-color: var(--basic-white);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    border-radius: 10px
}

.cookie.hide {
    display: none
}

@media (min-width: 1200px) {
    .cookie {
        align-items: center
    }
}

.cookie__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    text-align: center
}

.cookie__text a {
    color: var(--main-color);
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

@media (hover: hover) and (pointer: fine) {
    .cookie__text a:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor
    }
}

.cookie__close {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

.find-vin-wrap {
    padding: 20px 20px;
    background-color: var(--basic-white);
    border: 1px solid rgba(0, 0, 0, .07);
    border-top: none;
    border-radius: 10px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .06)
}

@media (min-width: 1200px) {
    .find-vin-wrap {
        padding: 25px 27px 25px;
    }

    .find-vin-wrap.v2 {
        padding: 0;
        background-color: transparent;
        border: none;
        box-shadow: none
    }
}

.find-vin {
    position: relative
}

.find-vin.simple {
    padding: 20px;
    background-color: #eaefff
}

.find-vin.aside {
    padding: 24px 30px 20px;
    background-color: var(--basic-white);
    border-radius: 10px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .06)
}

.find-vin__toggles {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 10px;
    padding: 0
}

@media (min-width: 1200px) {
    .find-vin.v1 .find-vin__toggles {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .find-vin-wrap.v2 .find-vin__toggles {
        margin-bottom: 20px;
        background-color: rgba(71, 102, 255, .15);
        border-radius: 100px
    }
}

.find-vin.aside .find-vin__toggles {
    margin-bottom: 16px;
    background-color: rgba(71, 102, 255, .15);
    border-radius: 100px
}

.find-vin__toggle {
    position: relative;
    min-height: 51px;
    padding: 20px 16px 11px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #51545e
}

.find-vin__toggle.active {
    color: var(--main-color)
}

.find-vin__toggle.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 54px;
    height: 24px;
    background-color: #eaefff;
    background-image: url(../images/blob-icon.svg);
    background-repeat: no-repeat
}

@media (min-width: 1200px) {
    .find-vin-wrap.v2 .find-vin__toggle {
        min-height: 40px;
        padding: 10px 20px;
        color: #030b28;
        border-radius: 100px
    }

    .find-vin-wrap.v2 .find-vin__toggle.active {
        color: var(--basic-white);
        background-color: var(--main-color)
    }

    .find-vin-wrap.v2 .find-vin__toggle.active:before {
        content: none
    }
}

.find-vin.aside .find-vin__toggle {
    min-height: 32px;
    padding: 8px 16px;
    color: #030b28;
    border-radius: 100px
}

.find-vin.aside .find-vin__toggle.active {
    color: var(--basic-white);
    background-color: var(--main-color)
}

.find-vin.aside .find-vin__toggle.active:before {
    content: none
}

.find-vin__form {
    display: flex;
    flex-direction: column;
    row-gap: 12px
}

@media (min-width: 1200px) {
    .find-vin__form {
        height: 73px;
        padding-right: 8px;
        flex-direction: row;
        align-items: center;
        -moz-column-gap: 20px;
        column-gap: 20px;
        background-color: var(--basic-white);
        border: 1px solid var(--main-color);
        border-radius: 10px
    }

    .find-vin__form.invalid {
        border-color: var(--red)
    }
}

.find-vin.simple .find-vin__form {
    position: relative
}

.find-vin.aside .find-vin__form {
    display: flex;
    flex-direction: column;
    align-items: normal;
    row-gap: 12px;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0
}

@media (max-width: 1199px) {
    .find-vin__group {
        background-color: var(--basic-white);
        border: 1px solid var(--main-color);
        border-radius: 6px
    }

    .find-vin__group.vin {
        height: 50px
    }

    .find-vin__group.plate {
        position: relative;
        display: flex;
        flex-direction: column;
        row-gap: 21px;
        padding-top: 12px;
        padding-bottom: 12px
    }

    .find-vin__group.plate:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 32px);
        height: 1px;
        background-color: var(--main-color)
    }
}

@media (min-width: 1200px) {
    .find-vin__group {
        flex-grow: 1
    }

    .find-vin__group.plate {
        display: flex;
        align-items: center;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media (max-width: 1199px) {
    .find-vin__form.invalid .find-vin__group {
        border-color: var(--red)
    }
}

.find-vin.aside .find-vin__form.invalid .find-vin__group {
    border-color: var(--red)
}

.find-vin.aside .find-vin__group {
    border: 1px solid var(--main-color);
    border-radius: 6px
}

.find-vin.aside .find-vin__group.plate {
    position: relative;
    flex-direction: column;
    align-items: normal;
    row-gap: 21px;
    padding-top: 10px;
    padding-bottom: 12px
}

.find-vin.aside .find-vin__group.plate:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    height: 1px;
    background-color: var(--main-color)
}

.find-vin__field {
    position: relative
}

@media (min-width: 1200px) {
    .find-vin__group.plate .find-vin__field {
        flex-grow: 1;
        flex-basis: 50%
    }

    .find-vin__group.plate .find-vin__field:first-child:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 45px;
        background-color: var(--main-color)
    }
}

.find-vin.aside .find-vin__group.plate .find-vin__field:after {
    content: none
}

.find-vin__input {
    width: 100%;
    height: 48px;
    padding: 18px 16px 0;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    color: #030b28;
    border: none;
    border-radius: 6px;
    outline: 0
}

.find-vin__input::-webkit-input-placeholder {
    color: #51545e
}

.find-vin__input::-moz-placeholder {
    color: #51545e
}

.find-vin__input:-ms-input-placeholder {
    color: #51545e
}

.find-vin__input::-ms-input-placeholder {
    color: #51545e
}

.find-vin__input::placeholder {
    color: #51545e
}

@media (min-width: 1200px) {
    .find-vin__input {
        height: 69px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
        border-radius: 10px
    }
}

.find-vin__group.plate .find-vin__input {
    height: 36px
}

@media (min-width: 1200px) {
    .find-vin__group.plate .find-vin__input {
        height: 69px
    }
}

.find-vin.simple .find-vin__input {
    padding-top: 0;
    padding-right: 40px
}

.find-vin.aside .find-vin__input {
    height: 50px;
    padding: 15px 16px 0;
    font-size: 15px
}

.find-vin__label {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    color: #51545e
}

@media (min-width: 1200px) {
    .find-vin__label {
        left: 20px;
        font-size: 18px
    }
}

.find-vin.aside .find-vin__label {
    font-size: 15px
}

.find-vin__input:-webkit-autofill + .find-vin__label, .find-vin__input:focus + .find-vin__label, .find-vin__input:not(:placeholder-shown) + .find-vin__label {
    top: 6px;
    transform: none;
    font-size: 12px
}

@media (min-width: 1200px) {
    .find-vin__input:-webkit-autofill + .find-vin__label, .find-vin__input:focus + .find-vin__label, .find-vin__input:not(:placeholder-shown) + .find-vin__label {
        top: 14px
    }
}

.find-vin__input.plate:-webkit-autofill + .find-vin__label, .find-vin__input.plate:focus + .find-vin__label, .find-vin__input.plate:not(:placeholder-shown) + .find-vin__label {
    top: 0
}

@media (min-width: 1200px) {
    .find-vin__input.plate:-webkit-autofill + .find-vin__label, .find-vin__input.plate:focus + .find-vin__label, .find-vin__input.plate:not(:placeholder-shown) + .find-vin__label {
        top: 14px
    }
}

.find-vin.aside .find-vin__input:-webkit-autofill + .find-vin__label, .find-vin.aside .find-vin__input:focus + .find-vin__label, .find-vin.aside .find-vin__input:not(:placeholder-shown) + .find-vin__label {
    top: 6px;
    left: 16px
}

.find-vin__label-select {
    position: absolute;
    top: 0;
    left: 16px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    color: #51545e
}

@media (min-width: 1200px) {
    .find-vin__label-select {
        left: 0;
        top: 14px
    }
}

.find-vin.aside .find-vin__label-select {
    top: 0;
    left: 16px
}

.find-vin__select {
    outline: 0;
    height: 36px;
    width: 100%;
    padding: 0 40px 0 16px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    color: #51545e;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--basic-white);
    background-image: url(/img/arrows/arrow-select-icon.svg);
    background-repeat: no-repeat;
    background-position: right 16px top 50%;
    border-radius: 6px
}

@media (min-width: 1200px) {
    .find-vin__select {
        height: 69px;
        padding-left: 0;
        padding-right: 30px;
        font-size: 18px;
        background-position: right 0 top 50%;
        border-radius: 10px
    }
}

.find-vin.aside .find-vin__select {
    height: 36px;
    padding: 0 40px 0 16px;
    font-size: 15px;
    background-position: right 16px top 50%
}

.find-vin__field-select.active .find-vin__select {
    padding-top: 15px;
    color: #030b28
}

@media (min-width: 1200px) {
    .find-vin__field-select.active .find-vin__select {
        padding-top: 18px
    }
}

@media (min-width: 1200px) {
    .find-vin__check-btn, .find-vin__plate-btn {
        min-height: 57px;
        font-size: 18px
    }
}

.find-vin.aside .find-vin__check-btn, .find-vin.aside .find-vin__plate-btn {
    min-height: 50px;
    font-size: 16px
}

.find-vin.simple .find-vin__check-btn {
    position: absolute;
    top: 7px;
    right: 5px;
    display: grid;
    place-items: center;
    width: 35px;
    min-height: 35px;
    padding: 0;
    border-radius: 50%
}

.find-vin__error-msg {
    display: none;
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    color: var(--red)
}

@media (min-width: 1200px) {
    .find-vin__error-msg {
        position: absolute;
        left: 0;
        bottom: -20px
    }
}

.find-vin__form.invalid .find-vin__error-msg {
    display: block
}

.find-vin.aside .find-vin__error-msg {
    position: static
}

.find-notes {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 16px;
    margin-top: 20px
}

@media (min-width: 1200px) {
    .find-notes {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        -moz-column-gap: 50px;
        column-gap: 50px;
        margin-top: 25px
    }
}

.find-notes__text {
    position: relative;
    font-size: 14px;
    line-height: 1.3;
    color: #51545e;
    text-align: center
}

.find-notes__popup {
    display: inline
}

.find-notes__link, .find-notes__popup-btn {
    color: var(--main-color);
    text-decoration: underline
}

@media (hover: hover) and (pointer: fine) {
    .find-notes__link:hover, .find-notes__popup-btn:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent
    }
}

@media (max-width: 1199px) {
    .find-notes__popup .find-notes__link {
        display: none
    }
}

@media (min-width: 1200px) {
    .find-notes__popup-btn {
        display: none
    }
}

.find-notes__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 14px;
    column-gap: 14px
}

.find-notes__logos img {
    mix-blend-mode: luminosity;
    opacity: .4
}

.find-vin.aside .find-notes__logos {
    margin-top: 20px
}

.find-vin-popup {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: none;
    width: calc(100% + 60px);
    max-width: 410px;
    padding: 15px;
    text-align: left;
    background-color: var(--basic-white);
    border-radius: 10px;
    box-shadow: 0 40px 40px rgba(0, 0, 0, .1)
}

.find-vin-popup.show {
    display: block
}

@media (min-width: 1200px) {
    .find-vin-popup {
        bottom: -40px;
        left: 45px;
        z-index: 1035;
        transform: none;
        display: block;
        width: 410px;
        padding: 16px 20px 20px;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease, visibility .3s ease
    }
}

.find-notes__popup:hover .find-vin-popup {
    opacity: 1;
    visibility: visible
}

.find-vin-popup__title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600
}

.find-vin-popup__text {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.3;
    color: #666
}

.find-vin-popup__list {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    margin: 0 0 8px;
    padding: 0;
    list-style: none
}

.find-vin-popup__list li {
    display: flex;
    align-items: center;
    -moz-column-gap: 6px;
    column-gap: 6px;
    font-size: 13px;
    line-height: 1.3;
    color: #666
}

.find-vin-popup__list li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 50%
}

.find-vin-popup__bottom {
    position: relative
}

.find-vin-popup__close {
    position: absolute;
    top: 9px;
    right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px
}

@media (min-width: 1200px) {
    .find-vin-popup__close {
        display: none
    }
}

.find-vin-popup__img {
    width: 100%
}

.side-menu {
    position: fixed;
    top: 0;
    z-index: 2030;
    width: 100%;
    height: 100dvh;
    overflow-y: scroll;
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease, visibility .3s ease
}

.side-menu.right {
    right: 0;
    background-image: linear-gradient(270deg, var(--basic-white) 320px, rgba(0, 0, 0, .7) 0)
}

.side-menu.left {
    left: 0;
    background-image: linear-gradient(90deg, var(--basic-white) 320px, rgba(0, 0, 0, .7) 0)
}

.side-menu[data-account-menu=show], .side-menu[data-main-menu=show] {
    visibility: visible;
    opacity: 1
}

.side-menu__close {
    position: relative;
    flex-grow: 1;
    padding: 0;
    cursor: auto
}

.side-menu__close svg {
    position: absolute;
    top: 21px;
    width: 14px;
    height: 14px;
    cursor: pointer
}

.side-menu.right .side-menu__close svg {
    right: 21px
}

.side-menu.left .side-menu__close svg {
    left: 21px
}

.side-menu__content {
    position: relative;
    width: 320px;
    background-color: var(--basic-white);
    transition: transform .3s ease
}

.side-menu.right .side-menu__content {
    transform: translateX(100%)
}

.side-menu.left .side-menu__content {
    transform: translateX(-100%)
}

.side-menu.left[data-main-menu=show] .side-menu__content, .side-menu.right[data-account-menu=show] .side-menu__content {
    transform: translateX(0)
}

.side-menu__user {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 20px 19px;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.side-menu__user svg {
    flex-shrink: 0
}

.side-menu__user .acc-menu__name {
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis
}

.side-menu__user .acc-menu__email {
    overflow: hidden;
    text-overflow: ellipsis
}

.side-menu__reports {
    padding: 20px 21px;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.side-menu__reports .acc-menu__reports {
    margin-bottom: 12px
}

.side-menu__nav ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none
}

.side-menu__nav-link {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--basic-black);
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.side-menu__nav-sub li:first-child .side-menu__nav-link {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

button.side-menu__nav-link {
    position: relative
}

button.side-menu__nav-link svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

.side-menu__lang {
    padding-left: 20px
}

.side-menu__lang .lang-btn {
    background-color: #f5f5f5
}

.side-menu [data-level-menu] {
    position: absolute;
    top: 86px;
    z-index: 10;
    transform: translateX(-400px);
    display: none;
    width: 100%;
    height: calc(100% - 86px);
    background-color: var(--basic-white);
    transition: transform .3s ease
}

.side-menu [data-level-menu=show] {
    transform: translateX(0)
}

.side-menu__back-btn {
    display: flex;
    align-items: center;
    -moz-column-gap: 25px;
    column-gap: 25px;
    width: 100%;
    padding: 20px 15px 20px 25px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
    color: var(--dark-grey)
}

.side-menu__back-btn svg {
    transform: rotate(-180deg)
}

.side-menu .acc-menu__btn-get {
    min-height: 40px
}

@media (max-width: 1199px) {
    .acc-menu__dropdown {
        display: none
    }
}

@media (min-width: 1200px) {
    .acc-menu__side {
        display: none
    }
}

.acc-menu__btn {
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    text-align: left
}

.acc-menu__btn:after {
    content: none
}

.acc-menu__btn svg {
    flex-shrink: 0
}

@media (min-width: 1200px) {
    .acc-menu__btn {
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

.acc-menu__btn-text {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--main-color)
}

@media (min-width: 1200px) {
    .acc-menu__btn-text {
        font-size: 14px
    }
}

.acc-menu__id {
    font-size: 10px;
    font-weight: 400;
    color: rgba(0, 0, 0, .5)
}

@media (min-width: 1200px) {
    .acc-menu__id {
        font-size: 11px
    }
}

.acc-menu .dropdown-menu {
    min-width: 210px;
    top: 40px !important;
    left: auto !important;
    right: 0;
    transform: none !important;
    margin: 0;
    padding: 0;
    background-color: var(--basic-white);
    border: none;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.acc-menu__info {
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.acc-menu__reports {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600
}

.acc-menu__qty {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 21px;
    height: 21px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 1.3;
    color: var(--main-color);
    background-color: #eaefff;
    border-radius: 50%
}

.acc-menu__btn-get {
    min-height: 30px;
    font-size: 14px
}

.acc-menu__list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 10px 0;
    list-style: none
}

.acc-menu__list li {
    padding-left: 10px;
    padding-right: 10px
}

.acc-menu__list li:last-child {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.acc-menu__link {
    display: block;
    padding: 10px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    color: #030b28;
    border-radius: 6px
}

@media (hover: hover) and (pointer: fine) {
    .acc-menu__link:hover {
        background-color: #f5f5f5
    }
}

.acc-menu__list li:last-child .acc-menu__link {
    color: #666
}

.acc-menu__user {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    overflow: hidden;
    padding-right: 10px;
    text-align: left;
    white-space: nowrap
}

.acc-menu__name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2
}

.acc-menu__email, .acc-menu__name {
    overflow: hidden;
    text-overflow: ellipsis
}

.acc-menu__email {
    font-size: 14px;
    line-height: 1.3;
    color: #666
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: var(--basic-white)
}

.header.sticky {
    box-shadow: 0 0 1px rgba(0, 0, 0, .4)
}

@media (min-width: 1200px) {
    .header {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.main-nav {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .main-nav {
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

@media (min-width: 1200px) {
    .main-nav__mobile-menu {
        display: none
    }
}

.header__burger-btn {
    width: 18px;
    height: 16px
}

.header__logo {
    margin-right: auto
}

@media (min-width: 1200px) {
    .header__logo {
        margin-right: 0
    }

    .header__logo img {
        width: 160px;
        height: auto;
    }
}

.main-nav__links {
    display: none
}

@media (min-width: 1200px) {
    .main-nav__links {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        -moz-column-gap: 30px;
        column-gap: 30px;
        margin: 0;
        padding: 0;
        list-style: none
    }
}

.main-nav__link {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    color: #030b28;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

@media (hover: hover) and (pointer: fine) {
    .main-nav__link:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor
    }
}

button.main-nav__link {
    display: flex;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px
}

button.main-nav__link:after {
    content: none
}

button.main-nav__link[aria-expanded=true] {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor
}

button.main-nav__link[aria-expanded=true] svg {
    transform: rotate(180deg)
}

.main-nav__dropdown {
    top: 15px !important;
    min-width: 200px;
    margin: 0;
    padding: 15px;
    background-color: var(--basic-white);
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

.main-nav__dropdown .main-nav__link {
    display: block;
    margin-bottom: 15px
}

.main-nav__dropdown .main-nav__link:last-child {
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .main-nav__btns {
        display: flex;
        align-items: center;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

@media (max-width: 1199px) {
    .main-nav__lang {
        display: none
    }
}

.main-nav__lang .lang-dropdown {
    left: auto !important;
    right: 0 !important
}

.header__auth {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
    column-gap: 12px
}

@media (min-width: 1200px) {
    .header__auth {
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

.header__login {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 700;
    color: var(--main-color);
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

@media (hover: hover) and (pointer: fine) {
    .header__login:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor
    }
}

@media (min-width: 1200px) {
    .header__login {
        font-size: 14px
    }
}

.header__sign {
    min-height: 30px;
    padding: 3px 12px;
    font-size: 13px;
    font-weight: 700
}

@media (min-width: 1200px) {
    .header__sign {
        min-height: 40px;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px
    }
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--bg-footer)
}

@media (min-width: 1200px) {
    .footer {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.footer__top {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15)
}

@media (min-width: 768px) {
    .footer__top {
        flex-direction: row;
        flex-wrap: wrap;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

@media (min-width: 1200px) {
    .footer__top {
        justify-content: space-between;
        padding-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .footer__contacts {
        flex-basis: 295px
    }
}

.footer__nav {
    display: flex;
    flex-direction: column;
    row-gap: 25px
}

@media (min-width: 768px) {
    .footer__nav {
        flex-direction: row;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

@media (min-width: 1200px) {
    .footer__nav {
        flex-grow: 1
    }
}

@media (min-width: 1200px) {
    .footer__nav-item {
        flex-basis: 50%
    }
}

@media (min-width: 1200px) {
    .footer__socials {
        flex-basis: 295px
    }
}

.footer__caption {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--basic-white)
}

.footer__hours {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 1.3;
    color: #c4cadf
}

.footer__phone {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
    color: var(--basic-white);
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

@media (hover: hover) and (pointer: fine) {
    .footer__phone:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor
    }
}

.footer__address {
    font-size: 13px;
    font-style: normal;
    line-height: 1.3;
    color: #c4cadf
}

.footer__nav-list {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none
}

.footer__link {
    font-size: 15px;
    line-height: 1.5;
    color: #c4cadf;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

@media (hover: hover) and (pointer: fine) {
    .footer__link:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor
    }
}

.footer__social {
    display: flex;
    align-items: center;
    -moz-column-gap: 6px;
    column-gap: 6px
}

.footer__social svg {
    fill: #c4cadf
}

.footer__bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    padding-top: 25px
}

@media (min-width: 1200px) {
    .footer__bottom {
        align-items: flex-start;
        padding-top: 40px
    }
}

.footer__bottom-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 25px
}

@media (min-width: 1200px) {
    .footer__bottom-wrap {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        -moz-column-gap: 40px;
        column-gap: 40px;
        width: 100%
    }
}

.footer__copyright {
    font-size: 13px;
    line-height: 1.5;
    color: #c4cadf;
    text-align: center
}

.footer__copyright a {
    color: var(--basic-white);
    text-decoration: underline
}

@media (hover: hover) and (pointer: fine) {
    .footer__copyright a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent
    }
}

.footer__bottom-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none
}

.footer__sub {
    margin-top: 30px
}

.footer__sub-form.hide {
    display: none
}

.footer__sub-field {
    position: relative;
    margin-bottom: 8px
}

.footer__sub-input {
    width: 100%;
    height: 45px;
    padding: 17px 16px 0;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.5;
    color: var(--basic-white);
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .24);
    border-radius: 6px;
    outline: none
}

.footer__sub-input:hover {
    border-color: var(--main-color)
}

.footer__sub-field.error .footer__sub-input {
    border-color: var(--red)
}

.footer__sub-label {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    line-height: 1.5;
    color: #c4cadf
}

.footer__sub-input:-webkit-autofill + .footer__sub-label, .footer__sub-input:focus + .footer__sub-label, .footer__sub-input:not(:placeholder-shown) + .footer__sub-label {
    top: 5px;
    transform: none;
    font-size: 11px
}

.footer__sub-btn {
    width: 100%;
    min-height: 45px;
    font-size: 15px;
    font-weight: 700
}

.footer__sub-error {
    display: none;
    margin: 10px 0;
    font-size: 12px;
    line-height: 1.2;
    color: var(--red)
}

.footer__sub-field.error + .footer__sub-error {
    display: block
}

.footer__success-msg {
    display: none;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
    color: var(--main-color);
    text-align: center
}

.footer__success-msg.show {
    display: flex
}

.banner-report {
    display: grid;
    grid-template-columns: 70px 1fr;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 14px;
    padding: 16px;
    background-color: var(--main-color);
    border-radius: 6px
}

@media (min-width: 768px) {
    .banner-report {
        grid-template-columns:75px 1fr 200px;
        align-items: center;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

.banner-report__img {
    grid-row: 2/3;
    width: 70px;
    height: 45px;
    border-radius: 4px
}

@media (min-width: 768px) {
    .banner-report__img {
        grid-row: 1;
        width: 75px;
        height: 50px
    }
}

.banner-report__text {
    grid-column: 1/3;
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: var(--basic-white)
}

.banner-report__text .accent {
    color: #fec95d
}

@media (min-width: 768px) {
    .banner-report__text {
        grid-column: auto
    }
}

@media (min-width: 1200px) {
    .banner-report__text {
        display: flex;
        flex-direction: column;
        row-gap: 5px;
        font-size: 14px;
        font-weight: 500
    }

    .banner-report__text strong {
        font-size: 16px
    }
}

.banner-report__btn {
    min-width: 200px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 45px
}

.breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width: 1200px) {
    .breadcrumbs {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 7px;
    column-gap: 7px;
    padding: 0;
    margin: 0;
    list-style: none
}

@media (min-width: 1200px) {
    .breadcrumbs__list {
        -moz-column-gap: 10px;
        column-gap: 10px
    }
}

.breadcrumbs__item {
    display: flex;
    align-items: center;
    -moz-column-gap: 7px;
    column-gap: 7px;
    font-size: 12px;
    line-height: 1.3
}

.breadcrumbs__item:before {
    content: "";
    width: 6px;
    height: 9px;
    background-image: url(/img/icons/breadcrumb-arrow.svg);
    background-repeat: no-repeat
}

.breadcrumbs__item:first-child:before {
    content: none
}

.breadcrumbs__item.current {
    color: #999
}

.breadcrumbs__item.current:before {
    background-image: url(/img/icons/breadcrumb-arrow-current.svg)
}

.breadcrumbs__item a {
    color: var(--main-color)
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .breadcrumbs__item a:hover {
        text-decoration: underline
    }
}

@media (min-width: 1200px) {
    .breadcrumbs__item {
        -moz-column-gap: 10px;
        column-gap: 10px;
        font-size: 14px
    }
}

.link {
    color: var(--main-color)
}

@media (hover: hover), screen and (min-width: 0\0
) {
    .link:hover {
        text-decoration: underline
    }
}

<
/
style >

<
style >

@-webkit-keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb > .splide__list {
    display: block
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
    cursor: pointer;
}

.splide:not(.is-overflow) .splide__pagination {
    display: none
}

.splide__progress__bar {
    width: 0
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized, .splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.top .banner-report {
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .top .banner-report {
        margin-bottom: 40px
    }
}

.top {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #eaefff
}

@media (min-width: 1200px) {
    .top {
        padding-top: 50px;
        padding-bottom: 60px
    }
}

.top__holder {
    max-width: 1060px
}

.top__heading {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .top__heading {
        row-gap: 15px;
        margin-bottom: 35px
    }
}

.top__title {
    text-wrap: balance
}

.top__text, .top__title {
    margin: 0;
    text-align: center
}

.top__text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: #071a3e
}

@media (min-width: 1200px) {
    .top__text {
        font-size: 18px
    }
}

@media (min-width: 1200px) {
    .top .find-vin-wrap {
        margin-bottom: 35px
    }
}

.top .trust {
    display: none
}

@media (min-width: 1200px) {
    .top .trust {
        display: flex
    }
}

.trust {
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.trust__users {
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.trust__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #51545e
}

.trust__logos {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none
}

.trust__logos img {
    mix-blend-mode: luminosity;
    opacity: .6
}

.reviews__slogan {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: #12c564;
    text-align: center;
    text-transform: uppercase
}

@media (min-width: 1200px) {
    .reviews__slogan {
        font-size: 15px
    }
}

.reviews__title {
    margin-bottom: 15px;
    text-align: center;
    text-wrap: balance
}

.reviews__text {
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #071a3e;
    text-align: center
}

.reviews__text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 3px;
    background-color: #fec95d
}

.reviews__rating {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-bottom: 40px
}

.reviews__rating-val {
    font-size: 21px;
    line-height: 1.1;
    font-weight: 700
}

.reviews__stars {
    width: 107px;
    height: 20px;
    background-image: url(../images/stars-active-icon.svg);
    background-repeat: repeat-x;
    background-size: contain
}

.reviews__rating-text {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: #999
}

.reviews__list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none
}

.reviews__item {
    flex: 1 1 393px
}

.review {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    height: 100%;
    margin: 0;
    padding: 20px;
    border: 1px solid #dfe2ec;
    border-radius: 10px
}

@media (min-width: 1200px) {
    .review {
        padding: 30px
    }
}

.review__top {
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px
}

@media (min-width: 1200px) {
    .review__top {
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

.review__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

@media (min-width: 1200px) {
    .review__avatar {
        width: 60px;
        height: 60px
    }
}

.review__name {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    font-style: normal;
    color: #030b28
}

.review__stars {
    width: 75px;
    height: 14px;
    background-image: url(../images/stars-active-icon.svg);
    background-repeat: repeat-x;
    background-size: contain
}

.review__text {
    margin: 0 0 auto;
    font-size: 15px;
    line-height: 1.5;
    color: #071a3e
}

.blog-similar__title {
    margin-bottom: 15px;
    text-align: center;
    text-wrap: balance
}

.blog-similar__text {
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #071a3e;
    text-align: center
}

.blog-similar__text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 3px;
    background-color: #fec95d
}

@media (min-width: 1200px) {
    .blog-similar__text {
        margin-bottom: 40px
    }
}

.blog-similar__list {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none
}

@media (min-width: 992px) {
    .blog-similar__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (min-width: 1200px) {
    .blog-similar__list {
        -moz-column-gap: 40px;
        column-gap: 40px;
        margin-bottom: 35px
    }
}

.blog-similar__item {
    flex-shrink: 0;
    width: 267px
}

@media (min-width: 992px) {
    .blog-similar__item {
        width: auto
    }
}

.blog-similar__button {
    min-width: 140px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 44px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 700
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%
}

.blog-card__img {
    overflow: hidden;
    display: block;
    height: 180px;
    margin-bottom: 20px;
    border-radius: 6px
}

.blog-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
    transition: transform .3s ease
}

@media (hover: hover) and (pointer: fine) {
    .blog-card__img:hover img {
        transform: scale(1.1)
    }
}

@media (min-width: 1200px) {
    .blog-card__img {
        height: 205px
    }
}

.blog-card__title {
    margin-bottom: 10px
}

.blog-card__title a {
    color: #030b28;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

@media (hover: hover) and (pointer: fine) {
    .blog-card__title:hover a {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor
    }
}

.blog-card__desc {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #071a3e
}

.blog-card__bottom {
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-top: auto
}

.blog-card__read-more {
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--main-color);
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent
}

.blog-card__read-more svg {
    flex-shrink: 0
}

@media (hover: hover) and (pointer: fine) {
    .blog-card__read-more:hover {
        -webkit-text-decoration-color: currentColor;
        text-decoration-color: currentColor
    }
}

.blog-card__read-time {
    display: flex;
    align-items: center;
    -moz-column-gap: 6px;
    column-gap: 6px;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    color: #51545e
}

.blog-card__read-time svg {
    flex-shrink: 0
}

.faq__title {
    margin-bottom: 30px;
    text-align: center;
    text-wrap: balance
}

@media (min-width: 1200px) {
    .faq__title {
        margin-bottom: 40px
    }
}

.faq .accordion {
    max-width: 880px;
    margin: 0 auto
}

.faq__item {
    margin-bottom: 12px;
    padding: 16px;
    border: 1px solid #dfe2ec;
    border-radius: 10px
}

.faq__item:last-child {
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .faq__item {
        padding: 20px
    }
}

.faq__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
    text-align: left
}

.faq__btn svg {
    flex-shrink: 0
}

.faq__btn[aria-expanded=true] svg {
    transform: rotate(180deg)
}

.faq__collapse {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #3b3952
}

.save {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #eaefff
}

@media (min-width: 1200px) {
    .save {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.save__title {
    margin-bottom: 10px;
    text-align: center;
    text-wrap: balance;
    color: #030b28
}

@media (min-width: 1200px) {
    .save__title {
        margin-bottom: 15px
    }
}

.save__text {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #071a3e;
    text-align: center
}

@media (min-width: 1200px) {
    .save__text {
        margin-bottom: 40px
    }
}

.save .find-vin-wrap {
    max-width: 840px;
    margin: 0 auto
}

.save .find-notes {
    justify-content: center
}

@media (min-width: 1200px) {
    .save .find-notes__text {
        display: none
    }
}

.main-features {
    padding-top: 30px
}

@media (min-width: 1200px) {
    .main-features {
        padding-top: 40px
    }
}

.main-features .table {
    max-width: 1035px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .main-features tr {
        flex: 0 0 25%;
        row-gap: 5px;
        padding: 0 20px
    }
}

.main-features td, .main-features th {
    width: 50%;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    border: none
}

.main-features th {
    padding: 0 5px 12px 0;
    color: #666;
    font-weight: 400
}

@media (min-width: 768px) {
    .main-features th {
        width: auto;
        margin-bottom: auto;
        padding: 0;
        text-align: center
    }
}

.main-features th span {
    position: relative;
    font-weight: 700;
    color: #12c564
}

.main-features th span:before {
    content: "\2713";
    position: absolute;
    top: 0;
    width: 19px;
    background-color: var(--basic-white)
}

.main-features td {
    padding: 0 0 12px 5px;
    font-weight: 600
}

@media (min-width: 768px) {
    .main-features td {
        width: auto;
        padding: 0;
        font-size: 18px;
        text-align: center
    }
}

@media (min-width: 1200px) {
    .main-features td {
        font-size: 22px;
        line-height: 1.2;
        font-weight: 700
    }
}

.main-features tr:last-child td, .main-features tr:last-child th {
    padding-bottom: 0
}

.check-histoty {
    padding-top: 50px
}

@media (min-width: 1200px) {
    .check-histoty {
        padding-top: 70px
    }
}

.check-histoty__title {
    margin-bottom: 15px;
    text-align: center;
    text-wrap: balance
}

.check-histoty__text {
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #071a3e;
    text-align: center
}

.check-histoty__text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 3px;
    background-color: #fec95d
}

@media (min-width: 1200px) {
    .check-histoty__text {
        margin-bottom: 35px
    }
}

.check-histoty__carousel {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 30px
}

.check-histoty__pagination {
    -moz-column-gap: 4px;
    column-gap: 4px;
    row-gap: 4px;
    padding: 0
}

@media (min-width: 1200px) {
    .check-histoty__pagination {
        -moz-column-gap: 8px;
        column-gap: 8px
    }
}

.check-histoty__pagination .splide__pagination__page {
    position: relative;
    padding: 5px 9px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: #51545e;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 100px;
    transition: color .3s ease, background-color .3s ease;
    cursor: pointer;
}

.check-histoty__pagination .splide__pagination__page.is-active {
    color: var(--basic-white);
    background-color: var(--main-color);
    cursor: pointer;
}

@media (min-width: 1200px) {
    .check-histoty__pagination .splide__pagination__page {
        padding: 8px 15px;
        font-size: 14px
    }
}

.check-histoty__slide {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px 20px 30px;
    background-color: #eaefff;
    border-radius: 10px
}

@media (min-width: 1200px) {
    .check-histoty__slide {
        flex-direction: row;
        align-items: center;
        -moz-column-gap: 60px;
        column-gap: 60px;
        padding: 50px
    }
}

.check-histoty__desc {
    margin-bottom: auto
}

@media (min-width: 1200px) {
    .check-histoty__desc {
        flex-basis: 50%;
        margin-bottom: 0
    }
}

.check-histoty__caption {
    margin-bottom: 12px;
    text-align: center;
    text-wrap: balance
}

@media (min-width: 1200px) {
    .check-histoty__caption {
        margin-bottom: 20px;
        text-align: left
    }
}

.check-histoty__desc-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #071a3e;
    text-align: center
}

@media (min-width: 1200px) {
    .check-histoty__desc-text {
        margin-bottom: 30px;
        text-align: left
    }
}

.check-histoty__btn {
    min-width: 285px;
    width: fit-content;
    margin: 0 auto
}

.check-histoty__btn.desktop {
    display: none
}

@media (min-width: 1200px) {
    .check-histoty__btn {
        margin: 0
    }

    .check-histoty__btn.mobile {
        display: none
    }

    .check-histoty__btn.desktop {
        display: flex
    }
}

.check-histoty__img {
    margin: 0 auto
}

.check-histoty__img img {
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 6px
}

@media (min-width: 1200px) {
    .check-histoty__img {
        flex-basis: 50%;
        margin: 0
    }

    .check-histoty__img img {
        border-radius: 10px
    }
}

.check-histoty .splide__arrow {
    position: absolute;
    bottom: 210px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background-color: var(--basic-white);
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 50%
}

.check-histoty .splide__arrow--prev {
    left: -24px
}

.check-histoty .splide__arrow--next {
    right: -24px
}

.nmv {
    padding-top: 40px;
    padding-bottom: 30px
}

@media (min-width: 1200px) {
    .nmv {
        padding-top: 50px;
        padding-bottom: 70px
    }
}

.nmv__holder {
    display: grid;
    grid-template-columns: 133px 1fr;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 15px
}

@media (min-width: 768px) {
    .nmv__holder {
        grid-template-columns:1fr 108px;
        align-items: center
    }
}

@media (min-width: 1200px) {
    .nmv__holder {
        -moz-column-gap: 50px;
        column-gap: 50px
    }
}

.nmv__logo {
    margin-left: auto
}

@media (min-width: 768px) {
    .nmv__logo {
        grid-column: 2/3;
        grid-row: 1/3;
        width: 108px;
        height: 48px;
        margin-left: 0
    }
}

.nmv__title {
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
    color: var(--main-color);
    text-wrap: balance
}

.nmv__title svg {
    flex-shrink: 0
}

.nmv__text {
    grid-column: 1/3;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #51545e;
    text-align: center
}

@media (min-width: 768px) {
    .nmv__text {
        grid-column: 1/2;
        text-align: left
    }
}

@media (min-width: 1200px) {
    .nmv__text {
        font-size: 13px
    }
}

.trust-companies {
    padding-bottom: 50px
}

@media (min-width: 1200px) {
    .trust-companies {
        display: none
    }
}

.trust-companies__title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 800;
    color: #51545e;
    text-align: center
}

.trust-companies__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none
}

.trust-companies__list img {
    mix-blend-mode: luminosity;
    opacity: .6
}

.check-steps {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #eaefff
}

@media (min-width: 1200px) {
    .check-steps {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.check-steps__title {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    text-align: center;
    text-wrap: balance
}

.check-steps__title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 3px;
    background-color: #fec95d
}

@media (min-width: 1200px) {
    .check-steps__title {
        margin-bottom: 40px
    }
}

.check-steps__list {
    display: grid;
    row-gap: 10px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none
}

@media (min-width: 1200px) {
    .check-steps__list {
        grid-template-columns:repeat(3, 1fr)
    }
}

.check-step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px
}

.check-step:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 40px;
    background-color: var(--main-color)
}

.check-step:last-child {
    padding-bottom: 0
}

.check-step:last-child:after {
    content: none
}

@media (min-width: 1200px) {
    .check-step {
        padding: 0 20px
    }

    .check-step:after {
        bottom: auto;
        left: auto;
        right: 0;
        transform: none
    }

    .check-step:after, .check-step:before {
        top: 23px;
        width: calc(50% - 42px);
        height: 1px
    }

    .check-step:before {
        content: "";
        position: absolute;
        left: 0;
        background-color: var(--main-color)
    }

    .check-step:first-child:before {
        content: none
    }
}

.check-step__count {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 800;
    color: var(--main-color)
}

@media (min-width: 1200px) {
    .check-step__count {
        margin-bottom: 20px
    }
}

.check-step__caption {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 800;
    color: #030b28;
    text-align: center
}

@media (min-width: 1200px) {
    .check-step__caption {
        margin-bottom: 15px
    }
}

.check-step__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #071a3e;
    text-align: center
}

.check-steps__btn {
    width: fit-content;
    min-width: 285px;
    margin: 0 auto
}

.home .reviews {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width: 1200px) {
    .home .reviews {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.offer-banner {
    position: relative;
    background-color: #030b28;
    border-radius: 10px
}

@media (min-width: 1200px) {
    .offer-banner {
        display: flex;
        justify-content: flex-end
    }
}

.offer-banner__wrap {
    padding: 20px 20px 0
}

@media (min-width: 1200px) {
    .offer-banner__wrap {
        position: relative;
        z-index: 5;
        max-width: 620px;
        padding: 66px 60px 66px 0
    }
}

.offer-banner__title {
    margin-bottom: 15px;
    color: var(--basic-white);
    text-align: center;
    text-wrap: balance
}

.offer-banner__title .accent {
    color: #fec95d
}

.offer-banner__title .dollar {
    font-size: 40px;
    color: #fec95d
}

@media (min-width: 1200px) {
    .offer-banner__title {
        line-height: 1.2;
        text-align: left
    }

    .offer-banner__title .dollar {
        font-size: 66px
    }
}

.offer-banner__text {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #babecd;
    text-align: center
}

@media (min-width: 1200px) {
    .offer-banner__text {
        text-align: left
    }
}

.offer-banner .find-vin__form {
    position: relative;
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .offer-banner .find-vin__form {
        height: 62px;
        margin-bottom: 30px;
        padding-right: 6px
    }
}

.offer-banner .find-vin__input {
    padding-top: 0;
    text-align: center
}

@media (min-width: 1200px) {
    .offer-banner .find-vin__input {
        height: 59px;
        text-align: left
    }
}

@media (min-width: 1200px) {
    .offer-banner .find-vin__check-btn {
        min-height: 50px;
        font-size: 16px
    }
}

.offer-banner__note {
    margin: 0;
    font-size: 12px;
    line-height: 1.2;
    color: #9596a0;
    text-align: center
}

@media (min-width: 1200px) {
    .offer-banner__note {
        text-align: left
    }
}

.offer-banner__img {
    width: 100%;
    height: 193px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

@media (min-width: 1200px) {
    .offer-banner__img {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        border-radius: 10px
    }
}

.advantage {
    padding-top: 50px
}

@media (min-width: 1200px) {
    .advantage {
        padding-top: 70px
    }
}

.advantage__title {
    margin-bottom: 15px;
    text-align: center;
    text-wrap: balance
}

.advantage__text {
    position: relative;
    margin: 0 0 40px;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #071a3e;
    text-align: center
}

.advantage__text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 3px;
    background-color: #fec95d
}

.advantage__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 0;
    padding: 30px 20px;
    background-color: #eaefff;
    border-radius: 10px;
    list-style: none
}

@media (min-width: 1200px) {
    .advantage__list {
        padding: 50px 200px
    }
}

.advantage__item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.advantage__item svg {
    margin-bottom: 15px
}

@media (min-width: 1200px) {
    .advantage__item svg {
        width: 54px;
        height: 54px
    }
}

.advantage__desc {
    margin-bottom: 6px;
    color: #030b28;
    text-align: center
}

@media (min-width: 1200px) {
    .advantage__desc {
        margin-bottom: 10px
    }
}

.advantage__term {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #51545e;
    text-align: center
}

.inner-contact-sec {
    padding: 50px 0;
    background-color: #eaefff;
}

.contact-page .footer-lead-form {
    padding: 0;
}

.contact-page .inner-feild .box .form-field {
    background-color: #ECECEC;
}

.contact-page .inner-feild .box .form-field textarea {
    background-color: #ececec;
}

.inner-contact-info .HeadingThree {
    color: #070707;
    font-size: 28px;
    font-weight: 800;
}

.inner-contact-info p {
    color: #071a3e;
    margin-bottom: 15px;
    line-height: 25px;
}

.inner-contact-info .top-info ul {
    display: block;
}

.inner-contact-info .top-info ul li + li {
    margin-left: 0;
}

.right-contact-info {background: #4766ff;padding: 34px;border-radius: 22px;}

.right-contact-info .box h5 {
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 17px;
}

.right-contact-info .top-info ul li + li {
    margin-top: 8px;
}

.right-contact-info .top-info ul li a {
    font-size: 18px;
    display: flex;
}

.right-contact-info .top-info ul li a img {
    width: 26px;
    margin-right: 10px;
}

.right-contact-info .box {
    margin-top: 0;
}

.right-contact-info .box p {
    margin-bottom: 0;
    line-height: 27px;
}


.inner-feild .box .form-field textarea {
    width: 100%;
    height: 100px;
    border: none;
    resize: none;
    outline: none;
    color: #30353B;
    font-size: 14px;
    padding: 8px;
}

.inner-feild .box .form-field input {
}

.inner-feild .box:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
}

.footer-lead-form .form-button button {
    background-color: #4766ff;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
    border-radius: 6px;
    color: #fff;
    border: none;
}

.footer-lead-form .form-button {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.footer-lead-form .top-info ul li a {
    color: #fff;
    font-size: 16px;
}


.form-field input {
    background-color: transparent;
    color: #030b28;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    width: 100%;
    border: 2px solid #4766ff;
    border-radius: 5px;
    padding: 15px 20px;
}

.form-field {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .06);
}

.form-field + .form-field {
    margin-top: 10px;
}


.right-contact-info .box .list-item {
    padding-left: 24px;
}

.right-contact-info .box .list-item li {
    color: #fff;
    font-size: 15px;
    list-style: square;
    margin-bottom: 15px;
    line-height: 20px;
    font-weight: 600;
}

.right-contact-info .box .list-item li + li {
    margin-top: 10px;
}

.inner-feild .box {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

.inner-feild .box .form-field {
    width: 49%;
    margin-left: 7px;
}

.terms {
    margin-top: 36px;
}

.terms .term-txt {
    font-size: 31px;
    font-weight: 800;
    color: #070707;
    line-height: normal;
}

.custom-checkbox {
    display: flex;
    align-items: start;
    margin-top: 10px;
    font-size: 15px;
}

.custom-checkbox label {
    font-size: 14px;
    line-height: 22px;
    color: #071a3e;
}

.custom-checkbox input {
    margin-top: 5px;
    margin-right: 6px;
}

.total {
    margin-top: 27px;
    border-top: 1px solid #c3cadf;
    padding-top: 17px;
}

.total span {
    font-weight: 800;
    font-size: 23px;
    color: #4766ff;
}

.copyright-sec {
    color: #fff;
    text-align: center;
}


#pageloader
{
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

#pageloader img
{
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}


.lead-form.footer-lead-form.inner-contact-info {
    padding-right: 50px;
}


@media (max-width: 767px){
    .inner-feild .box .form-field {
        width: 100%;
        margin-left: 0;
    }
    .inner-contact-sec .col-md-8 {
        order: 2;
    }

    .main-nav {
        column-gap: 0;
    }

    .header__auth .header__login {
        display: none;
    }
    
    .lead-form.footer-lead-form.inner-contact-info {
    padding-right: 0;
    padding-top: 30px;
}
    
}

@media (min-width: 1200px) {
    .advantage__term {
        font-size: 15px
    }
}

.home .blog-similar {
    padding-top: 50px
}

@media (min-width: 1200px) {
    .home .blog-similar {
        padding-top: 70px
    }
}

.home .faq {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (min-width: 1200px) {
    .home .faq {
        padding-top: 70px;
        padding-bottom: 70px
    }
}