* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans',
    sans-serif;
}

 .content_wrapper {
    max-width: 1185px;
    margin: auto;
    position: relative;
    padding-bottom: 85px;
}

.intro {
    background-image: url('../img/bg1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.intro_top {
    display: flex;
    justify-content: space-between;
}

.top_left {
    display: flex;
    align-items: center;
}

.logo {
    color: #FFF; 
    font-size: 20px; 
    font-weight: 800; 
    letter-spacing: 0.9px;
    text-transform: uppercase;
    background-color: #E62D3E;
    padding: 10px 10px;
    text-align: center;
    width: 140px;
}

.logo_text {
    color: #9A9A9A; 
    font-size: 12px; 
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-left: 1px solid #9A9A9A;
    padding: 5px 5px 5px 10px;
    margin-left: 10px;
}

.top_right {
    color: #fff;
    display: flex;
    align-items: center;
}

.top_right p {
    margin-left: 14px;
}

.top_right span {
    color: #9A9A9A;
}

.intro_title {
    color: #FFF; 
    font-size: 45px; 
    font-weight: 700;
    line-height: 1.2; 
    letter-spacing: 2.25px;
    text-transform: uppercase;
    max-width: 790px;
    margin: 60px 0 15px;
}

.intro_text {
    font-size: 18px;
    color: #9A9A9A;
    letter-spacing: 0.9px;
}

.text-size {
    max-width: 660px;
}

.preorder_list {
    display: flex;
    max-width: 560px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.preorder_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.preorder_item:nth-child(odd) {
    margin-right: 115px;
}

.arrow {
    margin-right: 20px;
}

.order_btn {
    border-radius: 32.5px;
    background: linear-gradient(77deg, #E62D3E 0%, #E54146 100%);
    box-shadow: 0px 0px 15px 0px #E7464C;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 16px 48px;
    font-weight: 700;
    border: none;
}

.preorder_offer {
    display: flex;
    align-items: center;
    position: absolute;
    right: -180px;
    top: 80px;
}

.discount_pie {
    width: 113px;
    height: 113px;
    background-color: #FFE51B;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    top: -35px;
}

.discount_text {
    color: #000;
    text-align: center; 
    font-size: 18px; 
    font-weight: 700;
    line-height: 1.1; 
    text-transform: uppercase;
}

.discount_count {
    color: #E62D3E;  
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.offer_img {
    margin: 0 -80px 0 -40px;
    position: relative;
    z-index: 1;
}

.offer_effect {
    position: relative;
    top: -20px
}

.why .content_wrapper {
    padding: 55px 0;
}

.section_title {
    color: #090D10;
    text-align: center; 
    font-size: 48px; 
    font-weight: 700; 
    text-transform: uppercase;
    position: relative;
    margin-bottom: 35px;
}

.section_title::after {
    position: absolute;
    content: '';
    width: 200px;
    height: 3px;
    background-color: #E52E3F;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.why_text {
    text-align: center;
    max-width: 1005px;
    margin: auto;
}

.why_gallery {
    display: flex;
    justify-content: space-between;
    max-width: 1180px;
    margin: auto;
}

.char {
    background-color: #1D1D1D;
}

.char .section_title {
    color: #fff;
}


.char .content_wrapper {
    padding: 55px 0;
}

.wrap_chars {
    margin-top: 55px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.char_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 190px;
}

.charitem_logo {
    margin-bottom: 15px;
}

.charitem_title {
    color: #FFF;
    text-align: center; 
    font-size: 18px; 
    font-weight: 700; 
    text-transform: uppercase;
}

.charitem_separator {
    width: 50px;
    height: 3px;
    background-color: #E62D3E;
    margin: 10px 0;
}

.charitem_text {
    color: #FFF;
    text-align: center; 
    font-size: 16px; 
    font-weight: 400; 
    text-transform: uppercase;
}

.goodsitem_wrap:not(:nth-child(1)) {
    margin-top: 40px;
}

.goods .content_wrapper {
    padding: 55px 0;
}

.goods_list {
    background-color: #1D1D1D;
    color: #fff;
    max-width: 730px;
    padding: 50px 40px 50px 180px; 
}

.gooditem_title {
    display: flex;
    margin-bottom: 15px;
}

.gooditem_title p { 
    font-size: 18px; 
    font-weight: 700; 
    text-transform: uppercase;
}

.title_arrows {
    width: 22px;
    height: 22px;
    margin-right: 25px;
}
 
.gooditem_text {
    font-weight: 300;
}

.goods_wrap {
    display: flex;
    align-items: center;
    margin-top: 40px;
}


.bmw {
    margin-right: -130px;
    position: relative;
}

.order {
    background-color: #E62D3E;
}

.order .content_wrapper {
    max-width: 1045px;
    padding: 45px 0 60px;
    
}

.order_form {
    display: flex;
    justify-content: space-between;
}

.order_title {
    color: #FFF;
    text-align: center; 
    font-size: 28px; 
    font-weight: 700; 
    text-transform: uppercase;
}

.order_text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
}

.inp {
    font-size: 16px;
    padding: 12px 20px;
    max-width: 315px;
    width: 100%;
    border: none;
    color: #000;
}

.ord_btn {
    color: #1C1C1C;
    text-align: center; 
    font-size: 20px; 
    font-weight: 700; 
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    background: #FFE51B;
    box-shadow: 0px 0px 15px 0px #FFE51B;
    max-width: 320px;
    width: 100%;
    padding: 12px
}

.gallery .content_wrapper {
    padding: 55px 0;
}

.gallery .section_title {
    margin-bottom: 50px;
}

.swiper-slide img { 
    width: 100%;
}

.swiper-wrapper {
    align-items: center; 
}

.swiper-slide .container {
    max-width: 310px;
    width: 100%;
    margin: auto;
}

.swiper-slide-active .container  {
    max-width: 500px;
    width: 100%;
} 

.prev, .next {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev:hover, .next:hover {
    background-color: #E62D3E;
}

.controls {
    width: 70px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;

}

.wrap_reviews {
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin: 40px auto 0;
}

.wrap_reviews img {
    max-width: 325px;
    width: 100%;
}

.how .content_wrapper {
    padding: 55px 0 30px;
}

.delivery_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 915px;
    margin: 50px auto 0;
    flex-wrap: wrap;
}

.delivary_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.info_title {
    font-size: 18px; 
    font-weight: 700; 
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}

.info_text {
    font-size: 16px;
}

.delivary_item img {
    margin-right: 25px;
    width: 150px;
}

.footer_info {
    padding: 20px 10px;
    text-align: center;
    font-size: 14px;
    max-width: 695px;
    margin: auto;
}

.promotion {
    margin: 15px 0
}

@media (max-width: 1600px) {
    .offer_effect {
        max-width: 400px;
        width: 100%;
    }
    .offer_img {
        width: 100%;
        max-width: 150px;
        margin: 0 -135px 0 -40px;
    }
    .preorder_offer {
        right: 0px;
        top: 160px;
    }
    .content_wrapper {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
}

@media (max-width: 1200px) {
    .intro_title,
    .section_title {
        font-size: 34px;
    }
    .text-size {
        max-width: 550px;
    }
    .intro_text {
        font-size: 16px;
    }

    .why_gallery {
        flex-direction: column;
        align-items: center;
    }
    
    .why_gallery img {
        width: 100%;
        max-width: 500px;
        margin-top: 15px;
    }

    .wrap_reviews img {
        max-width: 280px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .intro .content_wrapper {
        padding-bottom: 50px;
    }
    .why .content_wrapper,
    .goods .content_wrapper,
    .order .content_wrapper,
    .gallery .content_wrapper,
    .how .content_wrapper,
    .char .content_wrapper {
        padding: 35px 10px;
    }

   
    .intro_preorder {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .preorder_offer {
        position: relative;
        top: unset;
        right: unset;
        margin: auto;
        order: 1;
    }
    .preorder_list {
        order: 2;
    }
    .intro_order {
        order: 3;
    }
    .preorder_item:nth-child(odd) {
        margin-right: unset;
    }
     
    .intro_text br {
        display: none;
    }
    .preorder_list {
        max-width: 265px;
            margin: 25px 0 5px;
    }
    .preorder_offer {
        max-width: 286px;
    }
    .arrow {
        width: 18px;
        margin-right: 15px;
    }
    .offer_img {
        position: absolute;
        width: 100px;
        right: 145px;
        bottom: 10px
    }
    .discount_pie {
        position: absolute;
        width: 90px;
        height: 90px;
        left: 0;
        top: unset;
        bottom: 25px;
    }
    .discount_text {
        font-size: 13px;
    }
    .discount_count {
        font-size: 24px;
    }
    .intro_order {
        margin-top: 10px;
    }

    .content_wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .order_btn {
        font-size: 18px;
            padding: 15px 34px;
    }
    .intro_top {
        flex-direction: column;
        align-items: center;
        
    }
    .logo {
        font-size: 16px;
        padding: 8px;
        width: unset;
    }
    .intro_top {
        font-size: 10px;
    }
    .top_left {
        margin-bottom: 15px;
    }
    .top_right img {
        width: 97px;
    }
    .intro_title {
            margin: 45px 0 20px;
            font-size: 28px;
            text-align: center;
            max-width: unset;
    }
    .text-size {
        max-width: unset;
        text-align: center;
        max-width: 500px;
        margin: 0 auto 50px;
    }
    .section_title {
        font-size: 27px;
    }
    .section_title::after {
        bottom: -10px;
    }
    .why_text {
        font-size: 16px;
    }
    .why_gallery {
        margin-top: -10px;
    }
    .wrap_chars {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    .char_item:nth-child(1) {
        order: 2;
        margin-top: 45px;
    }
    .char_item:nth-child(2) {
        order: 1;
    }
    .char_item:nth-child(3) {
        order: 3;
        margin-top: 45px;
    }
    .bmw {
        margin-right: unset;
        position: static;
        max-width: 590px;
        width: 90%;
    }
    .goods_wrap {
        flex-direction: column;
        margin-top: 25px;
    }
    .goods_list {
        padding: 30px 20px;
        margin: 0 -10px -35px;
    }
    .gooditem_title p {
        font-size: 16px;
    }
    .gooditem_text {
        font-size: 14px;
    }
    .title_arrows {
        margin-right: 12px;
    }
    .order_title {
        font-size: 24px;
    }
    .order_text {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .order_form {
        flex-direction: column;
        align-items: center;
    }
    .inp {
        margin-bottom: 15px;
    }
    .controls {
        margin: 12px auto 0;
    }
    .gallery .section_title {
        margin-bottom: 30px;
    }
    .wrap_reviews {
        flex-direction: column;
        align-items: center;
    }

    .wrap_reviews img:not(:nth-child(1)) {
        margin-top: 35px;
    }
    .delivary_item img {
        margin-right: 20px;
        width: 130px;
    }
    .info_title {
        font-size: 16px;
    }
    .info_text {
        font-size: 14px;
    }
    .delivery_wrap {
        flex-direction: column;
    }
    .delivery_wrap {
        max-width: 285px;
    }
    .delivary_item:last-child {
        margin-bottom: 0;
    }
    .footer_info {
        font-size: 10px;
    }
}