.page-b2b-main {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f7f9fc;

    overflow-x: hidden;
}

a.top-banner-button {
    color: #fff;
}
a.top-banner-button:hover, .our-achievements-button:hover {
    text-decoration: none;
}

.block-top-banner {
    padding-bottom: 20px;
}

.top-banner {
    padding: 35px 15px 30px;
    border-radius: 10px;

    text-align: center;
    color: #ffffff;

    overflow: hidden;
}

.top-banner-logo {
    max-width: 310px;
    margin: 0 auto 5px;
}

.top-banner-title {
    max-width: 565px;
    margin: 0 auto 10px;

    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
}

.top-banner-description {
    max-width: 675px;
    margin: 0 auto 10px;

    font-size: 12px;
    line-height: 1.3;
}

.block-title {
    font-weight: 700;
    font-size: 36px;
    color: #0d0d0d;
}

.block-categories-chunks {
    padding-top: 20px;
    padding-bottom: 20px;
}

.block-categories-chunks-title {
    margin-bottom: 20px;

    text-align: center;
}

.categories-chunks-item:not(:last-child) {
    margin-bottom: 15px;
}

.categories-chunks-item-title {
    margin-bottom: 15px;

    font-weight: 700;
    font-size: 18px;
    line-height: 1.19;
    color: #92a3bc;
}

.categories-chunks-list {
    display: flex;
    flex-wrap: wrap;
    margin: -7.5px;
}

.categories-chunks-list-item {
    width: 100%;
    height: auto;
    padding: 7.5px;
    cursor: pointer;
}

.category-tile {
    position: relative;

    min-height: 105px;
    height: 100%;
    border-radius: 5px;
    background: #ffffff;

    transition: all 300ms ease;
    overflow: hidden;
}

.category-tile:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);

    transform: translate3d(0, -10px, 0);
}

.category-tile:hover .category-tile-title {
    /*color: #418de6;*/
    color: #000;
}

.category-tile:hover .category-tile-title::before {
    transform: scaleX(1);
}

.category-tile-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 10px 15px;
}

.category-tile-title {
    position: relative;

    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;

    transition: color 300ms ease;
}

.category-tile-title::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;
    /*background-color: #418de6;*/
    background-color: #000;

    content: '';

    transition: transform 300ms ease;
    transform: scaleX(0);
    transform-origin: left center;
}

.category-tile-desc {
    margin-top: 5px;

    font-size: 12px;
    line-height: 1.5;
}

.category-tile-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    text-decoration: none;
    font-size: 0;
}

.category-tile-img-wrapper {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 138px;
}

.category-tile-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.block-our-benefits {
    padding-top: 20px;
    padding-bottom: 20px;
}

.block-our-benefits-title {
    margin-bottom: 20px;

    text-align: center;
}

.our-benefits-list {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
}

.our-benefits-list-item {
    width: 100%;
    height: auto;
    cursor: pointer;
    color: #212529 !important;
}
.our-benefits-list-item:hover{
    text-decoration: none;
    /*color: #0056b3 !important;*/
}

@media screen and (max-width: 767px) {
    .our-benefits-list-item:not(:last-child) {
        border-bottom: 1px solid #e6ebf5;
    }
}

.our-benefit {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 15px;
}

.our-benefit-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 49px;
    margin: 0 auto 10px;
}

.our-benefit-icon-img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.our-benefit-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    position: relative;
}

.our-benefits-list-item:hover .our-benefit-desc:before {
    transform: scaleX(1);
}
.our-benefit-desc:before{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #212529;
    content: "";
    transition: transform 300ms ease;
    transform: scaleX(0);
}

.block-our-achievements {
    padding-top: 20px;
    padding-bottom: 20px;
}

.block-our-achievements-title {
    margin-bottom: 20px;

    text-align: center;
}

.our-achievements-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border-top: 1px solid #bdcae4;
    border-bottom: 1px solid #bdcae4;

    text-align: center;
}

