.content-over3_type1 .content-over3__item__last_absolute{
    position: absolute;
}

.content-over3_type1 .content-over3__right_center {
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    .content-over3_type1 .content-over3__right_center {
        float: none;
        text-align: left;
        width: auto !important;
    }
}

@media only screen and (max-width: 760px) {
    /* .content-over3_type1 .content-over3__right_center {
        text-align: center;
    }  */
}

/* @media only screen and (max-width: 1000px) {
    .content-over3_type1 .content-over3__item {
        margin: 0 10px 0 0;
        padding-bottom: 10px;
        margin-left: -20px;
        margin-right: -20px;
    }
} */

@media only screen and (max-width: 760px) {
    .content-over3_type1 .content-over3__item {
        margin-left: -10px;
        margin-right: -10px;
        width: 75px;
    }

    .content-over3_type1 .content-over3__icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-left: auto;
        margin-right: auto;
    }
    .content-over3_type1 .content-over3__icon img {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .content-over3_type1 .content-over3__icon img {
        top: -2px;
    }
}



@media (min-width: 1280px) {
    .content-over3 .line1-business {
        right: 0;
    }

    .line1-business__accent {
        position: absolute;
        left: 14px;
        top: -2px;
        width: 300px;
        height: 2px;
        background-color: #F2EB3B;
    }


    .content-over3__item_accent:first-child {
        margin-left: 0;
        margin-right: 44px;
    }

    .content-over3_type1.content-over3_new .content-over3__item_last {
        margin-left: 90px;
        right: 0;
        position: static;
    }


}

.content-over3_type1.content-over3_new .content-over3__item_last {
    position: static;
}

.content-over3_new {
    margin-right: 0;
}

.content-over3__item_accent .content-over3__icon {
    position: relative;
}

.content-over3__item_accent .content-over3__icon::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background-image: url('../img/Border.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.list-project1__icon {
    position: relative;
}
/*
.list-project1__item_accent .list-project1__icon::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url('../img/Border.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}
*/
.list-project1__icon-status {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 999;
	color: #63666A;
	font-size: 10px !important;
	line-height: 13px;
	font-weight: 700;
	padding: 2px 4px 1px;
	background: #f2eb3b;
	border-radius: 35px;
}

.content-over3 .content-over3__icon::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0px;
    display: block;
    background-image: none;
    width: 0;
    height: 0;
    opacity: 0;
    border-top: 15px solid white;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.content-over3__over.active .content-over3__icon, .content-over3__over.open .content-over3__icon {
    box-shadow: 0 10px 40px #63666A;
}

.content-over3__item .content-over3__icon {
    background-color: #63666A;
}

.content-over3__item.content-over3__item_accent .content-over3__icon {
    background-color: #f2eb3b;
}

.content-over3__icon.mod1 {
    background-color: #FFFFFF;
    box-shadow: inset 0 0 0 3px #000000;
}

.content-over3__date.content-over3__date_alone {
    position: relative;
    left: 40%;
}

.content-over3__date.content-over3__date_hide {
    opacity: 0;
    visibility: hidden;
}

.content-over3__over.active .content-over3__icon.mod1, .content-over3__over.open .content-over3__icon.mod1 {
    border: 3px solid #ffffff;
    background-color: #63666A;
}


.content-over3__item_accent .content-over3__icon-left::after{
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background-image: url(/local/templates/main/css/../img/Border-left.png) !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.content-over3__item_accent .content-over3__icon-right::after{
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    background-image: url(/local/templates/main/css/../img/Border-right.png) !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

