@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.banner-wrap {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.hsection.hsection-testi {
    display: none !important;
}

.site-content {
    padding: 0;
}

.customize-support {
    background-image: none;
    background-color: transparent !important;
}

.site-content-contain {
    background-image: none;
    background-color: transparent;
}


.but-a {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    display: inline-block;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    background: linear-gradient(180deg, #3F356E 0%, #3F356E 100%);
    padding: 13px 57px;
    position: relative;
    border-radius: 25px;
    transition: .25s;
}

.but-a:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 98%;
    width: 99%;
    border-radius: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 4px 0px #00000040;
}

.but-a:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 98%;
    width: 99%;
    border-radius: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.but-a.no-shadow:after,
.but-a.no-shadow:before {
    display: none;
}

.but-a:hover {
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    transition: .25s;
    background: linear-gradient(180deg, #885DF1 0%, #6610F2 100%);
    color: #FFFFFF;
}

.but-a:hover:after {
    box-shadow: none;
}

.but-b {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    display: inline-block;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: transparent;
    color: #D8C3FF;
    padding: 14px 32px;
    position: relative;
    transition: .25s;
    border: 2px solid;
    border-color: #D8C3FF;
    border-radius: 25px;
}

.but-b.white {
    color: #ffffff;
}

.but-b.white:hover {
    color: #ffffff;
}

.but-b:hover {
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    transition: .25s;
    color: #6610F2;
    border: 2px solid;
    border-color: #6610F2;
}

.lower-shadow {
    position: relative;
}

.lower-shadow:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 50%;
    width: 100%;
    background: linear-gradient(0deg, #A6BEFD -17.1%, rgba(166, 190, 253, 0) 62.04%);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.home-page-sec-2 {
    padding: 150px 0 220px;
    background: #3F356E;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}


.cloud-bot-sec:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 15%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    bottom: 0;
    left: 0;
}
.sec-1 {
    padding: 160px 0 0px;
    background: #F7F5FE;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.sec-1 h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Medium;
    font-size: 58px;
    color: #fff;
    line-height: 135%;
    letter-spacing: -2px;
    margin-bottom: 20px;
    margin-top: 120px;
    
}
.sec-1 p {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.2px;
    color: #fff;
    margin-bottom: 65px;
}
.sec-1 .row-block {
    display: grid;
    grid-template-columns: 1fr 487px;
    grid-gap: 115px;
}
@media only screen and (max-width: 767px) {
    .sec-1 .row-block {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 50px;   }
    .sec-1 h2 {
        font-size: 48px;
        margin-top: 0;       }
    .sec-1 {
        padding: 120px 0 0px;}
}


/* ------sec-2--------- */

.sec-2 {
    padding: 120px 0 120px;
    background: #FFFFFF;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.sec-2 h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    line-height: 160%;
    letter-spacing: -2px;
    color: #3F356E;
    margin-bottom: 20px;
}
.sec-2 p {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #3F356EE5;
    margin-bottom: 30px;
}
.sec-2 ul {
    padding: 0;
}
.sec-2 ul li {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #3F356E;
    position: relative;
    list-style-type: none;
    padding-left: 25px;
    margin-bottom: 10px;
}
.sec-2 ul li::before {
    content: '';
    position: absolute;
    height: 17px;
    width: 17px;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Star-1.png');
    top: 7px;
    left: 0;
}
.sec-2 .row-block {
    display: grid;
    grid-template-columns: 1fr 628px;
    grid-gap: 72px;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .sec-2 .row-block {
            display: grid;
            grid-template-columns: 1fr;
            grid-gap: 50px;
            justify-content: center;
            align-items: center;   }
    .sec-2 {
        padding: 100px 0 80px;}
}

/* ------sec-3--------- */
.sec-3 {
    padding: 120px 0 120px;
    background: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sec-3 .top_block h2{
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Medium;
    font-size: 48px;
    line-height: 160%;
    letter-spacing: -2px;
    color: #fff;
    text-align: center;
}
.sec-3 .top_block p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    color: #FFFFFFE5;
}
.sec-3 .top_block {
    margin-bottom: 60px;
}
.sec-3 .img-reapiter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.sec-3 .img-reapiter .item {
    display: flex;
    padding: 30px 15px;
    height: 300px;
    width: 285px;
    justify-content: center;
    align-items: flex-end;
    background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
}
.sec-3 .img-reapiter .item p {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}
.sec-3 .bot-text p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: Regular;
    font-size: 23px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .sec-3 .top_block h2 {
        font-family: 'Montserrat';
        font-weight: 500;
        font-style: Medium;
        font-size: 43px;
        line-height: 160%;
        letter-spacing: -2px;
        color: #fff;
        text-align: center;   }
}

/* ------sec-4--------- */
.sec-4 {
    padding: 120px 0 120px;
    background: #F7F5FE;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sec-4 h2 {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: Light;
    font-size: 40px;
    line-height: 160%;
    letter-spacing: -2px;
    text-align: center;
    color: #3F356E;
    margin-bottom: 80px;
}
.sec-4 h2 span {
    color: #C12888;
}
.sec-4 .row-block {
    display: grid;
    grid-template-columns: 1fr 678px;
    grid-gap: 110px;
}
.sec-4 .row-block h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #3F356E;
    margin-bottom: 15px;
}
.sec-4 .row-block p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #3F356EE5;
    margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
    .sec-4 .row-block {
            display: grid;
            grid-template-columns: 1fr;
            grid-gap: 50px;   }
}