.our-achievements-list-item {
    width: 100%;
    padding: 15px 0;
}

.our-achievements-list-item:not(:last-child) {
    border-bottom: 1px solid #bdcae4;
}

.our-achievement-number {
    margin-bottom: 8px;

    font-weight: 700;
    font-size: 64px;
    line-height: 1.18;
    letter-spacing: -0.05em;
    color: #588CC9;
}

.our-achievement-desc {
    font-size: 20px;
    line-height: 1.5;
}

.our-achievements-bottom {
    text-align: center;
}

.our-achievements-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 2px 24px;
    color: #fff !important;
    font-weight: 500;
}

.block-trust-us {
    padding-top: 20px;
    padding-bottom: 20px;
}

.trust-us-slider .slick-track {
    display: flex !important;
}

.trust-us-slider .slick-slide {
    height: inherit !important;
}

.trust-us-slider .slick-slide > div {
    display: flex;
    height: 100%;
}

.trust-us-row {
    display: flex !important;
}

.trust-us-item {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.trust-us-reviewer {
    margin-top: auto;
}

.block-information-tabs {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;

    overflow-x: hidden;
}

.block-information-tabs-items {
    display: flex;
    flex-wrap: wrap;
    margin: -1px;
}

.block-information-tabs-item {
    width: 100%;
    padding: 1px;
}

.information-tab {
    position: relative;

    min-height: 234px;

    overflow: hidden;
}

.information-tab:hover .information-tab-image-wrapper {
    transform: scale(1.1);
}

.information-tab:hover .information-tab-title {
    color: #007bff;
}

.information-tab:hover .information-tab-link {
    text-decoration: none;
    color: #007bff;
}

.information-tab:hover .information-tab-link i::before {
    color: #007bff;
}

.information-tab-image-wrapper,
.information-tab-image-wrapper::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.information-tab-image-wrapper {
    transition: transform 300ms ease;
}
.information-tab-image-wrapper::before {
    background-color: rgba(0, 0, 0, 0.3);

    content: "";
}

.information-tab-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information-tab-info {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 20px 15px;

    color: #ffffff;
}

.information-tab-title {
    margin: 0 0 10px;

    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;

    transition: color 300ms ease;
}

.information-tab-link {
    display: flex;
    align-items: center;

    font-size: 14px;
    line-height: 1;
    color: #ffffff;

    transition: color 300ms ease;
}

.information-tab-link i {
    display: block;
    margin: 0 0 0 10px;

    transform: rotate(-90deg);
}

.information-tab-link i::before {
    display: block;
    font-size: 6px;
    color: #fff;

    transition: color 300ms ease;
}

.information-tab-filled-link {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    font-size: 0;
}

.block-top-products {
    padding-top: 20px;
    padding-bottom: 20px;
}

.block-top-products-title {
    margin-bottom: 20px;

    text-align: center;
}
.block-top-products .block-top-products-content .reviews_section {
    overflow: visible;
}
.block-top-products .block-top-products-content .slick-list {
    overflow: visible;
}

.block-top-products .block-top-products-content .slick-track {
    padding: 0;
}

.block-make-application {
    padding-top: 20px;
    padding-bottom: 20px;
}

.block-make-application-title {
    margin-bottom: 20px;

    text-align: center;
}

.make-application-form {
    max-width: 420px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
}

.make-application-form .form-label {
    display: block;
    margin-bottom: 5px;

    font-size: 14px;
    line-height: 1.19;
}

.make-application-form .form-item {
    margin-bottom: 15px;
}

.make-application-form .form-input {
    display: block;
    width: 100%;
    min-height: 46px;
    padding: 0 15px;
    border: 1px solid #eaeaea;
    border-radius: 5px;

    font-weight: 700;
    font-size: 16px;

    transition: all 300ms ease;
}

.make-application-form .form-input::placeholder {
    font-weight: 400;
    color: #616161;

    transition: all 300ms ease;
    opacity: 1;
}

.make-application-form .form-input:hover,
.make-application-form .form-input:focus {
    border-color: #418de6;

    outline: none;
}

.make-application-form .form-input:hover::placeholder,
.make-application-form .form-input:focus::placeholder {
    opacity: 0;
}

.make-application-form .form-submit,
.our-achievements-bottom .our-achievements-button,
.top-banner-btn-wrapper .top-banner-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 46px;

    font-weight: 500;
    text-align: center;
}

