@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

body { 
    font-family: 'Roboto', sans-serif; 
}

* {
    box-sizing: border-box;
    text-decoration: none;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
}

.modal__car__description{
    margin-left: 50px;
    margin-bottom: 50px;
}

.navbar {
    background-color: white;
}


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

.menu {
    display: flex;
    justify-content: center;
}

.menu__item {
    margin: 10px;
}

.menu__item a {
    font-size: 12px;
    font-weight: medium;
    color: #000;
    text-transform: uppercase;
}

.btn__call {
    width: 210px;
    height: 40px;
    background-color: #f83d2e;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    margin-right: 10px;
    outline: none !important;
    transition:  all .4s
}

.btn__get:hover, .btn__call:hover {
    color: #f83d2e;
    background-color: white;
    border: 1px solid #f83d2e;
}

.btn__call__icon {
    display: none;
    background-color: #f83d2e;
    color: white;
    border: 0px;
    padding: 10px 12px;
    border-radius: 50px;
    margin-right: 10px;
    outline: none !important;
}

.get__info {
    height: 100%;
    background: url(../img/bgr-1.jpg) no-repeat center / cover;
}

.title {
    margin-top: 280px;
}

.title h2 {
    font-size: 38px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.title h4 {
    margin-top: -10px;
    color: white;
    font-weight: 400;
    font-size: 28px;
}

.btn__get { 
    margin-top: 44px;
    width: 240px;
    height: 40px;
    color: white;
    border: 0;
    border-radius: 2px;
    background-color: #f83d2e; 
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 200px;
    outline: none !important;
    transition:  all .4s
}

.services {
    margin-bottom: 100px;
    display: flex;
}

.services__title { 
    margin-top: 50px;
    margin-bottom: 15px;
}

.services__title h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}

.services__title p {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
    color: #a1a1a1;
    font-weight: regular;
    margin-bottom: 35px;
}

.services__desc {
    max-width: 460vw;
    padding-left: 60px;
    padding-right: 60px;
    height: 100%;
}

.services__desc__title {
    padding-top: 180px;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.services__desc h4 {
    padding-top: 40px;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.services__desc_content {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: regular;
    color: white;
    margin-top: 10px;
}

.services__item {
    position: relative;
}

.services__item img {
    display: block;
    width: 100%;
    height: auto;
}

.services__hover {
    background: rgba(0,0,0,0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding-top: 30px;
    padding-left: 30px;
    opacity: 0;
    transition: all .5s;
}

.services__hover:hover {
    opacity: 1;
}

.services__hover h4 {
    color: white;
}

.about__company {
    margin-bottom: 10px;
}

.company__cars {
    width: 100%;
}

.about__company__title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
}

.about__company__item {
    font-family: 'Montserrat', sans-serif;
    color: #585858;
    font-size: 14px;
}

.about__company__desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: regular;
    font-size: 14px;
    color: #c3c3c3;
}

.benefits {
    margin-top: 30px;
}

.benefits h4 {
    margin-top: 25px;
    font-size: 24px;
    font-weight: bold;
}

.benefits p {
    margin-top: 20px;
    color: #b2b2b2;
}

.advantages__titles {
    text-transform: uppercase;
}

.advantages .benefits__btn {
    background-color: #f3f7f9;
    color: #666;
    font-size: 18px;
    font-weight: 500;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding-top: 28px;
}

.services__desc {
    border-radius: 2px;
    border: 1px solid #ccc;
}

.icon, .icons {
    margin-top: 7px;
    font-size: 12px;
    float: right;
}

.icons {
    margin-top: 15px;
}

.swich_main {
    padding-top: 30px;
}

.swich__content_num {
    font-size: 24px;
    font-weight: bold;
    color: #666;
}

.swich__content_title {
    font-weight: bold;
    margin-bottom: 28px;
}

.swich__content_desc {
    margin-bottom: 35px;   
}

.swich__content_desc, .swich__content_desc2 {
    color: #7f7f7f;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.cars_descs {
    margin-top: -20px;
}

.cars_desc {
    margin-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.cars__shop {
    margin-bottom: 30px;
}

/* style slider */ 
.slid {
    margin: 0 auto;
    max-width: 1135px;
    padding-bottom: 50px;
}

.cars__shop img {
    max-width: 100%;
    height: auto;
}

.cars__shop h6 {
    margin-top: 30px;
    font-weight: bold;
    font-size: 19px;
    color: black;
}


.cars__shop span { 
    font-family: 'Montserrat', sans-serif;
    font-weight: regular;
    font-size: 13px; 
    color: #7f7f7f;
}

.cars__shop_price {
    font-family: 'Montserrat', sans-serif;
    color: #543ad7;
    font-weight: 500;
    font-size: 14px;
}

.reviews {
    padding-top: 110px;
}

.reviews h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    font-size: 40px;
    margin-bottom: 25px;
}

.reviews p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 150px;
}

.comments {
    background-color: #f9fcfe;
}

.about__company_right  {
    width: 600px;
    padding-left: 60px;
}

/* Slider */

.slider__btn {
    width: 100%;
    height: 40px;
    background-color: #f83d2e;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    margin-right: 10px;
    outline: none !important;
    transition:  all .4s
}

.slider__btn:hover {
    color: #f83d2e;
    background-color: white;
    border: 1px solid #f83d2e;
}

.carousel {
    margin-top: 110px;
}

.person__carousel {
    margin-left: 80px;
}

.person__carousel_desc {
    padding-left: 75px;
    padding-right: 75px;
    margin-top: 20px;
}

.person__carousel_descr {
    padding-left: 20px;
    margin-top: 12px;
    margin-left: 15px;
}

