.page_content_context_remont {
    font-family: "Open-Sans", "Arial", sans-serif;
}

h1 span {
    color: #EEBA22;
}

.repairs-spec {
    max-width: 570px !important;
}

.repairs-spec .about_spec{
    width: auto;
}

.repairs-spec .about_spec__title{
    width: 90px;
}

.link-text_orange {
    color: #EEBA22;
    text-decoration: underline;
}

.page_content_section_repairs {
    background-image: url(../images/repairs/repairs-pic.png);
    background-size: auto 100%;
    background-position: -1% -1%;
}

.page_content_section_repairs .about-content {
    width: 56%;
}

.access-block .button{
    margin-bottom: 0;
}

.repairs-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

.repairs-title span{
    color: #EEBA22;
}

.btn-repairs {
    margin: 24px 0 32px;
}

.fw-600 {
    font-weight: 600;
}

.list-items {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open-Sans';
    margin-top: 12px;
    margin-left: 10px;
}

.list-items li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 18px;
}

.list-items li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #FFD24D;
    border-radius: 50%;
}

.mb-24 {
    margin-bottom: 24px;
}

.repair-items {
    display: flex;
    justify-content: space-between;
    max-width: 1078px;
    margin: 0 auto;
    width: 100%;
}

.repair-item {
    flex-basis: 22%;
    text-align: center;
    margin-top: 52px;
}

.repair-item__number {
    margin: 0 auto 30px;
    width: 44px;
    height: 44px;
    background: #FFD24D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.repair-item__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.repair-item__description {
    font-size: 14px;
    line-height: 1.5;
}

.question-block {
    background: #3F3F3F;
    padding: 38px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.question-block__text {
    margin-right: 32px;
    line-height: 1.5;
    font-weight: 600;
    color: white;
    font-size: 18px;
}

.question-block a {
    font-weight: 700;
    padding: 0 42px;
    font-family: 'Open-Sans';
}

.happening-block {
    background: #f5f6f7;
    padding: 70px 0 71px;
    text-align: center;
}

.happening-block__container {
    max-width: 1080px;
    margin: 0 auto;
}

.happening-items{
    display: flex;
    justify-content: space-between;

}

.happening-item{
    margin-top: 52px;
    flex-basis: 48%;
}

.happening-item__pic{
    width: 60px;
    height: 60px;
    margin: 0 auto 32px;
    background: #FFD24D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.happening-item__title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.5;
}

.happening-item__description{
    font-size: 16px;
    line-height: 30px;
}

.p-m p{
    margin-bottom: 15px;
}

.p-m p:last-child{
    margin-bottom: 0;
}

.image-access{
    background-image: url(../images/repairs/access.png);
    background-size: auto 100%;
    background-position: top right;
    bottom: auto;
    top: 80px;
    height: 678px;
}

.access-block .repairs-title{
    margin-bottom: 42px;
}

.access-block .about-content--reverse{
    width: 70%;
}

.access-block p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 42px !important;
}

.list-items_number{
    margin-bottom: 32px;
    counter-reset: myCounter;
}

.list-items_number li{
    margin-bottom: 24px;
    padding-left: 32px;
    position: relative;
}

.list-items_number li:before{
    counter-increment: myCounter;
    content:counter(myCounter)'.';
    color: #EEBA22;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}

.list-items_number li:last-child{
    margin-bottom: 0;
}

.pt-50{
    padding-top: 40px;
}

@media (max-width: 1140px) {
    .page_content_section_repairs {
        background-size: 30% auto;
        background-position: bottom left;
    }

    .page_content_section_repairs .about-content {
        width: 70%;
    }
}

@media (max-width: 991px) {
    .repair-items {
        flex-flow: row wrap;
    }

    .repair-item {
        flex-basis: 48%;
    }
}

@media (max-width: 767px) {
    .happening-items{
        flex-direction: column;
    }
    .question-block {
        padding: 20px 0 30px;
        flex-direction: column;
    }

    .question-block a {
        margin-bottom: 0;
    }
    .page_content_section_repairs{
        background-image: none;
    }
    .page_content_section_repairs .about-content, .access-block .about-content--reverse{
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 400px) {
    .repair-item {
        flex-basis: 100%;
        margin-top: 40px;
    }
    .repairs-spec .about_spec__title{
        width: auto;
    }
}