    body {
        font-family: 'Roboto', sans-serif;
        padding: 0;
        margin: 0;
        font-size: 16px;
        color: #000;
    }
    
    ul,
    li {
        display: block;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    h2 {
        font-weight: 300;
        font-size: 30px;
    }
    
    a {
        display: block;
    }
    
    div,
    section,
    form,
    button,
    span,
    p {
        box-sizing: border-box;
    }
    
    input,
    button {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #191828;
    }
    
    p {
        line-height: 1.3em;
    }
    
    button:active {
        outline: none;
    }
    
    .bold {
        font-weight: 700;
    }
    
    .blue {
        color: #0e5cac;
    }
    
    .button {
		font-size: 9px;
		margin: 0 auto;
        background: #fdca1a;
        padding: 5px 30px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 19px;
        cursor: pointer;
        color: #191828;
    }
    
    .button:hover {
        background: #f1bf0a;
        text-decoration: none;
    }
 

.button2 {
        background: #fdca1a;
        padding: 10px 35px;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 19px;
        margin-top: 15px;
        width: 300px;
        cursor: pointer;
        color: #191828;
    }
    
    .button2:hover {
        background: #f1bf0a;
        text-decoration: none;
    }

 
    .nopadding {
        padding: 0 !important;
        margin: 0 !important;
    }
    /* HEADER */
    
    .header {
        background: #191828;
    }
    
    .logo {
		margin: 0 auto;
		color:#fff;
		font-size:25px;
		font-weight:bold;
    }
	
    .logo a  {
        color:#fff;
    }
	
    .logo a:hover {
        text-decoration:none;
    }
	
    .logo a span {
        color:#13bbeb;
    }	
    
    .nav__item {
        display: flex;
        margin-right: 23px;
        align-items: center;
        cursor: pointer;
        color: #fff;
    }
    
    .nav__item:hover {
        color: #14bdec;
        text-decoration: none;
    }
    
    .nav__item span {
        font-size: 15px;
        text-transform: uppercase;
    }
    
    .nav__item i {
        margin-right: 10px;
        font-size: 10px;
    }
    
    .phones__ico {
        margin-right: 15px;
    }
    
    .phones a {
        color: #fff;
    }
    
    .phones a:hover {
        text-decoration: none;
        color: #14bdec;
    }
    /* FIRST-BG */
    
    .first-bg {
        background: url('../img/first-bg.png') no-repeat center top/cover;
        padding: 50px 0 56px;
    }
    
    .offer__title {
        font-weight: bold;
        font-size: 44px;
    }
    
    .offer__sec-title {
        font-weight: 400;
        font-size: 32px;
    }
    
    .offer__third-title {
        font-size: 32px;
        font-weight: 300;
        text-transform: unset;
        margin-top: 40px;
    }
    
    .line {
        height: 6px;
        width: 106px;
        background: #fdca1a;
        margin-top: 15px;
        margin: 15px 0 19px;
    }
    
    .list_item {
        margin-bottom: 19px;
    }
    
    .list_item__circle {
        border-radius: 50%;
        background: #0cb5df;
        width: 21px;
        height: 21px;
        color: #fff;
        line-height: 21px;
        margin-right: 15px;
    }
    
    .list_item__circle i {
        padding-left: 2px;
    }
    
    .list_item span {
        display: block;
    }
    /* SECOND-BG */
    
    .second-bg__title {
        margin: 36px 0 17px;
        font-weight: 300;
        font-size: 30px;
        color: #221f32;
    }
    
    .second-bg__text {
        font-weight: 300;
        font-size: 20px;
        color: #a6a5aa;
        margin-bottom: 47px;
    }
    
    .services {
        width: 148px;
    }
    
    .services__circle {
        width: 148px;
        height: 148px;
        background: #f0f0f0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .services__text {
        margin-top: 15px;
        font-weight: 500;
        color: #221f32;
        font-size: 18px;
        margin-bottom: 87px;
    }
    /* THRIRD-BG */
    
    .third-bg {
        background: url(../img/third-bg.png) no-repeat center top/cover
    }
    
    .third-bg__title {
        margin: 40px 0 16px;
        font-weight: 300;
        font-size: 30px;
        color: #fff;
        letter-spacing: 2.5px;
    }
    
    .third-bg__title-text {
        font-weight: 300;
        font-size: 20px;
        color: #fff;
        margin-bottom: 33px;
    }
    
    .thirt-bg__text {
        font-weight: 400;
        font-size: 16px;
        color: #fff;
    }
    
    .third-bg__btn {
        margin: 21px 10% 36px 0;
    }
    /* FOURTH-BG */
    
    .fourth-bg {
        padding: 15px 0 89px 0;
    }
    
    .slider__title {
        color: #221f32;
        margin: 10px 22px 19px;
    }
    
    .slider__sec-title {
        color: #a6a5aa;
        text-align: center;
        font-weight: 300;
        margin-bottom: 17px;
    }
    
    .slider__circle {
        height: 38px;
        width: 38px;
        background: #0cbce5;
        border-radius: 50%;
        font-size: 26px;
        color: #fff;
    }
    
    .slider__circle-blue {
        background: #125fad;
    }
    
    .cars__title {
        font-size: 20px;
        font-weight: bold;
        margin: 27px 35px 28px 37px;
    }
    
    .cars__text {
        font-size: 15px;
        font-weight: 400;
        color: #777777;
    }
	

/*
    .cars__text a {
        font-size: 18px !important;
        font-weight: 400 !important;
        color: #777777 !important;
    }
*/

    
    .cars-items img {
        margin: 0 auto;
    }
    
    .cars__list {
        padding-left: 42px;
    }
    
    .cars__list i {
        color: #0e5cac;
        margin-right: 9px;
    }
    
    .cars-items__btn {
        background: #0cbce5;
        color: #fff;
        font-size: 19px;
        font-weight: 400;
    }
    
    .cars-items__btn:hover {
        text-decoration: none;
        background: #0cbbe2;
        color: #fff;
    }
    /* FIVE-BG */
    
    .five-bg {
		background-color:#397bb8;
        padding: 15px 0 15px 0;
    }
    
    .five-bg__title,
    .five-bg__text {
        color: #fff;
    }
    
    .five-bg__text {
        font-weight: 300;
        font-size: 20px;
        margin: 19px 0 51px;
    }
    
    .advice {
        background: #fff;
        width: 80%;
        padding: 10px;
        margin: 20px 0px;
		font-size:23px;
    }
    
    
    .advice__text {
        font-size: 15px;
        font-weight: 400;
        color: #221f32;
    }
    
    .mini-circle {
        width: 23px;
        height: 23px;
        border-radius: 50%;
        background: #fff;
        margin: 30px 3.5px 0;
    }
    
    .mini-circle__active {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #0cbce5;
    }
    /* SIX-BG */
    
    .six-bg__title {
        margin: 30px 0 14px;
        color: #221f32;
    }
    
    .six-bg__text {
        margin-bottom: 43px;
        color: #a6a5aa;
        font-weight: 300;
    }
    
    .trucks-item img {
        width: 100%;
        height: 100%;
    }
    
    .trucks-item {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .trucks-item__details {
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.01s ease;
        height: 100%;
        width: 100%;
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
        visibility: hidden;
    }
    
    .trucks-item__title {
        font-size: 35px;
        font-weight: 300;
        color: #fff;
        margin-bottom: 17px;
    }
    
    .trucks-item__sec-title {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 25px;
        color: #fff;
        margin-bottom: 41px;
    }
    
    .trucks-item__btn {
        color: #fff;
        font-size: 19px;
        font-weight: 400;
        padding: 13px 0 16px;
        border: 3px solid #0bb6df;
        width: 250px;
        margin: 0 auto;
    }
    
    .trucks-item:hover .trucks-item__details {
        visibility: visible;
    }
    
    .trucks-item__btn:hover {
        background: #0bb6df;
        text-decoration: none;
        color: #fff;
        opacity: 0.9;
    }
    /* SEVEN-BG */
    
    .advantages {
        width: 184px;
    }
    
    .advantages__circle {
        width: 184px;
        height: 184px;
        background: #f0f0f0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .advantages__text {
        margin-top: 15px;
        font-weight: 500;
        color: #221f32;
        font-size: 18px;
        margin-bottom: 87px;
    }
    /* EIGHT-BG */
    
    .eighth-bg {
        /*background: url(../img/eight-bg.jpg) no-repeat center top/cover;*/
		background-color: #dfeaef;
    }
    
    .eighth-bg__title {
        margin-top: 30px;
        font-weight: 300;
        font-size: 30px;
        color: #221f32;
        letter-spacing: 2.5px;
    }
    
    .eighth-bg__title-text {
        margin-top: 5px;
        font-weight: 300;
        font-size: 20px;
        color: #8f8e92;
        margin-bottom: 30px;
    }
    
    .eighth-bg__text {
        font-weight: 400;
        font-size: 15px;
        color: #221f32;
    }
    
    .wall {
        width: 994px;
    }
	
    .wall p {
        line-height:25px;
    }	
    
    .eight-bg__btn {
        margin-bottom: 30px;
    }
    /* NINE-BG */
    
    .map {
        height: 515px;
        width: 100%;
        top: 0;
        left: 0;
    }
    /* FOOTER */
    
    .ten-bg {
        background: #191828;
    }
    
    .footer-nav {
        margin: 0;
    }
    
    .footer {
        background: #10101a;
    }
    
    .footer__text {
        font-weight: 400;
        color: #fff;
        font-size: 16px;
        padding: 23px 0 4px;
    }
    
    .phones__footer {
        margin: 0 0 0 100px;
    }
    /* Forma */
    
    form {
        margin: 0 auto;
        max-width: 95%;
        box-sizing: border-box;
        padding: 20px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 1);
        -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .45);
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .45);
    }
    
    .textbox {
        height: 50px;
        width: 100%;
        border-radius: 3px;
        border: rgba(0, 0, 0, .3) 2px solid;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        padding: 10px;
        margin-bottom: 30px;
    }
    
    .message:focus,
    .textbox:focus {
        outline: none;
        border: rgba(24, 149, 215, 1) 2px solid;
        color: rgba(24, 149, 215, 1);
    }
    
    .message {
        background: rgba(255, 255, 255, 0.4);
        width: 100%;
        height: 120px;
        border: rgba(0, 0, 0, .3) 2px solid;
        box-sizing: border-box;
        -moz-border-radius: 3px;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: block;
        padding: 10px;
        overflow: hidden;
    }
    
    .form__additional {
        margin-top: 10px;
    }
    /* MEDIA */
    
    @media screen and (max-width: 1200px) {
        .nav__item span {
            font-size: 12px;
        }
    }
    
    @media screen and (max-width: 992px) {
        .phones a {
            font-size: 13px;
        }
        .nav {
            visibility: hidden;
        }
        .footer-nav {
            visibility: visible;
        }
        .list_item {
            font-size: 10px;
            width: 340px;
        }
        .list_item__circle {
            font-size: 10px;
        }
        .services__circle {
            width: 139px;
        }
        .cars-items img {
            width: 200px;
        }
        .cars__title {
            font-size: 10px;
        }
        .cars__title {
            font-size: 14px;
            font-weight: bold;
            margin: 27px 10px 28px 13px;
        }
        .cars__list {
            padding-left: 21px;
        }
        .cars-items__btn {
            font-size: 15px;
            padding: 14px 59px;
            width: 188px;
            margin-top: 19px;
        }

        .trucks-item__title {
            font-size: 16px;
        }
        .trucks-item__sec-title {
            font-size: 12px;
        }
        .trucks-item__btn {
            font-size: 14px;
            width: 156px;
        }
    }
    
    @media screen and (max-width: 768px) {
        .offer__sec-title {
            font-size: 24px;
        }
        .offer__third-title {
            font-size: 22px;
        }
        .list_item {
            font-size: 9px;
            width: 236px;
        }
        .services__text {
            margin-bottom: 20px;
        }
        .phones {
            justify-content: center;
        }
        .cars-items__btn {
            font-size: 10px;
            padding: 14px 49px;
            width: 157px;
        }
        .five-bg__text,
        .second-bg__text {
            text-align: center;
        }
        .eighth-bg__title {
            margin: 0 0 20px;
        }
        .footer-nav {
            margin: 10px 0;
        }
    }
    
    @media screen and (max-width: 576px) {
        .offer__title {
            font-size: 31px;
        }
        .offer__sec-title {
            font-size: 19px;
        }
        .offer__third-title {
            font-size: 17px;
            margin-top: 20px;
        }

        .second-bg__title {
            font-size: 19px;
        }
        .second-bg__text {
            font-size: 15px;
        }
        .thirt-bg__img {
            width: 200px;
        }
        .third-bg__btn {
            margin-bottom: 20px;
            font-size: 9px;
        }
        .slider__title,
        .third-bg__title {
            font-size: 19px;
            text-align: center;
        }
        .slider__sec-title,
        .third-bg__title-text {
            font-size: 15px;
        }
        .second-bg__text {
            margin-bottom: 20px;
        }
        .advantages {
            margin: 0 auto;
        }
        .advantages__text {
            margin-bottom: 30px;
        }
        .eighth-bg__title {
            margin-top: 40px;
        }
        .eight-bg__btn {
            margin: 30px;
        }
        .cars-items__btn {
            margin: 5px 0 20px;
        }
        .ten-bg {
            display: none;
        }
        .footer__text {
            margin-left: 10px;
        }
    }
	
	
.form__title {
    font-size: 1.5rem;	
}


