@font-face {
    font-family: "Rubik";
    src: url("../../fonts/rubik-regular.woff") format("woff2"),
        url("../../fonts/rubik-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Rubik";
    src: url("../../fonts/rubik-medium.woff") format("woff2"),
        url("../../fonts/rubik-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Rubik";
    src: url("../../fonts/rubik-bold.woff") format("woff2"),
        url("../../fonts/rubik-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Rubik";
    src: url("../../fonts/rubik-light.woff") format("woff2"),
        url("../../fonts/rubik-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Trusted Garage Icons";
    src: url("../../icons/trusted-garage-icons.woff") format("woff2"),
        url("../../icons/trusted-garage-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Trusted Garage Icons AB";
    src: url("../../icons/trusted-garage-icons-ab.woff") format("woff2"),
        url("../../icons/trusted-garage-icons-ab.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@keyframes bg-gradient {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

* {
    font-family: "Rubik", sans-serif;
}

html {
    font: 400 16px/1.5 "Rubik", sans-serif;
    color: #242629;
    scroll-behavior: smooth;
}

input,
textarea,
select,
button {
    font: inherit;
}

body {
    color: #323232;
    font-weight: 400;
    font-size: 15px;
}

body.body-navbar-fixed {
    padding-top: 81px;
}

/** komunikaty **/
.alert {
    margin-top: 20px;
}

/** różne **/
.tooltip-green,
.tooltip-blue {
    position: relative;
}

.tooltip-green:hover:after {
    font-size: 12px;
    content: attr(data-title);
    width: 335px;
    display: block;
    position: absolute;
    top: 20px;
    right: 0px;
    text-align: justify;
    white-space: normal;
    background: #def3e7;
    padding: 10px;
    z-index: 200;
    color: #008161;
    font-weight: 500;
    border-top-width: 1px;
}

.tooltip-blue:hover:after {
    font-size: 12px;
    content: attr(data-title);
    width: 335px;
    display: block;
    position: absolute;
    top: 20px;
    right: 0px;
    text-align: justify;
    white-space: normal;
    background: #d3e2f9;
    padding: 10px;
    z-index: 200;
    color: #2470e0;
    font-weight: 500;
    border-top-width: 1px;
}

.v-top,
.v-top img {
    vertical-align: top;
}

b,
strong,
strong *,
b * {
    font-weight: 700;
}

.text-weight-bolder {
    font-weight: 400;
}

.text-weight-bolder-2 {
    font-weight: 500;
}

.jumbotron .text-weight-bolder {
    font-weight: 400;
}

.jumbotron {
    background: none;
}

.jumbotron h1 {
    font-size: 62px;
    font-weight: 300;
}

.jumbotron-small {
    padding-top: 20px;
}

.jumbotron-mini {
    padding-bottom: 0px;
}

.mr5,
input.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

hr {
    border-color: #e0e0e0;
    background: #e0e0e0;
}

h1.no-margin-top,
h2.no-margin-top,
h3.no-margin-top {
    margin-top: 0px;
}

.no-margin-bottom {
    margin-bottom: 0;
}

p.back a {
    font-size: 12px;
    font-weight: 300;
}

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

.block-ads {
    margin: 20px 0px;
}

.block-ads-billboard {
    margin: 20px 0px 20px 0px;
}

.block-ads-billboard img {
    max-width: 100%;
    height: auto;
}

.stars-rating img {
    margin-left: 2px;
}

.stars-rating .ranking-star:first-child {
    margin-left: 0;
}

ul.padding-small {
    padding-left: 20px;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

.well-orange {
    background: #ffe0aa;
    border: #ffe0aa;
}

.overflow-y-text-block {
    height: 200px;
    overflow-y: scroll;
    padding: 10px;
}

#rodo .navbar-fixed-bottom {
    padding-top: 12px;
    border-top: 1px solid #d2d2d2;
    background: #e2e2e2;
    color: #444;
    opacity: 0.9;
    z-index: 9999999999999;
}

#rodo .navbar-fixed-bottom .glyphicon-remove-circle {
    font-size: 30px;
    color: #166ae6;
}

#rodo .navbar-fixed-bottom .rodo-close {
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    top: 6px;
}

@media (max-width: 768px) {
    #rodo .navbar-fixed-bottom {
        opacity: 1;
    }

    #rodo .navbar-fixed-bottom p {
        width: 90%;
        text-align: left;
    }
}

/** stronnicowanie **/
.cake-pagination {
    font-size: 1.2em;
}

.cake-pagination span a,
.cake-pagination span.prev,
.cake-pagination span.next,
.cake-pagination span.current {
    display: inline-block;
    min-width: 50px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #0d57c3;
    background-color: #ffffff;
    border-left: 1px solid #dce0e6;
    border-top: 1px solid #dce0e6;
    border-bottom: 1px solid #dce0e6;
}

.cake-pagination span:last-child a,
.cake-pagination span.next:last-child,
.cake-pagination span.current:last-child {
    border-right: 1px solid #dce0e6;
}

.cake-pagination span a:hover {
    background-color: #e9ecf1;
}

.cake-pagination span.current {
    color: #242629;
    background-color: #e9ecf1;
}

.cursor-pointer {
    cursor: pointer;
}

.mechanic-next {
    margin-top: 28px;
}

/** sekcje **/
.section-padding {
    padding: 70px 0px 60px 0px;
}

.section-grey-last {
    /* w przypadku gdy sekcja z szarym tłem jest ostatnim elementem na stronie */
    margin-bottom: -90px;
}

.block-spacing-mini {
    margin-bottom: 5px;
}

.block-spacing-smaller {
    margin-bottom: 10px;
}

.block-spacing-small {
    margin-bottom: 20px;
}

.block-spacing-medium {
    margin-bottom: 30px;
}

.block-spacing-normal {
    margin-bottom: 40px;
}

.block-spacing-big {
    margin-bottom: 60px;
}

.block-padding-top-mini {
    padding-top: 3px;
}

.block-padding-top-xsmall {
    padding-top: 5px;
}

.block-padding-bottom-normal {
    padding-bottom: 45px;
}

.block-width-full {
    width: 100%;
}

.container-first {
    margin-top: 30px;
}

/** sekcje specjalne ***/
.section-home-search {
    /* padding: 200px 0; */
    background-image: url(../../img/main/home-page-mobile.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.section-home-search:not(.section-home-form) {
    background-image: url(../../img/home/bg_search.jpg);
    background-size: auto 100%;
}

@media (min-width: 992px) {
    .section-home-search {
        background-image: url(../../img/main/home-page.jpg);
        background-size: 135% auto;
        min-height: 618px;
    }
}

@media (min-width: 1280px) {
    .section-home-search {
        background-size: 116% auto;
    }
}

@media (min-width: 1366px) {
    .section-home-search {
        background-size: 106% auto;
    }
}

@media (min-width: 1536px) {
    .section-home-search {
        background-size: 100% auto;
    }
}

.section-home-form {
    /* padding: 80px; */
}

@media (min-width: 992px) {
    .section-home-without-padding {
        padding: 0;
    }
}

/** formularze **/
input.form-control {
    border-radius: 0px;
}

.label-normal label {
    font-weight: normal;
    vertical-align: top;
    margin-left: 10px;
}

.label-inline {
    display: inline;
}

.form-control-file {
    margin-top: 10px;
}

.form-horizontal .error-message,
.form-horizontal .help-block,
form .error-message,
.form-chpass .help-block {
    color: #e30000;
}

.form-horizontal textarea.help-block,
.form-horizontal input.help-block {
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-horizontal input[type="checkbox"].help-block {
    display: inline;
}

.form-horizontal .required>label sup {
    font-size: 12px;
}

.form-chpass .help-block {
    margin-top: -5px;
}

textarea.textarea-small {
    height: 80px;
}

textarea.textarea-smaller {
    height: 60px;
}

.input-no-radius {
    border-radius: 0px;
}

.ui-widget.ui-multiselect {
    font-family: Roboto;
    font-size: 14px;
    margin-top: 5px;
}

.ui-multiselect-checkboxes .child label {
    font-weight: normal;
    padding-left: 30px;
}

.ui-multiselect-menu .ui-multiselect-filter input {
    color: #444;
    height: 25px;
    font-size: 13px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

select option.child {
    margin-left: 20px;
}

.select2-results {
    font-size: 15px;
}

.select2-results .child .select2-result-label {
    padding-left: 20px;
}

.form-horizontal .label-text {
    padding-top: 7px;
}

.form-horizontal .control-label-2-line {
    padding-top: 0px;
}

.ui-datepicker-month {
    color: #444;
}

.ui-datepicker-white .ui-datepicker-month {
    color: #fff;
}

.max-width-300 {
    max-width: 300px;
}

/** przyciski **/
.btn {
    border-radius: 0;
    font-weight: 500;
    padding: 7px 10px;
}

.btn.btn-xs {
    padding: 1px 5px;
}

.btn.btn-lg {
    padding: 10px 16px;
}

.btn.btn-narrow {
    padding: 6px 10px;
}

.btn-primary {
    background: #176ae6;
    border: #176ae6 1px solid;
}

.btn.btn-search {
    padding: 12px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #0d57c3;
    border: #0d57c3 1px solid;
}

.btn-primary[disabled] {
    background: #ffda99;
    border: #ffda99 1px solid;
}

.btn-default {
    border: 2px solid #176ae6;
    color: #176ae6;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    border: 2px solid #176ae6;
    color: #176ae6;
    background: #dae9ff;
}

.btn-success {
    border: 2px solid #444;
    background: #fff;
    color: #444;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    border: 2px solid #848484;
    background: #fff;
    color: #848484;
}

.btn-warning {
    border: 2px solid #d9534f;
    background: #fff;
    color: #d9534f;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    border: 2px solid #d9534f;
    background: #fff;
    color: #d9534f;
}

.btn-iframe-calendar {
    width: 273px;
    padding-left: 50px;
    height: 54px;
    background: url(../../img/widget/btn-button.png) 5px 7px no-repeat #176ae6;
    text-align: left;
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.btn-iframe-calendar:hover {
    color: #fff;
}

/** zakładki ***/
.nav-tabs {
    border-color: #f7f8fa;
}

.nav-tabs>li>a {
    border-color: #f7f8fa;
    border-radius: 0px;
    background: #f7f8fa;
    padding: 15px 30px;
    cursor: pointer;
    color: #323232;
    font-weight: 300;
}

.nav-tabs>li.active>a {
    border-color: #ddd;
    border-bottom: none;
    background: #fff;
    font-weight: 500;
}

.tab-content {
    padding-top: 15px;
}

.tab-content .tab-pane {
    margin-top: 30px;
}

.tab-content .tab-pane:nth-child(1) {
    margin-top: 0;
}

.nav-tabs-simple>li>a {
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: bold;
}

.nav-tabs-simple>li>a:hover {
    background-color: #fff;
    border-color: #f2f2f2;
    color: #ffbe4c;
}

.nav-tabs-simple>li.active>a,
.nav-tabs-simple>li.active>a:hover {
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: bold;
    color: #ffbe4c;
    cursor: pointer;
}

.nav-tabs-simple li:first-child>a {
    padding-left: 0px;
}

/** tooltip **/
.tooltip-inner {
    background-color: #f0f1f5;
    color: #444;
    font-size: 13px;
    font-weight: 300;
    border: 1px solid #dce0e6;
    padding: 15px;
}

.tooltip.bottom .tooltip-arrow {
    background-color: #fff;
    border-bottom-color: #f0f1f5;
}

/** panele **/
.panel {
    border-radius: 0px;
}

.panel-with-radius {
    border-radius: 20px;
}

.panel-default {
    border-color: #e4e4e4;
}

.panel-default .panel-heading {
    background: #f7f8fa;
    border-color: #e4e4e4;
    text-align: center;
    font-weight: 300;
    padding: 20px 15px;
}

.panel-success {
    border-color: #00b286;
}

.panel-success .panel-heading,
.panel-success>.panel-heading {
    color: #008161;
    background-color: #def3e7;
    border-color: #00b286;
}

.panel-primary {
    border-color: #176ae6;
}

.panel-primary .panel-heading {
    background: #176ae6;
    border-color: #176ae6;
    text-align: center;
    font-weight: 300;
    padding: 20px 15px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.panel-danger {
    border: #ffe4b5 1px solid;
}

.panel-danger .panel-heading {
    background: #ffe4b5;
    border-color: #ffe4b5;
    color: #444;
    text-align: center;
    font-weight: 300;
    padding: 20px 15px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.panel-danger .panel-footer {
    background: #ffe4b5;
}

.panel-info {
    border-color: #ccc;
}

.panel-info .panel-heading {
    background: #fff;
    border-color: #ccc;
    text-align: center;
    font-weight: 300;
    padding: 20px 15px;
    color: #444;
}

.panel-info .panel-footer {
    background: #fff;
    border-color: #ccc;
}

.panel-new-header {
    font-weight: 500;
    text-align: center;
    font-size: 26px;
}

@media (max-width: 991px) {
    .panel-new-header {
        font-size: 20px;
        margin: 5px 0 18px 0;
    }
}

.panel-new-header--wheels-and-tires {
    line-height: 38px;
    font-size: 28px;
    margin: 5px 0 18px 0;
}

@media (min-width: 992px) {
    .panel-new-header--wheels-and-tires {
        line-height: 48px;
        font-size: 34px;
        margin: 20px 0 30px 0;
    }
}

.panel-new-header--wheels-and-tires span {
    color: #2470E0;
    position: relative;
    padding: 0 6px;
}

.panel-new-header--wheels-and-tires span::before {
    background: linear-gradient(90deg, rgba(36, 82, 224, 0.15), rgba(36, 82, 224, 0));
    -webkit-animation: bg-gradient 1.5s forwards 1;
    -moz-animation: bg-gradient 1.5s forwards 1;
    animation: bg-gradient 1.5s forwards 1;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
}



.panel-body-new .select2-choice {
    border-radius: 10px !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}



/** breadcrumb ***/
.breadcrumb {
    background: none;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 0px;
}

.breadcrumb>li {
    font-size: 12px;
    color: #444;
    font-weight: 300;
}

.breadcrumb>li>a {
    font-size: 12px;
    color: #686868;
    font-weight: 300;
}

/* typografia **/
p {
    margin-bottom: 10px;
}

.text-spacing-big p {
    margin-bottom: 20px;
}

.text-spacing-big h2,
.text-spacing-big h3 {
    margin-bottom: 20px;
}

.text-gray {
    color: #c2c2c2;
}

.text-orange {
    color: #ffae21;
}

.text-white {
    color: #fff;
}

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

.text-gray-dark {
    color: #6b707d;
}

a.text-gray-dark {
    text-decoration: none;
}

a.text-gray-dark:hover {
    color: #6b707d;
    text-decoration: underline;
}

.text-big {
    font-size: 16px;
}

.text-big-2 {
    font-size: 17px;
    line-height: 150%;
}

.text-bigger {
    font-size: 20px;
}

.text-large {
    font-size: 24px;
}

.text-extra-large {
    font-size: 42px;
}

.text-small {
    font-size: 14px;
}

.text-smaller,
.text-script {
    font-size: 12px;
}

.text-mini {
    font-size: 75%;
}

.text-muted {
    color: #979db0;
}

.text-grey {
    color: #6b707d;
}

.text-green {
    color: #008161;
}

.text-green-light {
    color: #00ab80;
}

.text-blue {
    color: #0d57c3;
}

.text-red {
    color: #e74c3c;
}

.text-dark-grey {
    color: #242629;
}

.text-white {
    color: #ffffff;
}

.text-color-positive,
.text-color-comment-1 {
    color: #7eb732;
}

.text-color-neutral,
.text-color-comment-100 {
    color: #323232;
}

.text-color-negative,
.text-color-comment-200 {
    color: #e30000;
}

.text-color-orange {
    color: #176ae6;
}

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

.text-color-yellow {
    color: #ffae21;
}

.text-bold {
    font-weight: bold;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lighter {
    font-weight: 300;
}

.text-italic {
    font-style: italic;
}

h1,
.h1,
.text-header-h1 {
    font: 700 32px/1.2 "Rubik", sans-serif;
}

h2,
.h2,
.text-header-h2 {
    font: 700 30px/1.2 "Rubik", sans-serif;
}

h3,
.h3,
.text-header-h3 {
    font: 700 20px/1.5 "Rubik", sans-serif;
}

h4,
.h4 .text-header-h4 {
    font: 500 16px/1.5 "Rubik", sans-serif;
}

h5,
.h5,
.text-header-h5 {
    font: 500 14px/1.5 "Rubik", sans-serif;
}

h6,
.h6,
.text-header-h6 {
    font: 500 12px/1.5 "Rubik", sans-serif;
}

.panel-mechanic h5,
.panel-mechanic .h5 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 1px;
}

.capitalize {
    text-transform: capitalize;
}

/** misc  **/
ul.list-orange {
    list-style: none;
    list-style-type: none;
}

ul.list-orange li {
    background: url(../../img/guide/img_list_item.jpg) top left no-repeat;
    padding: 2px 0px 20px 30px;
    font-size: 22px;
    line-height: 1em;
}

span.number {
    color: #ffad20;
    border: 3px solid #ffad20;
    display: inline-block;
    width: 28px;
    padding-top: 2px;
    height: 28px;
    border-radius: 19px;
    font-size: 18px;
    color: #ffad20;
    font-weight: 600;
}

h3 span.number {
    position: relative;
    top: -2px;
}

.v-middle {
    vertical-align: middle;
}

.default_marketplace-container {
    background: #f7f8fa;
}

.default_marketplace-container .breadcrumb li,
.default_marketplace-container .breadcrumb li a,
.default_marketplace-container .breadcrumb li+li:before {
    color: #979db0;
}

.panel-booking-start {
    margin: 30px -15px 40px -15px;
    box-shadow: 6px 8px 30px 0px rgba(211, 226, 249, 0.5);
    border: none;
}

@media (min-width: 1200px) {
    .panel-booking-start {
        margin: 30px -15px 120px -15px;
    }
}

.image-copy-container {
    padding: 0 50px;
}

.image-copy-container .image-copy-icon {
    width: 40px;
    margin-right: 0;
}

.image-copy-container .image-copy-icon .icon-protect {
    font-size: 42px;
}

.image-copy-container .image-copy-text {
    float: left;
    width: calc(100% + (50px * -1));
    margin-left: 10px;
}

@media (min-width: 992px) {
    .image-copy-row {
        padding: 0 30px;
    }

    /* .panel-booking-start {
        margin-left: 40px;
    } */

    #header-marketplace .panel-booking-start .panel-body {
        height: 451px;
    }
}

.panel-booking-start-new {
    margin: 40px -15px 0 -15px;
}

@media (min-width: 1280px) {
    .panel-booking-start-new {
        margin: 70px -15px 0 -15px;
    }
}


@media (min-width: 1537px) {
    .panel-booking-start-new {
        margin: 120px -15px 0 -15px;
    }
}

.panel-body-new {
    padding: 14px 14px;
}

@media (min-width: 992px) {
    .panel-body-new {
        padding: 14px 48px;
    }
}

@media (min-width: 1536px) {
    .panel-body-new {
        padding: 14px 70px;
    }
}

.panel-booking-start h1.h2 {
    margin-bottom: 30px;
    margin-top: 0;
}

.panel-booking-start-label {
    font-weight: 500;
    font-size: 14px;
    color: #242629;
    margin-bottom: 5px;
}

.panel-booking-start .select2-container .select2-choice,
.flat-grey-select .select2-container .select2-choice {
    border: none;
    padding: 12px 15px;
    border-radius: 0px;
    height: 50px;
    padding-top: 10px;
    background: #f0f1f5;
    font-size: 16px;
}

.flat-grey-select .select2-container .select2-choice {
    background: white;
    padding: 6px 10px;
    height: auto;
}

@media (min-width: 1200px) {
    .flat-grey-select .select2-container .select2-choice {
        padding: 6px 10px 6px 15px;
    }
}

@media (max-width: 991px) {
    .flat-grey-select .select2-container .select2-choice {
        padding: 6px 10px 6px 15px;
    }
}

.panel-booking-start-submit {
    font-size: 16px;
    padding: 13px 15px;
    min-width: 120px;
}



.panel-booking-start-submit-new {
    font-size: 16px;
    padding: 13px 15px;
    width: 100%;
    font-weight: 400;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 0;
    margin-top: 5px;
}

@media (min-width: 992px) {
    .panel-booking-start-submit-new {
        margin-bottom: 20px;
        margin-top: 30px;
    }
}


.panel-booking-start .select2-container-big .select2-container .select2-choice .select2-arrow,
.flat-grey-select .select2-container .select2-choice .select2-arrow {
    position: absolute;
    right: 15px;
    top: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 1px 1px 0 0;
    display: inline-block;
    height: 12px;
    vertical-align: top;
    width: 12px;
    color: #242629;
    transform: rotate(135deg);
    border-radius: 0;
    background: transparent;
}

.flat-grey-select .select2-container .select2-choice .select2-arrow {
    top: 10px;
}

.flat-grey-select .select2-container .select2-choice .select2-arrow b {
    visibility: hidden;
}

.flat-grey-select .input-no-radius {
    border: 1px solid #e9ecf1;
}

.panel-booking-start.panel-booking-start-sidebar {
    margin: 0 0 20px 0;
}

@media (min-width: 992px) {
    .panel-booking-start-sidebar .panel-booking-start-form-heading {
        font-size: 24px;
    }

    .panel-booking-start-sidebar.sticky-element {
        top: 0px;
        background: white;
        z-index: 1;
        width: 294px;
    }
}

@media (min-width: 1200px) {
    .panel-booking-start-sidebar.sticky-element {
        width: 360px;
    }
}

@media (max-width: 991px) {
    .panel-booking-start-sidebar {
        position: relative !important;
    }
}

.flat-grey-select .input-no-radius:hover {
    -webkit-box-shadow: 3px 4px 3px -2px #cacaca;
    -moz-box-shadow: 3px 4px 3px -2px #cacaca;
    box-shadow: 3px 4px 3px -2px #cacaca;
}

.listing-search-button .input-search-submit {
    color: #2470e0;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    font-weight: 400;
    padding: 9px 0 8px 0;
    background: white;
}

.listing-search-button .input-search-submit:hover {
    color: white;
    border: 1px solid white;
    background: #2470e0;
}

.label-success {
    height: 18px;
    color: #008161;
    background-color: #def3e7;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    border-radius: 5px;
}

/*** linki ***/
a {
    color: #176ae6;
}

a.orange {
    color: #176ae6;
    text-decoration: underline;
}

a.orange span {
    color: #176ae6;
}

a.orange:hover {
    color: #176ae6;
}

a.orange span.glyphicon {
    margin-right: 5px;
}

a.grey {
    color: #888;
    text-decoration: underline;
}

a.grey span {
    color: #ccc;
}

a.white:hover {
    color: #ccc;
}

a.dark {
    color: #0d57c3;
}

a.text-color-positive:hover {
    color: #7eb732;
    text-decoration: underline;
}

a.text-color-neutral:hover {
    color: #323232;
    text-decoration: underline;
}

a.text-color-negative:hover {
    color: #e30000;
    text-decoration: underline;
}

a.text-green:hover {
    color: #008161;
    text-decoration: underline;
}

a.orange.no-decoration {
    text-decoration: none;
}

.table-noborder td {
    border: none !important;
}

.table td.vmiddle {
    vertical-align: middle;
}

.table-open-hours {
    width: 275px;
}

div.as-flex-center {
    display: flex;
    align-items: center;
}

/** nagłówek **/
.navbar-default {
    background: #ffffff;
    color: #242629;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a.gray {
    color: #aaa;
}

.navbar-default .navbar-right {
    padding-top: 22px;
}

.navbar-default {
    border-color: #000;
}

.navbar-default .navbar-text {
    color: #fff;
    margin-top: 7px;
}

.navbar-default .container .navbar-brand {
    height: auto;
    padding: 12px 0;
    margin-left: 0px;
}

.navbar-brand-subtext {
    display: none;
}

@media (min-width: 992px) {
    .navbar-header {
        min-width: 490px;
    }

    .navbar-brand-subtext {
        color: black;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        display: inline-block;
        position: relative;
        top: 20px;
        padding-left: 20px;
    }

    .navbar-brand-subtext-grey {
        color: #8b8f9b;
    }

    .navbar-brand img {
        height: 40px !important;
    }
}

.navbar-nav>li>a {
    padding-top: 7px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: transparent;
    color: white;
}

@media (min-width: 768px) {
    .main-navbar .navbar-bottom-border {
        border-bottom: 1px solid #DCE0E6;
        padding-bottom: 2px;
    }

    .home .navbar-bottom-border {
        border: none;
    }
}

.navbar-default .navbar-nav>li>.dropdown-for-mechanics,
.navbar-default .navbar-nav>li>.dropdown-for-mechanics:focus,
.navbar-default .navbar-nav>li.open>.dropdown-for-mechanics:focus,
.navbar-default .navbar-nav>li>.dropdown-for-mechanics:hover {
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    background: transparent;
    border: 1px solid #DCE0E6;
    color: #242629;
}

.navbar-fixed-top li>a.orange {
    font-weight: 500;
    text-decoration: none;
}

.navbar-google-plus {
    min-width: 90px;
    margin-right: 00px;
}

.navbar-facebook {
    min-width: 130px;
    margin-right: 30px;
    margin-left: 10px;
}

#navbar-collapse-1 a.orange {
    color: #176ae6;
    text-decoration: none;
}

.navbar-fixed-mechanic {
    padding-top: 12px;
    padding-bottom: 7px;
    background-color: rgba(255, 255, 255, 0.95);
    color: #444;
    border-color: #e4e4e4;
}

.navbar-fixed-mechanic p.h3 {
    margin-top: 0px;
    margin-bottom: 12px;
}

.navbar-header .navbar-phone {
    display: inline-block;
    width: 280px;
    margin-left: 80px;
    margin-top: 15px;
}

.navbar-header .navbar-phone-number {
    font-size: 20px;
}

#navbar-call-helpline {
    margin-right: 20px;
    font-size: 26px;
    padding-top: 10px;
}

#header-marketplace {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)),
        url(../../img/main/cover-marketplace.jpg);
    background-size: 1170px 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

@media (min-width: 992px) {
    #header-marketplace {
        background-image: radial-gradient(rgba(0, 0, 0, 0) 38%,
                rgba(0, 0, 0, 0.6)),
            url(../../img/main/cover-marketplace.jpg);
        height: 740px;
    }
}

#header-marketplace ul.navbar-right .nav-client-button {
    display: none;
}

#header-marketplace .navbar-default {
    background: none;
}

#header-marketplace .navbar-default .navbar-nav>li>.dropdown-for-mechanics,
#header-marketplace .navbar-default .navbar-nav>li>.dropdown-for-mechanics:focus,
#header-marketplace .navbar-default .navbar-nav>li.open>.dropdown-for-mechanics:focus,
#header-marketplace .navbar-default .navbar-nav>li>.dropdown-for-mechanics:hover {
    padding: 10px 15px;
    color: #242629;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background: #fff;
    border: 1px solid #dce0e6;
}

#header-marketplace .h1-listing {
    font-size: 35px;
}

@media (min-width: 992px) {
    #header-marketplace .h1-listing {
        font-size: 30px;
    }
}

#header-marketplace+.container .breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
    display: inline-block;
    width: 0;
    margin-left: -1px;
}

