.inf-tooltip.green {
    text-shadow: 0 1px #4abf50;
    line-height: 16px;
    border: 1px solid #4abf50;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.18);
    background: #59de5f;
    background: -moz-linear-gradient(top, #59de5f 0%, #4abf50 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59de5f), color-stop(100%,#4abf50));
    background: -webkit-linear-gradient(top, #59de5f 0%,#4abf50 100%);
    background: -o-linear-gradient(top, #59de5f 0%,#4abf50 100%);
    background: -ms-linear-gradient(top, #59de5f 0%,#4abf50 100%);
    background: linear-gradient(to bottom, #59de5f 0%,#4abf50 100%);
}
.inf-tooltip {
    position: fixed;

    /* красивости... */
    font-size: 14px;
    padding: 12px 13px;
    color: #fff;
    text-shadow: 0 1px #8a2d14;
    line-height: 16px;
    border: 1px solid #a83737;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.18);
    background: #f34747;
    background: -moz-linear-gradient(top, #f34747 0%, #f02e2b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f34747), color-stop(100%,#f02e2b));
    background: -webkit-linear-gradient(top, #f34747 0%,#f02e2b 100%);
    background: -o-linear-gradient(top, #f34747 0%,#f02e2b 100%);
    background: -ms-linear-gradient(top, #f34747 0%,#f02e2b 100%);
    background: linear-gradient(to bottom, #f34747 0%,#f02e2b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f34747', endColorstr='#f02e2b',GradientType=0 );
    z-index: 20000;
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}
.inf-tooltip.green:after {

    border-top: 10px solid #4abf50;
}
.inf-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -8px;
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f1302d;
}

/* mask ico */
form .text{
    position: relative;
}
.maskhelper.green{
    -webkit-filter: hue-rotate(150deg) saturate(1.5);
    filter: hue-rotate(150deg) saturate(1.5);
    cursor: auto;
}
.maskhelper{
    background: url(./img/close_round.svg) no-repeat ;
    background-size: cover;
    width: 18px;
    height: 18px;
    float: right;
    bottom: 23px;
    z-index: 30;
    right: -16px;
    position: absolute;
    display: inline-block;
    cursor: pointer;
}
.maskhelper.overload{
    background: url("/local/templates/home/images/sprites/svg/information.svg") center center no-repeat;
    cursor: default;
}
.callback-ouibounce .float-left .send-form .maskhelper {
    top: calc(50% - 9px);
    right: 14px;
}

.dpdwn .text .maskhelper{
    top: calc(50% - 9px);
    right: 29px;
}
.onec-int-calculate .text .maskhelper{
    top: calc(50% - 9px);
    right: 17px;
}

.j-form-page .maskhelper {
    top: calc(50% - 9px);
    right: 16px;
}
.fz-54 .j-form-page .maskhelper{
    top: calc(50% - 9px);
    right: 12px;
}
.one-click-row .j-form-page .maskhelper {
    top: calc(50% - 9px);
    right: 48%;
}
.line-consult-box .maskhelper,.form-advice .text .maskhelper,.form-twocol .text .maskhelper{
    top: calc(50% - 9px);
    right: 6px;
}

.form-consult-services .maskhelper {
    left: 60%;
    top: calc(50% - 9px);
}
#meropriyatie .form .width .right .maskhelper{
    top: calc(50% - 9px);
    right: 77px;
}
@media (max-width: 450px) {
    #meropriyatie .form .width .right .maskhelper {
        top: calc(50% - 9px);
        right: 24px;
    }
}
.popup .maskhelper {
    top: calc(50% - 9px);
    right: 9px;
}

/* mask ico */

@media (max-width: 775px) {
    form .text{
        position: relative;
    }
}

