html {
    scroll-behavior: smooth;
  }
html, body, .body-wrapper {
    overflow-x: initial;
}
.price-page-new{
    padding: 140px 0 0 0;
}
@media screen and (max-width: 730px){
    .price-page-new{
        padding: 100px 0 0 0;
    }
}

.price-page-new .content-block-container{
    padding: 0 20px;
}
@media screen and (min-width: 1280px){
    .price-page-new .content-block-container{
        max-width: 1320px;
    }
}
.period-switcher-wrapper{
    margin: 24px 0 0 0;
}
.period-switcher-option{
    font-weight: 600;
    padding: 16px 32px;
}
.period-switcher-option.active{
    color: #2589FF;
}
@media screen and (max-width: 730px){
    .period-switcher-wrapper{
        display: none;
    }
}

.show-only-mob{
    display: none;
}
@media screen and (max-width: 730px){
    .show-only-mob{
        display: block;
    }
}

.info-switcher{
    width: 100%;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 16px 0;
    color: #474766;
    z-index: 2;
}
.info-switcher__head{
    background: #FFFFFF;
    border: 1px solid #CED1D9;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 14px 32px 14px 16px;
    cursor: pointer;
    position: relative;
}
.info-switcher__head_bold{
    font-weight: 600;
}
.info-switcher__head::after{
    content: '';
    width: 8px;
    height: 5px;
    background: url(https://roistat.com/img/index_new/icons/f107_m.svg) no-repeat;
    background-size: contain;
    right: 15px;
    top: 50%;
    position: absolute;
}
.info-switcher_opened .info-switcher__head{
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid transparent;
}
.info-switcher_opened .info-switcher__head::after{
    transform: rotate(180deg);
}
.info-switcher__nav{
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #CED1D9;
    border-radius: 0 0 8px 8px;
    display: none;
    top: 100%;
    width: 100%;
}
.info-switcher_opened .info-switcher__nav{
    display: block;
}
.info-switcher__nav-elem{
    padding: 16px;
    cursor: pointer;
}
.info-switcher__nav-elem:hover{
    background-color: #f2f2f2 !important;
}
.info-switcher_litle-calc .info-switcher__head{
    padding: 20px 32px 20px 16px;
}
.info-switcher_period{
    margin: 20px 0 0 0;
    z-index: 3;
}
@media screen and (max-width: 1280px){
    .info-switcher{
        margin: 0 0 24px 0;
    }
    .info-switcher_litle-calc .info-switcher__head{
        padding: 14px 32px 14px 16px;
    }
}
@media screen and (max-width: 730px){
    .info-switcher_period{
        margin: 0;
    }
}

.pr-cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 65px;
    padding: 56px 0 80px 0;
}
.pr-cards__card{
    border: 2px solid #F2F2F2;
    border-radius: 32px;
    padding: 40px;
    background: #fff;
    min-height: 100%;
    transition: .1s;
}
.pr-cards__card:hover{
    background: #F5F9FF;
    border: 2px solid #2589FF;
}
.pr-cards__title{
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #2589FF;
    font-weight: 700;
}
.pr-cards__title-note{
    font-size: 13px;
    line-height: 16px;
    color: #808899;
    margin: 0 0 8px 0;
}
.pr-cards__title-note-bold{
    font-size: 16px;
    line-height: 16px;
    color: #474766;
    margin: 12px 0 12px 0;
    font-weight: bold;
    letter-spacing: -0.02em;
}
.pr-cards__title-note-bold_long{
    margin-right: -8px;
}
.pr-cards__title-projects-value {
    font-size: 14px;
    line-height: 18px;
    color: #474766;
    margin: 0 0 13px 0;
}
.pr-cards__cst-note{
    font-size: 13px;
    line-height: 16px;
    color: #808899;
    margin: 0 0 2px 0;
}
.pr-cards__cst{
    display: flex;
}
.pr-cards__cst-number{
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: #474766;
    padding-bottom: 10px;
}
.pr-cards__cst-old{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #808899;
    margin: 9px 0 8px 40px;
    position: relative;
}
.pr-cards__cst-old_crossed::after{
    content: '';
    width: 100%;
    height: 2px;
    background: #808899;
    transform: rotate(-15deg);
    position: absolute;
    right: 0;
    top: 50%;
}
.pr-cards__text-with-icon{
    font-size: 14px;
    line-height: 18px;
    color: #474766;
    display: flex;
    align-items: center;
    margin: 0 0 32px 0;
    /*min-height: 24px;*/
}
.pr-cards__text-with-icon img{
    width: 24px;
    margin: 0 4px 0 0;
    align-self: center;
    justify-content: center;
}
.pr-cards__card .rate-card-cta-button{
    text-decoration: none;
}
@media screen and (max-width: 1280px){
    .pr-cards{
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        padding: 40px 0 60px 0;
    }
    .pr-cards__card{
        padding: 32px 32px 56px 32px;
    }
    .pr-cards__title{
        font-size: 28px;
        line-height: 32px;
    }
    .pr-cards__cst-number{
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 11px 0;
    }
    .pr-cards__cst-old{
        position: relative;
        margin: 0 0 9px 40px;
    }
    .pr-cards__text-with-icon{
        margin: 0 0 35px 0;
        /*min-height: 24px;*/
    }
    .pr-cards__text-with-icon img{
        margin: 0 6px 0 0;
    }
    .pr-cards__card .rate-card-cta-button{
        padding: 16px 16px;
        text-align: center;
        display: block;
    }
}
@media screen and (max-width: 730px){
    .pr-cards{
        grid-template-columns: 1fr;
        padding: 20px 0 60px 0;
    }
    .pr-cards__card{
        padding: 32px 16px;
    }
    .pr-cards__title-note{
        margin: 0 0 8px 0;
    }
    .pr-cards__title-note-bold_long{
        margin-right: 0;
    }
}
@media screen and (max-width: 380px){
    .pr-cards__cst{
        justify-content: space-between;
    }
    .pr-cards__cst-old {
        position: relative;
        margin: 0 0 9px 8px;
    }
}