@media (min-width: 992px) {
    #header-marketplace+.container .breadcrumb>li+li:before {
        width: auto;
        margin-left: 0;
    }
}

#header-marketplace+.container .breadcrumb {
    display: block !important;
}

@media (max-width: 991px) {
    #header-marketplace table.mechanic-special-offer .cell-title p {
        padding: 6px 0px;
    }

    #header-marketplace table.mechanic-special-offer .cell-title {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {

    #header-marketplace+.container+.container .cake-pagination span a,
    #header-marketplace+.container+.container .cake-pagination span.prev,
    #header-marketplace+.container+.container .cake-pagination span.next,
    #header-marketplace+.container+.container .cake-pagination span.current {
        min-width: 11vw;
    }
}

@media (max-width: 991px) {
    #header-marketplace+.container+.container .garage-list {
        width: calc(100% - (30px * -1));
        position: relative;
        left: -15px;
    }

    #header-marketplace+.container+.container .panel-mechanic {
        border: none;
    }
}

/** strona główna ***/
.form-inline .input-search {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.input-search-submit {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-weight: 500;
    padding: 5px 30px;
}

.home-city,
.bg-gray {
    background: #f7f8fa;
}

.home-comments {
    padding-bottom: 0px;
}

.section-gray-last {
    background: #f7f8fa;
    margin-bottom: -90px;
}

.home h2 {
    font-size: 20px;
    line-height: 1.4;
}

.home .btn-default {
    font-size: 12px;
}

#aggregateRating {
    font-size: 16px;
}

