.banner__content_title {
    position: relative;
}

.banner__content_title_icon {
    height:50px;
    width: 45px;
    position: absolute;
    right: -10px;
    bottom: 65px;
}

.icon_img {
    vertical-align: middle;
    cursor: pointer;
}

.icon_text {
    background: #ffffff;
    padding: 25px 15px 25px 20px;
    border-radius: 8px;
    position: absolute;
    font-size: 14px;
    color: #000000;
    width: 350px;
    line-height: 18px;
    bottom: 65px;
    left: -335px;
        font-family: GothamProRegular, sans-serif;
}

.icon_text_block {
    display: none;
}

.corner {
    position: absolute;
    bottom: -5px;
    right: 18px;
    transform: rotate(225deg);
    width: 20px;
    height: 20px;
    background: #ffffff;
    box-shadow: 0 0 10px 0;
    z-index: -1;
}

.icon_cross {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #666;
    font-size: 20px;
    cursor: pointer;

}
