.img-with-list {
    margin: 120px 0 0 0;
}

.img-with-list .img-wrapper {
    margin: -1%;
}

.img-with-list .img-wrapper img {
    min-width: 350px;
}

.img-with-list .block-info .text {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

.img-with-list .content-wrapper {
    max-width: 33.33%;
    padding: 0 0 0 15px;
}

.list-item-with-icon-text {
    grid-area: 2 / 2 / 3 / 3;
}

@media (max-width: 980px) {
    .img-with-list {
        margin: 80px 0;
    }

    .img-with-list .img-wrapper {
        margin: -1% -1% 40px -1%;
    }

    .img-with-list .content-wrapper {
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .img-with-list .block-content {
        align-items: flex-start;
    }

    .img-with-list .img-wrapper {
        margin: -4% -4% 32px -4%;
    }

    .img-with-list .flex.center {
        align-items: flex-start;
    }
}

.page2021 {
    font-family: 'Suisse Intl', sans-serif;
    font-weight: normal;
    color: #808899;
    font-size: 18px;
    line-height: 28px;
    margin-top: 50px;
}

.page2021 .row {
    margin: 0 -20px;
}

.page2021 .row:after {
    display: table;
    content: '';
    clear: both;
}

.page2021 .row-flex {
    margin: 0 -20px;
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;
    justify-content: center;
}

.page2021 .row-flex:after {
    content: "";
    display: table;
    clear: both;
}

.page2021 .flex-reverse {
    flex-direction: row-reverse;
}

.page2021 .col-sm-6,
.page2021 .col-xs-6,
.page2021 .col-sm-7,
.page2021 .col-sm-5,
.page2021 .col-md-6 {
    padding: 0 20px;
    max-width: 100%;
}

.col-xs-6,
.col-sm-6,
.col-md-6 {
    width: 50%;
    float: left;
}

.text-left {
    text-align: left !important;
}

.page2021 h2,
.page2021 .h2 {
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
    margin: 0 0 32px 0;
    text-align: center;
    letter-spacing: -0.01em;
    color: #474766;
    display: block;
}

.page2021 h3,
.page2021 .h3 {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    margin: 0 0 20px 0;
    color: #474766;
    display: block;
}

.page2021__h2-subtitle {
    font-size: 18px;
    line-height: 24px;
}

.page2021__zag {
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
    margin: 0 0 32px 0;
    text-align: left;
    letter-spacing: -0.01em;
    color: #474766;
}

@media (max-width: 1199px) {
    .page2021 {
        font-size: 16px;
        line-height: 24px;
    }

    .page2021 h2,
    .page2021 .h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .page2021 h3,
    .page2021 .h3 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 24px 0;
    }

    .page2021__zag {
        font-size: 38px;
        line-height: 44px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1023px) {
    .page2021 .col-md-6 {
        width: 100%;
    }

    .page2021 h2,
    .page2021 .h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .page2021 h3,
    .page2021 .h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .page2021__zag {
        font-size: 36px;
        line-height: 40px;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 767px) {
    .page2021 .row {
        /* margin: 0 -10px; */
    }

    .page2021 .row-flex {
        /* margin: 0 -10px; */
    }

    .page2021 .col-sm-6,
    .page2021 .col-xs-6,
    .page2021 .col-sm-7,
    .page2021 .col-sm-5 {
        padding: 0 10px;
    }

    .page2021 .col-sm-6 {
        width: 100%;
    }

    .page2021 h2,
    .page2021 .h2 {
        text-align: left;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .page2021 h3,
    .page2021 .h3 {
        font-size: 22px;
        line-height: 28px;
        text-align: left;
    }

    .page2021__h2-subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .page2021__zag {
        text-align: left;
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 575px) {
    .page2021 .container {
        padding: 0 10px;
    }

    .page2021 .row {
        /* margin: 0 -10px; */
    }

    .page2021 .row-flex {
        /* margin: 0 -10px; */
    }

    .page2021 .col-sm-6,
    .page2021 .col-xs-6,
    .page2021 .col-sm-7,
    .page2021 .col-sm-5 {
        padding: 0 10px;
    }
}

.heading {
    margin: 120px 0;
}

.front-page .page2021__header {
    padding: 90px 0 110px;
}

.page2021__button-block {
    margin-top: 40px;
}

.button-block__description {
    display: block;
    margin-top: 16px;
    font-size: 13px;
    line-height: 16px;
    color: #a6acb7;
}

.page2021 .video-block {
    position: relative;
}

.page2021 .video-block video {
    opacity: 1;
    transition: 0.25s;
    width: 100%;
    height: auto;
}

.page2021 .video-block_ended:hover:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://roistat.com/img/index_new/icons/replay-arrow-new.svg) center center no-repeat;
    background-size: 79px;
    cursor: pointer;
}

.page2021 .video-block_ended:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F5F9FF;
    opacity: 0;
    cursor: pointer;
    transition: 0.25s;
}

.page2021 .video-block_ended:hover:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F5F9FF;
    opacity: 0.8;
    cursor: pointer;
}

.page2021 .video-block_ended.video-block_header:before {
    content: none;
}

.page2021 .video-block_ended.video-block_header:before:hover {
    content: none;
}

.page2021 .video-block_ended.video-block_header:hover video {
    opacity: 0.2;
    cursor: pointer;
}

.page2021 video {
    margin: 0 auto;
}

.page2021__header .video-block,
.page2021__header .img-block {
    /*padding-top: 90%;*/
    padding-top: 85%;
    margin: -10% -15% 0 -7%;
    position: relative;
}

.page2021__header .video-block video,
.page2021__header .img-block img {
    width: 90%;
    position: absolute;
    top: 0;
    left: 10px;
}

@media (max-width: 1023px) {
    .page2021__header .col-sm-6:first-child {
        width: 58%;
    }

    .page2021__header .col-sm-6:last-child {
        width: 34%;
    }
}

@media (max-width: 980px) {
    .page2021__header .col-sm-6:first-child {
        width: 50%;
    }

    .page2021__header .col-sm-6:last-child {
        width: 40%;
    }

    .page2021__header .video-block,
    .page2021__header .img-block {
        margin: -30% -35% 0 -7%;
        padding-top: 90%;
    }

    .heading {
        margin: 120px 0 50px;
    }
}

@media (max-width: 767px) {

    .page2021__header .col-sm-6:first-child,
    .page2021__header .col-sm-6:last-child {
        width: 100%;
    }

    .page2021__header .video-block video,
    .page2021__header .video-block img {
        width: 100%;
        margin-left: 0;
    }

    .page2021__header .video-block,
    .page2021__header .img-block {
        margin: 0;
        padding-top: 80%;
    }

    .heading {
        margin: 100px 0 0;
    }
}

@media (max-width: 750px) {
    .heading .block-input {
        align-items: flex-start;
    }
}

@media (max-width: 575px) {

    .heading .inline-form,
    .register-button {
        width: 100%;
    }

    .heading .block-input {
        align-items: center;
    }
}

.button-with-descr {
    margin: 48px 0 120px;
}

.button-with-descr .text-small {
    margin: 16px 0 0 0;
}

@media (max-width: 980px) {
    .button-with-descr {
        margin: 32px 0 80px;
    }
}

@media (max-width: 575px) {
    .button-with-descr .text-center {
        text-align: center;
    }
}

.page2021__blue-card {
    background: #F5F9FF;
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

.page2021__pretitle {
    color: #858585;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    display: block;
    margin: 0 0 24px 0;
}

.page2021__pluses {
    margin: 40px 0 60px 0;
}

.page2021__pluses .text-container-right {
    padding: 72px 85px 72px 0;
    position: relative;
    z-index: 2;
}

.page2021__pluses .text-container-left {
    padding: 40px 0 40px 72px;
    position: relative;
    z-index: 2;
}

.page2021__pluses p {
    font-size: 16px;
    line-height: 24px;
}

.page2021__pluses .video-container-left,
.page2021__pluses .video-container-right {
    position: relative;
    z-index: 1;
    padding: 20px;
}

.page2021__pluses .img-block {
    position: relative;
}

.page2021__pluses .analytics_new {
    padding-top: 60%;
}

.anim_welcome_item_1.img-block.mincifra__image {
    top: -17%;
    width: 80%;
}

.page2021__pluses .traffic_new {
    margin: 6% 0% 5% 0%;
    padding-top: 77%;
}

.page2021__pluses .calls_new {
    margin: 5% 0 5% 10%;
    padding-top: 75%;
}

.page2021__pluses .sales_new {
    margin: 4% 10% 3% 5%;
    padding-top: 66%;
}

.page2021__pluses .loyality_new {
    margin: 4% 5% 7% 7%;
    padding-top: 70%;
}

.page2021__pluses video,
.page2021__pluses .img-block img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 68%;
    /*left: 0;*/
    /* height: 100%; */
}

@media (max-width: 1199px) {
    .page2021__pretitle {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 20px 0;
    }

    .page2021__pluses .text-container-left {
        padding: 40px 0 40px 48px;
    }

    .page2021__pluses .text-container-right {
        padding: 40px 48px 40px 0;
    }
}

@media (max-width: 1023px) {
    .page2021__pluses {
        padding: 0;
    }
}

@media (max-width: 980px) {
    .page2021__pluses {
        margin: 40px 0 40px;
    }
}

@media (max-width: 767px) {
    .page2021__pretitle {
        font-size: 14px;
        line-height: 20px;
        margin: 0px 0 16px 0;
    }

    .page2021__pluses h3 {
        text-align: left;
    }

    .page2021__pluses .text-container-left,
    .page2021__pluses .text-container-right {
        padding: 0 40px 40px 40px;
    }

    .page2021__pluses .video-container-right,
    .page2021__pluses .video-container-left {
        padding: 40px 80px 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {

    .page2021__pluses .analytics_new,
    .page2021__pluses .traffic_new,
    .page2021__pluses .calls_new,
    .page2021__pluses .sales_new,
    .page2021__pluses .loyality_new {
        margin: 0;
    }

    .page2021__pluses .text-container-left,
    .page2021__pluses .text-container-right {
        padding: 0 30px 30px 30px;
    }

    .page2021__pluses .video-container-right,
    .page2021__pluses .video-container-left {
        padding: 30px 40px;
    }
}

.content-block-integrations {
    margin: 120px 0 0;
}

@media screen and (max-width: 980px) {
    .content-block-integrations {
        margin: 80px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .content-block-integrations {
        margin: 60px 0 0;
    }
}

.simple-register {
    margin: 0;
}

.simple-register.big-title .title-h3 {
    font-size: 52px;
    line-height: 60px;
}

.simple-register .inline-form-input {
    width: 100%;
}

@media (max-width: 1199px) {
    .simple-register.big-title .title-h3 {
        font-size: 38px;
        line-height: 44px;
    }
}

@media (max-width: 1023px) {
    .simple-register.big-title .title-h3 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 980px) {
    .simple-register .block-info p {
        text-align: center;
    }
}

@media (max-width: 750px) {
    .simple-register .block-content {
        justify-content: flex-start;
    }

    .simple-register .title-h3,
    .simple-register.big-title .title-h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .simple-register .block-input {
        justify-content: left;
    }
}

@media (max-width: 581px) {
    .simple-register .block-info p {
        text-align: left;
    }
}

@media (max-width: 425px) {
    .simple-register .title-h3 {
        text-align: left;
    }

    .simple-register .text {
        text-align: left;
    }
}

.page2021__cases {
    margin: 120px 0;
}

.content-block-cases {
    padding-top: 0;
    padding-bottom: 0;
}

.content-block-cases {
    align-items: center;
}

.content-block-cases-text {
    padding: 0;
}

.content-block-cases-list-item-title {
    font-weight: 600;
    padding: 0;
    margin-bottom: 4px;
}

.content-block-cases-list-item-description {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
}

.content-block-cases-list a {
    display: block;
    color: inherit;
}

@media (max-width: 1023px) {
    .content-block-cases-text {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .page2021__cases {
        margin: 80px 0;
    }

    .content-block-cases {
        align-items: flex-start;
    }

    .content-block-cases-title {
        max-width: initial;
        margin: 0;
    }

    .content-block-cases-text {
        text-align: left;
    }

    .content-block-cases-subtitle,
    .content-block-cases-link {
        margin: 0;
    }

    .content-block-cases-list-item {
        height: 390px;
    }
}

.page2021__reviews {
    margin: 180px 0 100px 0;
    position: relative;
    background: #fff;
    z-index: 4;
    border-radius: 0 0 80px 80px;
}

.page2021__reviews-slider {
    position: relative;
}

.page2021__reviews-slider .slick-next {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    outline: none;
    background: none;
    z-index: 1;
    cursor: pointer;
}

.page2021__reviews-slider .slick-prev {
    position: absolute;
    bottom: 0;
    right: 44px;
    border: 0;
    outline: none;
    background: none;
    z-index: 1;
    cursor: pointer;
}

.page2021__reviews-next {
    width: 32px;
    height: 32px;
    background: url(https://roistat.com/img/index_2021/page2020__slider-arrow.svg) center center no-repeat;
    background-size: 20px;
    display: block;
}

.page2021__reviews-prev {
    width: 32px;
    height: 32px;
    background: url(https://roistat.com/img/index_2021/page2020__slider-arrow.svg) center center no-repeat;
    background-size: 20px;
    transform: rotate(180deg);
    display: block;
}

.page2021__reviews-next:hover,
.page2021__reviews-prev:hover {
    opacity: 0.7;
}

.page2021__reviews-slider .slick-dots {
    position: absolute;
    bottom: 0;
    top: initial;
    left: calc(50% + 60px);
    right: initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

.page2021__reviews-slider .slick-dots li {
    margin: 0;
}

.page2021__reviews-slider .slick-dots button {
    font-size: 0px;
    color: transparent;
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 5px;
    margin-right: 10px;
    background: #D4E9FC;
    border: 0;
    outline: none;
}

.page2021__reviews-slider .slick-dots button:hover {
    opacity: 0.7;
}

.page2021__reviews-slider .slick-dots .slick-active button {
    background: #2589FF;
}

.page2021__reviews-slider .slick-dots li::marker {
    display: none;
    content: initial;
    font-size: 0px;
    color: transparent;
}

.page2021__reviewer {
    padding: 24px 24px 0 0;
    width: 442px;
    max-width: 100%;
    position: relative;
}

.page2021__reviewer img {
    border-radius: 12px;
    width: 418px;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.page2021__reviewer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 173px;
    height: 181px;
    background: #2589FF;
    border-radius: 12px;
}

.page2021__review {
    padding-bottom: 40px;
}

.page2021__review-logo {
    width: 210px;
    height: 56px;
    margin: 0 0 28px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page2021__review-logo img {
    max-width: 210px;
    max-height: 56px;
}

.page2021__review-name {
    display: block;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: #474766;
    margin: 32px 0 12px;
}

.page2021__review-position {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .page2021__review-name {
        font-size: 26px;
        line-height: 34px;
    }
}

@media (max-width: 980px) {
    .page2021__reviews {
        margin: 80px 0;
    }
}

@media (max-width: 767px) {
    .page2021__review {
        text-align: left;
    }

    .page2021__reviewer {
        padding: 15px 15px 0 0;
        width: 280px;
        margin: 0 auto 40px;
    }

    .page2021__reviewer:before {
        width: 109px;
        height: 114px;
    }

    .page2021__review-logo {
        text-align: center;
        margin: 0 auto 28px auto;
        justify-content: center;
    }

    .page2021__review-name {
        font-size: 22px;
        line-height: 28px;
    }

    .page2021__reviews-slider .slick-next,
    .page2021__reviews-slider .slick-prev {
        display: none !important;
    }

    .page2021__reviews-slider {
        padding-bottom: 48px;
    }

    .page2021__reviews-slider .slick-dots {
        left: 50%;
    }
}

.page2021-reviews2__logos {
    position: relative;
    height: 64px;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.page2021-reviews2__logos-item {
    height: 64px;
}

.page2021-reviews2__logos-item.active {
    display: block;
}

.page2021-reviews2__logos-item img {
    height: 100%;
    display: inline;
}

.page2021-reviews2__faces {
    margin: 0 auto 40px auto;
    width: 730px;
    max-width: 100%;
}

.page2021-reviews2__faces .slick-list {
    overflow: visible;
}

.page2021-reviews2__faces-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 240px;
}

.page2021-reviews2__faces-item {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    transition: 0.3s;
    overflow: hidden;
}

.page2021-reviews2__faces-item:hover {
    transform: scale(1.5);
    cursor: pointer;
}

.slick-current .page2021-reviews2__faces-item {
    transform: scale(2);
}

.page2021-reviews2__faces-item img {
    width: 100%;
}

.page2021-reviews2__texts {
    position: relative;
    width: 100%;
    padding: 0 0 10px 0;
}

.page2021-reviews2__texts-item.active {
    position: relative;
}

.page2021-reviews2__texts-item p {
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #474766;
}

.page2021-reviews2__texts-name {
    display: block;
    text-align: center;
    margin: 24px 0 6px;
    font-weight: 700;
    font-size: 25.5px;
    line-height: 120%;
    color: #474766;
}

.page2021-reviews2__texts-position {
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: #808899;
}

@media (max-width: 1350px) {
    .page2021-reviews2__faces {
        width: 650px;
    }

    .page2021-reviews2__faces-slide {
        height: 200px;
    }

    .page2021-reviews2__faces-item {
        width: 100px;
        height: 100px;
        border-radius: 50px;
    }
}

@media (max-width: 980px) {
    .page2021-reviews2__logos {
        height: 48px;
    }

    .page2021-reviews2__logos-item {
        height: 48px;
    }

    .page2021-reviews2__faces {
        width: 600px;
    }

    .page2021-reviews2__faces-slide {
        height: 160px;
    }

    .page2021-reviews2__faces-item {
        width: 90px;
        height: 90px;
        border-radius: 45px;
    }

    .page2021-reviews2__texts-item p {
        font-size: 16px;
        line-height: 24px;
    }

    .page2021-reviews2__texts-name {
        font-size: 24px;
    }

}

@media (max-width: 767px) {
    .page2021-reviews2__faces {
        gap: 16px;
    }

    .page2021-reviews2__faces .slick-dots {
        top: 105%;
    }

    .page2021-reviews2__faces {
        width: 300px;
    }
}

@media (max-width: 575px) {

    .page2021-reviews2__texts-item p,
    .page2021-reviews2__texts-name,
    .page2021-reviews2__texts-position {
        text-align: left;
    }
}

.page2021__section.page2021__blog,
.content-block-blog {
    margin: 160px auto 120px;
    padding: 0;
}

.blog-2022 .row-flex {
    align-items: stretch;
}

.blog-2022__main-card {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    height: 100%;
    overflow: hidden;
}

.blog-2022__main-card:hover {
    background: #F5F9FF;
}

.page2021__blog-preview {
    width: 100%;
    margin-bottom: 32px;
    position: relative;
    height: 334px;
}

.page2021__blog-card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left center;
    border-radius: 12px;
}

.page2021__blog h3 {
    margin-bottom: 14px;
}

.page2021__blog-card {
    border-radius: 12px;
    margin-bottom: 32px;
    display: block;
    position: relative;
    height: 334px;
    color: #000;
}

.page2021__blog-card p {
    color: #808899;
}

.page2021__blog-card .page2021__blog-card-background {
    background-position: center center;
    opacity: 0.1;
    z-index: -1;
}

.page2021__blog-card-front {
    padding: 44px 60px;
}

.page2021__blog-card .date {
    color: #808899;
    display: block;
    margin-bottom: 40px;
}

.page2021__blog-card .page2021__link-button {
    position: absolute;
    right: 50px;
    top: 44px;
    background: url(https://roistat.com/img/index_2021/link-button-arrow.svg) right 50% no-repeat;
    background-size: 15px;
}

.page2021__blog-card h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 16px;
}

.page2021__blog .page2021__button-block {
    margin: 20px 0 32px;
}

@media screen and (max-width: 1350px) {

    .page2021__section.page2021__blog,
    .content-block-blog {
        margin: 120px auto 100px;
        padding: 0 32px;
    }
}

@media screen and (max-width: 980px) {

    .page2021__section.page2021__blog,
    .content-block-blog {
        margin: 80px auto;
        padding: 0 20px;
    }
}

@media screen and (max-width: 767px) {

    .page2021__section.page2021__blog,
    .content-block-blog {
        margin: 60px auto;
        justify-content: flex-start;
    }
}

.lets-be-friends {
    padding: 80px 0;
    margin: 0 0 64px 0;
}

.lets-be-friends h3 {
    margin-bottom: 16px;
}

.lets-be-friends .h3-emoji {
    width: 36px;
}

.socials-wrapper {
    display: flex;
    justify-content: center;
    margin: 32px -24px 0 -24px;
    padding: 0 20px;
}

.socials-item {
    margin: 0 24px;
    background-color: #2589FF;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center center;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    display: block;
}

.socials-item:hover {
    opacity: 0.7;
}

.tg {
    background-image: url(https://roistat.com/img/index_2021/tg.svg);
    background-size: 27px;
}

.vk {
    background-image: url(https://roistat.com/img/index_2021/vk-new.svg);
    background-size: 39px;
}

.yt {
    background-image: url(https://roistat.com/img/index_2021/yt.svg);
}

.fb {
    background-image: url(https://roistat.com/img/index_2021/fb.svg);
    background-size: 21px;
    background-position: center bottom;
}

@media (max-width: 767px) {

    .lets-be-friends h3 {
        font-size: 28px;
    }

    .lets-be-friends .h3-emoji {
        width: 28px;
    }

    .lets-be-friends p {
        text-align: left;
    }

    .socials-wrapper {
        display: flex;
        justify-content: flex-start;
        margin: 32px -8px 0 -8px;
    }

    .socials-item {
        margin: 0 8px;
    }
}


.join-us {
    margin: 130px 0;
    position: relative;
    z-index: 4;
    background: #fff;
    border-radius: 0 0 80px 80px;
}

.join-us p {
    width: 750px;
    max-width: 100%;
    margin: auto;
    padding-bottom: 15px;
}

.join-us__socials-wrapper {
    display: flex;
    gap: 72px;
    justify-content: center;
    align-items: center;
    margin: 32px 0 0 0;
}

.join-us__socials-item {
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #474766;
    background-position: left center;
    background-repeat: no-repeat;
}

.join-us .tg {
    background-image: url(https://roistat.com/img/index_2021/join-us-tg.svg);
    background-size: 28px;
    padding: 0 0 0 40px;
}

.join-us .yt {
    background-image: url(https://roistat.com/img/index_2021/join-us-yt.svg);
    background-size: 34px;
    padding: 0 0 0 46px;
}

.join-us .vk {
    background-image: url(https://roistat.com/img/index_2021/join-us-vk.svg);
    background-size: 32px;
    padding: 0 0 0 44px;
}

@media (max-width: 1023px) {
    .join-us {
        margin: 80px 0;
    }
}

@media (max-width: 767px) {
    .join-us {
        margin: 60px 0;
    }

    .join-us p {
        text-align: left;
    }

    .join-us__socials-wrapper {
        justify-content: flex-start;
        gap: 24px;
    }

    .join-us__socials-item {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    .join-us__socials-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}


.mobile575show {
    display: none;
}

.mobile980show {
    display: none;
}

.page2020__heading-button-block {
    position: relative;
}

.page2020__heading-button-block .page2020__link-button {
    position: absolute;
    bottom: 44px;
    right: 0;
}

.page2020__link-button {
    padding: 0 30px 0 0;
    background: url(https://roistat.com/img/index_new/icons/link-button-arrow.svg) calc(100% - 10px) 60% no-repeat;
    transition: .15s;
    background-size: 15px;
    font-size: 18px;
    line-height: 27px;
    color: #2589FF;
    display: inline;
}

.page2020__link-button:hover {
    background: url(https://roistat.com/img/index_new/icons/link-button-arrow.svg) right 60% no-repeat;
}


.page2020__section.page2020__blog {
    padding: 40px 0 0;
    position: relative;
    border-radius: 0 0 80px 80px;
    background-color: #fff;
    z-index: 10;
}

.page2020__blog-preview {
    width: 100%;
    margin-bottom: 32px;
    position: relative;
    height: 334px;
}

.blog-2022 .page2020__blog-preview {
    height: initial;
}

.page2020__blog-card-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left center;
    border-radius: 12px;
}

.blog-2022 .page2020__blog-card-background {
    border-radius: 0;
    object-fit: cover;
    object-position: left top;
}

.blog-2022 .blog-2022__main-card .page2020__blog-card-background {
    position: initial;
}

.blog-2022 .page2020__blog-description {
    padding: 8px 32px 40px;
}

.blog-2022 .page2020__blog-description p {
    color: #808899;
}

.blog-2022__main-card .date {
    display: block;
    text-align: left;
    margin-bottom: 24px;
    color: #808899;
}

.page2020__blog h3 {
    margin-bottom: 14px;
}

.page2020__blog-card {
    border-radius: 12px;
    margin-bottom: 32px;
    display: block;
    position: relative;
    height: initial;
    min-height: 334px;
    color: #000;
    overflow: hidden;
    height: 420px;
}

.blog-2022 .page2020__blog-card:hover {
    background: #F5F9FF;
}

.page2020__blog-card:last-child {
    margin-bottom: 0;
}

.page2020__blog-card p {
    color: #808899;
}

.page2020__blog-card .page2020__blog-card-background {
    background-position: center center;
    opacity: 0.1;
    z-index: -1;
}

.blog-2022 .page2020__blog-card .page2020__blog-card-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page2020__blog-card-front {
    padding: 44px 60px;
}

.page2020__blog-card .date {
    color: #000;
    display: block;
    margin-bottom: 40px;
}

.page2020__blog-card .page2020__link-button {
    position: absolute;
    right: 50px;
    top: 44px;
    background-size: 15px;
}

.blog-2022 .page2020__blog-card .page2020__link-button {
    position: initial;
    margin-top: 16px;
    display: inline-block;
}

.page2020__blog-card h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 16px;
}

.page2020__blog .page2020__button-block {
    margin: 20px 0 32px;
}

.blog-2022.page2020__blog .page2020__button-block {
    margin: 20px 0 0;
}

@media (max-width: 1199px) {
    .page2020__blog .col-md-6 {
        width: 100%;
    }

    .blog-2022.page2020__blog .col-md-6 {
        width: 50%;
    }

    .page2020__blog .col-md-6:after {
        content: '';
        clear: both;
        display: table;
    }

    .page2020__blog-preview {
        width: 50%;
        padding: 0 20px 0 0;
        float: left;
        height: 260px;
    }

    .blog-2022 .page2020__blog-preview {
        width: 100%;
        padding: 0;
        height: initial;
    }

    .page2020__blog-card-background {
        width: calc(100% - 20px);
    }

    .blog-2022 .page2020__blog-card-background {
        width: 100%;
    }

    .page2020__blog-description {
        width: 50%;
        padding: 0 0 0 20px;
        float: left;
    }

    .blog-2022 .page2020__blog-description {
        width: 100%;
    }

    .page2020__blog-card {
        padding: 0 20px 0 0;
        width: 50%;
        height: initial;
        min-height: 260px;
        float: left;
    }

    .blog-2022 .page2020__blog-card {
        width: 100%;
    }

    .page2020__blog-card:nth-child(even) {
        padding: 0 0 0 20px;
    }

    .page2020__blog-card:nth-child(even) .page2020__blog-card-background {
        left: initial;
        right: 0;
    }

    .page2020__blog-card-front {
        padding: 36px;
    }

    .page2020__blog-card h3 {
        font-size: 26px;
        line-height: 32px;
        margin: 0px 0 16px 0;
    }

    .page2020__blog-card .date {
        margin-bottom: 32px;
    }

    .page2020__blog-card .page2020__link-button {
        right: 50px;
        top: 34px;
    }

    .page2020__blog-card:nth-child(even) .page2020__link-button {
        right: 30px;
        top: 34px;
    }
}

@media (max-width: 1023px) {
    .page2020__section.page2020__blog {
        padding: 24px 0 24px;
    }

    .page2020__blog h3,
    .page2020__blog p {
        text-align: left;
    }

    .page2020__blog-preview {
        height: 340px;
    }

    .page2020__blog-card {
        height: initial;
        min-height: 340px;
        float: left;
    }

    .page2020__blog-card-front {
        padding: 24px;
    }

    .page2020__blog-card .page2020__link-button {
        top: 24px;
    }

    .page2020__blog-card:nth-child(even) .page2020__link-button {
        top: 24px;
    }
}

@media (max-width: 980px) {
    .mobile980hide {
        display: none !important;
    }

    .mobile980show {
        display: inherit;
    }
}

@media (max-width: 767px) {
    .page2020__section.page2020__blog {
        padding: 24px 0 24px;
    }

    .blog-2022.page2020__blog .col-md-6 {
        width: 100%;
        margin-bottom: 32px;
        padding: 0 10px;
    }

    .page2020__blog h3 {
        font-size: 20px;
        line-height: 24px;
        text-align: left;
    }

    .page2020__blog p {
        text-align: left;
    }

    .page2020__blog-description .page2020__button-block {
        text-align: left;
    }

    .page2020__blog-card .date {
        text-align: left;
    }

    .page2020__blog-preview {
        height: 200px;
        width: 100%;
    }

    .page2020__blog-card-background {
        background-position: center top;
        width: 100%;
    }

    .page2020__blog-description {
        width: 100%;
        padding: 0;
        float: left;
    }

    .page2020__blog-card {
        padding: 0;
        width: 100%;
        height: initial;
        float: left;
    }

    .page2020__blog-card h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .page2020__blog-card:nth-child(even) {
        padding: 0;
    }

    .page2020__blog-card-front {
        padding: 24px;
    }

    .page2020__blog-card .page2020__link-button {
        top: 24px;
    }
}

@media (max-width: 575px) {
    .mobile575hide {
        display: none;
    }

    .mobile575show {
        display: inherit;
    }
}

.main-p-info {
    padding: 56px 0 151px 0;
}

.main-p-info h1 {
    font-weight: 600;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.01em;
    color: #474766;
    margin: 0;
    text-align: left;
}

.main-p-info p {
    margin: 40px 0 0 0;
    font-size: 18px;
    line-height: 28px;
    color: #474766;
}

.main-p-info a {
    display: inline;
    color: #0069E5;
    text-decoration: underline;
}

@media screen and (max-width: 1350px) {
    .main-p-info {
        padding: 56px 0 122px 0;
    }

    .main-p-info h1 {
        font-size: 38px;
        line-height: 44px;
    }

    .main-p-info p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 980px) {
    .main-p-info {
        padding: 16px 0 82px 0;
    }
}

@media screen and (max-width: 767px) {
    .main-p-info {
        padding: 0 0 60px 0;
    }

    .main-p-info h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .main-p-info p {
        margin: 20px 0 0 0;
    }
}



.order-integration {
    margin: 0;
    margin: 100px 0;
}

.order-integration .block-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-integration .block-info {
    width: calc(50% - 16px);
}

.order-integration .title-h2 {
    text-align: left;
    margin-bottom: 24px;
}

.order-integration .block-content {
    width: calc(50% - 16px);
}

.order-integration .img-wrapper {
    text-align: center;
    padding-top: 81%;
    position: relative;
}

.order-integration .img-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.order-integration .block-input {
    margin-top: 24px;
}

.order-integration a.text-small {
    font-size: 18px;
    color: #2589FF;
    display: inline-block;
}

.order-integration a.text-small link-arrow {
    position: relative;
    right: 0;
    transition: .15s;
}

.order-integration a.text-small:hover link-arrow {
    right: -6px;
}

@media (max-width: 1199px) {
    .order-integration {
        margin: 80px 0;
    }
}

@media (max-width: 1023px) {}

@media (max-width: 980px) {
    .order-integration {
        margin: 60px 0;
    }
}

@media (max-width: 767px) {
    .order-integration {
        margin: 40px 0;
    }

    .order-integration .block-wrapper {
        flex-direction: column;
    }

    .order-integration .block-info {
        width: 100%;
        margin-bottom: 24px;
    }

    .order-integration .title-h2 {
        margin-bottom: 20px;
    }

    .order-integration .block-content {
        width: 100%;
    }
}


.six-items-with-text {
    margin: 80px 0 40px 0;
}

.six-items-with-text__header {
    margin: 0 0 40px 0;
}

.six-items-with-text__h2 {
    font-weight: 600;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.01em;
    color: #474766;
    margin: 0 0 24px 0;
    text-align: center;
}

.six-items-with-text__text {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #808899;
    max-width: 1200px;
    margin: auto;
}

.six-items-with-text__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 56px 48px;
}

.six-items-with-text__square {
    margin: 0 0 24px 0;
    height: 64px;
    width: 64px;
}

.six-items-with-text__square img {
    width: 100%;
}

.six-items-with-text__block:nth-child(3) .six-items-with-text__circle img {
    height: 70px;
}

.six-items-with-text__title {
    color: #474766;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.01em;
    margin: 0 0 16px 0;
}

.six-items-with-text__description {
    color: #808899;
    font-size: 18px;
    line-height: 28px;
}

@media screen and (max-width: 1350px) {
    .six-items-with-text {
        margin: 60px 0 0 0;
    }

    .six-items-with-text__h2 {
        font-size: 38px;
        line-height: 44px;
        margin: 0 0 20px 0;
    }

    .six-items-with-text__text {
        font-size: 16px;
        line-height: 24px;
    }

    .six-items-with-text__items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 48px 24px;
    }

    .six-items-with-text__circle {
        background: #F5F9FF;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        margin: 0 0 24px 0;
        height: 120px;
        width: 120px;
    }

    .six-items-with-text__circle img {
        align-self: center;
        height: 56px;
        width: auto;
    }

    .six-items-with-text__title {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 12px 0;
    }

    .six-items-with-text__description {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 980px) {
    .six-items-with-text {
        padding: 0;
    }

    .six-items-with-text__header {
        margin: 0 0 40px 0;
    }

    .six-items-with-text__h2 {
        font-size: 38px;
        line-height: 44px;
        margin: 0 0 20px 0;
    }

    .six-items-with-text__text {
        font-size: 16px;
        line-height: 24px;
    }

    .six-items-with-text__items {
        display: grid;
        width: auto;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 32px 20px;
    }

    .six-items-with-text__circle {
        background: #F5F9FF;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        margin: 0 0 24px 0;
        height: 120px;
        width: 120px;
    }

    .six-items-with-text__circle img {
        align-self: center;
        height: 56px;
        width: auto;
    }

    .six-items-with-text__title {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 12px 0;
    }

    .six-items-with-text__description {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 750px) {
    .six-items-with-text {
        margin: 50px 0 40px 0;
    }

    .six-items-with-text__header {
        margin: 0 0 40px 0;
    }

    .six-items-with-text__h2 {
        font-size: 28px;
        line-height: 32px;
        text-align: left;
        margin: 0 0 24px 0;
    }

    .six-items-with-text__text {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .six-items-with-text__items {
        display: grid;
        width: auto;
        grid-template-columns: 1fr;
        grid-gap: 32px;
    }

    .six-items-with-text__square {
        height: 56px;
        width: 56px;
    }

    .six-items-with-text__circle {
        background: #F5F9FF;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        margin: 0 0 24px 0;
        height: 80px;
        width: 80px;
    }

    .six-items-with-text__circle img {
        align-self: center;
        height: 36px;
        width: auto;
    }

    .six-items-with-text__block:nth-child(3) .six-items-with-text__circle img {
        height: 45px;
    }

    .six-items-with-text__title {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 12px 0;
    }

    .six-items-with-text__description {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 581px) {
    .button-under-section {
        display: block;
    }
}

.section-head-with-link {
    margin-bottom: 32px;
    text-align: center;
}

.section-head-with-link h2 {
    margin: 0 0 24px 0;
}

.section-head-with-link .page2020__link-button {}

@media screen and (max-width: 767px) {
    .section-head-with-link {
        text-align: left;
    }
}

@media screen and (max-width: 581px) {
    .section-head-with-link h2 {
        margin-bottom: 16px;
    }

    .section-head-with-link {
        margin-bottom: 24px;
        text-align: left;
    }
}


.sep2021__cases {
    margin: 120px 0;
}

.sep2021__cases__list {
    margin: 0 -32px;
    padding: 0 2px;
    display: flex;
    align-items: stretch;
    overflow-x: auto;
}

.sep2021__cases__list::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.sep2021__cases__item {
    padding: 0 30px;
    display: none;
    width: 25%;
    flex-shrink: 0;
}

.sep2021__cases__item:nth-child(1),
.sep2021__cases__item:nth-child(2),
.sep2021__cases__item:nth-child(3),
.sep2021__cases__item:nth-child(4) {
    display: block;
}

.sep2021__cases__item .card {
    background: linear-gradient(151.66deg, #F5F9FF 0%, #E0E9FF 101.58%);
    border-radius: 12px;
    padding: 24px 0;
    margin-bottom: 24px;
    display: block;
}

.sep2021__cases__item h3 {
    padding: 0 24px;
    font-size: 28px;
    line-height: 36px;
    color: #474766;
    margin: 0 0 12px 0;
}

.sep2021__cases__item .description {
    height: 16px;
    display: block;
    padding: 0 24px;
    font-size: 13px;
    line-height: 16px;
    color: #808899;
}

.sep2021__cases-img-container {
    padding-top: 62%;
    position: relative;
}

.sep2021__cases__item img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sep2021__cases__item .value {
    font-weight: 600;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.01em;
    color: #2589FF;
    display: block;
    margin-bottom: 8px;
    padding: 0 24px;
}

.sep2021__cases__item .val-desc {
    padding: 0 24px;
    font-size: 18px;
    line-height: 28px;
    color: #808899;
}

.sep2021__cases__item .page2020__link-button {}

@media screen and (max-width: 1350px) {
    .sep2021__cases {
        margin: 100px 0;
    }
}

@media screen and (max-width: 1279px) {
    .sep2021__cases__list {
        margin: 0 -20px;
        padding: 0;
    }

    .sep2021__cases__item {
        padding: 0 20px;
    }

    .sep2021__cases__item .card {
        padding: 16px 0;
    }

    .sep2021__cases__item h3 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 16px;
    }

    .sep2021__cases__item .description {
        padding: 0 16px;
    }

    .sep2021__cases__item .val-desc {
        padding: 0 16px;
    }

    .sep2021__cases__item .value {
        font-size: 38px;
        line-height: 44px;
        padding: 0 16px;
    }

    .sep2021__cases__item .val-desc {
        padding: 0 16px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 980px) {
    .sep2021__cases {
        margin: 80px 0;
    }

    .sep2021__cases__list {
        padding: 0 4px;
    }

    .sep2021__cases__item {
        padding: 0 16px;
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .sep2021__cases {
        margin: 60px 0;
    }

    .sep2021__cases__list {
        padding: 0 12px;
    }

    .sep2021__cases__item {
        padding: 0 8px;
        width: 40%;
    }
}

@media screen and (max-width: 581px) {
    .sep2021__cases__item {
        width: 80%;
    }
}


.page2021__pluses-tools {
    margin: 32px 0 20px;
}

.page2021__pluses-tools-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #808899;
    margin: 0 0 24px 0;
}

.page2021__pluses-tools-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page2021__pluses-tools-item {
    margin: 0 16px 16px 0;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.page2021__pluses-tools-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: #FFF;
    margin: 0 12px 0 0;
}

.page2021__pluses-tools-item-icon img {
    width: 20px;
}

.page2021__pluses-tools-item-text {
    font-size: 16px;
    line-height: 24px;
    color: #808899;
}

.page2021__pluses .page2021__under-tools-button-block {
    margin-top: 20px;
}

.page2021__pluses__place-for-btn {
    text-align: center;
}


@media screen and (max-width: 980px) {
    .page2021__pluses-tools {
        margin: 0;
        padding: 0 30px;
    }

    .page2021__pluses .page2021__under-tools-button-block {
        padding: 15px 30px 40px;
        margin: 0;
    }
}

@media screen and (max-width: 575px) {
    .page2021__pluses-tools {
        margin: 0;
        padding: 0 20px;
    }

    .page2021__pluses .page2021__under-tools-button-block {
        padding: 15px 20px 40px;
        margin: 0;
    }
}


@media (max-width: 767px) {
    .slogan-with-logos__subtitle {
        text-align: left;
    }
}

.tools-for-job {
    margin: 120px 0;
}

@media (max-width: 980px) {
    .tools-for-job {
        margin: 80px 0;
    }
}