/** wizytowka warsztatu **/
#aggregateRating img {
    vertical-align: top;
}

.ranking-star {
    margin-right: 0;
}

/** listing warsztatów */
.panel-mechanic {
    border: 1px solid #4cc9aa;
    box-shadow: none;
    border-radius: 0;
}

.title-ico-certified {
    display: inline-block;
    margin-left: 5px;
}

@media (min-width: 992px) {
    .title-ico-certified {
        display: none;
    }
}

.panel-mechanic h5 a,
.panel-mechanic .h5 a {
    font-weight: 500;
    font-size: 20px;
    color: #0d57c3;
}

.panel-mechanic h5 a:hover,
.panel-mechanic .h5 a:hover {
    text-decoration: none;
}

.panel-callcenter-help {
    padding: 30px;
    background: #def3e7;
    border: none;
    border-bottom: 2px solid #00b286;
}

.panel-callcenter-help .panel-body {
    padding: 0;
    background: none;
}

li.premium .panel-mechanic {
    border: 1px solid rgba(0, 178, 134, 0.7);
    background-color: #ffffff;
}

li.premium .panel-mechanic .mechanic-footer-right {
    float: right;
}

li.premium .panel-mechanic .mechanic-footer-left {
    float: left;
}

li.premium .panel-mechanic-sponsored {
    border: 2px solid rgba(0, 178, 134, 0.7);
}

li.non-premium .panel-mechanic {
    border: 1px solid #dce0e6;
    box-shadow: inset 0 -2px 0 0 #dce0e6;
}

.side-link-panel .panel-heading {
    background: none;
    border: none;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 15px 0 15px;
}

.side-link-panel .side-link-panel-item {
    color: #0d57c3;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

select.visibility-animation {
    -webkit-animation: fadein 20s ease-in;
    -moz-animation: fadein 20s ease-in;
    animation: fadein 20s ease-in;
}

.select2-container.spacing-small {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .select2-container.spacing-small {
        margin-bottom: 0;
    }
}

.side-link-panel .side-link-panel-comment {
    font-size: 14px;
}

.side-link-panel li {
    color: #0d57c3;
    font-size: 14px;
    margin-bottom: 2px;
}

.panel-mechanic .panel-body {
    position: relative;
    padding: 20px;
}

.certified-ico {
    position: absolute;
    top: 25px;
    right: 20px;
}

.panel-mechanic .additional {
    margin-top: 10px;
}

.panel-mechanic .mechanic-description {
    color: #6b707d;
    font-size: 14px;
    margin-top: 5px;
}

.social-proof {
    color: #00ab80;
    font-size: 12px;
    text-align: right;
}

.stars-rating .social-proof {
    text-align: left;
}

.business-card-form-sidebar .social-proof {
    text-align: center;
}

#main-form-modal .social-proof {
    font-size: 14px;
    margin-top: -20px;
    text-align: left;
}

#main-form-modal .social-proof>span,
.business-card-form .social-proof>span,
.stars-rating .social-proof>span {
    display: inline-block;
}

.panel-mechanic .stars-rating>span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    top: 2px;
    position: relative;
}

.list-mechanics-my .panel-mechanic-my {
    border: 1px solid #f7f7f7;
    border-radius: 0px;
    background: #f2f2f2;
}

.panel-mechanic .mechanic-special-offer {
    width: 100%;
    font-weight: 500;
}

.panel-mechanic .mechanic-special-offer tr {
    border-bottom: 1px solid #f0f1f5;
}

.panel-mechanic .mechanic-special-offer tr:last-child {
    border: none;
}

.panel-mechanic .mechanic-special-offer td {
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    vertical-align: middle;
}

.panel-mechanic .mechanic-special-offer td p {
    margin: 0px;
    padding: 6px 20px;
}

.panel-mechanic .mechanic-special-offer td .btn {
    color: #2470e0;
    border: 1px solid #2470e0;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    background: white;
    width: 100%;
}

.panel-mechanic .mechanic-special-offer td .btn:hover {
    color: white;
    background: #2470e0;
    border: 1px solid white;
}

.panel-mechanic .mechanic-special-offer td:last-child {
    padding-right: 0px;
}

.panel-mechanic .mechanic-special-offer td:first-child {
    padding-left: 0px;
}

.panel-mechanic .mechanic-special-offer .price-cell {
    padding-right: 0;
    text-align: left;
}

@media (max-width: 991px) {
    .price-cell {
        display: none;
    }

    .tab-pane-additional-item-url {
        width: 60%;
        word-wrap: break-word;
    }
}

.panel-mechanic .mechanic-special-offer .price-cell p {
    padding: 5px;
}

/** logowanie **/
.form-signin,
.form-chpass {
    margin: 80px auto 100px auto;
    max-width: 330px;
    padding: 15px;
}

.form-signin .form-control {
    margin-bottom: 10px;
}

/** Zmiana hasła **/
.form-chpass .form-control {
    /*margin-bottom: 0px;*/
}

.form-account-activate {
    margin: 80px auto 100px auto;
    max-width: 400px;
    padding: 15px;
}

.form-account-activate .form-control {
    margin-bottom: 10px;
}

/** lista komentarzy **/
.list-comments li {
    background-color: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.list-comments li.comment_200 {
    background: #fde9ea;
}

/** dodawanie opinii **/
.comment-type label {
    margin-right: 20px;
    font-weight: 500;
    margin-left: 5px;
}

#ratingTimeHint,
#ratingPriceHint,
#ratingServiceHint {
    min-height: 22px;
}

/** boks znasz juz opinie **/
.calendar-popup {
    position: fixed;
    width: 300px;
    height: 180px;
    right: 2px;
    bottom: 2px;
    display: none;
    z-index: 2;
}

.calendar-popup .panel {
    height: 178px;
}

.calendar-popup .panel .panel-body {
    padding-top: 30px;
    padding-bottom: 30px;
}

/** terminarz ustawienia **/
.table-calendar-settings li.label-normal {
    margin-bottom: 3px;
}

.table-calendar-settings label {
    margin-left: 0px;
}

/** terminarz umawianie **/
#popupHowItWorks table {
    width: 800px;
    vertical-align: top;
}

#popupHowItWorks table td {
    width: 50%;
    vertical-align: top;
    padding: 30px 20px;
}

#popupHowItWorks table td .pull-left {
    margin-right: 10px;
}

#popupHowItWorks table td .pull-left.pull-left-top {
    margin-top: -5px;
}

#CalendarEventCode {
    text-align: center;
    max-width: 400px;
}

/** szybka wyszukiwarka **/
.section-search-quick {
    min-height: 125px;
    padding-top: 22px;
    background: url(../../img/main/bg_search_small.jpg) top center no-repeat;
    background-size: cover;
}

.section-search-quick .form-control {
    font-size: 12px;
    font-weight: 300;
}

.select2-container .select2-choice>.select2-chosen {
    color: #555;
}

.section-search-quick .col-no-padding-right {
    padding-right: 0px;
}

.section-search-quick .col-no-padding-left {
    padding-left: 0px;
}

.section-search-quick .row-first {
    margin-bottom: 20px;
}

.section-search-geo {
    min-height: 100px;
    padding-top: 25px;
    background: url(../../img/main/bg_search_small.jpg) center center no-repeat;
    background-size: cover;
}

#MechanicMiasto {
    padding: 2px 8px;
    height: 28px;
}

/** wyszukiwarka auto podpowiadanie **/
.autosuggestContainer {
    position: relative;
}

.autosuggests {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #cccccc;
    color: #444444;
    left: 0px;
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 11;
    font-size: 14px;
}

.autosuggests ul {
    margin-bottom: 0px;
}

.section-search-quick .autosuggests {
    left: 2px;
}

.autosuggests ul li {
    border-bottom: 1px solid #cccccc;
    font-size: 1.2em;
    font-weight: normal;
    text-align: left;
    padding: 2px 5px 2px 15px;
}

.autosuggests ul li:last-child {
    border-bottom: none;
}

/** umawianie wizyty **/
.section-calendar {
    min-height: 150px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.section-calendar h1 {
    margin-bottom: 20px;
}

.section-calendar table {
    width: 100%;
    font-size: 0.9em;
}

.section-calendar table td img {
    height: 40px;
}

.section-calendar .inactive {
    color: #989898;
}

/*** wyszukiwanie z mapy **/
#map img {
    max-width: none;
}

#map #google_map {
    font-family: Arial;
    font-size: 12px;
}

#google_map {
    margin-top: 40px;
}

#here_map {
    height: 500px;
    width: 100%;
}

.here-map-marker img {
    opacity: 1 !important;
}

.here-map-marker.icon40 img {
    width: 40px;
}

.here-map-marker.icon24 img {
    width: 24px;
}

.here-map-marker.icon20 img {
    width: 20px;
}

.marker-bubble {
    font-size: 12px;
    line-height: 13px;
    width: 180px;
    color: #323232;
}

#maphere .H_ib_body {
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#maphere .H_ib_close svg {
    fill: #323232;
}

#maphere .H_ib_tail {
    display: none;
}

@media (min-width: 992px) {
    #google_map {
        margin-top: 0;
    }
}

/** wyszukiwarka mechanika - czy jest w bazie**/
.form-check-mechanic {
    height: 46px;
    margin: 30px auto 40px;
    max-width: 780px;
}

.orSpan {
    margin: 0 30px;
}

/** kierowcy polecają **/
.row-cards-first {
    margin: 80px 0 160px;
}

.cards-info p {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

/* Kierowcy Polecają */
.mechanic-cert .row-cards-first {
    margin: 30px 0px 70px;
}

.mechanic-cert .row-cards-second {
    margin-bottom: 130px;
}

/** artykuły ***/
.media-body-article ul li,
.media-body-article ol li {
    list-style: inside;
}

.media-body-article ol {
    list-style-type: decimal;
    list-style: decimal;
}

.media-body-article ol li {
    list-style-type: decimal;
    list-style: decimal;
}

.opinions {
    margin-top: 50px;
}

.opinions .opinion {
    padding-right: 30px;
    margin-bottom: 30px;
}

.opinions .opinion img {
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    display: block;
    width: 140px;
}

.opinions .opinion p {
    font-size: 17px;
    font-style: italic;
}

.opinions .opinion p.author {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

/*** warsztaty VIP ***/
.mechanic-vips li.premium .panel-mechanic {
    border-top-width: 3px;
    background: #ffffff;
    margin-bottom: 20px;
}

.mechanic-vips ul.list-unstyled {
    margin-bottom: 0px;
}

#complete-visit {
    background: #efefef;
    padding: 5px 0px 20px 0px;
}

#complete-visit .row {
    background: #fff;
    padding: 10px 0px 0px 0px;
}

#complete-visit .row .glyphicon {
    font-size: 1.5em;
}

#mechanicPhoneSms {
    background: url(../../img/mechanic/bg_phone_sms.jpg) no-repeat top center;
    width: 278px;
    padding: 110px 20px 0px 20px;
    height: 557px;
    margin: 10px auto;
}

#mechanicSms {
    background: #2470e0;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}

#mechanicEmailPreviewHeader {
    text-align: center;
    color: #fff;
    background: url(../../img/campaign_email/bg_header.jpg) top center / cover;
    padding: 10px 0px;
}

