@charset "UTF-8";

.container {
    width: 100% !important;
    max-width: 1200px !important;
}


.aheto-tab__list-link span {
    color: #222222;
}

.aheto-tab__box--overlay-1:before {
    background-color: rgba(227, 38, 130, 0.8);
}

.aheto-tab__box--overlay-2:before {
    background: -webkit-gradient(linear, left top, right top, from(#1A3448), to(#FFC015));
    background: linear-gradient(to right, #1A3448, #FFC015);
}

.aheto-tab__box--overlay-3:before {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(35%, transparent), to(#1A3448));
    background: linear-gradient(to right, transparent, transparent 35%, #1A3448);
}

@media screen and (max-width: 1230px) {
    .aheto-tab__box--overlay-3:before {
        background: -webkit-gradient(linear, left top, right top, from(transparent), to(#1A3448));
        background: linear-gradient(to right, transparent, #1A3448);
    }
}

@media screen and (max-width: 991px) {
    .aheto-tab__box--overlay-3:before {
        background-color: #1A3448;
    }
}

.aheto-tab__box--overlay-4:before {
    background-color: rgba(0, 0, 0, 0.5);
}

.aheto-tab--simple .aheto-tab__head {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(227, 38, 130, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(227, 38, 130, 0.1);
}

.aheto-tab--simple .aheto-tab__list-link {
    border-right: 1px solid rgba(34, 34, 34, 0.1);
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    color: #999999;
}

.aheto-tab--simple .aheto-tab__list-link:hover {
    border-color: rgba(26, 52, 72, .033);
    background: #1A3448;
    -webkit-box-shadow: 1.169px 3.825px 15.66px 2.34px rgba(90, 86, 88, 0.2);
    box-shadow: 1.169px 3.825px 15.66px 2.34px rgba(90, 86, 88, 0.2);
}

.aheto-tab--simple .aheto-tab__list-item.active a {
    border-color: rgba(26, 52, 72, .033);
    background: #1A3448;
    -webkit-box-shadow: 1.169px 3.825px 15.66px 2.34px rgba(90, 86, 88, 0.2);
    box-shadow: 1.169px 3.825px 15.66px 2.34px rgba(90, 86, 88, 0.2);
}

.aheto-tab--business .aheto-tab__content {
    background-color: #222222;
}

.aheto-tab--business .aheto-tab__list-link span {
    color: #1A3448;
}

.aheto-tab--business .aheto-tab__list-item {
    background-color: #f6f3f3;
}

.aheto-tab--business .aheto-tab__list-link {
    color: #FFC015;
}

.aheto-tab--business .aheto-btn--light.aheto-btn--trans:hover {
    color: #FFC015;
}

.aheto-tab--construction-home .aheto-tab__list-item.active .aheto-tab__list-link,
.aheto-tab--construction-news .aheto-tab__list-item.active .aheto-tab__list-link {
    color: #000;
}

.aheto-tab--construction-home .aheto-tab__list-item.active .aheto-tab__list-link:after,
.aheto-tab--construction-news .aheto-tab__list-item.active .aheto-tab__list-link:after {
    background-color: #1A3448;
}

.aheto-tab--construction-home .aheto-tab__list-link,
.aheto-tab--construction-news .aheto-tab__list-link {
    color: #999999;
}

.aheto-tab--construction-news .aheto-tab__list-item.active .aheto-tab__list-link {
    color: #222222;
}

.aheto-tab--event {
    -webkit-box-shadow: 0 0 73px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 73px 0 rgba(0, 0, 0, 0.08);
}

.aheto-tab--event .aheto-tab__head {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: initial;
}

.aheto-tab--event .aheto-tab__list-item.active {
    position: relative;
}

.aheto-tab--event .aheto-tab__list-item.active::after {
    position: absolute;
    bottom: -29px;
    left: 50%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 15px solid #1A3448;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    content: '';
}

.aheto-tab--event .aheto-tab__list-item .event-title {
    display: block;
    color: #222222;
    font-size: 18px;
}

.aheto-tab--event .aheto-tab__list-item .event-date {
    color: #999999;
    display: block;
    font-size: 12px;
}

.aheto-tab--event .aheto-tab__list-item.active .event-title,
.aheto-tab--event .aheto-tab__list-item.active .event-date,
.aheto-tab--event .aheto-tab__list-item:hover .event-title,
.aheto-tab--event .aheto-tab__list-item:hover .event-date {
    color: #F7F7F7;
}

.aheto-tab--event .aheto-tab__list-item.active a {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.aheto-tab--edu .aheto-tab__list-item.active {
    font-family: "Karla", sans-serif;
}

.aheto-tab--edu .aheto-tab__list-item.active::after {
    content: '';
    border-top-color: #222222;
}

.aheto-tab--edu .aheto-tab__list-item .event-title {
    font-family: "Karla", sans-serif;
}

.aheto-tab--edu .aheto-tab__list-item .event-date {
    font-family: "Roboto", sans-serif;
}