.our-achievements-bottom,
.top-banner-btn-wrapper{
    display: flex;
    justify-content: center;
}
.our-achievements-bottom .our-achievements-button,
.top-banner-btn-wrapper .top-banner-button{
    max-width: 427px;
}

.block-our-team {
    padding-top: 20px;
    padding-bottom: 20px;

    text-align: center;
}

.block-our-team-title {
    margin-bottom: 20px;
}

.block-our-team-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -15px;
}

.block-our-team-item {
    width: 100%;
    padding: 15px;
}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;

    font-size: 14px;
    line-height: 1.4;
    color: #000000;
}

.team-member-image-wrapper {
    max-width: 180px;
    margin: 0 auto 10px;
}

.team-member-image-wrapper img {
    /*border-radius: 50%;*/
    border-radius: 10px;
}

.soc-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.team-member-name {
    font-weight: 700;
}

.team-member-job,
.team-member-phone {
    margin-bottom: 5px;
}

.team-member-phone,
.team-member-mail {
    position: relative;

    display: flex;

    font-weight: 700;
    color: inherit;

    transition: color 300ms ease;
}

.team-member-phone::before,
.team-member-mail::before {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    right: 0;

    height: 1px;
    /*background-color: #418de6;*/
    background-color: #000;

    content: "";

    transition: transform 300ms ease;
    transform: scaleX(0);
}

.team-member-phone:hover,
.team-member-mail:hover {
    text-decoration: none;
    /*color: #418de6;*/
    color: #000;
}

.team-member-phone:hover::before,
.team-member-mail:hover::before {
    transform: scaleX(1);
}

@media screen and (min-width: 768px) {
    .top-banner-description {
        margin: 0 auto 20px;
    }
    .categories-chunks-list-item {
        width: 50%;
    }
    .our-benefits-list {
        overflow: hidden;
    }
    .our-benefits-list-item {
        position: relative;

        width: 50%;
    }
    @media screen and (max-width: 1199px) {
        .our-benefits-list-item:nth-child(2n)::before {
            position: absolute;
            top: 100%;
            right: 0;

            width: 100vw;
            height: 1px;
            background-color: #e6ebf5;

            content: "";
        }
        .our-benefits-list-item:nth-child(2n - 1) {
            border-right: 1px solid #e6ebf5;
        }
    }
    .our-benefits-list-item:last-child::before {
        content: none;
    }
    .block-information-tabs-item {
        width: 50%;
    }
    .information-tab-title {
        font-size: 26px;
    }
    .information-tab-link {
        font-size: 16px;
    }
    .block-our-team-item {
        width: 50%;
    }
    .team-member-image-wrapper {
        max-width: 200px;
    }
}

@media screen and (min-width: 992px) {
    .block-our-team-item {
        width: 33.3333%;
    }
    .categories-chunks-list-item {
        width: 33.3333%;
    }
    .our-achievements-list {
        border-top: none;
        border-left: 1px solid #bdcae4;
        border-right: 1px solid #bdcae4;
        border-bottom: none;
    }
    .our-achievements-list-item {
        width: 33.3333%;
    }
    .our-achievements-list-item:not(:last-child) {
        border-right: 1px solid #bdcae4;
        border-bottom: none;
    }
}

