.tooltip_el .tooltip {
    background-image: url(img/icon_.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.0rem;
    height: 1.0rem;
    display: inline-block;
    border-radius: 0.2rem;
    margin-left: 0.5rem;
    position: relative;
    top: 0.07rem;
    box-sizing: border-box;
}

.tooltip_el.div-img .tooltip {
    background-image: url(img/icon_sw.png);
}

.tooltip_el.div-img .lab {
    overflow: visible;
    background-color: #fff;
}

.tooltip_el.div-img .lab ._lab {
    bottom: 0;
    border-bottom-left-radius: 3%;
    border-bottom-right-radius: 3%;
}

.div-img .lab ._lab {
    bottom: 0;
    border-bottom-left-radius: 3%;
    border-bottom-right-radius: 3%;
}

.tooltip_el .tooltip .backgr {
    left: 50%;
    margin-left: -7.9rem;
    border-radius: 2rem;
    width: 15.8rem;
    bottom: calc(100% + 1.1rem);
    height: auto;
    visibility: hidden;
    position: absolute;
    /*border: 1px solid #000;*/
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
}

.tooltip_el .tooltip .backgr.left {
    left: unset;
    margin: unset;
    bottom: unset;
    right: calc(100% + 1.1rem);
    top: 50%;
    margin-top: -104.5px;
}

.tooltip_el .tooltip .backgr.left .lastic {
    right: -1.1rem;
    top: 50%;
    transform-origin: 100% 0%;
    transform: skew(-55deg, 35deg) rotate(0deg);
    width: 2rem;
    height: 1rem;
}

.tooltip_el .tooltip:hover .backgr {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

.tooltip_el .tooltip .backgr .lastic {
    transform: skew(-35deg, 55deg) rotate(0deg);

    top: calc(100% - 0.7rem);
    right: 50%;
    background-color: #fffbdb;
    position: absolute;
    width: .8rem;
    transform-origin: 100% 100%;
    /*border-right: 1px solid #000;*/
    /*border-bottom: 1px solid #000;*/
    z-index: 1;
    box-sizing: border-box;
}

.tooltip_el .tooltip .backgr .content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    border-radius: 0.2rem;
    background-color: #fffbdb;
    padding: 0.4rem;
    position: relative;
    z-index: 3;
}

.tooltip_el .tooltip .backgr .content .img {
    width: 100%;
    /*height: 5.2571666rem;*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 0.4rem;
}

.tooltip_el .tooltip .backgr .content .img img {
    width: 100%;
    display: block;
}

.tooltip_el .tooltip .backgr .content .text {
    width: 100%;
    height: auto;
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*justify-content: center;*/
    box-sizing: border-box;
    text-align: left;
    color: #000;
    /*font-family: Cuprum, sans-serif;*/
    font-family: "Arial", sans-serif !important;
    font-size: 0.8rem !important;

}

.tooltip_el .tooltip .backgr .content .text p {
    margin: 0;
    padding: 0;
    color: #000 !important;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    line-height: 1 !important;
    color: #000;
    margin-bottom: 0.3rem;
    /*font-family: Cuprum, sans-serif;*/
    font-family: "Arial", sans-serif !important;
    font-size: 0.8rem !important;
}

.tooltip_el .tooltip .backgr .content .text p a {
    text-decoration: none;
    /*font-family: Cuprum, sans-serif;*/
    font-family: "Arial", sans-serif !important;
    font-size: 0.8rem !important;
    color: #2f3f8d;
}

.tooltip_el .tooltip .backgr .content .text a {
    text-decoration: none;
    /*font-family: Cuprum, sans-serif;*/
    color: #2f3f8d;
    font-family: "Arial", sans-serif !important;
    font-size: 0.8rem !important;
}

.tooltip_el .tooltip .backgr .content .text p:last-child {
    margin-bottom: 0 !important;
}

.tooltip_header .tooltip {
    background-image: url(img/icon_.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 1.0rem;
    height: 1.0rem;
    display: inline-block;
    border-radius: 0.2rem;
    margin-left: 0.5rem;
    position: relative;
    top: 0.07rem;
    box-sizing: border-box;
    cursor: pointer;
    z-index:99;
}

.tooltip_header .tooltip .backgr {
    left: 50%;
    margin-left: -7.9rem;
    border-radius: 0.2rem;
    width: 15.8rem;
    bottom: calc(100% + 1.1rem);
    height: auto;
    visibility: hidden;
    position: absolute;
    /*border: 1px solid #000;*/
    opacity: 0;
    transition-duration: 0.3s;
    transition-property: opacity, visibility;
}

.tooltip_header .tooltip .backgr.left {
    left: unset;
    margin: unset;
    bottom: unset;
    right: calc(100% + 1.1rem);
    top: 50%;
    margin-top: -104.5px;
}

.tooltip_header .tooltip .backgr.left .lastic {
    right: -1.1rem;
    top: 50%;
    transform-origin: 100% 0%;
    transform: skew(-55deg, 35deg) rotate(0deg);
    width: 2rem;
    height: 1rem;
}

.tooltip_header .tooltip:hover .backgr {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

.tooltip_header .tooltip .backgr .lastic {
    transform: skew(-35deg, 55deg) rotate(0deg);
    height: 2rem;
    top: calc(100% - 0.9rem);
    right: 50%;
    background-color: #fffbdb;
    position: absolute;
    width: 1rem;
    transform-origin: 100% 100%;
    /*border-right: 1px solid #000;*/
    /*border-bottom: 1px solid #000;*/
    z-index: 1;
    box-sizing: border-box;
}

.tooltip_header .tooltip .backgr .content .img {
    width: 100%;
    /*height: 5.2571666rem;*/
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 0.4rem;
}

.tooltip_header .tooltip .backgr .content .img img {
    display: block;
    width: 100%;
}

.tooltip_header .tooltip .backgr .content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    border-radius: 0.2rem;
    background-color: #fffbdb;
    padding: 0.4rem;
    position: relative;
    z-index: 3;
}

.tooltip_header .tooltip .backgr .content .text {
    width: 100%;
    height: auto;
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*justify-content: center;*/
    box-sizing: border-box;
    text-align: left;
    color: #000;
    font-weight: 100 !important;
    /*font-family: Cuprum, sans-serif;*/
    font-family: "Arial", sans-serif !important;
    font-size: 0.8rem !important;

}

.tooltip_header .tooltip .backgr .content .text p {
    margin: 0;
    padding: 0;
    font-size: 0.8rem !important;
    color: #000 !important;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    line-height: 1 !important;
    color: #000;
    margin-bottom: 0.3rem !important;
    font-weight: 100 !important;
    font-family: "Arial", sans-serif !important;
}

.tooltip_header .tooltip .backgr .content .text p:last-child {
    margin-bottom: 0 !important;
}

.tooltip_header .tooltip .backgr .content .text p:first-child {
    margin-top: 0.3rem !important;
}