html,
body,
.body-wrapper {
    overflow-x: hidden
}

html.lock,
body.lock,
.body-wrapper.lock {
    overflow-y: hidden
}

.text-primary {
    color: #2589FF !important;
}

.text-success {
    color: #36B386 !important;
}

input.has-error {
    border: 1px solid #F35050;
}

.content-block {
    max-width: 100%;
}

.content-block-container {
    max-width: 1280px;
    margin: 0 auto;
}

.content-block-nav-container {
    max-width: 1430px;
    min-width: 1430px;
    margin: 0 auto;
}

.content-block-gradient {
    background: linear-gradient(179.89deg, #F8FAFF 0.08%, #E3ECFA 99.02%), linear-gradient(291.34deg, #DDECFF 0%, #F5F9FF 100%), #F5F9FF;
}

.content-block-blue {
    background: #F5F9FF;
}

.content-block-large-text {
    font-size: 52px;
}
.content-block-medium-text {
    font-size: 36px;
}
.content-block-small-text {
    font-size: 28px;
}
.content-block-smallest-text {
    font-size: 18px;
}
.content-block-button-subtext {
    font-size: 13px;
}
.content-block-bold-text {
    font-weight: 600;
}
.content-block-header-color {
    color: #474766;
}

.content-block-text-color {
    color: #808899;
}

.content-block-button-color {
    color: #fff;
    background: #2589FF;
}

.content-block-blue-color {
    color: #2589FF;
}

.angle-down {
    position: relative;
}

.angle-down:after {
    display: inline-block;
    content: '';
    width: 8px;
    height: 5px;
    background: url('https://roistat.com/img/index_new/icons/f107_m.svg') no-repeat;
    background-size: contain;
}

.arrow-right:before {
    display: inline-block;
    content: '';
    width: 13px;
    height: 13px;
    background: url('https://roistat.com/img/index_new/icons/f061_blue_m.svg') center center no-repeat;
    background-size: contain;
}

.content-block-cases-list-item .arrow-right:before {
    display: inline-block;
    content: '';
    width: 34px;
    height: 31px;
    background: url('https://roistat.com/img/index_new/icons/f061_blue_m.svg') no-repeat;
    background-size: contain;
}

.check:before {
    display: inline-block;
    content: '';
    width: 18px;
    height: 15px;
    background: url('https://roistat.com/img/index_new/icons/f00c_m.svg') no-repeat;
    background-size: contain;
}

.cross:before {
    display: inline-block;
    content: '';
    width: 15px;
    height: 15px;
    background: url('https://roistat.com/img/index_new/icons/f00d_m.svg') no-repeat;
}

.slick-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 18px);
}

.slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border: none;
    background: rgba(37, 137, 255, 0.1);
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots li {
    margin-right: 15px;
}
.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li.slick-active button {
    background: #2589FF;
}

.content-block-slider .slick-arrow {
    position: absolute;
    top: 400px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(37, 137, 255, 0.05);
    border-radius: 50%;
    border: none;
    font-size: 0;
    z-index: 99;
    cursor: pointer;
}

.content-block-slider .slick-arrow:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Brands', 'FontAwesome';
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #2589FF;
}

.content-block-slider .slick-prev {
    left: 0;
}

.content-block-slider .slick-next {
    right: 0;
}

.content-block-slider .slick-prev:before {
    content: '';
    width: 9px;
    height: 14px;
    background: url('https://roistat.com/img/index_new/icons/f104_m.svg') no-repeat;
    background-size: cover;
}

.content-block-slider .slick-next:before {
    content: '';
    width: 9px;
    height: 14px;
    background: url('https://roistat.com/img/index_new/icons/f105_m.svg') no-repeat;
    background-size: cover;
}

.button {
    display: flex;
}

.button:hover {
    background: #489CFF;
    color: #FFFFFF;
}

.button:active {
    background: #0879FE;
    color: #FFFFFF;
}

.header-navigation .content-block-nav-language-menu,
.content-block-footer .content-block-nav-language-menu {
    display: none;
    position: absolute;
    top: 55px;
    left: -62px;
    padding: 12px 8px;
    background: #fff;
    box-shadow: 0 42px 69px rgba(114, 120, 128, 0.07), 0 17.5466px 34.8623px rgba(114, 120, 128, 0.045257), 0 9.38125px 18.6412px rgba(114, 120, 128, 0.0363438), 0 5.25905px 10.1908px rgba(114, 120, 128, 0.0304133), 0 2.79304px 5.20106px rgba(114, 120, 128, 0.0250526), 0 1.16225px 2.04905px rgba(114, 120, 128, 0.0181425);
    border-radius: 6px;
    font-size: 16px;
}

.content-block-nav-language-menu.active {
    display: block;
}

.header-navigation .content-block-nav-language-menu-select-button,
.content-block-footer .content-block-nav-language-menu-select-button {
    padding: 8px 14px;
    font-family: 'Suisse Intl', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #474766;
    text-decoration: none;
}

.content-block-nav-language-menu-select-button:hover {
    color: #2589FF;
}

.content-block-footer-copyrights-lang .content-block-nav-language-menu {
    top: -106px;
    right: 0;
    left: unset;
}

.help-icon {
    cursor: help;
    color: #D1D4D6;
    font-size: 13px;
    line-height: 16px;
}

