.index_presentation {
    padding: 100px 0 65px 0;
}
.index_presentation_bloc {
    background: #fdac07;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.index_presentation_title {
    display: table;
    margin: 30px auto 0 auto;
    font-family: "Arial";
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}
.index_presentation_image {
    position: relative;
    padding-top: 50px;
    z-index: 1;
}
.index_presentation_bloc:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f95d0f;
    left: 0;
    transform: translateY(100%);
    transition: all 0.7s ease;
}
.index_presentation_bloc:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f95d0f;
    left: 0;
    transform: translateY(-200%);
    transition: all 0.7s ease;
}
.index_presentation_wrapper {
    margin-top: 60px;
}
.index_presentation_text_wrapper {
    margin-top: 50px;
    display: table;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #f95d0f;
}
.presentation_text_number {
    font-family: "Arial";
    font-size: 170px;
    color: #f95d0f;
    text-align: right;
line-height: 160px;
}
.presentation_text_title {
    font-size: 22px;
    text-transform: uppercase;
    color: #f95d0f;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    overflow: hidden;
}
.presentation_text_title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #f95d0f;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.5s ease;
}
.presentation_text_title.activesection:before {
    transform: translateX(0);
    transition: all 0.5s ease;
}
.presentation_text_bloc {
    font-family: "Arial";
    font-size: 14px;
    color: #727272;
    line-height: 28px;
}


@media (max-width: 1200px) {
.index_presentation {
    padding: 40px 0;
}
.index_presentation_wrapper {
    margin-top: 40px;
}
}

@media (max-width: 767px) {
.presentation_text_bloc p {
    text-align: center;
}
.index_presentation_bloc {
    margin: 15px 0;
}
.index_presentation_text_wrapper {
    margin-top: 20px;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 0 none;
    text-align: center;
}
.presentation_text_number {
    font-family: "Arial";
    font-size: 80px;
    color: #f95d0f;
    text-align: center;
    line-height: 70px;
    margin-bottom: 20px;
}
.presentation_text_title {
    font-size: 22px;
    text-transform: uppercase;
    color: #f95d0f;
    position: relative;
    padding-bottom: 15px;
    display: table;
    margin: 0 auto 25px auto;
}
}
.index_presentation_wrapper {
    border: 0 none;
}

.index_presentation_text_wrapper.active {
    display: table!important;
    width: 100%;
    visibility: visible!important;
}


.active .index_presentation_bloc {
    background: #f95d0f;
}