#mechanicEmailContent {
    padding: 20px 10px;
    text-align: center;
}

#mechanicEmailOffers {
    margin: 0px 20px 20px 20px;
    font-size: 12px;
    width: 100%;
}

#mechanicEmailOffers tr td {
    padding: 5px;
}

#mechanicEmailOffers tr td.price {
    width: 45px;
}

#mechanicEmailOffers tr td.book {
    width: 90px;
}

#mechanicEmailOffers tr td.price span {
    display: inline-block;
    height: 40px;
    width: 40px;
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    text-align: center;
    font-size: 13px;
}

#mechanicEmailOffers tr:nth-child(2n + 1) td.price span {
    background: #2470e0;
}

#mechanicEmailOffers tr:nth-child(2n) td.price span {
    background: #5b5b5b;
}

/** tabela z rankingiem w qa **/
#qa-section-header {
    padding-top: 40px;
    font-size: 1.2em;
    margin-bottom: 60px;
    background: #f2f2f2;
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
}

#qa-section-header .text-bigger {
    font-size: 22px;
}

#qa-section-header h1 {
    font-size: 36px;
    margin-top: 20px;
}

.qa-ranking .qa-logo {
    padding-right: 10px;
    padding-bottom: 15px;
    vertical-align: top;
}

.qa-ranking .qa-name {
    padding-right: 10px;
    padding-bottom: 15px;
    vertical-align: top;
}

.qa-ranking .qa-star {
    vertical-align: middle;
}

#recommended-questions {
    max-width: 500px;
}

.services-tree {
    padding-left: 10px;
}

.services-tree .service-parent {
    margin-bottom: 15px;
}

.services-tree .service-parent .service-childrens {
    padding-left: 20px;
}

.services-tree .service-parent .service-childrens .service-children {
    margin-top: 3px;
}

.services-tree label {
    font-weight: 400;
    vertical-align: middle;
    margin-bottom: -2px;
    margin-left: 5px;
}

.services-tree input[type="checkbox"] {
    vertical-align: middle;
}

.services-tree .service-parent>label {
    font-size: 1.2em;
}

@media (min-width: 992px) {
    .section-search-geo .col-no-padding-right {
        padding-right: 0px;
    }

    .section-search-geo .col-no-padding-left {
        padding-left: 0px;
    }
}

@media (min-width: 1200px) {
    .text-right-lg {
        text-align: right;
    }
}

@media (max-width: 992px) {
    .section-search-quick .col-xs-offset-2 {
        margin-left: 0px;
    }

    .section-search-quick .col-xs-8 {
        width: 100%;
    }

    .section-search-geo {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .section-search-geo .col-md-6 {
        margin-bottom: 10px;
    }

    .row-cards-first {
        margin: 80px 0 !important;
    }

    .row-cards-second {
        margin-bottom: 80px !important;
    }
}

@media (max-width: 767px) {
    #calendarCreateForm .form-group .col-sm-4.text-right {
        text-align: left;
    }

    #calendarCreateFormModal .form-group .col-sm-4.text-right {
        text-align: left;
    }

    #calendarCreateFormSidebar .form-group .col-sm-4.text-right {
        text-align: left;
    }

    .navbar-static-top {
        margin-bottom: 10px;
    }

    .navbar-default .container .navbar-brand {
        margin-left: 15px;
    }

    .section-home-search {
        padding: 15px 0 0 0;
    }

    .section-search-geo {
        margin-top: -10px;
    }

    .navbar-default .navbar-collapse {
        border-color: #444;
    }

    .navbar-nav .navbar-text {
        margin-left: 15px;
    }

    .orSpan {
        display: block;
        margin: 10px 0;
    }

    .row-cards-first {
        margin: 40px 0 !important;
    }

    .btn {
        margin-bottom: 5px;
    }

    .panel-quarters ul li {
        margin-bottom: 5px;
    }

    .mechanic-tabs #about .ml10 {
        float: none !important;
        margin-left: 0px;
    }

    .sm-text-center {
        text-align: center !important;
    }

    .sm-text-left {
        text-align: left !important;
    }

    .panel-mechanic .mechanic-special-offer td {
        padding: 20px 5px;
        vertical-align: middle;
    }

    .panel-mechanic .mechanic-special-offer td p {
        margin: 0px;
        padding: 6px 10px;
    }


    li.premium .panel-mechanic .mechanic-footer-right {
        float: none;
    }

    li.premium .panel-mechanic .mechanic-footer-left {
        float: none;
        text-align: center;
        padding-top: 5px;
    }

    .social-proof {
        text-align: center;
    }

    .social-proof>span {
        display: inline-block;
    }

    .panel-booking-start {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .panel-booking-start:first-child {
        margin-top: 192px;
        margin-bottom: 30px;
    }
}

@media (max-width: 479px) {
    h1.h1-listing {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .opinions .opinion {
        text-align: center;
    }

    .opinions .opinion img {
        float: none;
        margin: 0 auto 30px;
    }
}



/* MF - CHANGES (NEW CLASSES) */
.main-navbar {
    margin: 10px 0;
    border: none;
}

.main-navbar.navbar-fixed-top {
    border-bottom: 1px solid #e9ecf1;
}

.main-navbar .nav {
    padding: 12px 0;
}

.main-navbar .nav li a {
    padding: 10px;
    font-size: 16px;
    color: #242629;
}

#header-marketplace .nav li a {
    color: #fff;
}

#header-marketplace .nav li.dropdown a {
    color: #242629;
}

#header-marketplace .navbar-toggle {
    background-color: transparent;
    border: 0px transparent;
}

#header-marketplace .navbar-toggle .icon-bar {
    background: white;
    height: 2px;
}

@media (max-width: 991px) {
    .panel-booking-start-form-heading {
        font-size: 20px;
        font-weight: 500;
    }
}

.panel-booking-submit-button {
    text-align: right;
}

.text-blue {
    color: #176ae6;
}

.text-success {
    color: #008161;
}

.section-search-map-info,
.section-search-map-info:hover {
    text-decoration: none;
    color: #ffffff;
}

.panel-mechanic-address {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #6b707d;
}

/* MF - ICONS */
.icon {
    display: inline-block;
    vertical-align: middle;
    font: normal normal normal 20px/1 "Trusted Garage Icons";
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-circle-up::before {
    content: "\ea03";
}

.icon-coin::before {
    content: "\ea04";
}

.icon-info::before {
    content: "\ea05";
}

.icon-wrench::before {
    content: "\ea06";
}

.icon-steering-wheel::before {
    content: "\ea07";
}

.icon-star::before {
    content: "\ea08";
}

.icon-snowflake::before {
    content: "\ea09";
}

.icon-settings::before {
    content: "\ea0a";
}

.icon-search::before {
    content: "\ea0b";
}

.icon-resize::before {
    content: "\ea0c";
}

.icon-prize::before {
    content: "\ea0d";
}

.icon-plus::before {
    content: "\ea0e";
}

.icon-plus-math::before {
    content: "\ea0f";
}

.icon-phone::before {
    content: "\ea10";
}

.icon-pencil::before {
    content: "\ea11";
}

.icon-money::before {
    content: "\ea12";
}

.icon-marker::before {
    content: "\ea13";
}

.icon-arrow-circle-right::before {
    content: "\ea14";
}

.icon-guarantee::before {
    content: "\ea15";
}

.icon-protect::before {
    content: "\ea33";
}

.icon-engine-oil::before {
    content: "\ea16";
}

.icon-conference-call::before {
    content: "\ea17";
}

.icon-arrow-circle-left::before {
    content: "\ea18";
}

.icon-close::before {
    content: "\ea19";
}

.icon-clock::before {
    content: "\ea1a";
}

.icon-checkmark::before {
    content: "\ea1b";
}

.icon-checked::before {
    content: "\ea1c";
}

.icon-cart::before {
    content: "\ea1d";
}

.icon-car::before {
    content: "\ea1e";
}

.icon-car-wheel::before {
    content: "\ea1f";
}

.icon-car-service::before {
    content: "\ea20";
}

.icon-car-keys::before {
    content: "\ea21";
}

.icon-car-filter::before {
    content: "\ea22";
}

.icon-car-breaks::before {
    content: "\ea23";
}

.icon-car-2::before {
    content: "\ea24";
}

.icon-calendar::before {
    content: "\ea25";
}

.icon-arrow-up::before {
    content: "\ea26";
}

.icon-arrow-right::before {
    content: "\ea27";
}

.icon-arrow-left::before {
    content: "\ea28";
}

.icon-arrow-down::before {
    content: "\ea29";
}

.icon-arrow-circle-down::before {
    content: "\ea2a";
}

.icon-lg {
    font-size: 38px;
}

.icon-tires::before {
    content: "\ea2d"
}

/* MF - BUTTONS */
.button {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 9px;
    text-align: center;
    color: #242629;
    background-color: #ffffff;
    border: 1px solid #dce0e6;
    transition: all 0.3s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.button:hover,
.button:active {
    text-decoration: none;
    color: inherit;
    background-color: #f0f1f5;
}

.button:hover .icon,
.button:active .icon {
    color: #242629;
}

.button.disabled,
.button[disabled] {
    pointer-events: none;
    color: #e9ecf1;
    border-color: #e9ecf1;
}

.button.disabled .icon,
.button[disabled] .icon {
    color: #e9ecf1;
}

.button .icon {
    color: #6b707d;
}

.button .icon:first-child:not(:last-child) {
    margin-right: 10px;
}

.button .icon:last-child:not(:first-child) {
    margin-left: 10px;
}

.button span {
    display: inline-block;
    vertical-align: middle;
}

.button-small {
    padding: 4px 9px;
    font-size: 14px;
    line-height: 20px;
}

.button-small.button-icon {
    padding-right: 7px;
    padding-left: 7px;
}

.button-small .icon {
    font-size: 14px;
}

.button-small .icon:first-child:not(:last-child) {
    margin-right: 5px;
}

.button-small .icon:last-child:not(:first-child) {
    margin-left: 5px;
}

.button-large {
    padding: 12px 14px;
    font-weight: 500;
}

.button-full {
    display: block;
    vertical-align: baseline;
    width: 100%;
}

.button-solid.button-primary {
    color: #ffffff;
    background-color: #176ae6;
    border-color: #176ae6;
}

.button-solid.button-primary:hover,
.button-solid.button-primary:active {
    background-color: #0d57c3;
    border-color: #0d57c3;
}

.button-solid.button-primary.disabled,
.button-solid.button-primary[disabled] {
    background-color: #dae9ff;
    border-color: #dae9ff;
}

.button-solid.button-primary .icon {
    color: #ffffff;
}

.button-solid.button-secondary {
    color: #ffffff;
    background-color: #00b286;
    border-color: #00b286;
}

.button-solid.button-secondary:hover,
.button-solid.button-secondary:active {
    background-color: #008161;
    border-color: #008161;
}

.button-solid.button-secondary.disabled,
.button-solid.button-secondary[disabled] {
    background-color: #def3e7;
    border-color: #def3e7;
}

.button-solid.button-secondary .icon {
    color: #ffffff;
}

.button-outline {
    border-color: #242629;
}

.button-outline.button-primary {
    color: #176ae6;
    border-color: #176ae6;
}

.button-outline.button-primary:hover,
.button-outline.button-primary:active {
    background-color: #176ae6;
    color: white;
}

.button-outline.button-primary.disabled,
.button-outline.button-primary[disabled] {
    color: #e9ecf1;
    border-color: #e9ecf1;
}

.button-outline.button-primary.disabled .icon,
.button-outline.button-primary[disabled] .icon {
    color: #e9ecf1;
}

.button-outline.button-primary .icon {
    color: #176ae6;
}

.button-outline.button-secondary {
    color: #00b286;
    border-color: #00b286;
}

.button-outline.button-secondary:hover,
.button-outline.button-secondary:active {
    background-color: #def3e7;
}

.button-outline.button-secondary.disabled,
.button-outline.button-secondary[disabled] {
    color: #e9ecf1;
    border-color: #e9ecf1;
}

.button-outline.button-secondary.disabled .icon,
.button-outline.button-secondary[disabled] .icon {
    color: #e9ecf1;
}

.button-outline.button-secondary .icon {
    color: #00b286;
}

/* MF - HOME PAGE */
.home-article {
    position: relative;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #dce0e6;
    border-bottom-width: 2px;
}

.home-article-image {
    position: relative;
    margin-bottom: 20px;
}

.home-article-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-article-image::after {
    content: "";
    display: block;
    padding-bottom: 70%;
}

.home-article-title {
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 20px;
}

.home-article-text {
    margin: 0;
}

.home-article-more {
    display: block;
    margin-top: 30px;
    font-size: 14px;
    color: #0d57c3;
}

.home-article-more:hover,
.home-article-more:focus {
    text-decoration: none;
    color: #0d57c3;
}

.home-article-more span {
    display: inline-block;
    vertical-align: middle;
}

.home-article-more .icon {
    font-size: 12px;
}

.home-article-more::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-articles {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-articles .home-article,
.home-articles .home-tip {
    margin-top: 30px;
}

.home-articles-header,
.home-articles-info {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
}

.home-articles-action {
    margin-top: 30px;
    text-align: center;
}

.home-articles-more {
    width: 100%;
}

@media (min-width: 768px) {
    .home-articles-more {
        width: auto;
    }
}

.home-divider {
    width: 100%;
    height: 1px;
    background-color: #dce0e6;
}

.home-features {
    padding-bottom: 50px;
}

.home-features-item {
    margin-top: 50px;
    text-align: center;
}

.home-features-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    color: #00ab80;
    background-color: #def3e7;
    border-radius: 50%;
}

.home-features-item-icon .icon {
    font-size: 32px;
}

.home-features-item-icon .icon.icon-protect {
    font-size: 40px;
}

.home-features-item-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #008161;
}

.home-links {
    padding-top: 30px;
    padding-bottom: 20px;
}

.home-links-header {
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
}

.home-links-item {
    margin-bottom: 30px;
}

.home-links-item-name {
    margin-bottom: 10px;
}

.home-links-item-name a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #0d57c3;
}