/* ------sec-5--------- */
.sec-5 {
    padding: 100px 0 100px;
    background: #FFF;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-5 h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Medium;
    font-size: 48px;
    line-height: 160%;
    letter-spacing: -2px;
    text-align: center;
    color: #3F356E;
    margin-bottom: 60px;
}
.sec-5 ul {
    counter-reset:paragraph;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 65px;
}
.sec-5 ul li {
    position: relative;
    list-style-type: none;
    padding-top: 110px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    color: #0B1F5BE5;
}
.sec-5 ul li::before {
    content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 83px;
        width: 83px;
        border-radius: 50%;
        background: linear-gradient(329.46deg, rgba(193, 40, 136, 1) 13.6%, rgba(87, 74, 152, 1) 85.45%);
        box-shadow: 0px 0px 7px 0px rgba(87, 74, 152, 0.48);
}
.sec-5 ul li:after {
    content: counter(paragraph);
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: Bold;
    font-size: 35px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: linear-gradient(180deg, #FEDE73 0%, #DBB243 50%, #B88612 100%);
    counter-increment: paragraph; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 767px) {
    .sec-5 ul {
            display: grid;
            grid-template-columns: 1fr;
            grid-gap: 50px;   }
}

/* ------sec-6--------- */
.sec-6 {
    padding: 100px 0 100px;
    background: #F3F4FF;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-6 .row-block {
    display: grid;
    grid-template-columns: 1fr 340px;
    grid-gap: 60px;
    justify-content: center;
    align-items: center;
}
.sec-6 span {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #917AFF;
    margin-bottom: 10px;
}
.sec-6 h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: Regular;
    font-size: 58px;
    line-height: 135%;
    letter-spacing: -2px;
    vertical-align: middle;
    color: #3F356E;
    margin-bottom: 10px;
}
.sec-6 p {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.2px;
    vertical-align: middle;
    color: #3F356E;
}
@media only screen and (max-width: 767px) {
    .sec-6 .row-block {
            display: grid;
            grid-template-columns: 1fr;
            grid-gap: 50px;
            justify-content: center;
            align-items: center;   }
}

/* ------home-page-sec-7--------- */
.sec-7 {
    padding: 100px 0 100px;
    background: #FFFFFF;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec-7 .top-title h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    color: #3F356E;
    line-height: 160%;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 20px;
}
.sec-7 .top-title p {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0px;
    text-align: center;
    color: #3F356E;
    margin-bottom: 40px;
}
.sec-7 .row-img-item {
    height: 83px;
    width: 83px;
    border-radius: 50%;
    background-color: #C1288899;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.sec-7 .row-img-item img {
    position: relative;
    z-index: 1;
}
.sec-7 .row-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 28px;
}
.sec-7 .row-block .item {
    background: #3F356E;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0px 5px 12px 0px #0C323666;
}
.sec-7 .row-block .item h3{
    font-family: 'Montserrat';
        font-weight: 500;
        font-style: Medium;
        font-size: 30px;
        line-height: 160%;
        letter-spacing: 0px;
        color: #fff;
        margin-bottom: 35px;
        padding-bottom: 35px;
        position: relative;
}
.sec-7 .row-block .item h3::after {
    content: '';
    height: 1px;
    width: 100%;
    top: 100%;
    left: 0;
    position: absolute;
    background-color: #fff;
}
.sec-7 .row-block .item ol {
    padding: 0;
}
.sec-7 .row-block .item ol li {
    list-style-type: auto;
    list-style-position: inside;
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #FFFFFFE5;
    margin-bottom: 30px;
}
.sec-7 .row-block .item ol li span {
    padding-left: 15px;
}
.sec-7 .row-block .item ol li:last-of-type {
    margin: 0;
}
.sec-7 .bot-block {
    margin-top: 40px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .sec-7 .row-block {
            display: grid;
            grid-template-columns: 1fr;
            grid-gap: 28px;   }
}

/* ------sec-9--------- */
.sec-9 {
    padding: 120px 0 120px;
    background: #FFFFFF;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.sec-9 h2 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: Medium;
    font-size: 40px;
    line-height: 160%;
    letter-spacing: -2px;
    color: #fff;
    margin-bottom: 20px;
}

.sec-9 p {
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: Light;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0px;
    color: #FFFFFFE5;
    margin-bottom: 30px;
}

.sec-9 .row-block {
    display: grid;
    grid-template-columns: 1fr 628px;
    grid-gap: 72px;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .sec-9 .row-block {
            display: grid;
            grid-template-columns: 1fr;
            grid-gap: 50px;
            justify-content: center;
            align-items: center;   }
}



