
.business {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 100px 85px 70px !important;
    color: #333333;
    margin-bottom: 76px !important;
}

.business__title {
    width: 798px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-align: center;
}

.business__desc {
    margin-bottom: 75px !important;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.business-tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 47px;
}

.business-tabs__item {
    width: 24%;
    padding-bottom: 16px;
    margin-bottom: 0 !important;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    color: #D1D1D1;
    transition: 0.3s;
    cursor: pointer;
    border-bottom: 1px solid #D1D1D1;
}

.business-tabs__item.green_txt.active {
    color: #8EC344;
    border-color: #8EC344;
}

.business-tabs__item.pink_txt.active {
    color: #EB276D;
    border-color: #EB276D;
}

.business-tabs__item.blue_txt.active {
    color: #55C5D3;
    border-color: #55C5D3;
}

.business-tabs__item.yellow_txt.active {
    color: #F2C94C;
    border-color: #F2C94C;
}

.business-contents-item {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
}

.business-contents-item.active {
    display: flex;
}

.business-contents-item-title {
    width: 32%;
    margin-bottom: 30px;
}

.business-contents-item-title__header {
    margin-bottom: 10px !important;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.business-contents-item-title__desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

.business-tabs__item img {
    display: none;
}

.tools {
    margin-bottom: 56px !important;
}

.tools__title {
    margin-bottom: 28px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    text-align: center;
}

.tools__desc {
    width: 806px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 60px !important;
}

.tools-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.tools-list-item {
    width: 32%;
    padding: 26px 26px 57px;
    margin-bottom: 16px;
    background: #272C63;
    border-radius: 12px;
}

.tools-list-item__img {
    display: block;
    margin-bottom: 19px;
}

.tools-list-item__text {
    font-size: 16px;
    line-height: 19px;
}

.tools-slider-item {
    max-width: 598px;
    margin-right: 10px;
    margin-left: 10px;
    align-items: flex-end !important;
    justify-content: center;
    overflow: hidden;
}

.tools-slider-item__wrap {
    height: 235px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: #fff;
    transition: all 0.3s ease;
    opacity: 0.4;
}

.tools-slider-item img {
    width: 100%;
}

.tools-slider-item.slick-center .tools-slider-item__wrap,
.tools-slider-item.slick-current .tools-slider-item__wrap,
.tools-slider-item.slick-active .tools-slider-item__wrap {
    width: 100%;
    height: auto;
    opacity: 1;
}

#app .tools .slick-arrow {
    height: 44px;
    width: 44px;
    border: none;
    background-size: cover;
    background-image: url(img/arrow.svg);
}

#app .tools .slick-prev {
    left: 0;
}

#app .tools .slick-next {
    right: 0;
}

.tools .slick-track {
    display: flex;
    align-items: flex-end;
}

.clentBlock {
    padding-top: 148px !important;
}

.clentBlock::before,
.section--faq::before {
    height: 98px !important;
    margin-top: 0 !important;
    top: 0 !important;
}

.section--faq__title {
    text-align: center;
    margin-bottom: 67px;
}

#app .root-rates-faq.section--faq.section-arrow-top {
    margin-top: 0 !important;
    padding-top: 174px;
}

.clentBlock::before {
    background-image: url(/local/assets/images/bg_tariffs/triangle_dark.png) !important;
}

.section--faq::before {
    background-image: url(/local/assets/images/bg_tariffs/triangle_white.png) !important;
}

@media screen and (max-width: 575px){
    #app {
        overflow: hidden;
    }
    .section--faq::before {
        display: block !important;
    }

    .clentBlock::before, .section--faq::before {
        height: 31px !important;
    }
    .clentBlock {
        padding-top: 100px !important; 
    }
    #app .root-rates-faq.section--faq.section-arrow-top {
        padding-top: 95px;
    }

    .section--faq__title {
        margin-bottom: 37px;
    }
    .business {
        padding: 40px 31px 30px !important;
        margin-bottom: 64px !important;
    }

    .business__title {
        font-size: 34px !important;
    }

    .business-tabs {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .business-tabs__item {
        width: 100%;
    }

    .business-contents-item.active {
        display: block;
    }

    .business-contents-item-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .business-contents-item-title__header {
        width: 225px;
    }

    .business-tabs__item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 35px;
        text-align: start;
    }

    .business-tabs {
        max-height: 76px;
        overflow: hidden;
        transition: 0.3s;
        justify-content: flex-end;
    }

    .business-tabs__item.active {
        order: 1;
    }

    .business__desc {
        margin-bottom: 0 !important;
    }

    .business-tabs__item img {
        transition: 0.3s;
    }

    .business-tabs__item.active img {
        display: block;
    }

    .business-tabs[style] .business-tabs__item img {
        transform: rotate(180deg);
    }


    .tools__title {
        width: 82%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
    }

    .tools__desc {
        width: 82%;
        margin-bottom: 20px;
    }

    .tools-slider {
        display: none;
    }

    .tools-list {
        display: block;
        margin-bottom: 0;
    }

    .tools-list-item {
        width: 100%;
        padding: 40px 31px 56px;
        margin-bottom: 20px;
    }

    .tools-list-item__img {
        margin-bottom: 20px;
    }

    .tools {
        margin-bottom: 64px !important;
    }
}

.at_link_free{
    text-align: center;
}
.rates-contents .rates-contents-item .at_link_free a{
    color: #919191 !important;
    border-color: #919191 !important;
}
.rates-contents .rates-contents-item .at_link_free a:hover{
    color: #919191 !important;
    border-color: inherit !important;
    border-bottom: none !important;
}