.home-links-item-name a:hover {
    text-decoration: underline;
}

.home-links-item-list {
    margin: 0;
    padding: 0;
}

.home-links-item-list li {
    display: inline-block;
    font-size: 14px;
    color: #6b707d;
}

.home-links-item-list li::after {
    content: "\00A0\00B7";
}

.home-links-item-list li:last-child::after {
    content: "";
}

.home-links-item-list a {
    font-size: 14px;
    color: #6b707d;
}

.home-links-item-list a:hover {
    text-decoration: underline;
}

.home-opinion {
    position: relative;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #dce0e6;
    border-bottom-width: 2px;
}

.home-opinion-header {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .home-opinion-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.home-opinion-name,
.home-opinion-date {
    margin: 0;
}

.home-opinion-rate {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .home-opinion-rate {
        justify-content: flex-end;
        margin-top: 0;
        text-align: right;
    }
}

.home-opinion-badge {
    margin: 5px 0 0 0;
}

.home-opinion-badge span {
    display: inline-block;
    vertical-align: middle;
}

.home-opinion-badge .icon {
    font-size: 16px;
}

.home-opinion-stars {
    margin-top: 5px;
}

@media (min-width: 768px) {
    .home-opinion-stars {
        order: -1;
        margin-top: 0;
    }
}

.home-opinion-text {
    margin: 0;
}

.home-opinion-car {
    margin-top: 10px;
}

.home-opinion-car .icon {
    margin-right: 10px;
}

.home-opinion-car a {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}

.home-opinion-car a:hover,
.home-opinion-car a:focus {
    text-decoration: none;
    color: inherit;
}

.home-opinion-car a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-opinions {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f8fa;
}

.home-opinions .home-opinion {
    margin-top: 40px;
}

.home-opinions-header,
.home-opinions-info {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
}

.home-tip {
    position: relative;
    padding: 20px;
    background-color: #f7f8fa;
}

.home-tip-car {
    margin: 0;
}

.home-tip-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
}

.home-tip-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}

.home-tip-answers {
    margin: 0;
}

.home-tip-link {
    margin-left: 10px;
}

.home-tip-link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* MF - MECHANIC */
.mechanic-tabs-list {
    white-space: nowrap;
    border-bottom: 1px solid #dce0e6;
}

.mechanic-tabs-list-scroll {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.mechanic-tabs-list li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}

.mechanic-tabs-list li:first-child {
    margin-left: 0;
}

.mechanic-tabs-list li:last-child {
    margin-right: 0;
}

.mechanic-tabs-list li a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #242629;
}

.mechanic-tabs-list li a:hover {
    text-decoration: underline;
}

.mechanic-tabs-list li.active a {
    position: relative;
    font-weight: 500;
}

.mechanic-tabs-list li.active::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #242629;
}

.tab-pane-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tab-pane-header {
    margin: 0;
}

.tab-pane-info {
    margin-top: 20px;
}

.tab-pane-additional {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
}

.tab-pane-additional-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-top: 15px;
}

.tab-pane-additional-item:first-child {
    margin-top: 0;
}

.tab-pane-additional-item-icon {
    margin-right: 20px;
}

.tab-pane-additional-item-name {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.tab-pane-additional-item-name a {
    color: #166ae5;
}

.tab-pane-additional-item-name a.showContact {
    color: #166ae5;
}

.tab-pane-additional-item-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    outline: none;
    border: none;
}

.tab-pane-additional-item-toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab-pane-additional-item-content {
    display: none;
    width: 100%;
    margin-top: 10px;
    padding-left: 40px;
}

.tab-pane-additional-item.active .tab-pane-additional-item-content {
    display: block;
}

.tab-pane-text {
    font-size: 16px;
}

.tab-pane-pricing {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #dce0e6;
    border-bottom-width: 2px;
}

.tab-pane-pricing p {
    margin: 0;
}

.tab-pane-pricing-row {
    position: relative;
    padding: 18px;
    border-bottom: 1px solid #dce0e6;
}

@media (min-width: 992px) {
    .tab-pane-pricing-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 15px 20px;
    }
}

.tab-pane-pricing-name {
    font-size: 16px;
}

@media (min-width: 992px) {
    .tab-pane-pricing-name {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .tab-pane-pricing-name {
        padding-right: 42%;
    }
}

.tab-pane-pricing-price {
    font-size: 14px;
}

@media (max-width: 991px) {
    .tab-pane-pricing-price {
        margin-top: 5px;
    }
}

@media (min-width: 992px) {
    .tab-pane-pricing-price {
        font-size: 14px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 0.5;
        -ms-flex-positive: 0.5;
        flex-grow: 0.5;
        max-width: 100%;
    }
}

.mechanic-tabs .tab-pane-pricing-action {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .tab-pane-pricing-action {
        position: static;
        top: auto;
        right: auto;
        margin-left: auto;
    }
}

.comments-box {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #dce0e6;
    border-bottom-width: 2px;
}

@media (min-width: 992px) {
    .comments-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.comments-box-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 112px;
    background-color: #f7f8fa;
}

@media (min-width: 992px) {
    .comments-box-total {
        width: calc(50% + (45px * -1));
        margin-right: 45px;
    }
}

.comments-box-total-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 30px;
    color: #242629;
}

.comments-box-total-rate span {
    margin-right: 15px;
}

.comments-box-total-info {
    margin-top: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #242629;
}

@media (min-width: 992px) {
    .comments-box-total-info strong {
        display: block;
    }
}

.comments-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .comments-box-list {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        margin-top: -20px;
    }
}

.comments-box-item {
    width: 50%;
}

.comments-box-item p {
    margin: 20px 0 10px;
    font-weight: 400;
    font-size: 14px;
    color: #242629;
}

.comments-tabs {
    margin-top: 20px;
    white-space: nowrap;
    border-bottom: 1px solid #dce0e6;
}

.comments-tabs-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.comments-tabs a {
    display: inline-block;
    vertical-align: middle;
    padding: 20px 10px;
    text-transform: uppercase;
    font-size: 14px;
    color: #242629;
}

.comments-tabs a:first-child {
    padding-left: 0;
}

.comments-tabs a:last-child {
    padding-right: 0;
}

.comments-tabs a:hover {
    text-decoration: none;
}

.comments-tabs a.current {
    position: relative;
    font-weight: 500;
}

.comments-tabs a.current::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #242629;
}

.comment {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dce0e6;
}

.comment-header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 90px auto -webkit-min-content;
    -ms-grid-columns: 90px auto min-content;
    grid-template-columns: 90px auto -webkit-min-content;
    grid-template-columns: 90px auto min-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-initial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    color: #2470e0;
    background-color: #dae9ff;
    border-radius: 50%;
}

.comment-info p {
    margin: 0;
}

.comment-author {
    font-weight: 500;
    font-size: 16px;
    color: #242629;
}

.comment-date {
    font-size: 14px;
    color: #6b707d;
}

.comment-rate-stars {
    position: relative;
}

.comment-rate-stars-value,
.comment-rate-stars-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.comment-rate-stars-value {
    padding-bottom: 5px;
}

.comment-rate-stars-value .icon {
    margin-left: 10px;
    font-size: 14px;
}

.comment-rate-stars-list {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    right: 0;
    padding: 15px;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #dce0e6;
}

.comment-rate-stars-list li {
    margin-top: 10px;
}

.comment-rate-stars-list li:first-child {
    margin-top: 0;
}

.comment-rate-stars-list p {
    margin: 0 10px 0 0;
}

.comment-rate-stars:hover .comment-rate-stars-list {
    display: block;
}

.comment-trusted {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
    font-size: 14px;
    color: #008161;
}

.comment-trusted:hover {
    color: #008161;
}

@media (min-width: 992px) {
    .comment-trusted {
        margin-top: -20px;
    }
}

.comment-trusted .icon {
    margin-right: 5px;
    font-size: 16px;
}

.comment .text-bigger {
    margin: 20px 0 0 0;
}

.comment-body {
    margin-top: 20px;
    font-size: 16px;
}

.comment-car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
    color: #6b707d;
}

.comment-car .icon {
    margin-right: 10px;
}

.mechanic-section {
    margin-top: 60px;
    background-color: #f7f8fa;
}

.mechanic-specialization {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dce0e6;
}

.mechanic-specialization-header {
    margin: 0;
}

.mechanic-specialization ul {
    -webkit-column-count: 2;
    column-count: 2;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 992px) {
    .mechanic-specialization ul {
        -webkit-column-count: 6;
        column-count: 6;
    }
}

.mechanic-specialization ul li {
    margin-top: 10px;
}

.mechanic-specialization ul li:first-child {
    margin-top: 0;
}

.mechanic-specialization ul li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #6b707d;
}

.mechanic-services {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mechanic-services-header {
    margin: 0;
}

.mechanic-services ul {
    padding: 0;
    list-style: none;
}

.mechanic-services>ul {
    margin-top: 20px;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}

@media (min-width: 992px) {
    .mechanic-services>ul {
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.mechanic-services ul li {
    margin-top: 5px;
}

.mechanic-services ul li:first-child {
    margin-top: 10px;
}

.mechanic-services ul li a {
    display: block;
    font-size: 12px;
    color: #6b707d;
}

.mechanic-services>ul>li {
    margin-top: 20px;
}

.mechanic-services>ul>li:first-child {
    margin-top: 0;
}

.mechanic-services>ul>li>a {
    font-size: 14px;
    color: #242629;
}

.mechanic-questions {
    margin-top: 40px;
}

.mechanic-questions-header {
    margin: 0;
}

.mechanic-questions-header a {
    color: #242629;
}

.mechanic-questions-list {
    margin-top: 20px;
    border: 1px solid #dce0e6;
    border-bottom-width: 2px;
}

.mechanic-questions-item {
    border-bottom: 1px solid #dce0e6;
}

.mechanic-questions-item-header {
    position: relative;
    padding: 20px;
}

.mechanic-questions-item-title a {
    font-weight: 500;
    font-size: 16px;
    color: #242629;
}

.mechanic-questions-item-car {
    font-size: 14px;
    color: #6b707d;
}

.mechanic-questions-item-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    padding: 0;
    color: #176ae6;
    background: none;
    outline: none;
    border: none;
}

.mechanic-questions-item.active .mechanic-questions-item-toggle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mechanic-questions-item-content {
    display: none;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dce0e6;
}

.mechanic-questions-item.active .mechanic-questions-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mechanic-questions-item-avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.mechanic-questions-item-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -o-object-fit: cover;
    object-fit: cover;
}

.mechanic-questions-item-text {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-size: 16px;
}

/* MF - FOOTER */

.footer.footer-single {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .footer [class*="col-"]:nth-child(even) {
        clear: left;
    }
}

.footer-divider {
    margin-top: 40px;
    margin-bottom: 40px;
    border-top: 1px solid #dce0e6;
}

.footer-divider.footer-divider-no-border {
    border: none;
}

.footer-info {
    position: relative;
}

.footer-brand {
    display: inline-block;
}

.footer-brand img {
    vertical-align: middle;
}

.footer-info-text {
    margin-top: 20px;
    font-size: 14px;
    color: #979db0;
}

.footer-social {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

@media (min-width: 992px) {
    .footer-social {
        position: static;
        top: auto;
        right: auto;
        margin-top: 32px;
        text-align: left;
    }
}

.footer-social-item {
    margin-top: 8px;
}

.footer-social-item:first-child {
    margin-top: 0;
}

.footer-header {
    margin-top: 40px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #242629;
}

@media (min-width: 992px) {
    .footer-header {
        margin-top: 0;
    }
}

.footer-links {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-top: 8px;
}

.footer-links li:first-child {
    margin-top: 0;
}

.footer-links li a {
    display: block;
    font-size: 14px;
    color: #979db0;
}

.footer-certificate {
    margin-top: 20px;
}

.footer-certificate a {
    display: inline-block;
}

.footer-certificate img {
    vertical-align: middle;
}

.footer-eu {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
}

.footer-eu-image {
    display: inline-block;
}

.footer-eu-image img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.footer-eu-info {
    margin-top: 30px;
    font-size: 12px;
    color: #6b707d;
}

.input-grey {
    background: #f0f1f5;
    height: 40px;
    border: none;
    font-size: 16px;
}

.input-grey-select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.input-select-chevron::before {
    content: "";
    position: absolute;
    right: 30px;
    top: 10px;
    pointer-events: none;
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 14px;
    vertical-align: top;
    width: 14px;
    color: #242629;
    transform: rotate(135deg);
    z-index: 1000;
}

.business-card-form .form-group .textarea-grey {
    height: 90px;
}

@media (max-width: 768px) {
    .business-card-form .form-group .textarea-grey {
        height: 120px;
    }
}

.form-horizontal .label-for-input-grey {
    color: #242629;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding-top: 0;
}

.business-card-form .form-group {
    margin: 0 0 20px 0;
}

.business-card-form .form-group:last-child {
    margin: 0;
}

.business-card-form {
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
}

.business-card-form ::-webkit-input-placeholder {
    font-size: 16px;
    color: #989898;
}

.business-card-form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px;
    color: #989898;
}

.business-card-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px;
    color: #989898;
}

