.content-about{
    margin-bottom: 100px;
}
.content-about h1{
    font-size: 40px;
    font-family: "Ubuntu";
    color: rgb(175, 158, 136);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.content-about p{

}
.content-about strong{
    font-weight: bold;
}
.content-about h2{
    font-size: 24px;
    color: rgb(175, 158, 136);
}
.content-about h3{
    font-size: 18px;
    color: rgb(175, 158, 136);
}
.content-about img{
    float: left;
    max-width: 40%;
    margin-right: 30px;
    margin-bottom: 30px;
}

.content-about__date {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    color: rgb(175, 158, 136);
    margin-bottom: 30px;
    font-style: italic;
}

.content-about__more-photo{
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

/* * * * * * * * * * */
.news{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.news__title{
    font-size: 40px;
    font-family: "Ubuntu";
    color: rgb(175, 158, 136);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.news__item-container{
    display: flex;
    width: 350px;
    margin: 0 15px;
    max-width: 100%;
}
.news__item-mainpage-container{
    display: flex;
    width: 250px;
    margin: 0 15px;
    max-width: 100%;
}
.news__item{
    border: 1px solid #ece8e5;
    margin-bottom: 30px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news__item-container a:hover,
.news__item-mainpage-container a:hover{
    text-decoration: none;
}
.news__item:hover{
    box-shadow: 0px 0px 15px rgb(175, 158, 136);
}
.news__item:hover .news__item-title{
    text-decoration: none;
}
.news__item-image-block{
    overflow: hidden;
    width: 328px;
    height: 328px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ece8e5;
    margin-bottom: 15px;
}
.news__item-mainpage-image-block{
    overflow: hidden;
    width: 230px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ece8e5;
    margin-bottom: 15px;
}
.news__item-image{
    max-width: 100%;
}
.news__item-date{
    font-size: 14px;
    color: rgb(175, 158, 136);
    font-style: italic;
    margin-bottom: 15px;
}
.news__item-title{
    font-size: 18px;
    color: rgb(175, 158, 136);
    text-decoration: underline;
    margin-bottom: 15px;
}
.news__item-content{
    font-size: 15px;
    color: rgb(117, 116, 114);
    max-height: 240px;
    overflow: hidden;
}

/*************/
.new-datail{
    margin-bottom: 40px;
}
.new-datail h1{
    font-size: 40px;
    font-family: "Ubuntu";
    color: rgb(175, 158, 136);
    font-weight: bold;
    margin-bottom: 15px;
}
.new-datail p{

}
.new-datail img{
    float: left;
    max-width: 40%;
    margin-right: 30px;
    margin-bottom: 30px;
}

.new-datail__date {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
    color: rgb(175, 158, 136);
    margin-bottom: 30px;
    font-style: italic;
}

.news-detail__pagination{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.news-detail__pagination-prev,
.news-detail__pagination-next{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4a433d;
    color: #af9e88;
    border-radius: 23px;
    width: 240px;
    height: 46px;
    text-transform: uppercase;
    font-weight: bold;
}
.news-detail__pagination-next:hover,
.news-detail__pagination-prev:hover{
    background: #ededed;
    color: #af9e88;
    text-decoration: none;
}

/* * * * * * */
.remont-items__title{
    font-size: 40px;
    color: rgb(175, 158, 136);
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
}
.remont-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 30px;
}

.remont-item {
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    text-decoration: none;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.remont-item__active{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(52, 49, 45, 0.7);
    top:0;
    left:0;
    padding: 10px;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.remont-item__active-border{
    width: 100%;
    height: 100%;
    border: 1px solid #b5b3b2;
}
.remont-item__name-block{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 10px;
    position: relative;
    z-index: 1;
}
.remont-item__name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #4a433d;
    color: white;
    font-size: 28px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 10px;
}

.remont-item:hover{
    text-decoration: none;
}
.remont-item:hover .remont-item__name-block{
    border: none;
}
.remont-item:hover .remont-item__name{
    background: #252220;
}
.remont-item:hover .remont-item__active{
    display: flex;
}

/* * * * * */
.service-items__title{
    font-size: 40px;
    color: rgb(175, 158, 136);
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px auto;
    text-align: center;
}
.service-items {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 30px;
}

.service-item {
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100% ;
    text-decoration: none;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.service-item__active{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(52, 49, 45, 0.7);
    top:0;
    left:0;
    padding: 10px;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.service-item__active-border{
    width: 100%;
    height: 100%;
    border: 1px solid #b5b3b2;
}
.service-item__name-block{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 10px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.service-item__name {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    height: auto;
    background: #4a433d;
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 10px 20px;
    text-align: center;
    line-height: 24px;
}

.service-item:hover{
    text-decoration: none;
}
.service-item:hover .service-item__name-block{
    border: none;
}
.service-item:hover .service-item__name{
    background: #252220;
}
.service-item:hover .service-item__active{
    display: flex;
}

/* adaptive */
@media (max-width: 1023px) {
    .remont-item__big.remont-item__big-mobile .remont-item,
    .remont-item__small.remont-item__big-mobile .remont-item{
        background-size: 100% auto;
    }
    .remont-item__big .remont-item {
        background-size: auto 100%;
    }
}

@media (max-width: 1000px){
    .content-about img,
    .new-datail img {
        float: none;
        max-width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 430px){
    .news-detail__pagination{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .news-detail__pagination-prev{
        margin-bottom: 15px;
    }
    .remont-item__name{
        font-size: 20px;
    }
}

@media (max-width: 799px) {
    .service-item {
        background-size: 100% auto;
     }
    .remont-item__small.remont-item__big-mobile .remont-item,
    .remont-item__small .remont-item,
    .remont-item__big .remont-item{
        background-size: 100% auto;
    }

    .news__item-content{
        max-height: none;
    }
}

@media (max-width: 600px) {
    .remont-item__big .remont-item{
        background-size: auto 100%;
    }
}

/* * * * */
/* Для страницы "Ремонт саксофонов" */
.remont__saks-table{
    max-width: 100%;
    width: 800px;
    margin: 0 auto;
    border-top: 1px solid black;
}
.remont__saks-table-row{
    display: flex;
    justify-content: space-between;
    border-left: 1px solid black;
}
.remont__saks-table-first-col{
    width: 60%;
    padding: 10px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.remont__saks-table-second-col{
    display: flex;
    align-items: center;
    width: 40%;
    padding: 10px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    justify-content: flex-end;
}

/* * * */
.sitemap a {
    color: #af9e88;
}