/* header */

.header {
    background-color: #0A0A0A;
}


/* main-art */

.main-art {
    margin-top: 84px;
}

.main-art .h2 {
    text-align: center;
}

.main-art__box {
    margin-top: 60px;
}

.main-art__col {
    width: 605px;
}

.main-art__img {
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.main-art__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 43px;
    margin: 15px 0 25px;
}

.main-art__text {
    font-size: 16px;
    line-height: 26px;
}

.main-art__text_b {
	padding-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}


/* last */

.last {
    margin-top: 130px;
}

.last .h2 {
    margin-bottom: 60px;
}

.art-item {
    background: #151515;
    box-shadow: -8px -8px 10px #0C0C0C, 8px 8px 9px #000000;
    border-radius: 10px;
    width: 393px;
    margin-right: 29px;
}

.art-item:nth-child(3n){
    margin-right: 0;
}

.art-item:nth-child(-n+3) {
    margin-bottom: 30px;
}

.art-item__img {
    width: 100%;
    height: 220px;
    border-radius: 10px 10px 0 0;
    background-size: cover;
    background-position: center;
}

.art-item__info {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px 20px 20px;
}

.art-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.art-item__title {
    font-weight: 900;
    font-size: 21px;
    line-height: 27px;
}

.art-item__date {
    font-size: 12px;
}

.art-item__text {
    font-size: 16px;
    line-height: 27px;
    margin-top: 15px;
}

.pagination {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pagin-list {
    display: flex;
    align-items: center;
}

.pagin-list a {
    margin-right: 12px;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    color: #A2A2A2;
}

.pagin-list span {
    margin-right: 12px;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    color: #A2A2A2;
}

.pagin-list a.current {
    width: 40px;
    height: 40px;
    background: #212121;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
}

.pagin-controls {
    display: flex;
    align-items: center;
}

.pagin-controls a:first-child {
    margin-right: 14px;
}

.dis path {
    fill: #A2A2A2;
}

@media screen and (max-width: 1300px) {

    /* main-art */
    .main-art__col {
        width: 100%;
    }

    .main-art__col:first-of-type {
        margin-bottom: 30px;
    }

    .main-art__img {
        height: 364px;
    }

    .main-art__title {
        margin: 0 0 20px 0;
        font-weight: bold;
        font-size: 22px;
        line-height: 26px;
    }

    .main-art__text {
        line-height: 28px;
    }

    .last-box{
        justify-content: space-between;
    }

    .art-item {
        width: 48%;
        margin-bottom: 30px;
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {

    /* .main-art */
    .main-art {
        margin-top: 23px;
    }

    .main-art__box {
        margin-top: 30px;
    }

    .main-art__img {
        height: 264px;
    }

    /* last */
    .last {
        margin-top: 60px;
    }

    .last .h2 {
        margin-bottom: 30px;
    }

    .art-item {
        width: 100%;
    }

    .art-item:nth-child(-n+3) {
        margin-bottom: 10px;
    }

    .art-item {
        margin-bottom: 10px;
    }

    .art-item:last-child {
        margin-bottom: 0;
    }

    /* pagination */
    .pagination {
        justify-content: center;
    }
}