* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
    font-weight: 900;
    font-display: swap;
    font-style: normal;

}

@font-face {
    font-family: 'Joe';
    src: url('../fonts/Parkinsans/Parkinsans-VariableFont_wght.ttf');
    font-weight: 700;
    font-display: swap;
    font-style: normal;

}

@font-face {

    font-family: 'Rubik';
    src: url('../fonts/RubikOne/RubikOne-Regular.ttf');
    font-weight: 400;
    font-display: swap;
    font-style: normal;

}

@font-face {
    font-family: 'Dela';
    src: url('../fonts/dela/Dela_Gothic_One/DelaGothicOne-Regular.ttf');
    font-weight: 400;
    font-display: swap;
    font-style: normal;

}


.roboto {
    font-family: Roboto
}

.joe {
    font-family: Joe
}

.dela {
    font-family: Dela
}

.news-button {
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
    max-width: 300px;
    min-height: 30px;
    background-color: #6b02b6;
    color: white;
    border: #510c83;
    border-radius: 3px;
    padding: 15px 30px;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.2s;
    transition: background-color 0.3s, -webkit-transform 0.2s;
    -o-transition: background-color 0.3s, transform 0.2s;
    transition: background-color 0.3s, transform 0.2s;
    transition: background-color 0.3s, transform 0.2s, -webkit-transform 0.2s;
}

.news-button:hover {
    background-color: #8400b4;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.news-button:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.new-tt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-photo-0 {
    padding-left: 50px;
    float: left;
    max-width: 500px;
    height: auto;
    margin-bottom: 50px
}

.news-photo-1 {
    padding-left: 50px;
    float: left;
    max-width: 500px;
    height: auto;
    margin-bottom: 50px
}

.news-photo-2 {
    padding-left: 50px;
    float: left;
    max-width: 500px;
    height: auto;
    margin-bottom: 50px
}

.news-photo-3 {
    padding-left: 50px;
    float: left;
    max-width: 500px;
    height: auto;
    margin-bottom: 50px
}

.news-photo-4 {
    padding-left: 50px;
    float: left;
    max-width: 500px;
    height: auto;
    margin-bottom: 50px
}

.titl {
    line-height: 20px;
    max-width: 500px
}

.news-photo {
    padding-left: 50px;
    float: left;
    max-width: 500px;
    height: auto;
    margin-bottom: 50px
}

details>summary {
    list-style: none
}

.news-text-0 {
    margin-bottom: 50px;
    padding-top: 10px;
    line-height: 23px;
    max-width: 600px;
    padding-left: 20px;
    float: left
}

.news-text-1 {
    margin-bottom: 50px;
    padding-top: 10px;
    line-height: 20px;
    max-width: 500px;
    padding-left: 20px;
    float: left
}

.news-text-2 {
    margin-bottom: 50px;
    padding-top: 10px;
    line-height: 20px;
    max-width: 500px;
    padding-left: 20px;
    float: left
}

.news-text-3 {
    margin-bottom: 50px;
    padding-top: 10px;
    line-height: 20px;
    max-width: 500px;
    padding-left: 20px;
    float: left
}

.news-text-4 {
    margin-bottom: 50px;
    padding-top: 10px;
    line-height: 20px;
    max-width: 500px;
    padding-left: 20px;
    float: left
}

.team-evro {
    margin: 0 0 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    max-width: 140px;
    padding: 5px;
    color: #fff;
    background-color: #a200ff
}

.team {
    margin: 0 0 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    max-width: 120px;
    padding: 5px;
    color: #fff;
    background-color: #a200ff
}

.team-3 {
    margin: 0 0 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    max-width: 250px;
    padding: 5px;
    color: #fff;
    background-color: #a200ff
}

.news-data {
    padding-left: 20px;
    font-weight: 900;
    float: left;
    color: #636363
}

.news-title {
    line-height: 30px;
    color: #000;
    font-size: 25px;
    max-width: 500px;
    padding-top: 7px;
    padding-left: 20px;
    float: left
}

.news-title:hover {
    color: #00000097
}

.newwww-title {
    margin: 0 auto;
    margin-bottom: 40px;

    padding: 30px;
    font-size: 70px
}