.business-card-form :-ms-input-placeholder {
    font-size: 16px;
    color: #989898;
}

@media (min-width: 992px) {
    .business-card-form-sidebar {
        top: 0px;
        background: white;
        z-index: 999;
        width: 360px;
    }

    .floated-card-form {
        top: auto !important;
        bottom: -40px !important;
        position: absolute !important;
    }

    .business-card-form-sidebar.mask::after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        z-index: -1;
    }

    .business-card-form-sidebar .business-card-form ::-webkit-input-placeholder {
        font-size: 14px;
    }

    .business-card-form-sidebar .business-card-form :-moz-placeholder {
        /* Firefox 18- */
        font-size: 14px;
    }

    .business-card-form-sidebar .business-card-form ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 14px;
    }

    .business-card-form-sidebar .business-card-form :-ms-input-placeholder {
        font-size: 14px;
    }

    .business-card-form-sidebar .input-grey {
        font-size: 14px;
    }

    .business-card-form-sidebar .input-select-chevron {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .business-card-form-sidebar.panel-default .business-card-heading {
        font-size: 22px;
        background: white;
    }

    .business-card-form-sidebar .form-horizontal .label-for-input-grey {
        font-size: 14px;
    }
}

.business-card-form .form-group-select {
    margin: 0 -15px 15px -15px;
}

@media (min-width: 992px) {
    .business-card-form .form-group-select {
        margin: 0 -15px;
    }
}

@media (max-width: 991px) {
    .business-card-form-sidebar {
        position: relative !important;
    }
}

.business-card-form textarea {
    max-width: 100%;
}

.business-card-title-ranking {
    color: #242629;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .business-card-title-ranking {
        font-weight: 300;
        color: #176ae6;
        margin: 0 5px;
    }

    .business-card-title-comments {
        font-weight: 300;
        color: #176ae6;
    }
}

.row-padding {
    padding: 0 15px;
}

.business-card-form .btn-primary {
    font-size: 18px;
    width: 100%;
    height: 50px;
}

.panel-default .business-card-heading {
    font-size: 24px;
    font-weight: 500;
    background: transparent;
    border: none;
    text-align: left;
    padding: 30px 30px 0 30px;
}

.panel-default .business-card-calendar {
    background: white;
    padding-top: 0;
}

.business-card-title {
    margin-top: 20px;
}

.business-card-title h1 {
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .business-card-title {
        margin-top: 0;
    }

    .business-card-title h1 {
        margin-bottom: 2px;
    }
}

.business-card-title-adress {
    color: #6b707d;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .business-card-title-adress {
        font-size: 15px;
        font-weight: 300;
        margin: 4px 0 !important;
        text-align: center;
        color: rgb(50, 50, 50);
        line-height: 20px;
    }

    .business-card-title-adress .text-grey {
        color: rgb(50, 50, 50);
    }
}

.mechanic-tabs .tab-pane-header {
    font-weight: 500;
}

.tab-pane-additional-item-phone a,
.tab-pane-additional-item-phone a:hover {
    color: inherit;
    font-weight: 200;
    border: none;
    padding: 0;
    background: none;
    font-size: 16px;
}

.tab-pane-additional-item-phone a .glyphicon {
    display: none;
}

.business-card-background-mobile {
    box-shadow: 0px 3px 6px 0px rgba(36, 38, 41, 0.2);
}

@media (min-width: 768px) {
    .business-card-background:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 60%;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .business-card-background-mobile {
        box-shadow: none;
    }
}

.business-card-logo {
    display: none;
}

.business-card-logo-container {
    width: auto;
    height: 140px;
}

.business-card-logo-container img {
    max-height: 80%;
    float: right;
}

@media (min-width: 992px) {
    .business-card-logo {
        display: block;
    }
}

.v-none {
    visibility: hidden;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

.truncate-active {
    height: 168px;
    overflow: hidden;
    position: relative;
}

.truncateText.truncate-active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 100%;
    height: 25px;
    background: linear-gradient(rgba(255, 255, 255, 0.7), white);
}

.truncateText {
    font-size: 14px;
    position: relative;
}

.truncateText ul {
    white-space: normal;
}

.comments li:last-of-type .comment {
    border-bottom: none;
}

.show-more-comments {
    border: 1px solid #dce0e6;
    color: #242629;
    cursor: pointer;
    text-align: center;
    background: white;
    padding: 10px 15px;
}

.show-more-comments:hover {
    color: white;
    background: #dce0e6;
}

.truncateText-show-more {
    cursor: pointer;
    font-weight: 500;
    text-align: center;
}

.panel-group .warranty-desktop,
.panel-group .warranty-mobile {
    border-radius: 0;
    border-width: 0 0 1px 0;
    box-shadow: none;
    border: none;
}

.warranty-desktop .panel-heading,
.warranty-mobile .panel-heading {
    border-radius: 0;
    position: relative;
    padding: 30px;
}

.warranty-desktop h4 {
    max-width: 90%;
}

.warranty-desktop h4,
.warranty-mobile h4 {
    font-weight: 300;
    font-size: 14px;
}

.warranty-desktop img {
    position: absolute;
    right: 30px;
    top: 30px;
}

.warranty-title {
    margin-bottom: 0;
    color: #242629;
    font-weight: 500;
    max-width: 85%;
}

.tab-pane-additional-item-icon {
    color: #727784;
}

.tab-pane-additional-item-name {
    margin-bottom: 0;
}

.tab-pane-additional-item-phone {
    margin-top: 15px;
    margin-bottom: 15px;
}

.tab-pane-item-open-hours .icon {
    font-size: 16px;
    padding-left: 4px;
    position: relative;
    bottom: 1px;
}

.phoneTalk small {
    margin-top: 10px;
    display: block;
}

.phoneTalk .phoneTalks-visit {
    font-weight: 500;
    font-size: 14px;
}

.business-card-form .no-margin-bottom {
    margin-bottom: 0;
}

.business-card-no-calendar .business-card-map-link {
    text-align: left;
}

.business-card-no-calendar.business-card-background:after {
    background: none;
}

.business-card-no-calendar .business-card-background-mobile {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .business-card-no-calendar .business-card-background-mobile:after {
        content: "";
        background: #f0f1f5;
        position: absolute;
        width: 200vw;
        height: 500px;
        bottom: 0;
        left: -50vw;
        z-index: -1;
    }
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    padding: 10px 30px;
    border: solid #def3e7;
    border-width: 0 1px 1px 1px;
    margin-top: -1px;
}

.business-card-back-button,
.business-card-back-button:hover,
.business-card-back-button:focus,
.business-card-back-button:active {
    background: none;
    border: none;
    color: #176ae6;
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
}

.business-card-back-button {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .business-card-back-button {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .business-card-background .content_container {
        margin-top: 20px;
    }

    .mechanic-tabs .comment-header {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .mechanic-tabs .comment-initial {
        width: 70px;
        order: 0;
        margin-right: 30px;
    }

    .mechanic-tabs .comment-info {
        order: 2;
        width: 30%;
        margin-right: 5%;
        margin-top: 10px;
    }

    .mechanic-tabs .comment-rate {
        order: 1;
        margin-top: 14px;
        margin-bottom: 5px;
        width: calc(100% + (100px * -1));
    }

    .mechanic-tabs .comment-trusted {
        order: 3;
        width: 60%;
        margin-top: 10px;
        justify-content: left;
        cursor: pointer;
    }
}

.business-card-back-button .glyphicon {
    margin-right: 5px;
}

.m-t-50 {
    margin-top: 5px;
}

.hover-tooltip-related-garage {
    position: relative;
}

@media (max-width: 768px) {
    .hover-tooltip-related-garage {
        display: inline-block !important;
    }

    .panel-mechanic-icons .hover-tooltip-related-garage {
        display: none !important;
    }

    .panel-mechanic h5,
    .panel-mechanic .h5 {
        max-width: 71%;
    }
}

.hover-tooltip-related-garage:hover:after {
    content: "";
    content: " " attr(copy) "";
    width: 335px;
    display: block;
    position: absolute;
    top: 20px;
    right: -334px;
    text-align: justify;
    white-space: normal;
    background: #def3e7;
    padding: 10px;
    z-index: 4;
    color: #008161;
    font-weight: 500;
    border-top-width: 1px;
}

@media (max-width: 991px) {
    .hover-tooltip-related-garage:hover:after {
        width: 280px;
        left: 15px;
    }
}

.recommended-garages-title {
    font-weight: 500;
    font-size: 20px;
}

.recommended-garages-item {
    border: 1px solid rgba(0, 178, 134, 0.7);
    box-shadow: inset 0 2px 0 0 #00b286;
    padding: 20px;
    text-align: left;
}

.recommended-garages-item-headline {
    color: #0d57c3;
    font-size: 16px;
    font-weight: 500;
}

.recommended-garages-item-address {
    color: #6b707d;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 15px;
}

.recommended-garages-item-comments {
    color: #0d57c3;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.recommended-garages-item-comments strong {
    color: #242629;
}

.recommended-garages-item .stars-rating .ranking-star:first-of-type {
    margin-left: -2px;
}

.warranty-desktop .image-copy-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.mechanic-tabs-list-fixed {
    padding-top: 61px;
}

.mechanic-tabs-list-fixed .mechanic-tabs-list {
    top: 0px;
    background: white;
    z-index: 2;
    width: calc(100% + (30px * -1));
    position: fixed;
}

@media (min-width: 768px) {
    .mechanic-tabs-list-fixed .mechanic-tabs-list {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .mechanic-tabs-list-fixed .mechanic-tabs-list {
        width: 616px;
    }
}

@media (min-width: 1200px) {
    .mechanic-tabs-list-fixed .mechanic-tabs-list {
        width: 750px;
    }
}

.footer-content {
    background: #f7f8fa;
    padding: 50px 0;
}

.footer-content .panel.panel-default {
    border: none;
    background: transparent;
    box-shadow: none;
}

.footer-content .panel-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-content .panel-body>ul {
    list-style: none;
    padding: 0;
    -moz-columns: 16em;
    -webkit-columns: 16em;
    columns: 16em;
    -moz-column-gap: 25px;
    -webkit-column-gap: 25px;
    column-gap: 25px;
}

.footer-content .panel-body>ul>li {
    margin-bottom: 15px;
}

.footer-content .panel-body>ul>li>a {
    color: #242629;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 7px;
    display: block;
    text-transform: capitalize;
}

.footer-content ul ul {
    list-style: none;
    padding: 0;
}

.footer-content ul ul li a {
    color: #6b707d;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.city-specialization-row {
    -moz-columns: 24em;
    -webkit-columns: 24em;
    columns: 24em;
    -moz-column-gap: 25px;
    -webkit-column-gap: 25px;
    column-gap: 25px;
}

.city-specialization .city-specialization-row a {
    color: #242629;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}

.icon-protect::before {
    color: #008161;
}

.image-copy-container .icon-protect::before {
    color: #00ab80;
}

@media (min-width: 992px) {
    body {
        overflow-x: hidden;
    }
}

a.floating-button {
    border: 8px solid white;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    padding: 12px 0;
    position: fixed;
    width: 100%;
    z-index: 10000;
    cursor: pointer;
}

a.floating-button:hover,
a.floating-button:focus,
a.floating-button:active {
    border: 12px solid white;
}

@media (min-width: 992px) {
    .floating-button {
        display: none !important;
    }
}

.comment p {
    overflow-wrap: break-word;
}

.home .navbar-default {
    background: transparent;
}

/* .home .section-home-search {
    margin-top: -70px;
} */

/* .home .main-navbar .nav li a {
    color: white;
} */

.home .navbar-default .navbar-nav>li>.dropdown-for-mechanics,
.home .navbar-default .navbar-nav>li.open>.dropdown-for-mechanics {
    color: #242629;
    background: white;
}

.navbar-nav>li.open>.dropdown-menu {
    background: white;
}

@media (max-width: 768px) {

    .home .navbar-default .navbar-nav>li>.dropdown-for-mechanics,
    .home .navbar-default .navbar-nav>li.open>.dropdown-for-mechanics {
        color: #242629;
    }

    .home .main-navbar .nav li a {
        color: #242629;
    }

    .main-navbar .nav {
        background: white;
    }
}

.navbar-default .navbar-toggle.collapsed,
.navbar-default .navbar-toggle.collapsed:hover,
.navbar-default .navbar-toggle.collapsed:focus {
    background-color: transparent;
    border-color: white;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.hamburger-button .icon-bar {
    width: 20px;
    height: 3px;
    border-radius: 1px;
    background: #888;
    display: block;
    margin: 3px 0;
}

.home .navbar-nav>li>.dropdown-menu a {
    color: white;
}

.home .icon-checked::before {
    color: #008161;
}

#main-form-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: white;
    z-index: 1000;
    height: 100%;
    width: 100%;
}

#main-form-modal .business-card-calendar {
    height: calc(100% - 105px);
    position: relative;
    overflow-y: auto;
}

#main-form-modal #CalendarEventSubmit {
    left: -12px;
    width: calc(100% - 24px);
    position: relative;
}

#main-form-modal .calendar-submit {
    border-top: 1px solid #e9ecf1;
    position: fixed;
    top: calc(100% - 80px);
    left: 0;
    padding-top: 15px;
    width: 100%;
    background: white;
}

#main-form-modal .calendar-submit .button {
    margin-bottom: 15px;
}