.rate-comparison__sticky {
    position: sticky;
    background: #fff;
    z-index: 1;
    top: 64px;
}

.content-block-container-prs-tbl{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px
}
.comparison-table__table{
    margin: 64px 0 104px 0;
    width: 100%;
    color: #474766;
    border-collapse: collapse;
}
.comparison-table__table tr:nth-child(2n){
    background: #F3F8FF;
}
.comparison-table__table th, .comparison-table__table td{
    width: 24%;
    text-align: center;
    position: relative;
}
.comparison-table__table th:nth-child(1), .comparison-table__table td:nth-child(1){
    width: 28%;
}
.comparison-table__table th{
    padding: 16px 24px 30px 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    vertical-align: baseline;
}
.comparison-table__table-head {
    position: sticky;
    background: #fff;
    z-index: 1;
    top: 64px;
    margin-bottom: 100px;
}
.comparison-table__th-note-bold{
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: #808899;
    margin: 8px 0;
}
.comparison-table__th-note{
    font-size: 13px;
    line-height: 16px;
    color: #808899;
    font-weight: normal;
    margin: 0 -10px;
}
.comparison-table__table td{
    padding: 11px 24px;
    font-size: 18px;
    line-height: 22px;
}
.comparison-table__table td:nth-child(1){
    text-align: left;
}
.comparison-table__tr-cst td{
    padding: 16px 24px 0 24px;
    font-weight: 600;
    background: #fff;
}
tr.comparison-table__tr-btns{
    background: #fff!important;
}
.comparison-table__tr-btns td{
    padding: 16px 24px 0 24px;
}
.comparison-table__tr-btns .cta-button{
    margin: 0;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
}
.comparison-table__td-note{
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #808899;
}
.comparison-table__qw-icon{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    cursor: pointer;
    position: relative;
    top: 3px;
}
.comparison-table__qw-icon img{
    width: 100%;
}
.comparison-table__qw-msg{
    display: none;
    background: #FFFFFF;
    position: absolute;
    border-radius: 12px;
    width: 217px;
    padding: 16px;
    box-shadow: 0px 2.00212px 8.00847px rgb(217 224 234 / 71%);
    font-size: 13px;
    line-height: 16px;
    color: #808899;
    top: 30px;
    left: -47px;
    z-index: 3;
    white-space: normal!important;
}
.comparison-table__qw-msg:before {
    top: -13px;
    left: 42px;
    content: "";
    background-image: url(../../img/price_new/msg-trg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 26px;
    height: 13px;
}
.comparison-table__qw-icon:hover .comparison-table__qw-msg{
    display: block;
}
.comparison-table__qw-msg ul {
    list-style-type: disc;
    margin: 0 0 0 16px;
}
@media screen and (max-width: 1280px){
    .comparison-table__table{
        margin: 28px -20px 80px -20px;
        width: calc(100% + 40px);
    }
    .comparison-table__table th, .comparison-table__table td{
        width: 20%;
        text-align: center;
        position: relative;
    }
    .comparison-table__table th:nth-child(1), .comparison-table__table td:nth-child(1){
        width: 40%;
    }
    .comparison-table__table th{
        padding: 12px 20px 28px 20px;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
    }
    .comparison-table__table td{
        padding: 11px 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .comparison-table__table td:nth-child(1){
        padding: 11px 20px 11px 24px;
    }
    .comparison-table__tr-cst td{
        padding: 16px 20px 0 20px;
    }
    .comparison-table__qw-msg{
        top: 30px;
        left: -24px;
    }
    .comparison-table__qw-msg:before {
        top: -13px;
        left: 18px;
    }
    .comparison-table__qw-icon:hover .comparison-table__qw-msg{
        display: block;
    }
    .comparison-table__th-note-bold{
        font-size: 12px;
        line-height: 16px;
        margin: 3px 0 4px 0;
    }
    .comparison-table__th-note{
        font-size: 10px;
        line-height: 13px;
        margin: 0 -5px;
    }
}
@media screen and (min-width: 730px){
    .comparison-table__table td{
        display: table-cell!important;
    }
}
@media screen and (max-width: 730px){
    .rate-comparison .content-block-title {
        margin-bottom: 40px;
    }
    .rate-comparison__sticky {
        margin: -20px -20px 140px -20px;
        padding: 20px 20px 10px;
    }
    .comparison-table__qw-msg{
        width: 180px;
        padding: 16px;
    }
    .comparison-table{
        margin: -140px 0 80px 0;
    }
    .comparison-table__table{
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .comparison-table__table td{
        width: 140px;
        text-align: right;
        padding: 16px 20px 16px 0;
    }
    .comparison-table__table td:nth-child(1){
        text-align: left;
        padding: 16px 20px;
    }
    .comparison-table__table th:nth-child(1), .comparison-table__table td:nth-child(1){
        width: calc(100% - 140px);
    }
    .comparison-table__table-head{
        display: none;
    }
    .comparison-table__table td:nth-child(3), .comparison-table__table td:nth-child(4){
        display: none;
    }
    .comparison-table__table td span:hover .comparison-table__qw-msg{
        display: block;
    }
    .comparison-table__tr-btns{
        display: none;
    }
    .comparison-table__mob-info_head{
        padding: 16px 0;
    }
    .comparison-table__th-note-bold{
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 4px 0;
    }
    .comparison-table__th-note{
        margin: 0;
        font-size: 13px;
        line-height: 18px;
    }
    .js-comparison-table_tar_bisn{
        display: none;
    }
    .js-comparison-table_tar_prem{
        display: none;
    }
}

.pre-litle-calc-p{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #808899;
    margin: 24px auto 68px auto;
    max-width: 900px;
}
@media screen and (max-width: 1280px){
    .pre-litle-calc-p{
        font-size: 16px;
        line-height: 24px;
        margin: 24px auto 12px auto;
    }
}
@media screen and (max-width: 730px){
    .pre-litle-calc-p{
        margin: 16px auto 10px auto;
        text-align: left;
    }
}

.litle-calc-blue{
    width: 100%;
    margin: 40px 0 0 0;
    padding: 34px 40px;
    display: flex;
    justify-content: space-between;
    background: #F5F9FF;
    border-radius: 12px;
    color: #474766;
}
.litle-calc-blue.speech-analytics-calk {
    padding: 48px 40px;
    display: block;
}
.speech-analytics-calk__row {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
.speech-analytics-calk__row:first-child {
    margin-bottom: 40px;
}
.litle-calc-blue__text-block{
    width: 344px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.speech-analytics-calk .litle-calc-blue__text-block {
    justify-content: flex-start;
}
.litle-calc-blue__title{
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
}
.litle-calc-blue__description{
    font-size: 16px;
    line-height: 20px;
    color: #808899;
    margin: 8px 0 0 0;
}
.litle-calc-blue__description-ltl{
    font-size: 13px;
    line-height: 16px;
    opacity: 0.8;
    color: #808899;
    margin: 8px 0 0 0;
}
.litle-calc-blue__middle-block{
    width: 612px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 16px;
}
.litle-calc-blue__middle-block_input{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.litle-calc-blue__middle-output-wrap{
    display: flex;
}
.litle-calc-blue__middle-text{
    text-align: left;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}
.litle-calc-blue__middle-note{
    font-size: 13px;
    line-height: 16px;
    color: #808899;
    margin: 0 0 8px 0;
}
.litle-calc-blue__middle-note .bold {
    font-weight: 600;
}
.litle-calc-blue__middle-note .nowrap {
    white-space: nowrap;
}
.litle-calc-blue__question{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -5px 0 0 4px;
    cursor: pointer;
    position: relative;
    top: 4px;
}
.litle-calc-blue__question img{
    width: 100%;
}
.litle-calc-blue__qw-msg{
    display: none;
    background: #FFFFFF;
    position: absolute;
    border-radius: 12px;
    width: 217px;
    padding: 16px;
    box-shadow: 0px 2.00212px 8.00847px rgb(217 224 234 / 71%);
    font-size: 12px;
    line-height: 16px;
    color: #808899;
    top: 30px;
    left: -47px;
    z-index: 3;
    white-space: normal!important;
}
.speech-analytics-calk .litle-calc-blue__qw-msg {
    width: 230px;
}
.litle-calc-blue__qw-msg:before {
    top: -13px;
    left: 42px;
    content: "";
    background-image: url(../../img/price_new/msg-trg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 26px;
    height: 13px;
}
.litle-calc-blue__question:hover .litle-calc-blue__qw-msg{
    display: block;
}
.litle-calc-blue__middle-input-wrap{
    width: 350px;
}
.litle-calc-blue__middle-input{
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    border-radius: 6px;
    font-size: 13px;
    line-height: 16px;
    color: #808899;
    padding: 20px 16px;
    width: 100%;
    position: relative;
}
.litle-calc-blue__middle-fast-input{
    margin: 6px 0 0 0;
    display: flex;
}
.litle-calc-blue__middle-fast-text {
    margin: 6px -6px 0 0;
    font-size: 11px;
    line-height: 16px;
    color: #808899;
}
.litle-calc-blue__middle-fast-input-item{
    margin: 0 16px 0 0;
    font-size: 13px;
    line-height: 16px;
    text-decoration: underline;
    color: #2589FF;
    cursor: pointer;
}
.litle-calc-blue__middle-fast-input-item:hover{
    text-decoration: none;
}
.litle-calc-blue__right-block{
    width: 206px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.litle-calc-blue__blue-btn{
    background: #2589FF;
    border-radius: 6px; 
    width: 100%;
    color: #fff;
    padding: 16px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    display: block;
}
.litle-calc-blue__blue-btn:hover {
    background: #64abff;
}
.litle-calc-blue__right-block_cst{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.litle-calc-blue__right-cst-wrap{
    padding: 16px 16px 16px 8px;
    width: 180px;
    text-align: right;
}
.litle-calc-blue__equals{
    font-size: 36px;
    line-height: 44px;
    color: #808899;
    display: flex;
    align-items: center;
    padding: 0 0 0 24px;
}
.litle-calc-blue__right-cst-text{
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #474766;
}
.litle-calc-blue__right-cst-number{
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #474766;
    overflow: hidden;
}
.litle-calc-blue .cta-button{
    width: 100%;
    margin: 0;
}
.litle-calc-blue__link{
    font-size: 18px;
    line-height: 20px;
    margin: 8px -5px 0 -5px;
    text-align: center;
    display: block;
    color: #2589FF;
}
.litle-calc-blue__link .link-icon-wrapper{
    position: relative;
    transition: .15s;
    right: 0;
}
.litle-calc-blue__link:hover .link-icon-wrapper{
    right: -6px;
}
@media screen and (max-width: 1280px){
    .litle-calc-blue{
        margin: 20px 0 0 0;
        padding: 24px 20px;
    }
    .litle-calc-blue.speech-analytics-calk {
        padding: 32px 20px;
    }
    .litle-calc-blue__text-block{
        width: 230px;
    }
    .litle-calc-blue__title{
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
    }
    .litle-calc-blue__description{
        font-size: 14px;
        line-height: 20px;
    }
    .litle-calc-blue__middle-block{
        width: 480px;
        padding: 0 8px;
    }
    .litle-calc-blue__middle-text{
        font-size: 14px;
        line-height: 20px;
    }
    .litle-calc-blue__middle-note{
        font-size: 12px;
        line-height: 16px;
    }
    .litle-calc-blue__middle-input{
        padding: 14px 16px;
    }

    .litle-calc-blue__right-block{
        width: 150px;
    }
    .litle-calc-blue__right-block .cta-button{
        padding: 10px 15px;
        font-size: 12px;
        line-height: 20px;
    }
    .litle-calc-blue__blue-btn{
        font-size: 12px;
        line-height: 20px;
        padding: 10px;
    }
    .litle-calc-blue__right-cst-wrap{
        padding: 0 0 0 8px;
    }
    .litle-calc-blue__equals{
        font-size: 24px;
        line-height: 28px;
        padding: 0 0 0 8px;
    }
    .litle-calc-blue__right-cst-text{
        font-size: 14px;
        line-height: 20px;
    }
    .litle-calc-blue__right-cst-number{
        font-size: 24px;
        line-height: 28px;
    }
    .litle-calc-blue__link{
        font-size: 12px;
        line-height: 20px;
        margin: 12px 0 0 -20px;
    }
    .litle-calc-blue__middle-input-wrap{
        width: 180px;
    }
    .litle-calc-blue__middle-fast-input-item{
        margin: 0 10px 0 0;
        font-size: 11px;
        line-height: 16px;
    }
    .litle-calc-blue__right-cst-wrap {
        padding: 16px 8px 16px 8px;
        width: 180px;
    }
}
@media screen and (max-width: 970px){
    .litle-calc-blue__text-block{
        width: 170px;
    }
    .litle-calc-blue__right-block {
        width: 130px;
    }
    .litle-calc-blue__middle-block{
        width: 345px;
    }
    .litle-calc-blue__middle-input-wrap{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .litle-calc-blue__middle-note .tablet-hide {
        display: none;
    }
    .litle-calc-blue__right-cst-wrap{
        width: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .litle-calc-blue__right-cst-number{
        font-size: 16px;
    }
}
@media screen and (max-width: 730px){
    .litle-calc-blue{
        display: block;
    }
    .speech-analytics-calk__row:first-child {
        margin-bottom: 0;
    }
    .litle-calc-blue__text-block{
        width: 100%;
        display: block;
    }
    .litle-calc-blue__description{
        margin: 4px 0 0 0;
    }
    .litle-calc-blue__middle-block{
        width: 100%;
        display: block;
        margin: 24px 0;
        padding: 0;
    }
    .litle-calc-blue__middle-text{
        text-align: left;
    }
    .litle-calc-blue__right-block{
        width: 100%;
        display: block;
    }
    .litle-calc-blue__right-block.mobile-hide {
        display: none;
    }
    .litle-calc-blue__right-block_cst{
        display: block;
    }
    .litle-calc-blue__right-cst-wrap{
        padding: 0;
        margin: 24px 0 0 0;
    }
    .litle-calc-blue__equals{
        display: none;
    }
    .litle-calc-blue__right-cst-text{
        text-align: left;
        margin: 0 0 5px 0;
    }
    .litle-calc-blue__right-cst-number{
        font-size: 24px;
        line-height: 28px;
    }
    
}

.blue-block-intgr{
    background: #F5F9FF;
    padding: 56px 0;
    margin: 0 0 104px 0;
    border-radius: 20px;
}
.blue-block-intgr__content{
    display: flex;
}
.blue-block-intgr__text{
    width: 100%;
    padding: 0 24px 0 0;
}
.blue-block-intgr__title{
    font-weight: 600;
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.01em;
    color: #474766;
}
.blue-block-intgr__p{
    font-size: 18px;
    line-height: 28px;
    color: #808899;
    margin: 8px 0 0 0;
}
.blue-block-intgr__btn-wrap{
    width: 296px;
    display: flex;
    align-items: center;
}
.blue-block-intgr__btn-wrap .cta-button{
    margin: 0;
    width: 296px;
}

@media screen and (max-width: 1280px){
    .blue-block-intgr{
        padding: 40px 0;
        margin: 0 0 80px 0;
    }
    .blue-block-intgr__content{
        display: block;
        text-align: center;
    }
    .blue-block-intgr__text{
        padding: 0;
    }
    .blue-block-intgr__title{
        font-size: 38px;
        line-height: 44px;
    }
    .blue-block-intgr__p{
        font-size: 16px;
        line-height: 24px;
        margin: 16px 0 24px 0;
    }
    .blue-block-intgr__btn-wrap{
        width: 100%;
        display: block
    }
    .blue-block-intgr__btn-wrap .cta-button{
        max-width: 220px;
        margin: auto;
    }
}
@media screen and (max-width: 970px){
    .blue-block-intgr__btn-wrap .cta-button{
        padding: 16px;
    }
}
@media screen and (max-width: 730px){
    .blue-block-intgr__content{
        text-align: left;
    }
    .blue-block-intgr__title{
        font-size: 28px;
        line-height: 32px;
    }
    .blue-block-intgr__p{
        margin: 8px 0 24px 0;
    }
    .blue-block-intgr__btn-wrap .cta-button{
        max-width: 100%;
        margin: auto;
        width: 100%;
    }
    .litle-calc-blue__middle-input-wrap{
        width: 100%;
        display: block;
    }
    .litle-calc-blue__right-cst-wrap{
        width: 100%;
        display: block;
        text-align: left;
    }
    .litle-calc-blue__qw-msg{
        left: -100px;
    }
    .speech-analytics-calk .litle-calc-blue__qw-msg {
        left: -150px;
    }
    .litle-calc-blue__qw-msg:before {
        left: 94px;
    }
    .speech-analytics-calk .litle-calc-blue__qw-msg:before {
        left: 145px;
    }
}

/*form*/
.formblock .button {
    display: inline-block;
    background: #268FF0;
    border-radius: 6px;
    padding: 16px 24px;
    border: 0;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    max-width: 100%;
    outline: none;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
  }
  
  .formblock .button:hover {
    background: #71b3f0;
    text-decoration: none;
    color: #fff;
  }
  .over-overlay {
    position: fixed;
    top: 0;
    overflow: auto;
    width: 100%;
    z-index: 200002;
    min-height: 100vh;
    display: none;
  }
  .overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.37);
    z-index: 5;
    display: none;
  }
  .form-popup {
    display: none;
    max-width: 494px;
    margin: 0 auto;
    position: absolute;
    top: 5vh;
    left: 0;
    right: 0;
    z-index: 6;
  }
  .form-popup_thnx{
    max-width: 520px;
  }
  .form-popup_thnx .callbackform__message{
    max-width: 520px;
  }
  .close-icon {
    cursor: pointer;
    z-index: 6;
    position: absolute;
    top: 18px;
    right: 20px;
    height: 16px;
    width: 16px;
    color: #474766;
  }
  
  .close-icon::before {
    content: "×";
    font-size: 40px;
    line-height: 16px;
    font-family: "Times New Roman";
    color: #474766;
    opacity: 0.5;
  }
  
  .callbackform__title {
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto 32px;
    width: 650px;
    max-width: 100%;
    font-weight: 600;
    color: #474766;
  }
  .callbackform__title2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    letter-spacing: -0.01em;
    color: #474766;
    margin: 0 0 16px 0;
  }
  .callbackform__message_thnx .callbackform__title2{
    text-align: center;
  }
  .callbackform__message {
    border-radius: 16px;
    max-width: 494px;
    margin: 0 auto;
    padding: 48px 60px 48px 60px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 42px 69px rgba(114, 120, 128, 0.07), 0px 17.5466px 34.8623px rgba(114, 120, 128, 0.045257), 0px 9.38125px 18.6412px rgba(114, 120, 128, 0.0363438), 0px 5.25905px 10.1908px rgba(114, 120, 128, 0.0304133), 0px 2.79304px 5.20106px rgba(114, 120, 128, 0.0250526), 0px 1.16225px 2.04905px rgba(114, 120, 128, 0.0181425);
  }
  .callbackform__message p {
    font-size: 20px;
    line-height: 26px;
    max-width: 100%;
    margin: 0 auto 26px;
    color: #474766;
  }
  .callbackform__message p:last-child {
    margin: 0;
  }
  .callbackform__message .form-description {
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #808899;
  }
  .form-block__agreecheck {
      position: relative;
      margin-top: 16px;
      text-align-last: left;
  }
  .form-block__agreecheck .agreecheck {
      opacity: 0;
      position: absolute;
      z-index: -1;
  }
  .agreecheck+label {
    display: block;
    user-select: none;
  }
  .agreecheck+label::before {
    position:absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #2589FF;
    border-radius: 2px;
  }
  .agreecheck:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    content: url('https://roistat.com/img/ru/main/connection/checkbox.svg');
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form-block__agreecheck label {
    padding: 0 0 0 28px;
    font-size: 13px;
    line-height: 16px;
    color: #808899;
    display: block;
  }
  .form-block__agreecheck {
    position: relative;
    text-align-last: left;
    margin: 5px -10px -10px -10px;
    padding: 10px;
    border: 1px solid rgb(255 ,255, 255, 0);
    border-radius: 9px;
    transition: border .3s;
  }
  .form-block__agreecheck.error {
    margin: 5px -10px -10px -10px;
    border: 1px solid rgb(243,80,80, 1);
    padding: 10px;
  }
  
  .form-block__agreecheck.error .agreecheck {
    left: 8px;
    margin: 0;
    top: 11px;
  }
  .formblock .button{
    margin-top: 8px;
  }
  .formblock .button.btn-disabled{
    background: #F5F9FF;
    color: #808899;
  }
  .formblock__error-message{
    color: #F35050;
    margin: -8px 0 8px 0;
    line-height: 0px;
    opacity: 0;
    transition: all .3s;
    font-size: 13px;
  }
  .callbackform__content {
    padding: 0 15px;
    margin: 0 auto;
    width: 800px;
    max-width: 100%;
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
  }
  .formblock {
    width: 100%;
    max-width: 100%;
    margin: 16px 0 0 0;
    text-align: left;
    color: #474766;
  }
  .formblock input[type="text"] {
    border: 1px solid #CED1D9;
    border-radius: 6px;
    height: 48px;
    font-size: 18px;
    line-height: 28px;
    padding: 16px 20px;
    margin: 0 0 16px 0;
    width: 100%;
    color:  #474766;
  }
.formblock input[type="text"]:focus {
    border: 1px solid #489CFF;
}
  .formblock a{
    text-decoration: underline;
    color: inherit;
    display: inline;
  }
  .formblock a:hover {
      text-decoration: none;
  }
  .formblock input.error {
    border: 1px solid #F35050 !important;
    animation: .3s input-error linear;
  }
  @keyframes input-error {
    0%{
        transform: translate(0);
    }
    33%{
        transform: translate(5px);
    }
    66%{
        transform: translate(-5px);
    }
    100%{
        transform: translate(0);
    }
  }
  .formblock input[type="text"]::-webkit-input-placeholder {
    color: #808899;
  }
  
  .formblock input[type="text"]::-moz-placeholder {
    color: #808899;
  }
  
  .formblock input[type="text"]:-moz-placeholder {
    color: #808899;
  }
  
  .formblock input[type="text"]:-ms-input-placeholder {
    color: #808899;
  }
  
  .formblock .button {
    width: 100%;
    text-transform: none;
  }
  
  .formblock .input-site {
    margin-top: 16px !important;
  } 
  .formblock .input-other {
    margin-bottom: 0 !important;
  }
  span.label {
    display: block;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 24px;
  }
  .checkbox-block {
    position: relative;
    margin: -8px 0 16px 0;
  }
  .label-for-checkbox {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
  }
  .callbackform__logo {
    position: absolute;
    top: 90%;
    width: 100%;
    text-align: center;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .callbackform__message__grey-text{
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #808899;
    margin-top: 24px;
  }

  @media screen and (max-width: 767px) {
    .form-block__agreecheck .agreecheck {
        top: 0;
    }
    .form-block__agreecheck.error .agreecheck {
        top: 8px;
    }  
    .callbackform__message {
        max-width: 494px;
        width: 100%;
        padding: 32px 48px;
    }
    .callbackform__title2{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .callbackform__message .form-description{
        font-size: 16px;
        line-height: 24px; 
        margin: 0;
    }
    .formblock{
        margin-top: 16px;
    }
    .formblock .btn{
        font-size: 16px;
        line-height: 24px;    
    }
    .formblock input[type="text"]{
        font-size: 16px;
        line-height: 24px;
    }
    .formblock__input-site-checkbox label{
        font-size: 16px;
        line-height: 24px;
        width: 110px;
        padding: 16px 0;
    }  
    .callbackform__back-btn{
        top: 8px;
    }
    .formblock.callbackform__rol-and-site{
        font-size: 16px;
        line-height: 24px;
    }
    .checkbox-block label{
        font-size: 16px;
        line-height: 20px;
    }
    .close-icon {
        cursor: pointer;
        z-index: 6;
        position: absolute;
        top: 14px;
        right: 24px;
        height: 16px;
        width: 16px;
        color: #474766;
    }
}
@media screen and (max-width: 576px) {
    .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-8 {
      width: 100%;
    }
    .callbackform__message {
        max-width: 494px;
        width: 100%;
        padding: 32px 24px;
    }
}
.js-callback__message{
    display: none;
}

.vats-calc__btn .cta-button{
    display: block;
    text-align: center;
    padding: 16px!important;
    width: 100%;
}
.calculator-link-wrapper .cta-button{
    display: block;
    text-align: center;
    padding: 16px!important;
    width: 100%;
}
@media screen and (max-width: 1280px){
    .litle-calc-blue .link-icon-wrapper svg{
        width: 12px!important;
        height: 9px!important;
    }
}

.faq-in-head .faq-block {
    margin: 0 0 100px;
}
.faq-in-head .faq-block .content-block-title {
    margin: 0;
}

@media screen and (max-width: 1280px){
    .faq-in-head .faq-block {
        margin: 0 0 80px;
    }
}

@media screen and (max-width: 730px){
    .faq-in-head .faq-block {
        margin: 0 0 60px;
    }
}

.tariffs-container {
    margin: 0 -20px;
    padding: 0 20px;
    overflow: auto;
}
.tariffs {
    min-width: 860px;
}
.tariffs__card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 22px;
}
.tariffs__card-p {
    width: 730px;
}
.tariffs__table-header {
    display: grid;
    grid-template-columns: 43% 1fr 1fr 1fr;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #474766;
}
.tariffs__table-header-col {
}
.tariffs__table-header-col1 {
    padding-right: 14px;
}
.tariffs__table-header-col2,
.tariffs__table-header-col3 {
    font-size: 18px;
    line-height: 26px;
}
.tariffs__table-header-col4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.tariffs__table-header-col2,
.tariffs__table-header-col3,
.tariffs__table-header-col4 {
    position: relative;
    padding: 0 14px;
}
.tariffs__table-header-col2:after,
.tariffs__table-header-col3:after,
.tariffs__table-header-col4:after {
    content: '';
    height: 100%;
    width: 1px;
    background: #D1D6E1;
    position: absolute;
    top: 0;
    left: 0;
}
.tariffs__table {
    display: grid;
    grid-template-columns: 43% 1fr 1fr 1fr
}
.tariffs__table-cell {
    font-size: 18px;
    line-height: 26px;
}
.tariffs__table-cell1 {
    grid-row-end: span 4;
    padding-right: 14px;
}
.tariffs__table-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #2589FF;
    display: block;
    margin-bottom: 14px;
}
.tariffs__table-cell1 p {
    font-size: 14px;
    line-height: 140%;
    color: #808899;
}
.tariffs__bold {
    font-weight: 600;
}
.tariffs__table-cell2 {

}
.tariffs__table-cell3 {

}
.tariffs__table-col2,
.tariffs__table-col3,
.tariffs__table-col4 {
    position: relative;
    padding: 14px;
}
.tariffs__table-col2,
.tariffs__table-col3 {
    font-weight: 600;
}
.tariffs__table-cell2,
.tariffs__table-cell3,
.tariffs__table-cell4 {
    padding-top: 0;
}

.tariffs__table-cell11,
.tariffs__table-cell12,
.tariffs__table-cell13 {
    padding-bottom: 0;
}

.tariffs__table-col2:before,
.tariffs__table-col3:before,
.tariffs__table-col4:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #D1D6E1;
    position: absolute;
    top: 0;
    left: 0;
}
.tariffs__table-col2:after,
.tariffs__table-col3:after,
.tariffs__table-col4:after {
    content: '';
    height: calc(100% - 28px);
    width: 1px;
    background: #D1D6E1;
    position: absolute;
    top: 14px;
    left: 0;
}
.tariffs__table-cell2:before,
.tariffs__table-cell3:before,
.tariffs__table-cell4:before {
    content: initial;
}

.tariffs__table-cell2:after,
.tariffs__table-cell3:after,
.tariffs__table-cell4:after {
    height: calc(100% - 14px);
    top: 0;
}

.tariffs__table-cell11:after,
.tariffs__table-cell12:after,
.tariffs__table-cell13:after {
    height: calc(100% - 14px);
    top: 14px;
}

.tariffs__star {
    font-size: 14px;
    line-height: 140%;
}

.tariffs__star li {
    margin-left: 32px;
    font-size: 14px;
    line-height: 140%;
}