body {
    font-family: 'PT Sans', sans-serif;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
h2 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0 0 57px 0;
}
@media screen and (max-width: 576px) {
    h2 {
        font-size: 30px;
    }
}
.section {
    padding: 80px 0 60px;
}
.section__dark {
    background-color: #f6f6f6;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.navbar {
    margin-bottom: 0;
    background-color: #fff;
    color: #000;
    border-bottom: 0;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.nav {
    padding: 15px 0 14px;
}
    .phones {
        /*line-height: 1.3;
        margin: 10px 0 0 15px;*/
        display: flex;
        align-items: center;
    }
    @media screen and (max-width: 992px) {
        .phones {
            flex-direction: column;
        }
    }
        .phones p {
            display: inline-block;
            font-size: 22px;
            font-weight: bold;
            margin: 0; padding: 0;
            padding-right: 12px;
            padding-top: 5px;
            position: relative;
        }
        .phones__soc:before {
            display: inline-block;
            content: "";
            width: 83px;
            height: 25px;
            background: url("../img/soc-icons.png");
            position: absolute;
            left: -90px;
        }
        @media (max-width:576px) {
            .phones__soc:before {
                display: inline-block;
                content: "";
                width: 83px;
                height: 25px;
                background: url("../img/soc-icons.png");
                
                position: relative;
                left: 0;
                margin-right: 5px;
                margin-bottom: -4px;
            }
        }
    .recall {
        font-size: 15px;
        margin: 5px 0 0 15px;
        display: inline-block;
    }
    .recall a {
        display: block;
        padding: 0;
        width: 156px;
        font-size: 16px;
        font-weight: bold;
        background-image: linear-gradient(to bottom left, #FFDD00, #FBB034);
        color: #000 !important;
        text-align: center;
        padding: 4px 0 5px;
        /* border-radius: 3px; */
        text-decoration: none;
    }
.navbar-brand {
    display: flex;
    align-items: center;
    color: #000;
}
    .navbar-brand span {
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }
    .navbar-brand img {
        padding-right: 15px;
    }
@media screen and (max-width:576px) {
    .navbar-brand {
        flex-direction: column;
        text-align: center;
        width: 100%;
        margin-bottom: 45px;
    }
    .navbar-brand img {
        margin-bottom: 10px;   
    }
}

.main-screen {
    background-image: linear-gradient(to bottom right, rgba(255,255,255, .9), rgba(255,255,255, .9)), url('../img/mainscreen.jpg');
    padding: 25px 0;
    background-size: cover;
    background-position: bottom center;
}
    .main-screen h1 {
        font-size: 40px;
        font-weight: bold;
        margin: 0; padding: 0; 
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .main-screen p {
        font-size: 22px;
        padding: 0;
        line-height: 1;
        margin: 0 0 40px;
    }
@media screen and (max-width: 576px) {
    .main-screen h1 {
        font-size: 30px;
    }
    .main-screen p {
        font-size: 19px;
    }
}

.main-form {
    background: #fff;
    width: 100%;
    padding: 23px;
    /* border-radius: 5px; */
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.14);
}
    .main-form > span.title {
        font-size: 28px;
        font-weight: bold;
    }
    .main-form > form > label {
        font-size: 18px;
        font-weight: normal;
    }
    .main-form > form > input[type="input"] {
      border-style: solid;
      border-width: 2px;
      border-color: rgb(193, 193, 193);
      /* border-radius: 3px; */
      width: 100%;
      height: 47px;
      font-size: 23px;
      padding-left: 7px;
    }
    .main-form > form > input[type="submit"] {
      border: 0;
      /* border-radius: 3px; */
      background-image: linear-gradient(to bottom left, #FFDD00, #FBB034);
      width: 100%;
      height: 64px;
      color: #000;
      font-size: 21px;
      font-weight: bold;
      margin-top: 10px;
    }
@media screen and (max-width: 768px) {
    .main-form {
        margin-top: 30px;
    }
}
.autos-screen {
    margin-bottom: 25px;
}
    .autos-screen h2 {
        padding-bottom: 60px;
    }
    .autos-screen .col-md-3,
    .autos-screen .col-md-4 {
        margin-bottom: 28px;
        /*min-height: 250px;*/
    }
    .autos-screen .col-md-3:nth-child(odd) {
        clear: both;
    }
    .autos-screen .col-md-12 {
        /* border-radius: 5px; */
        background: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        padding: 0;
    }
        .autos-screen img {
            width: 100%;
            /* border-radius: 5px 5px 0 0; */
        }
        .autos-screen .caption {
            padding: 15px 0 16px;
            text-align: center;
            font: 15px "LatoBold";
        }

.benefits {
    background: url("../img/grey-bg.png");
    padding-bottom: 15px;
}
    .benefits h2 {
        margin-bottom: 35px;
    }
    .benefits .col-md-12 {
        text-align: center;
        padding-bottom: 25px;
    }
    .benefits p {
        font: 18px "LatoBold";
        margin-top: 10px;
    }

.call-us {
    background-image: linear-gradient(to right, #007a82, #409629);
    color: #fff;
    padding: 35px 0;
}
    .call-us h3 {
        font-size: 31px;
        margin: 0;
        margin-bottom: 20px;
    }
    .call-us input[type="input"] {
        /* border-radius: 3px; */
        border: none;
        background-color: #fff;
        width: 279px;
        height: 52px;
        color: #000;
        margin-bottom: 5px;
        font-size: 22px;
        padding-left: 10px;
    }
    .call-us input[type="submit"] {
        /* border-radius: 3px; */
        border: none; 
        background-image: linear-gradient(to bottom left, #FFDD00, #FBB034);
        color: #000;
        width: 279px;
        height: 52px;
        font-size: 22px;
        line-height: 1;
    }

.brands {
    background: url("../img/grey-bg.png");
    padding-bottom: 35px;
}
.brands h2 {
    margin-bottom: 35px;
}
.brands-slider img {
    width: 55px;
    margin: 0 auto;
    padding-bottom: 10px;
}

/*---------AutoCard-------------*/
.list3 {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}
.box4 {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}
.list3 li figure {
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
    display: block;
    margin-right: 20px;
}
.list3 li figure img {
    width: 100%;
}
.list3 li .info1 {
    overflow: hidden;
    margin-top: 15px;
    padding-right: 10px;
}
.list3title1 {
    font: 26px "LatoBold";
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 10px;
}
.list3title2 {
    font: 18px "LatoRegular";
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 6px;
}
.list3title3 {
    margin-bottom: 10px;
    font: 20px "LatoBold";
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 8px;
}
@media (max-width: 480px) {
.list3 li figure {
    float: none;
    width: 100%;
    margin-right: 0;
}
.list3 li .info1 {
    padding: 20px;
    overflow: hidden;
    margin-top: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.list3 {
    margin-left: 0;
}
.list3 li {
    width: 50%;
    float: left;
    margin-left: 0;
}
.list3 li figure {
    width: 100%;
    float: none;
    margin-right: 0;
}
.list3 li .info1 {
    overflow: hidden;
    margin-top: 0;
    padding: 20px;
}
}
@media (min-width: 1220px) {
    .list3 li figure {
        margin-right: 30px;
    }
    .list3 li .info1 {
        overflow: hidden;
        margin-top: 35px;
    }
}
/**************************************************/

.questions {
    background: url('../img/questions.jpg');
    background-size: cover;
    background-position: center center;
    padding-bottom: 30px;
}
.questions h2 {
    margin-bottom: 30px;
}
.questions input, .questions textarea {
    width: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(193, 193, 193);
    border-radius: 5px;
    height: 50px;
    font: 20px "LatoRegular";
    margin-bottom: 10px;
    padding-left: 10px;
}
.questions textarea {
    padding-top: 10px;
    height: 200px;
    margin-bottom: 5px;
}
.questions input[type="submit"] {
    border:none;
    color: #fff;
  /* border-radius: 3px; */
  background-image: -moz-linear-gradient( 90deg, rgb(213,43,43) 0%, rgb(255,42,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(213,43,43) 0%, rgb(255,42,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(213,43,43) 0%, rgb(255,42,0) 100%);
  height: 61px;
}

.footer .navbar-brand {
    color: #000;
    margin-top: 17px;
}
.footer .navbar-brand:hover {
    color: #000;
}

@media(min-width:768px) {
    .phones {
        margin-top: 0;
    }
    .recall {
        margin-top: 0;
    }
    .navbar-brand {
        padding: 15px 15px;
    }

    .autos-screen .col-md-3:nth-child(odd) {
        clear: none;
    }
    .autos-screen .caption {
        font: 22px "LatoBold";
    }
    .slick-prev {
        left: -50px !important;
    }
    .slick-next {
        right: -50px !important;
    }
    .brands-slider img {
        width: 90px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}
@media(min-width:576px) {
    .main-screen {
        padding: 75px 0 60px;
    }
    .call-us input[type="input"] { 
        margin-right: 10px;
    }
    .call-us input[type="input"],.call-us input[type="submit"] {
        float: left;
    }
    .call-us .call-form {
        width: 572px; margin: 0 auto
    }
}
@media(max-width:576px) {
    .nav {
        padding-top: 0 !important;
    }
    .navbar-nav {
        margin-top: 0;
        width: 100%;
        text-align: center;
        > li {
          float: none;
          display: inline-block;
        }
      }
      .navbar-nav > li.recall > a {
        width: 192px;
        display: inline-block;
        margin: 0 auto;
      }
}

.advantage {
    display: flex;
    margin-top: 54px;
}
.advantage__item {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    margin-right: 55px;
}
.advantage__item img {
    padding-right: 11px;
}

@media screen and (max-width: 1200px) {
    .advantage {
        margin-top: 20px;
    }
    .advantage {
        flex-direction: column;
    }
    .advantage__item {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 992px) {
    .advantage {
        margin-bottom: 20px;
    }
}

.how__item {
    display: flex;
    align-items: center;
}
.how__item:not(:last-child) {
    margin-bottom: 40px;
}
.how__img {
    max-width: 110px;
    flex-shrink: 0;
}
.how__content {
    padding-left: 20px;
}
.how__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}
.how__text {
    font-size: 18px;
}
@media screen and (max-width: 576px) {
    .how__item {
        flex-direction: column;   
    }
    .how__img {
        margin-bottom: 15px;
    }
    .how__content {
        text-align: center;
        padding-left: 0;
    }
}

.card__item {
    /* border-radius: 5px; */
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.card__img {
    max-width: 100%;
    width: 100%;
    height: 240px;
    object-fit: cover;
    /* border-radius: 5px 5px 0 0; */
}
@media screen and (max-width: 576px) {
    .card__img {
        height: 100%;
    }
}
.card__title {
    font-size: 21px;
    padding: 15px 20px;
    font-weight: bold;
    text-align: center;
}

.buy__img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    /* border-radius: 5px 5px 0 0; */
}
.buy__item {
    /* border-radius: 5px; */
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    background-color: #fff;
}
.buy__content {
    padding: 18px 22px;
}
.buy__title {
    font-size: 24px;
    font-weight: bold;
}
.buy__specs {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px 0;
    font-size: 17px;
}
.buy__sold {
    font-size: 20px;
    font-weight: bold;
    color: #409629;
}
@media screen and (max-width: 576px) {
    .buy__img {
        height: 100%;
    }
    .buy__content {
        padding: 18px 15px;
    }
}

footer {
    box-shadow: none;
}
footer .navbar-brand span {
    font-weight: normal;
    font-size: 18px;
}

@media screen and (max-width: 992px) {
    .nav-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
.whatsapp-link {
    background: #455a64;
    color: #fff;
    display: flex;
    width: 250px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: background .4s;
    text-decoration: none;
    font-size: 18px;
    margin-top: 47px;
}
.whatsapp-link:hover {
    background: #455a64;
    color: #fff;
    text-decoration: none;
}
.whatsapp-link img {
    width: 45px;
    padding-right: 10px;
    flex-shrink: 0;
}

.email-input {
    display: none !important;
}

.brand-order-inner {
    padding-bottom: 50px;
    background: url("../img/grey-bg.png");
    color: #000;
}

.brand-order {
    max-width: 750px;
    margin: 0 auto;
    padding: 30px 0 0;
    font-size: 17px;
}
.brand-order label {
    width: 100%;
    margin-top: 15px;
    font-weight: bold;
}
.brand-order select {
    width: 100%;
    height: 40px;
}
.brand-order textarea {
    width: 100%;
    height: 168px;
    margin: 15px 0 10px;
    border: 1px solid #ccc;
    padding: 10px;
}

.brand-order input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ccc;
}

.brand-order__right {
    margin: 15px 10px;
}

.custom-file-upload {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-image: -moz-linear-gradient(
            90deg,
            rgb(204, 204, 204) 0%,
            rgb(255, 255, 255) 100%
    );
    background-image: -webkit-linear-gradient(
            90deg,
            rgb(204, 204, 204) 0%,
            rgb(255, 255, 255) 100%
    );
    background-image: -ms-linear-gradient(
            90deg,
            rgb(204, 204, 204) 0%,
            rgb(255, 255, 255) 100%
    );
}

.custom-file-upload input {
    display: none;
}

.brand-order input[type="submit"] {
    font-size: 17px;
    width: 100%;
    padding: 0;
    margin-top: 15px;
}

@media screen and (max-width: 920px) {
    .brand-order select {
        margin-bottom: 15px;
    }

    .custom-file-upload {
        margin-top: 15px;
    }
}

input.email-input {
    display: none;
}
.pt-0 {
    padding-top: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}

.section__title {
    margin-bottom: 10px;
    padding-bottom: 0;
}
h2 + .sub {
    margin-top: 0;
    font-size: 19px;
}

.contacts {
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
    font-size: 18px;
}
.contacts li {
    margin-bottom: 7px;
}
.contacts .whatsapp-link {
    margin-top: 20px;
}

.section__contacts h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bold;
}