/* main-page */
a{
    text-decoration: none;
}
a.pol{
    text-decoration: underline;
}
.section{
    padding: 120px 0;
}
.section_top{
    padding: 120px 0 0 0;
}
.section_bottom{
    padding: 0 0 120px 0;
}
.section_running_line.section{
     margin: 60px 0;
 }
.section_running_line.section_bottom{
    margin: 0 0 60px 0;
}
.section_running_line.section_top{
    margin: 60px 0 0 0;
}
.home .section_advantages.section{
    padding: 120px 0;
}
.hover:hover{
    opacity: 0.7;
    cursor: pointer;
}
    /* section_1 */
    .section_1{
        border-radius: 50px;
        /*background: linear-gradient(102.38deg, rgba(229, 229, 229, 0.56) 3.54%, rgba(244, 245, 255, 0.4) 33.55%, rgba(235, 235, 235, 0) 70.86%);*/
        /*background-size: auto !important;
        background-position: bottom right 100px !important;
        background-repeat: no-repeat !important;*/
    }
    .s1_inner{
        padding: 160px 0;
    }
    .s1_inner .left_block{
        width: 100%;
        /*padding: 9vw 0px;*/
        /*padding: 154px 0px;*/
        display: flex;
        flex-direction: column;
        gap:40px;
    }
    .s1_inner .left_block h1{
        max-width: 940px;
    }
    .s1_inner .left_block p{
        width: 640px;
        font-weight: 600;
        font-size: 28px;
        margin: 0 0 20px 0;
    }
    .s1_inner .left_block .btn_help_choice{
        width: max-content;
        border-radius: 50px;
        padding: 18px 48px;
        background-color: #25232B;
        color: #fff;
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    /* /section_1 */
  /* s1 */
  .s1 {
    margin: 35px 0 15px 0;
    /*height: 30vh;
    max-height: 1080px;*/
    min-height: 650px;
  }
  .s1-container {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .s1-container .title_img p{
    font-size: 48px;
    text-align: left;
    display: block;
    margin: 0;
    font-weight: 700;
    color: #D0D0D0;
    line-height: 1.3;
    font-family: 'Wix Madefor Display';
  }
  /* /s1 */
    /* s2 */
    /*.section_2{
        margin-bottom: 80px;
    }*/
    .s2_inner h2{
        max-width: 640px;
    }
    .s2_inner .solutions{
        margin-top: 60px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
    }
    .s2_inner .solutions .item{
        padding: 48px 40px 40px 40px;
        background-repeat: no-repeat;
        background-size: 235px;
        border-radius: 15px;
        display: flex    ;
        flex-direction: column;
        gap: 80px;
        justify-content: space-between;
        border: 1px solid #25232B;
        background-position: bottom right;
    }
    .s2_inner .solutions .item .text{
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .s2_inner .solutions .item h3{
        /*border-left: 8px solid #5A29E2;*/
        /*border-radius: 5px;*/
        /*margin: 0 0 0 10px;*/
    }
    .s2_inner .solutions .item a{
        margin-left: 30px;
        width: max-content;
        border-bottom: 1px solid #25232B;
    }
    .s2_inner .solutions .last{
        color: #ffffff;
        background-color: #25232B;
        background-size: 120px;
        background-position: right bottom;
    }
.h3_line {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.h3_line span{
    height: auto;
    width: 0px;
    border-radius: 5px;
    border: 4px solid #5A29E2;
}
.s2_inner .solutions .text p{
    margin-left: 30px;
}
.s2_inner .solutions .last .text h3,
.s2_inner .solutions .last .text p {
    color: #ffffff;
}
    .s2_inner .solutions .last span.hover{
        margin-left: 30px;
        font-size: 16px;
        width: max-content;
        border-bottom: 1px solid #fff;
    }
    /* /s2 */
    /* running line */
    .section_running_line {
        width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        border: 1px solid #ccc;
        padding: 10px 0;
        /*margin: 100px 0px;*/
        background:
                radial-gradient(circle, #FF00ED 0%, rgba(250, 0, 238, 0.1) 100%),
                linear-gradient(90deg, #2154FE, #8A61FB);
        /*background:
                linear-gradient(90deg, #2154FE, #2154FE), linear-gradient(180deg, #ff00ed, #fa00ee 10%), linear-gradient(90deg, #5a29e2, #2154fe), linear-gradient(90deg, #2154fe, #8a61fb);
*/
    }

    .rl_inner {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        font-size: 24px;
        /*padding: 40px;*/
        position: relative;
        /*position: relative;*/
        /*width: 100vw;*/
        max-width: 100%;
        /*height: 200px;*/
        /*overflow-x: hidden;*/
    }

    .test{

    }

    /*.rl_inner .marquee{*/
    /*    top: 0;*/
    /*    position: absolute;*/
    /*    white-space: nowrap;*/
    /*    will-change: transform;*/
    /*    animation: marquee 20s linear infinite;*/
    /*}*/

    /*!*@keyframes marquee {*/
    /*    from { transform: translateX(0); }*/
    /*    to { transform: translateX(-50%); }*/
    /*}*!*/

    /*@keyframes marquee {*/
    /*    0% { transform: translateX(0); }*/
    /*    25% { transform: translateX(-12.5%); }*/
    /*    50% { transform: translateX(-25%); }*/
    /*    75% { transform: translateX(-37.5%); }*/
    /*    100% { transform: translateX(-50%); }*/
    /*}*/

    /*.rl_inner #marquee, #marquee2 {*/
    /*    top: 0px;*/
    /*    display: inline-block;*/
    /*    position: absolute;*/
    /*    left: 100%;*/
    /*}*/
.section_running_line {
    width: 100%;
    overflow: hidden;
}

.rl_inner {
    width: 100%;
    position: relative;
}

.marquee {
    display: flex;
    width: fit-content;
    animation: marquee 60s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

.content {
    display: flex;
    align-items: center;
    gap: 80px;
    padding-left: 80px;
    white-space: nowrap;
}

.content p {
    color: #fff;
    font-size: 24px;
    line-height: 3.4;
    margin: 0;
}

.content a {
    padding: 16px 60px;
    background-color: #fff;
    border-radius: 100px;
    color: #333;
    display: flex;
    align-items: center;
}

    /* /running line */
    /* s3 */
    .bitrix .section_advantages{
        background-color: #FFFFFF;
    }
    .bitrix .advantages_inner{
        margin: 0;
    }
    .section_advantages{
        /*margin-bottom: 80px;*/
        background-color: #F6F6F9;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .advantages_inner .advantages{
        margin-top: 40px;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        gap: 16px;
    }

    .advantages_inner .advantages .item{
        color: #25232B;
        padding: 40px 24px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-radius: 25px;
        border: 1px solid #25232B;
        background-size: 60px;
    }

    .advantages_inner .advantages .item .item_main{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .advantages_inner .advantages .item .item_main h3{
        max-width: 65%;
        font-size: 20px;
        margin: 0;
    }

    .advantages_inner .advantages .item .item_main img{
        width: 60px;
    }
    .advantages_inner .advantages .item p{
        color: #726e7c;
    }
    .advantages_inner .advantages .last{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background-color: #25232B;
        color: #FFFFFF;
        grid-column-start: 2;
        grid-column-end: 5;
    }

    .advantages_inner .advantages .last .item_main{
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .advantages_inner .advantages .last .item_main span{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
        width: max-content;
        background-color: #25232B;

        padding: 18px 48px;
        border: 1px solid #FFFFFF;
        border-radius: 50px;
    }
    .advantages_inner .advantages .last .item_main p{
        /*width: 80%;*/
        font-size: 24px;
        color: #FFFFFF;
    }

    .advantages_inner .advantages .last img{
        width: 250px;
        border-radius: 25px;
        height: fit-content;
    }
    /* /s3 */
    /* s4 */
       /* .section_4{
            margin-bottom: 80px;
        }*/
        .s4_inner{

        }
        .faq{
            margin-top: 30px;
            display: grid;
            grid-template-columns: repeat(2,1fr);
            row-gap: 12px;
            column-gap: 20px;
        }
        .faq .faq-item{
            color: #25232B;
            padding: 32px 24px;
            border: 1px solid #25232B;
            border-radius: 25px;
            height: max-content;
            margin: 0;
        }

        /* Стили для каждого элемента FAQ */
        .faq .faq-question {
            gap: 10px;
            display: grid;
            grid-template-columns: 1fr 16px;
            justify-content: space-between;
            align-items: center;
            color: #25232B;
            width: 100%;
            padding: 0px;
            border: none;
            text-align: left;
            font-size: 20px;
            cursor: pointer;
        }

        .faq .faq-question:hover {
            background: none;
            color: #25232B;
        }
        .faq .faq-question .icon{
            transform: rotate(45deg);
            transition: 0.5s;
        }

        /* Скрытые ответы */
        .faq .faq-answer {
            font-size: 18px;
            color: #25232B;
            display: none;
            border: none;
            padding: 10px;
            margin-top: 5px;
        }
        .faq .faq-answer ul{
            padding-left: 25px;
            list-style-type: circle;
            box-sizing: border-box;
        }
        /* Активный ответ */
        .faq .faq-item.active .faq-answer {
            display: block;
        }

        .faq .faq-item.active .faq-question {
            background: none;
            color: #25232B;
        }

        .faq .faq-item.active .faq-question .icon{
            transform: rotate(270deg);
            transition: 0.5s;
        }
    /* /s4 */

/**************************************************/
.section_pdata {
    padding: 50px 0;
}
.section_pdata h1 {
    margin-bottom: 50px;
    font-size: 2.5em;
}
.section_pdata h2, .section_pdata h3 {
    margin-bottom: 20px;
    margin-top: 15px;
}
.section_pdata h2 {
    font-size: 2em;
}
.section_pdata h3 {
    font-size: 1.7em;
}
.section_pdata a{
    color:#000000;
    display:inline-block;
    text-decoration: underline;
}







