/* ~~~~~~~~~~~~~~~~~~~~~~ MAIN ~~~~~~~~~~~~~~~~~~~~~~ */
@font-face {
    font-family: 'glyphter';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/icon-font.woff') format('woff'), url(../fonts/icon-font.svg) format('svg');
}

i.icon:before {
    font-family: glyphter;
    font-weight: 400;
    font-style: normal;
    line-height: 1;

    display: inline-block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-1:before {
    content: '\0041';
}

.icon-2:before {
    content: '\0042';
}

.icon-3:before {
    content: '\0043';
}

.icon-4:before {
    content: '\0044';
}

.icon-5:before {
    content: '\0045';
}

.icon-6:before {
    content: '\0046';
}

.icon-7:before {
    content: '\0047';
}

.icon-8:before {
    content: '\0048';
}

.icon-9:before {
    content: '\0049';
}

.icon-10:before {
    content: '\004a';
}

body {
    font-family: roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;

    min-height: 100vh;
}

.container-wide {
    width: 100%;
}

.container-fluid {
    max-width: 1200px;
}

button:focus {
    outline: 0;
}

ul,
ol {
    padding-left: 1rem;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
    -webkit-transition: .3s;
    transition: .3s;

    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus {
    outline: 0;
}

img {
    max-width: 100%;
    max-height: 100%;

    image-rendering: -webkit-optimize-contrast;
}

.cover {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

svg {
    width: 100%;
    height: 100%;
}

a {
    -webkit-transition: .3s;
    transition: .3s;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ SLICK SLIDER ~~~~~~~~~~~~~~~~~~~~~~ */
.slider-wrapper {
    position: relative;
}

.card-slider {
    padding: 0 3rem;
}

@media (max-width: 576px) {
    .card-slider {
        padding: 0 1rem;
    }
}

.slider-arrow {
    position: absolute;
    z-index: 1;
    top: calc(50% - 2rem);

    width: 4rem;
    height: 4rem;

    cursor: pointer;

    fill: #ff8d1f;
}

@media (max-width: 576px) {
    .slider-arrow {
        top: calc(50% - 1rem);

        width: 2em;
        height: 2em;
    }
}

.slider-arrow.slider-prev {
    left: 0;

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);
}

.slider-arrow.slider-next {
    right: 0;
}

.slick-dots {
    padding: 0;

    text-align: center;
}

.slick-dots li {
    display: inline-block;

    width: 10px;
    height: 10px;

    cursor: pointer;

    border-radius: 50%;
    background: #000;
}

.slick-dots li:not(:last-child) {
    margin-right: 5px;
}

.slick-dots li>button {
    display: none;
}

.slick-dots li.slick-active {
    background: #ff8d1f;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ DROPDOWN ~~~~~~~~~~~~~~~~~~~~~~ */
.dropdown .dropdown-toggle:after {
    display: none;
}

.dropdown .dropdown-toggle .icon {
    width: .8em;
    height: .8em;

    -webkit-transition: .3s;

    transition: .3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

    fill: #fff;
}

.dropdown.show .dropdown-toggle .icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* ~~~~~~~~~~~~~~~~~~~~~~ ACCORDION ~~~~~~~~~~~~~~~~~~~~~~ */
.accordion .card .card-header {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;

    color: #ff8d1f;
    border: none !important;
    border-radius: 0 !important;
}

.accordion .card .card-header .icon {
    width: 1em;
    height: 1em;

    -webkit-transition: .3s;

    transition: .3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

    fill: #181818;
}

.accordion .card .card-header.collapsed {
    color: #181818;
}

.accordion .card .card-header.collapsed .icon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

    fill: #181818;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ CARG GRID ~~~~~~~~~~~~~~~~~~~~~~ */
.card-wrapper {
    padding: 0 1rem;
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.card-deck .card {
    min-width: calc(25% - 30px);
    max-width: calc(25% - 30px);
}

@media (max-width: 992px) {
    .card-deck .card {
        min-width: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

@media (max-width: 576px) {
    .card-deck .card {
        min-width: 100%;
        max-width: 100%;
    }
}

a.card,
a.card:hover {
    text-decoration: inherit;

    color: inherit;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ NAVBAR ~~~~~~~~~~~~~~~~~~~~~~ */
.navbar-toggler {
    width: 2rem;
    height: 2rem;
    padding: 0;

    border: none !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ BREADCRUMB ~~~~~~~~~~~~~~~~~~~~~~ */
.breadcrumb {
    padding: 0;

    background-color: transparent;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ PAGINATION ~~~~~~~~~~~~~~~~~~~~~~ */
.pagination .page-item .page-link {
    margin-left: 0;
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ FORM ~~~~~~~~~~~~~~~~~~~~~~ */
.form-control:focus,
.custom-select:focus,
.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ MODAL BS ~~~~~~~~~~~~~~~~~~~~~~ */
.modal {
    z-index: 1071;
}

.modal .modal-content {
    border: none;
    border-radius: 0;
}

.modal .modal-content .modal-header {
    border-bottom: 0;
}

.modal .modal-content .close {
    width: 2rem;
    height: 2rem;
    margin-top: .25rem;
    margin-right: .25rem;
    padding: 0;

    opacity: 1;
}

.modal.cover-modal {
    padding: 0 !important;
}

.modal.cover-modal .modal-dialog,
.modal.cover-modal .modal-dialog-centered {
    max-width: none;
    min-height: 100vh;
    margin: 0 !important;
}

.modal.cover-modal .modal-dialog .modal-content,
.modal.cover-modal .modal-dialog-centered .modal-content {
    height: 100vh;
    padding: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ BUTTONS ~~~~~~~~~~~~~~~~~~~~~~ */
.btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ STYLE ~~~~~~~~~~~~~~~~~~~~~~ */
.bold {
    font-weight: bold;
}

.bold .small {
    font-weight: bold;
}

.title {
    line-height: 1em;
}

.text-red {
    color: #d22920;
}

.text-yellow {
    color: #ffd500;
}

.bg-black {
    background: #000;
}

.logo {
    height: 70px;
}

@media (max-width: 980px) {
    .logo {
        height: 30px;
    }
}

@media (max-width: 980px) {
    .navbar-brand {
        font-size: 14px;
    }
}

.city {
    color: #181818;
    background: #e1e1e1;
}

.read-more {
    cursor: pointer;
    text-decoration: underline;
}

.car-request {
    font-weight: bold;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 100%;

    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-align: center;
    text-decoration: none;

    outline: none;
}

.car-request:before {
    position: absolute;
    top: 0;
    left: -100px;

    width: 50px;
    height: 100%;

    content: '';
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);

    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .5)));

    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
}

.car-request:hover {
    color: #fff;
    background: #fe6637;
}

.car-request:hover:before {
    left: calc(100% + 100px);

    -webkit-transition: .5s ease-in-out;

    transition: .5s ease-in-out;
}

header .navbar-toggler {
    font-size: 24px;

    width: 2rem;
    height: 2rem;
    padding: 0;

    color: #fff;
    border: 0 !important;

    fill: #fff;
}

header .navbar {
    top: -150px;

    overflow: hidden;

    padding: 0;

    -webkit-transition: .5s;

    transition: .5s;
}

header .navbar.static {
    top: 0;
}

header .navbar .nav-link {
    font-weight: bold;

    text-transform: uppercase;

    color: #fff;
}

header .contact-block {
    font-size: 16px;
    font-weight: bold;

    width: 280px;

    color: #fff;
    background: #fc8f03;
}

header .contact-block .show-hide-phone {
    font-size: .75em;

    cursor: pointer;
}

header .contact-block .tl-call-catcher {
    border-bottom: 1px #fff dotted;
}

header .contact-block .callback {
    color: #fff8dc;
}

header a,
header a:hover {
    font-weight: bold;

    text-decoration: none;

    color: #fff;
}

header .mob_top_btn {
    font-weight: 700;
    line-height: 1em;

    padding: 6px;

    cursor: pointer;
    text-transform: initial;

    color: #fff;
    border-bottom: 3px solid #b2001a;
    background: #e50021;
    -webkit-box-shadow: 0 0 7px rgba(24, 24, 24, .5);
    box-shadow: 0 0 7px rgba(24, 24, 24, .5);
}

@-webkit-keyframes shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes shake {

    10%,
    90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

.home {
    width: 100%;
    height: 100vh;
    padding: 20px 0 200px;

    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 980px) {
    .home {
        height: auto;
        padding-top: 130px;
        padding-bottom: 20px;

        background-repeat: no-repeat;
        background-size: contain;
    }
}

.home .form-top {
    max-width: 380px;

    border-radius: 5px;
    background-color: #f0f5ff;
}

.home .form-top h2 {
    font-size: 32px;
}

@media (max-width: 980px) {
    .home .form-top h2 {
        font-size: 26px;
    }
}

@media (max-width: 420px) {
    .home .form-top {
        max-width: 320px;
    }
}

.home input[type='tel'] {
    font-weight: 300;

    width: 100%;

    color: #505050;
    border: 1px solid #c3c3c3;
    border-radius: 2px;
    background-color: #f2f2f2;
}

.home button.request-caller {
    font: 700 24px 'Roboto', sans-serif;
    line-height: 1em;

    width: 100%;
    height: 55px;
    padding: 0;

    color: #313131;
    border-width: 1px;
    border-style: solid;
    border-color: #d69e31 #e3a037 #d5982d #e3a037;
    border-radius: 4px;
    background-color: #fe8a18;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffce34), to(#fe8a18));
    background-image: linear-gradient(top, #ffce34, #fe8a18);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .3) inset;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3), 0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.home button.request-caller:hover {
    background-color: #ffce34;
    background-image: -moz-linear-gradient(top, #fe8a18, #ffce34);
}

.home button.request-caller .small {
    font: 700 18px 'Roboto', sans-serif;
}

.faq .block {
    padding: 30px 15px 0;

    cursor: pointer;

    background: #ffef9b;
}

@media (max-width: 575px) {
    .faq {
        overflow: hidden;
    }
}

.faq .shaking-block {
    margin: -18px -24px;

    background: #fc8f03;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.faq .shaking-block:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;
}

.faq .section-heading {
    width: auto;

    background: #fe6637;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px;
}

.who-we-are {
    background-color: #f4f4f4;
}

.who-we-are .who-we-are-block h5 {
    font-size: 18px;
    line-height: 1.33em;
}

.who-we-are .who-we-are-block .who-we-are-icon {
    font-size: 45px;
    line-height: 1.5;

    display: inline-block;
    float: left;

    width: 65px;
    height: 60px;
    margin-right: 25px;

    -webkit-transition: all .5s ease;

    transition: all .5s ease;
    text-align: center;

    color: #0891ff;
    border: 2px solid #dedede;
    background-color: transparent;

    moz-transition: all .5s ease;
}

.who-we-are .who-we-are-block .who-we-are-icon:hover {
    color: #fff;
    border: 2px solid #0891ff;
    background-color: #0891ff;
}

.who-we-are .banner {
    cursor: pointer;
}

.careers {
    background-color: #006b98;
}

.careers img {
    max-height: 140px;
}

.careers .read-more {
    display: inline-block;

    text-decoration: none;

    color: yellow;
}

.cars .card {
    font-size: .9rem;
}

.cars .card .card-title {
    font-weight: bold;
}

.cars .card .carousel-indicators {
    bottom: -10px;
}

.cars .card .carousel-indicators li {
    width: 50px;
    height: 50px;

    opacity: 1;
    border: 2px solid #fff;
    border-radius: 50%;
}

.cars .card .carousel-indicators li.active {
    border: 2px solid #07f;
}

.cars .card .icon {
    width: 1.5rem;
    height: 1.5rem;

    fill: #07f;
}

.cars .card .price {
    font-size: 18px;

    position: absolute;
    top: .5rem;
    left: .5rem;

    padding: 4px 6px;

    background-color: #07f;
}

.cars .card .logo-under-car {
    position: absolute;
    top: .5rem;
    right: .5rem;

    width: 80px;
}

.cars .card .btn-red {
    font-weight: bold;

    color: #fff;
    border-bottom: 3px solid #b2001a;
    background: #e50021;
    -webkit-box-shadow: 0 0 7px rgba(24, 24, 24, .5);
    box-shadow: 0 0 7px rgba(24, 24, 24, .5);
}

.selection {
    overflow: hidden;
}

.selection .form {
    border-radius: 4px;
    background: #4a78b4;
    -webkit-box-shadow: 0 4px 10px 4px rgba(19, 35, 47, .3);
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, .3);
}

.selection .form h3 {
    font-size: 36px;
}

@media (max-width: 575px) {
    .selection .form h3 {
        font-size: 18px;
        font-weight: bold;
    }
}

.selection .form select,
.selection .form input {
    font-size: 18px;
    line-height: 24px;

    display: block;

    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 10px 10px 10px 13px;

    color: #444;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    background-color: #fff;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;
}

.selection .form .button {
    font-size: 18px;
    font-weight: 600;

    padding: 20px 36px;

    -webkit-transition: all .5s ease;

    transition: all .5s ease;
    letter-spacing: .1em;
    text-transform: uppercase;

    color: #fff;
    border: 0;
    border-radius: 0;
    outline: none;
    background: #fc8f03;
}

.selection .form .button:hover {
    background: #179b77;
}

.selection .form .car-container {
    position: absolute;
    bottom: -55px;
    left: 30px;

    width: 360px;
}

@media (max-width: 575px) {
    .selection .form .car-container {
        position: relative;
        bottom: 0;
        left: 0;

        width: 280px;
        margin-left: calc(50% - 140px);
    }
}

.reviews .reviews-slider .slide {
    width: 160px;
    margin: 15px;
    padding: 2px;

    border: 2px #4a78b4 solid;
}

.video-block {
    cursor: pointer;
    text-align: center;
}

.video-block .video-title {
    font-size: 18px;
    font-weight: bold;

    -webkit-transition: all .5s ease;

    transition: all .5s ease;
}

.video-block .video-wrapper {
    overflow: hidden;
}

.video-block .video-img {
    position: relative;

    overflow: hidden;

    -webkit-transition: all .5s ease;

    transition: all .5s ease;
}

.video-block .overlay-bg {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all .5s ease;

    transition: all .5s ease;
}

.video-block .overlay-bg i {
    font-size: 70px;
    line-height: 80px;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 80px;
    height: 80px;
    margin-right: -50%;

    -webkit-transition: all .5s ease;

    transition: all .5s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;

    color: #fff;
    border-radius: 100%;

    border-radiu: 100%;
}

.video-block .overlay-bg i:hover {
    opacity: .9;
    background-color: #fc8f03;
}

.video-block:hover .video-title {
    color: #0891ff;
}

.video-block:hover .video-img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.phones {
    font-family: 'Lobster', cursive;

    background-color: #fc8f03;
}

.phones .phones-text {
    font-size: 44px;
    line-height: 1.2;

    margin: 0;
}

@media (max-width: 575px) {
    .phones .phones-text {
        font-size: 32px;
    }
}

.phones .phone-container {
    font-size: 26px;
}

.phones .phone-container .show-hide-phone {
    font-size: 20px;
}

.phones .phone-img {
    display: inline-block;

    width: 32px;
}

.phones a {
    color: #fff;
}

.team .team-heading {
    cursor: pointer;

    color: #0891ff;
}

.team .team-img {
    height: 260px;
}

.team .team-social {
    font-size: 12px;

    color: #666;
}

.facts {
    background-attachment: fixed;
}

.facts .overlay {
    background-color: rgba(0, 0, 0, .8);
}

.facts .facts-icon {
    font-size: 46px;
    line-height: 110px;

    right: 0;
    left: 0;

    width: 121px;
    height: 121px;
    margin: 0 auto;

    -webkit-transition: all .5s ease;

    transition: all .5s ease;

    color: #f93;
    border: 3px solid #0891ff;
    border-radius: 100%;
    background-color: transparent;
}

.facts .facts-icon:hover {
    color: #fff;
    border: 3px solid #0891ff;
    background-color: #0891ff;
}

.partners .slide {
    height: 120px;
}

.partners .slide-inner {
    max-height: 120px;
}

.partners .slide-inner img {
    max-height: 120px;
}

.order .overlay {
    padding-bottom: 150px;

    background-color: rgba(0, 0, 0, .5);
}

@media (max-width: 767px) {
    .order .overlay {
        padding-bottom: 30px;
    }
}

.order h3 {
    font-size: 42px;

    color: #ffb137;
}

.order h3 i {
    font-size: .9em;
}

.order .form {
    max-width: 480px;
    margin-top: 70px;
}

@media (max-width: 767px) {
    .order .form {
        margin-top: 15px;
    }
}

.order .form .form-control {
    font-size: 16px;

    width: 100%;
    padding: 15px;

    -webkit-transition: .2s;

    transition: .2s;

    border: 1px solid #ccc;
    border-radius: 0;
    background: #eee;
}

.order .form .order-form-button {
    font-size: 18px;

    padding: 17px 48px;

    color: #fff;
    border: none;
    border-radius: 30px;
    background-color: #fc8f03;
}

.order .subtitle {
    margin-top: 60px;

    color: #c7c7c7;
}

@media (max-width: 767px) {
    .order .subtitle {
        margin-top: 15px;
    }
}

.videofaq .block {
    padding: 30px 15px 0;

    background: #ffd500;
}

@media (max-width: 575px) {
    .videofaq {
        overflow: hidden;
    }
}

.videofaq .top-block {
    margin: -18px -24px;

    background: #fc8f03;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.videofaq .tags {
    color: #8f8f8f;
}

.videofaq .date {
    line-height: 1em;

    width: 60px;
    height: 60px;
    margin-right: 20px;
    padding: 10px 0 0;

    color: #fff;
    background-color: #0891ff;
}

.videofaq .date span {
    font-size: 9px;

    text-transform: uppercase;
}

.videofaq .bottom {
    font-family: 'Lobster', cursive;
    font-size: 44px;
    line-height: 1.2;

    margin: 0;

    color: #fff;
    background-color: #006b98;
}

.videofaq .bottom a {
    text-decoration: underline;

    color: #fff;
}

.contacts .maps-order {
    font-size: 18px;

    display: inline-block;

    margin-left: 20px;
    padding: 5px 15px;

    cursor: pointer;

    color: #fff;
    background-color: #fe8f00;
}

.contacts .small {
    color: #555;
}

.footer {
    line-height: 1.8em;

    color: #bdbdbd;
}

.footer .overlay {
    background-color: rgba(0, 0, 0, .8);
}

.footer .logo-footer {
    max-width: 174px;
}

.footer h5 {
    font-size: 18px;
}

.footer p {
    margin-bottom: 0;
}

.footer a {
    color: #bdbdbd;
}

.footer a:hover {
    color: #fc8f03;
}

.footer a.map-link {
    color: #fc8f03;
}

.footer .social {
    max-width: 28px;
}

.footer .copyright {
    border-top: 1px solid #bdbdbd;
}

.footer .copyright a {
    color: #0891ff;
}

.action {
    position: fixed;
    z-index: 1004;
    right: 48px;
    bottom: 48px;

    cursor: pointer;
    -webkit-animation: show 1s linear;
    animation: show 1s linear;

    opacity: .8;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;
}

@media (max-width: 575px) {
    .action {
        right: 15px;
        bottom: 15px;
    }
}

.action .action-pc {
    width: 140px;
}

.action .action-pc .action-button {
    position: relative;

    padding: 10px;

    color: #fff;
    border-radius: 0;
    background: #fe6637;
    background-position-x: 18px;
    background-position-y: center;
    background-size: 24px;
}

.action.shake {
    -webkit-animation: none;
    animation: none;
}

.action.shake:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;

    opacity: 1;

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;
}

.action.hidden {
    bottom: -300px;

    -webkit-animation: none;

    animation: none;
}

.action .action-m {
    overflow: visible;
}

.action .action-m .action-button {
    position: relative;

    padding: 10px 50px;
    padding-left: 30px;

    color: #fff;
    border-radius: 15px;
    background: #fe6637;
    background-position-x: 18px;
    background-position-y: center;
    background-size: 24px;
}

.action .action-m .action-button i {
    font-size: 24px;
}

.action .action-m .man {
    position: absolute;
    z-index: 9;
    top: -30px;
    right: 10px;

    width: 42px;
    height: 42px;

    border: 2px solid #ff0;
    border-radius: 32px;
}

@-webkit-keyframes show {
    0% {
        bottom: -300px;
    }

    50%,
    70%,
    90% {
        bottom: 68px;
    }

    60%,
    80%,
    100% {
        bottom: 48px;
    }
}

@keyframes show {
    0% {
        bottom: -300px;
    }

    50%,
    70%,
    90% {
        bottom: 68px;
    }

    60%,
    80%,
    100% {
        bottom: 48px;
    }
}

@media (max-width: 575px) {
    @-webkit-keyframes show {
        0% {
            bottom: -300px;
        }

        50%,
        70%,
        90% {
            bottom: 45px;
        }

        60%,
        80%,
        100% {
            bottom: 25px;
        }
    }

    @keyframes show {
        0% {
            bottom: -300px;
        }

        50%,
        70%,
        90% {
            bottom: 45px;
        }

        60%,
        80%,
        100% {
            bottom: 25px;
        }
    }
}

@media (max-width: 575px) {
    .contact-modal .modal-dialog {
        min-height: 100vh;
        margin: 0;
    }
}

.contact-modal .modal-content {
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
}

@media (max-width: 575px) {
    .contact-modal .modal-content {
        height: 100vh;
    }
}

.contact-modal .modal-content .close {
    width: 20px;
    height: 20px;

    fill: #fff;
}

.contact-modal h4 span {
    display: inline-block;

    border-bottom: 3px solid #fff;
}

.contact-modal .form {
    max-width: 320px;
}

.contact-modal .contact-form-button {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    line-height: 1.5;

    position: relative;

    display: block;
    display: inline-block;
    overflow: hidden;

    width: auto;
    width: 100%;
    padding: 10px 30px;

    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-align: center;
    text-decoration: none;
    text-transform: inherit;

    color: #fff;
    border: 2px solid #fe6637;
    outline: none;
    background: #fe6637;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.contact-modal .contact-form-button:before {
    position: absolute;
    top: 0;
    left: -100px;

    width: 50px;
    height: 100%;

    content: '';
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);

    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .5)));

    background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
}

.contact-modal .contact-form-button:hover {
    color: #fff;
    background: #fe6637;
}

.contact-modal .contact-form-button:hover:before {
    left: calc(100% + 100px);

    -webkit-transition: .5s ease-in-out;

    transition: .5s ease-in-out;
}

.thx-modal .modal-content {
    color: #fff;
    background: #fe6637;
}

.thx-modal .close {
    width: 20px;
    height: 20px;

    fill: #fff;
}

.tradein-slide-btn {
    background-color: #006B97;
    position: absolute;
    height: 32px;
    right: 32px;
    top: 25%;
    font-size: 16px;
    color: #fff;
    padding: 2px 14px 18px;
    font-weight: bold;
    transform: rotate(-90deg);
    transform-origin: 100% 0;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
    border-radius: 5px;
    white-space: nowrap;
    cursor: pointer;
}

.btn-viber {
    height: 40px;
    cursor: pointer;
}

.list1b {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: li;
}

.list1b li {
    border: 2px solid #DDDDDD;
    background: #FAFAFA;
    position: relative;
    margin-bottom: 20px;
    padding: 16px 10px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.list1b li::before {
    border: 2px solid #ADCEE9;
    position: absolute;
    top: -14px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: bold;
    color: #337AB7;
    background: #F7FAFD;
    counter-increment: li;
    content: counter(li);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.list1b li:hover {
    z-index: 1;
    border: 2px solid #ADCEE9;
}

.list1b li:hover::before {
    border: 2px solid #337AB7;
    background: #337AB7;
    color: #FFF;
    -webkit-transform: translate(-12px, 0);
    -ms-transform: translate(-12px, 0);
    -o-transform: translate(-12px, 0);
    transform: translate(-12px, 0);
}

.tradein-block {
    background-color: #ffef9b;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tradein-block .tradein-button {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    line-height: 1.5;

    position: relative;

    display: block;
    display: inline-block;
    overflow: hidden;

    width: auto;
    padding: 10px 30px;

    cursor: pointer;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    text-align: center;
    text-decoration: none;
    text-transform: inherit;

    color: #fff;
    border: 2px solid #fe6637;
    outline: none;
    background: #fe6637;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.tradein-block .tradein-img{
    position: absolute;
    width: 230px;
    left: 40px;
}

@media (max-width: 767px) {
    .tradein-block .tradein-img{
        position: relative;
        left: auto;
        width: 150px;
    }
}