.person__carousel_descr h4 {
    font-weight: bold;
    font-size: 18px;
    color: black;
}

.person__carousel_descr p {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #c5c6c6;
}

.person__carousel_desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: regular;
}

.footer h2 {
    padding-top: 200px;
    padding-left: 8px;
}

.footer__left {
    margin-left: 50px;
}

.footer h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}

.footer__icon_location {
    margin-left: 7px;
    margin-top: 4px;
}

.footer__desc_location {
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.footer__desc_mail {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.footer__icon_phone {
    margin-left: 8px;
    margin-top: 5px;
}

.footer__desc_mail {
    margin-top: 4px;
}

.footer__desc_phone {
    margin-top: 5px;
    margin-left: 18px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.maps {
    width: 100%;
    height: auto;
}


.content__signature p {
    padding-top: 25px;
    height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

iframe {
    width: 100%;
}

.devel {
    margin-left: 50px;
}

.content__signature {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}

.content__signature p:nth-child(1) {
    flex: 1;
}

.card-header {
    background-color: #482cd4;
    color: white;
}

.accordion__work {
    display: none;
}

.accordion__btn {
    font-size: 18px;
    font-weight: 500;
    border: 0;
    padding-bottom: 8px;
    background-color: #482cd4;
    outline: 0 !important;
}


/*  MODAL */ 

.modal-dialog {
    top: 8vh;
}

.aba {
    opacity: 1;
}

.modal-header h4 {
    margin-top: 65px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.modal-header p {
    margin-top: 3px;
    font-family: 'Montserrat', sans-serif;
    font-size: 500;
    font-size: 14px;
    color: #7f7f7f;
    text-align: center;
    margin-left: 54px;
    margin-right: 27px;
}

.input__modal {
    flex-direction: column;
}

.form-control {
    height: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    background-color: #f2f4f5;
}

.btn__modal { 
    margin-top: 30px;
    margin-bottom: 30px;
    width: 240px;
    height: 40px;
    color: white;
    border: 0;
    border-radius: 2px;
    background-color: #f83d2e; 
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none !important;
}

.slider__popup  {
    margin-top: 10px;
}

.slider__popup img {
    height: 310px;
    margin: 0 auto;
}

.slider__popup__nav img {
    height: 100px;
}

@media only screen and (max-width: 1199px)  {
    .menu {
        position: absolute;
        background-color: white;
        width: 100%;
        top: 100%;
        left: 0px;
        z-index: 100;
    }

    .logo {
        flex: 1;
    }

    .footer__left h2 {
        margin-bottom: 30px;
    }

    .footer__icon_location {
        margin-left: 30px;
    }

    .footer__left {
        margin-left: 0;
    }
    
    .footer__left h2 {
       text-align: center;
    }

    .footer__call {
        margin-right: 35px;
    }

    .footer__street, .footer__mail, .footer__desc_mail, .footer__call   {
        justify-content: center;
    }

    .footer__mail {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .services__hover {
        padding-top: 35px;
        padding-left: 30px;
    }

    .modal__car_descript {
        flex-direction: column;
		padding-bottom: 20px!important;
    }

    .modal__car__description {
        text-align: center;
		padding-bottom:20px;
    }
}


@media only screen and (max-width: 991px) {
    .services__item {
        margin-bottom: 10px;
    }

    .about__company_right {
        margin-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .services__title { 
        margin-top: 25px;
        margin-bottom: 0;
    }

    .footer__left {
        margin-bottom: 30px;
    }

    .cars_descs {
        margin-top: 17px;
    }

    .reviews {
        padding-top: 50px;
    }

    .comments .reviews p {
        margin-bottom: 40px;
    }

    .reviews h2 {
        text-align: center;
    }

    .carousel {
        margin-top: 35px;
        margin-bottom: 40px;
    }

    .footer__left h2 {
        text-align: center;
        padding-top: 50px;
    }

    .how__working {
    }

    .accordion__work {
        margin-top: 20px;
        margin-bottom: 20px;
        display: none;
    }

    .about__company_right {
        text-align: center;
        width: 100%;
    }

    .services__hover {
        opacity: 1;  
    }
}

@media only screen and (max-width: 720px)  {
    .btn__call {
        display: none;
    }

    .btn__call__icon {
        display: block;
    }
}

@media only screen and (max-width: 800px)  {
    .content__signature {
        flex-flow: column wrap;
    }

    .devel {
        margin-left: 0;
    }

    .person__carousel {
        margin-left: 110px;
    }

    .person__carousel_desc {
        padding-left: 70px;
        padding-right: 70px;
        text-align: center;
    }
}

@media only screen and (max-width: 570px) {
    
    .main__person__carousel {
        flex-direction: column;
    }

    .person__carousel {
        margin-left: 23px;
    }

    .person__carousel_descr {
        margin-left: 0;
    }

    .person__carousel_desc {
        padding-left: 50px;
        padding-right: 50px;
        text-align: center;
    }

    .title h2 {
        font-size: 31px;
    }

    .title h4 {
        font-size: 26px;
    }

    .modal-header p {
        margin-left: 0px;
        margin-right: 0px;
    }

    .services__title h3 {
        font-size: 30px;
    }

    .services__title p {
        font-size: 14px;
    }

    .about__company__title {
        font-size: 28px;
    }

    .reviews h2 {
        font-size: 30px;
    }

    .footer__left h2 {
        font-size: 30px;
    }

    .services__hover {
        padding-top: 20px;
        padding-left: 25px;
    }

    .services__hover p {
        font-size: 12px;
    }
}