#main-form-modal .icon-close {
    cursor: pointer;
    right: 15px;
    top: 15px;
    position: absolute;
}

.absolute-sticky {
    position: relative;
}

.absolute-sticky .col-md-4 {
    height: 100%;
    position: absolute;
    right: 0;
}

.absolute-sticky .sticky-element {
    bottom: 0px;
    top: auto;
    position: absolute !important;
}

.panel-mechanic-icons {
    position: absolute;
    right: 10px;
    width: 26%;
    text-align: right;
}

.panel-mechanic-icons .ico-certified-h {
    width: 21px;
    height: 28px;
}

.panel-mechanic-photo {
    margin-bottom: 10px;
    display: block;
}

.panel-mechanic-photo span {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 165px;
    display: block;
}

.panel-mechanic-photo img {
    object-fit: cover;
    width: 100%;
    height: 165px;
    display: block;
}

.panel-mechanic-icons>div {
    position: absolute;
    /* width: 105px; */
    right: 0;
    z-index: 1;
}

#select2-results-3 li:first-child,
#select2-results-4 li:first-child {
    display: none;
}

@media (max-width: 768px) {
    select {
        display: block;
        width: 100%;
        padding: 15px 30px 13px 15px;
        line-height: 20px;
        background-color: #f0f1f5;
        border-bottom: 2px solid #f0f1f5;
        box-shadow: none;
        transition: all 0.3s ease 0s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        border: none;
        margin: 0;
        border-radius: 0;
        color: #242629;
        animation: none !important;
    }

    .select2-arrow {
        position: relative;
    }

    .select-car-make {
        margin-bottom: 15px;
    }

    .select2-arrow::after {
        content: "\ea29";
        display: block;
        position: absolute;
        right: 15px;
        bottom: 17px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        font: normal normal normal 16px/1 "Trusted Garage Icons";
        text-transform: none;
        color: #242629;
        pointer-events: none;
    }
}

.listing-reservation-btn {
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
}

@media (min-width: 768px) {
    #phoneQuestion {
        max-width: 570px;
    }
}

.fancybox-lock .fancybox-overlay {
    z-index: 99999999;
}

.listing-logo-container {
    padding-right: 0;
}

.listing-logo {
    max-width: 100%;
    margin-bottom: 10px;
}

.p-relative {
    position: relative;
}

@media (min-width: 768px) {
    .md-padding-l-0 {
        padding-left: 0;
    }

    .md-padding-r-0 {
        padding-right: 0;
    }

    .md-padding-t-0 {
        padding-top: 0;
    }

    .md-padding-b-0 {
        padding-bottom: 0;
    }
}

@media (max-width: 992px) {
    .panel-mechanic-icons-embed-image {
        position: absolute;
        right: 15px;
        top: 170px;
    }
}

.ico-certified-mobile {
    position: absolute;
    top: 0;
    right: 15px;
    width: 24px;
}

.card-gallery {
    position: relative;
    margin: 0;
    overflow-y: hidden;
}

.card-gallery img {
    width: 100%;
    height: 100%;
}

.card-gallery-1 {
    float: left;
    height: 390px;
    border: 1px solid white;
    border-width: 0 1px 0 0;
}

.card-gallery-2 {
    width: 180px;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}

.card-gallery-3 {
    width: 180px;
    float: left;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid white;
    height: 50%;
}

.card-gallery-3:not(.card-gallery-hidden) {
    border-width: 1px 0 0 1px;
}

.galleryMap {
    cursor: pointer;
    border: 1px solid white;
    border-width: 0 0 1px 1px;
}

.map-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(77, 92, 116, 0.8);
    z-index: 99999999999999;
    display: none;
}

.map-modal .map-container {
    width: 600px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background: white;
    padding: 10px 20px;
}

.map-modal #here_map {
    overflow: hidden;
    margin-bottom: 10px;
}

.map-modal .map-title {
    font-size: 20px;
    float: left;
}

.map-modal .map-close {
    cursor: pointer;
    float: right;
}

.card-gallery-open {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0000007a;
    padding: 8px 30px;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.card-gallery-open span {
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.card-gallery-open img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .map-modal .map-container {
        width: 100%;
    }

    .card-gallery {
        overflow-x: hidden;
    }

    .galleryMap {
        width: 130px;
    }

    .card-gallery-1 {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        cursor: pointer;
        width: calc(100% - 130px);
        height: 180px;
    }

    .card-gallery-1 a {
        display: none;
    }

    .content_container #here_map {
        height: 300px;
    }
}

.form-button-top {
    border: none !important;
    margin: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    padding: 12px 0;
    width: 100%;
    z-index: 10000;
    cursor: pointer;
    margin: 5px 0 25px 0;
    display: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .form-button-top {
        display: block;
    }
}

.stars-rating-url:hover {
    text-decoration: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: transparent;
    outline: 1px solid white;
}

body:not(.home) .navbar-toggle.navbar-toggle-dark {
    border-color: #242629;
}

body:not(.home) .navbar-toggle.navbar-toggle-dark {
    background-color: #242629;
}

@media (max-width: 768px) {
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #888;
    }

    .main-navbar.navbar-listing .nav {
        background: transparent;
    }

    #header-marketplace .main-navbar.navbar-listing .navbar-toggle {
        background-color: transparent;
        border: 1px solid #ddd;
    }

    .home .navbar-default:not(.navbar-fixed-bottom) {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .home .main-navbar .nav {
        margin-top: 0;
    }

    .home .section-home-search {
        margin-top: 74px;
    }

    .home .navbar-default .navbar-toggle {
        border-color: #ddd;
        background: white;
    }

    .home .navbar-default .navbar-toggle a {
        color: #242629;
    }
}

@media (max-width: 768px) {
    .m-flex {
        display: flex;
        flex-direction: column;
    }

    .m-order-1 {
        order: 1;
    }

    .m-order-2 {
        order: 2;
        margin-top: 15px;
    }

    .m-order-3 {
        order: 3;
    }
}

@media (max-width: 992px) {
    .mobile-flex {
        display: flex;
        flex-direction: column;
    }

    .mobile-order-1 {
        order: 1
    }

    .mobile-order-2 {
        order: 2;
        margin-top: 15px;
    }

    .mobile-order-3 {
        order: 3
    }
}

.phoneTalk-description {
    margin-left: 40px;
}

.payform-button-cta {
    text-align: center;
    margin-top: 10px;
}

.order-details-container .order-details>p {
    margin-bottom: 5px;
}

.order-details-items {
    margin-top: 20px;
}

.order-details-container .order-details-items li {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
}

.order-details-container .order-details-items li:last-of-type {
    border-bottom: none;
}

.container .order-details-container .order-details-items li p {
    font-weight: 300;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    font-size: 14px;
}

.container .order-details-container .order-details-items li span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 38%;
    font-size: 16px;
}

.container .order-details-container .order-details-items li span b {
    font-size: 20px;
}

.payu-button {
    border: 0px;
    height: 35px;
    width: 140px;
    background: url("../../pl/standard/partners/buttons/payu_account_button_long_03.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    width: 300px;
    height: 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px 0 0 0;
}

.order-details-infobox {
    color: #787b89;
    border: 1px solid #dce0e6;
    padding: 30px 20px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 40px;
    position: relative;
}

.order-details-infobox p {
    margin-bottom: 0;
}

.order-details-infobox:before {
    content: "i";
    color: #dce0e6;
    border: 1px solid #dce0e6;
    padding: 12px;
    line-height: 0;
    border-radius: 100%;
    position: absolute;
    top: -13px;
    background: white;
    left: 50%;
    transform: translateX(-50%);
}

.visible-xs {
    display: none;
}

.hidden-xs {
    display: block;
}

@media (max-width: 768px) {
    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }
}

.garage-app .breadcrumb {
    background: none;
    color: #9aa0b2;
    position: relative;
    padding-left: 0;
    top: 120px;
}

.order-details-container .form {
    background-color: #f7f8fa;
    border: 1px solid #e9ecf1;
    border-radius: 7px;
    padding: 40px 50px;
    margin-left: 40px;
}

@media (max-width: 768px) {
    .order-details-container .form {
        margin-left: 0;
        padding: 30px 15px;
        margin-top: 30px;
    }
}

.order-details-container .form h4 {
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 700;
}

.order-details-container .form>div {
    margin-bottom: 20px;
}

.order-details-container .form>div>label {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .order-details-container .form .radio-item input {
        display: block;
        float: left;
        clear: left;
        margin-bottom: 25px;
        position: relative;
        top: 4px;
    }
}

.order-details-container .form .radio-item label {
    margin-left: 10px;
    width: 170px;
}

@media (max-width: 768px) {
    .order-details-container .form .radio-item label {
        float: left;
    }
}

.order-details-container .form .radios-container {
    padding: 0 15px;
}

.order-details-container .form .btn {
    font-weight: 500;
    width: 400px;
    position: relative;
    margin: 5px 0 10px;
    left: 50%;
    transform: translateX(-50%);
    height: 48px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .order-details-container .form .btn {
        width: 100%;
    }
}

.order-details-container .form .btn input {
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    padding: 12px;
    top: 0;
    width: 100%;
}

.order-details-container .form .terms {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .order-details-container .form .terms {
        width: 100%;
    }
}

.order-details-container .form .terms input {
    display: inline-block;
    vertical-align: top;
    width: 30px;
}

.order-details-container .form .terms label {
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}

.order-details-container .form .spinner {
    position: relative;
}

.order-details-container .form .spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    margin-left: -10px;
    border-radius: 50%;
    border-color: #fff transparent;
    border-style: solid;
    border-width: 3px;
    animation: spinner 0.8s ease infinite;
}

.container .order-details-container form {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin-left: 0;
}

.error-modal,
.success-modal {
    display: block;
    font-size: 16px;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.error-modal {
    border-bottom: 3px solid #e30000;
}

.succes-modal {
    border-bottom: 3px solid #5cb85c;
}

.text-cut-expand {
    font-size: 15px;
    color: #007bff;
}

.home-mobile-dropdown {
    float: right;
    position: relative;
    top: 10px;
    right: 20px;
    background: white;
    padding: 10px;
}

.home-mobile-dropdown a {
    color: #242629;
    text-decoration: none;
}

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

.business-card-form-sidebar-title {
    background: #176ae6;
    border: #176ae6 1px solid;
    font-size: 16px;
    height: 42px;
    color: white;
    text-align: center;
    padding: 9px;
}

@media (max-width: 768px) {
    .business-card-form-sidebar-title {
        display: none;
    }
}

.business-card-logo-panel {
    position: absolute;
    right: 15px;
    width: auto;
}

.business-card-logo-panel img {
    width: 150px;
    height: 150px;
}

@media (max-width: 768px) {
    #rodo .navbar-fixed-bottom {
        border-top: 1px solid #D2D2D2;
        background: #f0f1f5;
        opacity: 1;
        z-index: 9999999999999;
        position: absolute;
        top: -60px;
        bottom: auto;
        height: 60px;
    }

    #rodo .glyphicon-remove:before {
        content: "\e014";
        color: #a9a9a9;
        font-size: 28px;
    }

    .rodo-padding {
        margin-top: 60px;
        position: relative;
    }
}

@media (max-width: 430px) {
    #rodo .navbar-fixed-bottom {
        top: -80px;
        height: 80px;
    }

    .rodo-padding {
        margin-top: 80px;
        position: relative;
    }
}

#rodo .icon.icon-close:before {
    top: 10px;
    position: relative;
    color: #6b707d;
}

.home .navbar-nav>li>.dropdown-menu {
    background: white;
}

.home .navbar-nav>li>.dropdown-menu a {
    color: #242629;
}

.owner-badge {
    display: inline-block;
}

@media (max-width: 768px) {
    display: none;
}

.ask-term-wrapper {
    margin-bottom: 15px;
}

.ask-term-wrapper label {
    font-weight: 300;
}

@media (min-width: 767px) {
    .booking-form-sticky {
        position: fixed;
        top: 0;
        width: 360px;
        z-index: 2;
        background: white;
    }
}

a.floating-button-call {
    background: #c82713;
    width: 50%;
}

a.floating-button-write {
    width: 50%;
    right: 0;
    left: auto;
}