@media screen and (min-width: 1200px) {
    .page-b2b-main {
        padding-top: 30px;
        padding-bottom: 46px;
    }
    .block-top-banner {
        padding-bottom: 27px;
    }
    .top-banner-logo {
        max-width: 279px;
        margin: 0 auto 12px;
    }
    .top-banner-title {
        max-width: 1196px;
        margin: 0 auto 17px;

        font-size: 36px;
        line-height: 41px;
    }
    .top-banner-description {
        max-width: 1196px;
        margin: 0 auto 36px;

        font-size: 32px;
        line-height: 37px;
    }
    .top-banner-button {
        padding: 2px 24px;

        font-weight: 500;
        font-size: 13px;
    }
    .block-categories-chunks {
        padding-top: 34px;
        padding-bottom: 40px;
    }
    .block-categories-chunks-title {
        margin-bottom: 50px;
    }
    .categories-chunks-item:not(:last-child) {
        margin-bottom: 56px;
    }
    .categories-chunks-item-title {
        margin-bottom: 30px;

        font-size: 26px;
    }
    .categories-chunks-list {
        margin: -15px;
    }
    .categories-chunks-list-item {
        padding: 15px;
    }
    .category-tile {
        min-height: 155px;
        padding: 15px 26px;
    }
    .category-tile-title {
        font-size: 16px;
    }
    .category-tile-desc {
        margin-top: 10px;

        font-size: 16px;
    }
    .category-tile-img-wrapper {
        width: 203px;
    }
    .block-our-benefits {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block-our-benefits-title {
        margin-bottom: 40px;
    }
    .our-benefits-list {
        padding: 30px 0;
    }
    .our-benefits-list-item {
        width: 20%;
        border-right: 1px solid #e6ebf5;
    }
    .our-benefits-list-item:nth-child(5n) {
        border-right: none;
    }
    .our-benefits-list-item:nth-child(5n)::before {
        position: absolute;
        top: 100%;
        right: 0;

        width: 100vw;
        height: 1px;
        background-color: #e6ebf5;

        content: "";
    }
    .our-benefits-list-item:last-child::before {
        content: none;
    }
    .our-benefit-icon {
        width: 109px;
        height: 97px;
    }
    .our-benefit-desc {
        font-size: 16px;
    }
    .block-our-achievements {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block-our-achievements-title {
        margin-bottom: 40px;
    }
    .our-achievement-number {
        font-size: 80px;
    }
    .our-achievement-desc {
        font-size: 26px;
    }
    .block-trust-us {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block-information-tabs {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block-information-tabs-item {
        width: 41.5104%;
    }
    .block-information-tabs-item:nth-child(2),
    .block-information-tabs-item:nth-child(3) {
        width: 58.4896%;
    }
    .information-tab {
        min-height: 380px;
    }
    .information-tab-info {
        padding: 50px 35px;
    }
    .information-tab-title {
        margin: 0;

        font-size: 32px;
    }
    .block-top-products {
        padding-top: 31px;
        padding-bottom: 40px;
    }
    .block-top-products-title {
        margin-bottom: 40px;
    }
    .block-make-application {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .block-make-application-title {
        margin-bottom: 40px;
    }
    .make-application-form {
        max-width: 515px;
        padding: 44px 44px 60px;
    }
    .make-application-form .form-item {
        margin-bottom: 28px;
    }
    .make-application-form .form-label {
        margin-bottom: 7px;

        font-size: 16px;
    }
    .make-application-form .form-input {
        min-height: 56px;
        padding: 0 24px;

        font-size: 18px;
    }
    .make-application-form .form-actions {
        margin-top: 50px;
    }
    .make-application-form .form-submit,
    .our-achievements-bottom .our-achievements-button,
    .top-banner-btn-wrapper .top-banner-button{
        min-height: 56px;

        font-size: 24px;
        line-height: 1.16;
    }
    .block-our-team {
        padding-top: 40px;
        padding-bottom: 46px;
    }
    .block-our-team-title {
        margin-bottom: 60px;
    }
    .block-our-team-items {
        margin: -30px -72px;
    }
    .block-our-team-item {
        width: 384px;
        padding: 30px 30px;
    }
    .team-member {
        font-size: 18px;
    }
    .team-member-image-wrapper {
        max-width: 100%;
        margin: 0 auto 15px;
    }
}