@media screen and (max-width:992px) {
    .news-title {
        line-height: 30px;
        color: #000;
        font-size: 25px;
        max-width: 500px;
        padding-top: 7px;
        padding-left: 0;
        float: left
    }

    .news-photo-1 {
        padding-left: 0;
        float: left;
        max-width: 500px;
        height: auto;
        margin-bottom: 30px
    }

    .news-photo-2 {
        padding-left: 0;
        float: left;
        max-width: 500px;
        height: auto;
        margin-bottom: 30px
    }

    .news-photo-3 {
        padding-left: 0;
        float: left;
        max-width: 500px;
        height: auto;
        margin-bottom: 30px
    }

    .news-photo-4 {
        padding-left: 0;
        float: left;
        max-width: 500px;
        height: auto;
        margin-bottom: 30px
    }

    .new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 50px
    }

    .news-photo {
        padding-left: 0;
        float: left;
        max-width: 500px;
        height: auto
    }

    .news-photo-0 {
        padding-left: 0;
        float: left;
        max-width: 500px;
        height: auto;
        margin-bottom: 30px
    }

    .news-data {
        padding-left: 0;
        font-weight: 900;
        float: left;
        color: #636363
    }

    .team-evro {
        margin: 0 0 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        max-width: 140px;
        padding: 5px;
        color: #fff;
        background-color: #a200ff
    }

    .team {
        margin: 0 10px 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        max-width: 120px;
        padding: 5px;
        color: #fff;
        background-color: #a200ff
    }

    .team-3 {
        margin: 0 10px 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        max-width: 250px;
        padding: 5px;
        color: #fff;
        background-color: #a200ff
    }

    .news-text-0 {
        padding-top: 10px;
        line-height: 23px;
        max-width: 600px;
        padding-left: 0;
        float: left;
        margin-bottom: 50px
    }

    .news-text-1 {
        padding-top: 10px;
        line-height: 20px;
        max-width: 500px;
        padding-left: 0;
        float: left;
        margin-bottom: 50px
    }

    .news-text-2 {
        padding-top: 10px;
        line-height: 20px;
        max-width: 500px;
        padding-left: 0;
        float: left;
        margin-bottom: 50px
    }

    .news-text-3 {
        padding-top: 10px;
        line-height: 20px;
        max-width: 500px;
        padding-left: 0;
        float: left;
        margin-bottom: 50px
    }

    .news-text-4 {
        padding-top: 10px;
        line-height: 20px;
        max-width: 500px;
        padding-left: 0;
        float: left;
        margin-bottom: 50px
    }
}

@media screen and (max-width:661px) {
    .newwww-title {
        font-size: 50px
    }

    .new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 30px
    }
}

@media screen and (max-width:560px) {
    .newwww-title {
        font-size: 50px
    }

    .new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 20px
    }

    .news-title {
        line-height: 20px;
        font-size: 20px
    }

    .news-text-0 {
        font-size: 14px
    }

    .news-text-1 {
        font-size: 14px
    }

    .news-text-2 {
        font-size: 14px
    }

    .news-text-3 {
        font-size: 14px
    }

    .news-text-4 {
        font-size: 14px
    }

    .news-data {
        font-size: 14px
    }

    .team-evro {
        margin: 0 0 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 10px;
        max-width: 100px;
        padding: 5px;
        color: #fff;
        background-color: #a200ff
    }

    .team {
        margin: 0 10px 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 10px;
        max-width: 90px;
        padding: 5px;
        color: #fff;
        background-color: #a200ff
    }

    .team-3 {
        margin: 0 10px 10px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 10px;
        max-width: 180px;
        padding: 5px;
        color: #fff;
        background-color: #a200ff
    }

    .news-button {
        margin-top: 30px;
    }
}

@media screen and (max-width:541px) {
    .news-photo-1 {
        padding-left: 0;
        float: left;
        max-width: 300px;
        height: auto;
        margin-bottom: 20px
    }

    .news-photo-2 {
        padding-left: 0;
        float: left;
        max-width: 300px;
        height: auto;
        margin-bottom: 20px
    }

    .news-photo-3 {
        padding-left: 0;
        float: left;
        max-width: 300px;
        height: auto;
        margin-bottom: 20px
    }

    .news-photo-4 {
        padding-left: 0;
        float: left;
        max-width: 300px;
        height: auto;
        margin-bottom: 20px
    }

    .news-photo-0 {
        padding-left: 0;
        float: left;
        max-width: 300px;
        height: auto;
        margin-bottom: 20px
    }

    .newwww-title {
        font-size: 50px
    }

    .new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 15px
    }
}

@media screen and (max-width:375px) {
    .newwww-title {
        font-size: 30px
    }
}

@media screen and (max-width:330px) {
    .newwww-title {
        font-size: 30px
    }

    .new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 10px
    }
}