* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    list-style: none;
}

body{
    min-width: 320px;
}

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

}

.header {
    margin-bottom: 15px;
}

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

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

}

.header__nav-list_item-link {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    transition: 0.3s;
}

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

.banner__nav {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
    width: 100%;
}

.banner1 {
    width: 100%;
    max-width: 1100px;
    height: auto;
    object-fit: cover;
}



.news__red {
    background: #B71C1C;
    width: 350px;
    height: 380px;

}

.news__purple {
    background: #6A1B9A;
    display: flex;
    flex-direction: column-reverse;
    width: 350px;
    height: 380px;

}

.news__blue {
    background: #303F9F;
    width: 350px;
    height: 380px;


}

.news__green {
    background: #00695C;
    display: flex;
    flex-direction: column-reverse;
    width: 350px;
    height: 380px;

}

.news__img {
    width: 350px;
    height: 175px;
    object-fit: cover;
}

.news__content {
    max-width: 1400px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    padding: 0 15px;
}

.news__desc {
    display: flex;
    flex-direction: column;
    padding: 15px;
    color: #fff;
    gap: 10px;
    height: 183px;
}

.news__title {
    font-weight: 700;
    font-size: 19px;
    line-height: 100%;
    color: #fff;
}

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

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

.mainnew__content {
    display: flex;
    gap: 30px;
    align-content: center;
}

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

.mainnew__desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.mainnew__desc-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #3A3838;
    
}

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

}

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

}

.footer {
    background: #3A3838;

}

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

.footer__nav-list_item-link {
    color: #fff;
    transition: 0.3s;
    font-weight: 700;
    font-size: 18px;
}


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