a.floating-button span {
    margin-right: 10px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.open-filters-cta {
    display: inline-block;
    margin-bottom: 5px;
}

.prefix-phone-input__wrapper {
    position: relative;
}

.prefix-phone-input__row {
    display: flex;
}

.prefix-phone-input__hidden-input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.text-uppercase-license_plate {
    text-transform: uppercase;
}

.text-uppercase-license_plate::-webkit-input-placeholder {
    text-transform: none;
}

.text-uppercase-license_plate:-moz-placeholder {
    text-transform: none;
}

.text-uppercase-license_plate::-moz-placeholder {
    text-transform: none;
}

.text-uppercase-license_plate:-ms-input-placeholder {
    text-transform: none;
}

.text-uppercase-license_plate:-ms-input-placeholder {
    text-transform: none;
}

.tab-pane-listing-row {
    border-bottom: 1px solid #dce0e6;
    padding: 15px 0;
    position: relative;
}

@media (min-width: 992px) {
    .tab-pane-listing-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.tab-pane-listing-row .btn {
    color: #2470e0;
    border: 1px solid #2470e0;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    background: white;
    width: 100%;
}

.tab-pane-listing-row .tab-pane-listing-name {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: 6px;
}

@media (max-width: 991px) {
    .tab-pane-listing-row .tab-pane-listing-name {
        padding-right: 45%;
    }
}

.tab-pane-listing-row .tab-pane-listing-price {
    font-size: 14px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 0.5;
    -ms-flex-positive: 0.5;
    flex-grow: 0.5;
    max-width: 100%;
}

@media (max-width: 991px) {
    .tab-pane-listing-row .tab-pane-listing-action {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
    }
}

.pulse-animation {
    margin-left: 5px;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    min-width: 10px;
    border-radius: 5px;
    background: red;
    display: inline-block;
    animation-name: pulse;
    animation-duration: 2.0s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
    margin-bottom: 1px;
}

.autobooking-info {
    font-weight: normal;
    display: flex;
    align-items: center;
    font-size: 14px;
    display: none;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hover-tooltip-aso-garage {
    position: relative;
}

@media (max-width: 768px) {
    .hover-tooltip-aso-garage {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .hover-tooltip-aso-garage {
        float: right;
        margin: 0;
    }
}

.hover-tooltip-aso-garage:hover:before {
    content: "";
    content: " " attr(copy) "";
    width: 335px;
    display: block;
    position: absolute;
    top: 20px;
    left: -335px;
    text-align: justify;
    white-space: normal;
    background: #e7eef9;
    padding: 10px;
    z-index: 4;
    color: #176ae6;
    font-weight: 500;
    border-top-width: 1px;
}

@media (max-width: 991px) {
    .hover-tooltip-aso-garage:hover:before {
        width: 280px;
        left: 15px;
    }
}

.aso-badge {
    background-color: #e7eef9;
    color: #176ae6;
}

.content-aso {
    background-color: #e7eef9;
    color: #176ae6;
    padding: 12px 24px;
}

.content-aso h4 {
    color: #0d57c3;
    margin: 12px 0 16px 0;
}

.content-aso__profits {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    flex-wrap: wrap;
}

.content-aso__profit {
    display: flex;
    align-items: center;
    color: #0d57c3;
    margin-bottom: 14px;
}

.content-aso__icon {
    display: flex;
    background-color: #ffffff;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.content-aso__icon .icon-protect::before {
    color: #0d57c3;
    font-size: 30px;
}

.content-aso__promotions {
    display: flex;
    margin-bottom: 20px;
}

.content-aso__promotion img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100%;
}

.content-aso__promotion {
    position: relative;
    flex: 1;
}

.content-aso__promotion div {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    color: #fff;
}

.content-aso__promotion div h4 {
    font: 500 14px/1.2 "Rubik", sans-serif;
}

@media (min-width: 992px) {
    .content-aso__promotion div {
        bottom: 35px;
        left: 20px;
        right: 20px;
    }

    .content-aso__promotion div h4 {
        font: 500 18px/1.5 "Rubik", sans-serif;
    }
}

.garage-item {
    border: 1px solid #dce0e6;
    margin-bottom: 24px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
}

.garage-item__section-header {
    border-bottom: 1px solid #dce0e6;
    padding-bottom: 12px;
}

.garage-item__name {
    color: #2470e0;
    font-size: 18px;
    text-decoration: underline;
    margin: 0;
    line-height: 24px;
    font-weight: 500;
}

.garage-item__badges {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}

.garage-item__badge {
    margin: 0;
    margin-top: 4px;
}

.garage-item__badge .label-success {
    height: unset;
    padding: 4px;
}

.garage-item__badge:not(:last-child) {
    margin-right: 4px;
}

.garage-item__wrapper {
    display: flex;
    flex-direction: column;
    margin: 8px 0 4px 0;
}

.garage-item__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.garage-item__container p {
    line-height: 20px;
    margin-bottom: 4px;
}

.garage-item__address,
.garage-item__price {
    display: flex;
    font-size: 15px;
    color: #242629;
    margin-top: 10px;
}

.garage-item__address-icon,
.garage-item__price-icon {
    margin-right: 8px;
    color: #727784;
}

.garage-item__section {
    display: flex;
    flex-direction: column;
}

.garage-item__photo img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    margin-top: 12px;
    margin-bottom: 4px;
}

.garage-item__rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #242629;
}

.garage-item__rating div:first-child {
    margin-right: 4px;
}

.garage-item__rating div:last-child {
    height: 14px;
    line-height: 16px;
    font-size: 15px;
}

.garage-item__badge img {
    height: 28px;
}

.garage-item__sponsored {
    font-size: 12px;
    color: #6b707d;
    margin-top: 4px;
    padding-top: 8px;
    text-align: center;
    border-top: 1px solid #dce0e6;
}

.garage-item__button {
    font-weight: 300;
    font-size: 15px;
    border-radius: 2px;
    height: 40px;
    margin: 5px 0;
    width: 100%;
}

.garage-item__closest-slot {
    padding: 2px 0px 6px 0;
    color: #2470E0;
}

.thanks-page {
    display: flex;
    justify-content: center;
}

.thanks-page__wrapper,
.widget__wrapper {
    max-width: 600px;
    width: 100%;
}

.thanks-page__info {
    margin: 4px 0 16px 0;
}

.thanks-page__widget-wrapper {
    border: 1px solid #dce0e6;
    padding: 8px 24px;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.max-width-100 {
    max-width: 100%;
}

.aso-bottom-align {
    position: absolute;
    bottom: 20px;
    background-color: #0000008c;
    left: 15px;
    right: 15px;
    color: #fff;
    padding: 5px 10px;
}

.aso-bottom-align span {
    display: block;
}

.content-aso__promotion--row {
    margin-bottom: 20px;
    margin-right: 0;
}

@media (min-width: 992px) {
    .content-aso__promotion--row {
        margin-bottom: 0;
        margin-right: 20px;
    }
}

.flex-wrap {
    flex-wrap: wrap;
}

@media (min-width: 992px) {
    .flex-wrap {
        flex-wrap: nowrap;
    }
}

@media (max-width: 991px) {
    .mechanic-name-container {
        border-top: 1px solid #DCE0E6;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0 !important;
    }

    .mechanic-name {
        font-size: 16px;
        margin: 7px 0 0 0 !important;
    }

    .mechanic-rating {
        display: flex;
        justify-content: center;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.tooltip-blue {
    position: relative;
}

.tooltip-blue:hover:after {
    font-size: 12px;
    content: attr(data-title);
    width: 335px;
    display: block;
    position: absolute;
    top: 20px;
    right: 0px;
    text-align: justify;
    white-space: normal;
    background: #e7eef9;
    padding: 10px;
    z-index: 200;
    color: #176ae6;
    font-weight: 500;
    border-top-width: 1px;
}

.panel-badges {
    display: flex;
    flex-wrap: wrap;
}

.panel-badge {
    margin: 4px;
}

.wgz-badge-img {
    position: absolute;
    top: 0;
    right: 24px;
    display: none;
}

.panel-badges {
    display: flex;
    flex-wrap: wrap;
}

.panel-badge {
    margin: 4px 4px 4px 0;
}

.d-flex-justify-center {
    display: flex;
    justify-content: center;
}

.element-with-radius {
    border-radius: 10px !important;
}

.flex-1 {
    flex: 1;
}

#id_car_make,
#id_car_model {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
}

@media (min-width: 992px) {
    #form-homepage-search {
        margin-bottom: 20px;
    }
}

.pr5 {
    padding-right: 5px;
}

.pl5 {
    padding-left: 5px;
}

.SurveyQuestionBox {
    background-color: #F0F1F5;
    border-radius: 8px;
    margin-bottom: 9px;
}

.mechanic-survey-label *,
.mechanic-survey-label *::before,
.mechanic-survey-label *::after {
    box-sizing: content-box !important;
}

.SurveyQuestionBox label {
    margin-bottom: 0 !important;
    display: flex;
    padding: 15px;
}

.mechanic-survey-label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.mechanic-survey-label span {
    line-height: 1.5;
    font-size: 16px;
    font-family: inherit;
}

.mechanic-survey-label {
    display: table;
    position: relative;
    padding-left: 2rem;
    cursor: pointer;
    font-weight: normal;
}

.mechanic-survey-label input[type="checkbox"]~.b-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.75rem;
    width: 0.75rem;
    background: #f1f5f9;
    transition: background 250ms;
    border: 1px solid #94a3b8;
    border-radius: 0.2rem;
}

.mechanic-survey-label input[type="radio"]~.mechanic-survey-input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    background: #f1f5f9;
    transition: background 250ms;
    border: 1px solid #94a3b8;
    border-radius: 3rem;
    margin: auto 15px auto 0px;
    position: relative;
}

.mechanic-survey-label input[type="checkbox"]~.mechanic-survey-input::after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 0.3rem;
    height: 0.6rem;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transition: background 250ms;
    transform: rotate(45deg);
}

.mechanic-survey-label input[type="radio"]~.mechanic-survey-input::after {
    content: "";
    position: absolute;
    display: none;
    border-radius: 3rem;
    transition: background 250ms;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #fff;
}

.mechanic-survey-label input[type="checkbox"]:disabled~.mechanic-survey-input::after {
    border-color: #ffffff;
}

.mechanic-survey-label input:checked~.mechanic-survey-input::after {
    display: block;
}

.mechanic-survey-label:hover input[type="checkbox"]:not([disabled])~.mechanic-survey-input,
.mechanic-survey-label input[type="checkbox"]:focus~.mechanic-survey-input {
    background: #e2e8f0;
    border-color: #64748b;
}

.mechanic-survey-label:hover input[type="radio"]:not([disabled])~.mechanic-survey-input,
.mechanic-survey-label input[type="radio"]:focus~.mechanic-survey-input {
    background: #e2e8f0;
    border-color: #64748b;
}

.mechanic-survey-label input:focus~.mechanic-survey-input {
    box-shadow: 0 0 0 2px #60a5fa;
}

.mechanic-survey-label input[type="checkbox"]:checked~.mechanic-survey-input {
    background: #3b82f6;
    border-color: #1d4ed8;
}

.mechanic-survey-label input[type="radio"]:checked~.mechanic-survey-input {
    background: #3b82f6;
    border-color: #1d4ed8;
}

.mechanic-survey-label input[type="checkbox"]:disabled~.mechanic-survey-input,
.mechanic-survey-label input[type="radio"]:disabled~.mechanic-survey-input {
    opacity: 0.5;
    cursor: not-allowed;
}

.mechanic-survey-label input[type="radio"]:disabled~.mechanic-survey-input::after {
    background: #ffffff;
}

.mechanic-survey-label:hover input[type="checkbox"]:not([disabled]):checked~.mechanic-survey-input,
.mechanic-survey-label input[type="checkbox"]:checked:focus~.mechanic-survey-input {
    background: #2563eb;
    border-color: #1e40af;
}

.mechanic-survey-label:hover input[type="radio"]:not([disabled]):checked~.mechanic-survey-input,
.mechanic-survey-label input[type="radio"]:checked:focus~.mechanic-survey-input {
    background: #2563eb;
    border-color: #1e40af;
}

.btn-finish-mechanic-survey {
    background-color: #2470E0;
    color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
}

.btn-finish-mechanic-survey:hover,
.btn-finish-mechanic-survey:active {
    color: #fff;
}

.mechanic-phone-number-box a.btn {
    margin-bottom: 0;
}

.mechanic-phone-number-box a.btn span {
    margin-left: 10px;
}

.mechanic-phone-number-box {
    background-color: #F0F1F5;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-weight: 400;
}

.mechanic-phone-number-box i.icon-phone {
    color: #2470E0;
}

.mechanic-phone-number-hint-1,
.mechanic-phone-number-hint-2 {
    font-size: 14px;
}

.mechanic-phone-number-hint-2 {
    color: #6B7280;
}

.mechanic-phone-number-hint-1 a,
.mechanic-phone-number-hint-2 a {
    color: #2470E0;
}

.modal-content--survey {
    border-radius: 20px;
    border: none;
}

.modal-body--survey {
    padding: 20px 30px;
}

.close--survey {
    background-color: rgba(118 118 128 / 12%) !important;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    opacity: 1 !important;
    border-radius: 20px;
}

.modal-header--survey {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    border-bottom: unset;
    padding: 30px 30px 12px 30px;
}

.modal-title--survey {
    font-size: 26px;
    font-weight: 500;
}

.modal-footer--survey {
    border-top: unset;
    padding: 0 30px 30px 30px;
}

.open-filters-cta-ab-desktop {
    text-decoration: none !important;
    display: none;
}

@media (min-width: 992px) {
    .open-filters-cta-ab-desktop {
        display: unset;
    }
}

.open-filters-cta-test-desktop {
    background-image: url(../../img/cta-map-desktop.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 567px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.open-filters-cta-test-desktop:hover {
    text-decoration: none;
}

.open-filters-cta-test__button {
    border-radius: 10px;
    background: #2470E0;
    display: flex;
    padding: 0 12px;
    height: 46px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    border: none;
    text-decoration: none;
}

.open-filters-cta-ab-mobile {
    display: inline;
}

@media (min-width: 992px) {
    .open-filters-cta-ab-mobile {
        display: none;
    }
}

.open-filters-cta-test-mobile {
    background-image: url(../../img/cta-map-mobile.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.open-filters-cta-ab-mobile:hover {
    text-decoration: none !important;
}

.views-specializations-paragraph-fix {
    height: 20px;
}