/* ------scroll-to-top--------- */
.fa-arrow-right {
    font-family: 'FontAwesome';
    font-style: normal;
}

#scroll-to-top-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF9800;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 30px;
    right: 70px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll-to-top-btn::after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
    top: -3px;
}

#scroll-to-top-btn:hover {
    cursor: pointer;
    background-color: #333;
}

#scroll-to-top-btn:active {
    background-color: #555;
}

#scroll-to-top-btn.show-1 {
    opacity: .7;
    visibility: visible;
}

#scroll-to-top-btn.show-1:hover {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 767px) {

    .container,
    .entry-content>.vc_row-fluid .vc_row {
        padding: 0 35px;
    }

    .home-page-sec-2 h2 br,
    .home-page-sec-3 h2 br,
    .home-page-sec-4 h2 br,
    .home-page-sec-5 h2 br,
    .home-page-sec-6 h2 br,
    .home-page-sec-7 h2 br,
    .home-page-sec-8 h2 br,
    .home-page-sec-9 h2 br,
    .home-page-sec-10 h2 br,
    .home-page-sec-11 h2 br {
        display: none;
    }

    .home-page-sec-10 .head-sec p br {
        display: none;
    }

    .home-page-sec-10 .head-sec p span {
        margin-top: 30px;
        display: block;
    }
}



/* ------home-page-sec-tabs--------- */
.home-page-sec-tabs {
    padding: 140px 0 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.home-page-sec-tabs .top-title {
    margin-bottom: 100px;
}

.home-page-sec-tabs .top-title h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 72px;
    line-height: 85px;
    letter-spacing: -3%;
    margin-bottom: 36px;
    color: #3F356E;
}

.home-page-sec-tabs .top-title h2 b {
    font-weight: 500;
}

.home-page-sec-tabs .top-title p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 19.2px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #3F356E;
}

.block-inf-zef .item {
    border-radius: 8px;
    border: 1px solid #9E80DB4D;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    margin-bottom: 50px;
    grid-auto-flow: dense;
}

.block-inf-zef .item:nth-child(2n) {
    grid-template-columns: 1.05fr .95fr;
}

.block-inf-zef .item:nth-child(2n) .right-img {
    grid-row: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.block-inf-zef .item:nth-child(2n) .left-text {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.block-inf-zef .item:last-of-type {
    margin-bottom: 0;

}

.block-inf-zef .item .right-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.block-inf-zef .item .left-text {
    padding: 129px 65px 76px;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.block-inf-zef .item h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 28.94px;
    line-height: 36px;
    letter-spacing: -3%;
    color: #3F356E;
    margin-bottom: 30px;
}

.block-inf-zef .item p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #695888;
    margin-bottom: 40px;
}

.title-tabs-ins {
    max-width: 640px;
    margin: 0px auto 24px;
}

.title-tabs-ins h2 {
    font-family: 'Montserrat';
    font-size: 58px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3F356E;
    margin: 0 0 24px;

}

.title-tabs-ins p {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3F356E;

}

.tabs-ins {
    max-width: 640px;
    margin: auto;
    counter-reset: section;
}

.tabs-ins .bot-text {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.tabs-ins .item.active .bot-text {
    display: block;
}

.tabs-ins .item {
    border-bottom: 1px solid #253253;
    position: relative;
}

.tabs-ins .item::before {
    counter-increment: section;
    content: '0' counter(section);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3F356E;
    position: absolute;
    top: 30px;
}

.tabs-ins .item .hed-item::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    height: 16px;
    width: 16px;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Plus.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tabs-ins .item.active .hed-item::after {
    transform: rotate(45deg);
}

.tabs-ins .hed-item {
    padding: 30px 50px 30px 44px;
    cursor: pointer;

}

.tabs-ins .hed-item h3 {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3F356E;
    margin: 0;
}

.tabs-ins .bot-text {
    padding: 0 10px 30px 44px;
}

.tabs-ins p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3F356E;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-10 {
        padding: 109px 0 142px;
    }

    .home-page-sec-10 .top-title h2 {
        font-size: 42px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .home-page-sec-10 .top-title p {
        font-size: 14px;
        line-height: 24px;
    }

    .block-inf-zef .item,
    .block-inf-zef .item:nth-child(2n) {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .block-inf-zef .item .right-img,
    .block-inf-zef .item:nth-child(2n) .right-img {
        height: 325px;
        grid-row: 1;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .block-inf-zef .item:nth-child(2n) .left-text,
    .block-inf-zef .item .left-text {
        border-top-right-radius: 0;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 8px;
        padding: 40px 15px 30px;
    }

    .title-tabs-ins {
        margin: 0px auto 24px;
    }

    .title-tabs-ins h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .tabs-ins .item .hed-item::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 15px;
    }

    .tabs-ins .hed-item {
        padding: 30px 45px 30px 44px;
        position: relative;
    }
}