.js-tooltip {
    z-index: 9999;
    position: absolute;
}

.js-tooltip-content {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    background: #1E222D;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 8px;
}

.js-tooltip:after {
    display: block;
    content: '';
    margin: 0 auto;
    border: 6px solid transparent;
    max-width: 0;
    border-top-color: #1E222D;
}

.small-tooltip-with-markup-trigger {
    position: relative;
    vertical-align: top;
    cursor: help;
    font-size: 8px;
    cursor: help;
    font-weight: 300;
    line-height: 1.2;
}

.small-tooltip-with-markup {
    /* hide and position tooltip */
    position: absolute;
    top: -70px;
    left: 5px;
    color: #fff;
    font-family: inherit;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px 4px 4px 0px;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
    opacity: 0;
    padding: 5px 5px;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
    min-width: 400px;
}

.small-tooltip-with-markup-trigger:hover .small-tooltip-with-markup {
    opacity: 1;
    visibility: visible;
}

.small-tooltip-with-markup-link {
    display: inline;
}

.small-tooltip-with-markup-list-item {
    margin-left: 25px;
}

.small-tooltip-with-markup-list-item::marker {
    content: ' - ';
}

@media screen and (max-width: 1439px) {
    .content-block-container {
        max-width: 1080px;
    }

    .content-block-nav-container {
        max-width: 1380px;
        min-width: 1235px;
    }

    .content-block-large-text {
        font-size: 38px;
    }

    .content-block-small-text {
        font-size: 24px;
    }

    .content-block-smallest-text {
        font-size: 16px;
    }

    .content-block-button-subtext {
        font-size: 13px;
    }

    .content-block-medium-text {
        font-size: 28px;
    }

    .slick-dots {
        top: calc(100% + 25px);
    }
}

@media screen and (max-width: 1153px) {
    .content-block-container {
        max-width: 960px;
    }

    .content-block-nav-container {
        max-width: 766px;
        min-width: 978px;
    }

    .header-navigation .content-block-nav-language-menu,
    .content-block-footer .content-block-nav-language-menu {
        top: -105px;
        left: 0;
    }

    .content-block-slider .slick-arrow {
        top: 350px;
    }
}

@media screen and (max-width: 1023px) {
    .content-block-container {
        max-width: 715px;
    }

    .content-block-nav-container {
        max-width: 740px;
        min-width: 740px;
    }

    .content-block-slider .slick-arrow {
        top: 300px;
    }

    .slick-dots {
        top: calc(100% + 27px);
    }
}

@media screen and (max-width: 767px) {
    .content-block-container {
        max-width: 385px;
    }

    .content-block-nav-container {
        max-width: 385px;
        min-width: 385px;
    }

    .content-block-large-text {
        font-size: 28px;
    }

    .content-block-medium-text {
        font-size: 20px;
    }

    .content-block-small-text {
        font-size: 18px;
    }

    .slick-arrow {
        display: none!important;
    }

    .slick-dots {
        top: calc(100% + 18px);
    }
}

@media screen and (max-width: 413px) {
    .content-block-container {
        max-width: 345px;
    }

    .content-block-nav-container {
        max-width: 345px;
        min-width: 345px;
    }
}

@media screen and (max-width: 374px) {
    .content-block-container {
        max-width: 295px;
    }

    .content-block-nav-container {
        max-width: 295px;
        min-width: 295px;
    }

    .slick-dots {
        top: calc(100% + 16px);
    }
}

.product-analytics-features-container {
    padding-top: 70px !important;
}

.product-analytics-features-header {
    margin-bottom: 50px;
}

.check-icon {
    width: 20px;
}

/*custom pulsator*/
.roistat-lh-pulsator-phone{
    opacity: 1!important;
}
.roistat-lh-pulsator-circle{
    animation: initial!important;
    border: none!important;
}
.roistat-lh-pulsator-fill{
    background: #2589FF!important;
    border-radius: 50%!important;
    box-shadow: 0 0 4px #fff;
    position: relative;
    z-index: 2;
}
.roistat-lh-pulsator-phone:hover .roistat-lh-pulsator-fill {
    background: #489CFF!important;
}
.roistat-lh-pulsator-phone:active .roistat-lh-pulsator-fill {
    background: #0879fe!important;
}
.roistat-lh-pulsator-fill::after{
    content: '';
    width: 100%;
    height: 100%;
    background: inherit;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 0 4px #fff;
    animation: 1.6s pulsator-custom-anim infinite linear;
}
.roistat-lh-pulsator-fill::before{
    content: '';
    width: 100%;
    height: 100%;
    background: inherit;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    box-shadow: 0 0 4px #fff;
    animation: 1.6s pulsator-custom-anim infinite linear;
    animation-delay: 0.8s;
}
.roistat-lh-pulsator-img{
    opacity: 1!important;
    z-index: 2;
}
.roistat-lh-pulsator-phone.roistat-lh-pulsator-hover .roistat-lh-pulsator-img{
    animation: roistat-lh-img-anim 1.2s infinite ease-in-out!important;
}
@keyframes pulsator-custom-anim {
    0%{
        transform: scale(1);
        opacity: 1;
    }
    100%{
        transform: scale(1.6);
        opacity: 0;
    }
}

