.item-banner, .item-banner__icon {
    position: relative;
}

.item-banner__desk {
    position: absolute;
    top: 106px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 20px 10px 10px 10px;
    width: 184px;
    display: none;
    text-align: center;
    z-index: 100;
    box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.5);
} 

.item-banner__icon::after {
    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: 10px solid white;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    z-index: 1;
}

.item-banner.active .item-banner__icon::after {
    opacity: 1;
}

.item-banner__desk-title {
    color: #363634;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    padding-bottom: 8px;
}

.item-banner__desk-link {
    display: inline-block;
    vertical-align: top;
    color: #4d4d4a;
    font-size: 10px;
    font-weight: 700;
    position: relative;
    line-height: 12px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.item-banner__desk p {
    color: #898987;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 16px;
    position: relative;
}

.item-banner.active > .item-banner__desk {
    display: block;
}

.img-responsive-alone {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-responsive-2 {
    max-width: 100%;
    height: auto;
    display: none;
}

.item-banner.item-banner.active .img-responsive-1 {
    display: none;
}

.item-banner.item-banner.active .img-responsive-2 {
    display: inline;
}

.item-banner.active .item-banner__icon {
    background-color: #F2EB3B;
}

.item-banner__icon.item-banner__icon--empty {
    background-color: white;
    box-shadow: inset 0px 0px 0 2px #000;
}

.main-banner__group {
    display: flex;
    flex-direction: row;
}

.main-banner__group .item-banner__check {
    transform: translateX(-32px);
}

.item-banner__check.item-banner__check_hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin-right: 0;
}

.item-banner__icon.item-banner__icon--last {
    margin-right: 0;
}

.main-banner__left.main-banner__left_mod {
    -ms-flex: 0 0 50%;
    flex: 0 0 auto;
}

.main-banner__right.main-banner__right_mod {
    margin-left: 96px;
}

@media screen and (max-width: 1279px) {
    .main-banner__right.main-banner__right_mod {
        margin-left: 55px;
    }
}

.main-banner__line-dotted.main-banner__line-dotted_mod {
    width: calc(100% - 96px);
}

@media screen and (max-width: 767px) {
    .main-banner__line-dotted.main-banner__line-dotted_mod {
        display: none;
    }
}

.item-banner.item-banner--last {
    margin-right: 0;
}

@media screen and (max-width: 1279px) {
    .item-banner.item-banner--last {
        margin-right: 76px;
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {
    .item-banner.item-banner--last {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 1279px) {
    .item-banner.item-banner--second {
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .main-banner__right.main-banner__right_mod {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .main-banner__right.main-banner__right_mod {
        margin-left: auto;
        margin-right: auto;
    }
}

.item-banner__icon img {
    height: 24px;
}



/*mods-bg*/

.item-banner__empty.active .item-banner__icon {
    box-shadow: inset 0px 0px 0 2px #fff, 0 10px 40px #000;
    background-color: #63666A;
}

.item-banner__primary.active .item-banner__icon {
    box-shadow: inset 0px 0px 0 2px #fff, 0 10px 40px #000;
}

.item-banner__secondary.active .item-banner__icon {
    box-shadow: inset 0px 0px 0 2px #fff, 0 10px 40px #000;
    background-color: #63666A;
}