    @import url(./fonts.css);



    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        list-style: none;
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
    }


    .container  {
        max-width: 1140px;
        width: 100%;
        height: 100%;
        padding: 0px 15px;
        margin: 0 auto;
    }

    body {
        min-width: 320px;
    }

    .header__nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0 15px;
    }

    .header__nav-list {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .header__nav-list-item-link {
    
        display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #3A3838;
    transition: 0.3s;

    }

    .header__nav-list-item-link:hover {
        color: #EF4423;
    }

    .banner {
        display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 36px;
        width: 100%;
        height: auto;
    }

    .container2 {
        max-width: 1430px;
        width: 100%;
        height: 100%;
        padding: 0px 15px;
        margin: 0 auto;

    }

    .cards {
    display: flex;
    }



    .card1_bottom {
        background: #B71C1C;
        padding: 8px 15px 15px 15px;
        transform: translateY(-4px);
        width: 350px;
    
    }

    .card1_bottom_title {
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    color: #fff;
    padding: 0 0 8px;

    }

    .card1_bottom_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #EBEBEB;

    }

    .card2_bottom {
        background: #6A1B9A;
        padding: 15px 15px 7px 15px; 
                width: 350px;
    }

    .card2_bottom_title {
        font-weight: 700;
        font-size: 19px;
        line-height: 100%;
        color: #fff;
        padding: 0 0 9px;
        
        }
        
        .card2_bottom_text {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        color: #EBEBEB;
        
        }

        .card3_bottom {
        background:  #303F9F;
        padding: 8px 15px 16px 15px;
        transform: translateY(-4px);
                width: 350px;
        }

        .card3_bottom_title {
            font-weight: 700;
            font-size: 19px;
            line-height: 100%;
            color: #fff;
            padding: 0 0 7px;
            
            }
            
            .card3_bottom_text {
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            color: #EBEBEB;
            
            }

            .card4_bottom {
                background: #00695C;
                padding: 14px 15px 8px 15px;
                        width: 350px;
            }

            .card4_bottom_title {
                font-weight: 700;
                font-size: 19px;
                line-height: 100%;
                color: #fff;
                padding: 0 0 9px;
                
                }
                
                .card4_bottom_text {
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                color: #EBEBEB;
                
                }

    .second_title {
        color: #3A3838;
        display: flex;
        justify-content: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    padding: 40px 0 40px;


    }

    .banner2 {
        background: #EDEDED;
        margin-bottom: 50px;
    }

    .container_banner2_wrap {
        display: flex;
        gap: 30px;
    

    }


    .banner2_right_title {
        color: #3A3838;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    padding:20px 0 30px;


    }

    .banner2_right_text {
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
    color: #686868;
    }

    .footer {
        background: #3A3838;
    }

    .footer__nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 28px 0 29px;
    }



    .footer__nav-list {
        display: flex;
        align-items: center;
        gap: 15px;
        
        
    }

    .footer__nav-list-item-link {
        display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color:#FFF ;
    transition: 0.3s;

    }

    .footer__nav-list-item-link:hover {
        color: #EF4423;
    }