@font-face {
    font-family: Pragmatica ExtraLight;
    font-style: normal;
    font-weight: 400 ;
    src: url("font/prg45.otf") format("opentype");
}
@font-face {
    font-family: Pragmatica ExtraLight;
    font-weight: 900 ;
    src: url("font/prg95.otf") format("opentype");
}

@font-face {
    font-family: Pragmatica ExtraLight;
    font-weight: 600 ;
    src: url("font/prg65.otf") format("opentype");
}

@font-face {
    font-family: Pragmatica ExtraLight;
    font-weight: 700 ;
    src: url("font/prg75.otf") format("opentype");
}

*,
*::after,
*::before{
    margin: 0;
    box-sizing: border-box;
}

body{
    font: inherit;
    font-family: Pragmatica ExtraLight;
    background: #ffffff;

    overflow-x: hidden;
}

.blocks_sticky{
    position: fixed;

    z-index: 100;
}

.name_company{
    font-size: 18px;
    padding-inline-start: 1rem;
    color: white;

    font-weight: 700;
}
.text_about_trial{
    color: #757578;
}

.header_top{

    display:flex;

    background: #010110;

    justify-content: space-between;

    width: 100%;

    top:0;
    padding: 1.25rem;
    padding-inline: 2.5rem;
}
.footer_bot{
    display: flex;
    bottom: 0;
    
    justify-content: space-between;

    width: 100%;

    padding: 1.25rem;
    padding-inline: 2.5rem;
}
.tabs{
    display: none;
}

.first_tabs{
    display: block;
}
.footer_bot > img{
    margin-inline-end: -5rem;
}

.number_phone{
    font-weight: 700;
    margin-inline-end: 1rem;
    color:white;
}

.mail{
    color: #49ab4b;
}
.text_advantage{
    color: #899197;

    padding-block: 2rem;

    font-size: 20px;
    font-weight: 500;
}

.scroll_left{
    display: grid;
    bottom: 35vh;
    right: 1px;
    width: 195px;
    align-items: end;
}
.short_message{
    display: none;
    position: absolute;
    border: 1px solid #d7d7da;
    top: 12%;
    width: 170px;

    border-radius: 2rem;

    padding-inline: 20px;
    padding-block: 5px;
}
.table_work_with_company, .table_work_with_company td {
    border-collapse: collapse;
    border: 1px solid #d9d9d9;
 
}

.table_work_with_company td{
    width: calc(100%/3);
}

.table_work_with_company{
    padding-inline: 2.5rem;
}
.table_img{
    display:grid;
    justify-content: center;
    align-items: center;
    padding-inline: 4rem;
    padding-block: 3rem;
}
.choice_version{
    padding-block-start: 2.5rem;
}
.choice_version_text{
    width: 50%;
    color: #899197;
}
.choice_version_text h3 span{
    font-size: 40px;
    font-weight: 400;
}
.choice_version_text h3 {
    padding-block-start: 2rem;
    padding-block-end: 10rem;
    font-size: 30px;
    font-weight: 400;
}
.green-text{
    color: #49ab4b !important;
}
.choice_version_text span{
    color: black;
}
.choice_version_img{
    position: absolute;
    top: 10%;
    right: 0;
}
.table_text{
    display:grid;
    justify-content: start;
    align-items: start;
    padding: 2.5rem;
    width: auto;
    height: 100%;
}
.table_text > p{
    margin-block-start: 1rem;
    color: #899197;
}
.table_text > p span{
    color: #000;
}
.circle{
    position: relative;
    background: #c9c9cd;

    border-radius: 50%;

    height: .5rem;
    width: .5rem;

    margin-block: 1rem;
    margin-inline-end: 35px;

    cursor: pointer;
    float: right;
}
.circle.active{
    background: #49ab4b !important;
}
.circle.selected_circle_bl{
    background: black;
}
.circle.selected_circle_wh{
    background: white;
}
.short_message.selected_circle_bl{
    display: block;
    color: black;
}
.short_message.selected_circle_wh{
    display: block;
    color: white;
}
.flex{
    display: flex;
    align-items: center;
}
.footer_sale{
    justify-content: space-between;

    padding-block-start: 2rem;

    border-top: 1px solid #dadada;
}
.btn{
    padding-block: .5rem;
    padding-inline: 1rem;
    
    text-align: center;

    cursor: pointer;
}

.btn_trial{
    border: 1px solid #283c30;
    color: #3b9c40;

    border: 1px solid #283c30;

    margin-inline-start: 1.75rem;
    text-decoration: none;
    color: #fff;
}

.btn_learn_more{
    position: absolute;
    top: 0;

    padding-inline: 2rem;
    padding-block: 1rem;

    background: #4ac34c;

    text-decoration: none;
    color: #fff;
}
.container_bot{
    display: flex;
    position: absolute;
    align-items: end;
    justify-content: space-between;

    bottom:-20%;

    width: 100%;
}

.container{
    display: grid;
    position: relative;
    height: 100vh;

    align-items: center;
    justify-content: center;
}
.static_container{

    width: 1024px;
    height: 768px;
}
.system_container{
    padding-inline-start: 2.5rem;
    padding-inline-end: 4.5rem;
    padding-block-start: 2.5rem;
}
.ft_container{
    position: relative;
    padding-block-start: 10rem;
}
@media(min-width: 1024px) {
    .container{
        width: 100vw;

        padding-inline-start: 2.5rem;
        padding-inline-end: 4.5rem;
    }
}
@media (max-width: 1024px) {
    .container_bot{
        padding-block-start: 4.5rem;
        padding-inline-end: 7rem;
    }
    .static_container{
        padding-block-start: 2.5rem;
        padding-inline-start: 2.5rem;
        padding-inline-end: 4.5rem;
    }

}
.static_container > h1{
    font-weight: 600;
}
.about_company{
    padding-block-start: 3rem;

    color: #9a9a9e;
}
.about_company span{
    color: #fff;
}
.first_container{
    display: grid;
    background: url(img/background.png);
    background-size: cover;
    overflow: hidden;
    background-position: center;
    color:white;
}
.possibilities_system{
    display: table;
    width: 100%;
    margin-block-start: 2rem;
    font-size: 14px;

    text-align: center;
}
.tab_in_possibilities_system{
    display: table-cell;
    border: 1px solid #dadada;
    padding-inline: 1.25rem;
    padding-block: 1rem;

    color: #6e6e6e;

    cursor: pointer;

}
.tab_in_possibilities_system.selected{
    background: #3ca53e;
    color: #ffffff;

    border:inherit;

}
h2{
    font-weight: 600;
}
.fourth_container .table_work_with_company h2{
    font-weight: 400;
    table-layout: fixed;
}
.fourth_container .table_work_with_company h2 > span{
    color: #3ca53e;
}
.tab_contents{
    display:none;
    padding-block-start: 2.5rem;
    justify-content: space-between;
    width: 100%;
}
.tab_first{
    display: flex;
}
.list_contents{
    display: flex;
    flex-direction: column;

    justify-content: center;
    padding-inline-end: 3rem;
}
.correcting_list{
    padding-block-start: 3.2rem;
    justify-content: normal;
}
.ellipse{
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: black;
}
.img_contents{
    position: relative;
}

.first_ellipse[data-target="first_element_in_application"]{
    top:110px;
    right: 196px;
}
.second_ellipse[data-target="second_element_in_application"]{
    top:125px;
    left: 40px;
}

.third_ellipse[data-target="third_element_in_application"]{
    top:205px;
    left: 227px;
}
.fourth_ellipse[data-target="fourth_element_in_application"]{
    top:246px;
    right: 80px;
}
.fifth_ellipse[data-target="fifth_element_in_application"]{
    bottom:120px;
    right: 141px;
}
.first_shape[data-target="first_element_in_application"]{
    width: 468px;
    height: 30px;
    top:78px;
}
.second_shape[data-target="second_element_in_application"]{
    width: 75px;
    height: 60px;

    border-right: inherit;

    top:130px;
}
.third_shape[data-target="third_element_in_application"]{
    width: 260px;
    height: 87px;

    border-right: inherit;
    bottom:170px
}

.fourth_shape[data-target="fourth_element_in_application"]{
    width: 585px;
    height: 25px;
    border-top: inherit;
    border-bottom: 1px solid #b7b7b7;
    bottom:180px
}

.fifth_shape[data-target="fifth_element_in_application"]{
    width: 523px;
    height: 7px;
    border-top: inherit;
    border-bottom: 1px solid #b7b7b7;
    bottom:110px;
}

.second_ellipse[data-target="second_element_in_message"]{
    top:215px;
    right: 230px;
}

.third_ellipse[data-target="third_element_in_message"]{
    top:244px;
    right: 225px;
}
.fourth_ellipse[data-target="fourth_element_in_message"]{
    bottom:295px;
    right: 310px;
}
.fifth_ellipse[data-target="fifth_element_in_message"]{
    top:140px;
    right: 140px;
}
.first_shape[data-target="first_element_in_message"]{
    width: 260px;
    height: 210px;
    bottom:270px;
}
.second_shape[data-target="second_element_in_message"]{
    width: 455px;
    height: 40px;

    top: 170px;
}
.third_shape[data-target="third_element_in_message"]{
    width: 450px;
    height: 87px;

    bottom:234px;

    border-right: inherit;
}

.fourth_shape[data-target="fourth_element_in_message"]{
    width: 375px;
    height: 63px;

    bottom:230px;

    border-top: inherit;
    border-bottom: 1px solid #b7b7b7;
}

.fifth_shape[data-target="fifth_element_in_message"]{
    width: 547px;
    height: 275px;

    bottom:140px;

    border-top: inherit;
    border-bottom: 1px solid #b7b7b7;
}

.first_ellipse[data-target="first_element_in_statistics"]{
    top:142px;
    left: 255px;
}
.second_ellipse[data-target="second_element_in_statistics"]{
    bottom:98px;
    right: 27px;
}

.third_ellipse[data-target="third_element_in_statistics"]{
    bottom:23px;
    left: 340px;
}
.first_shape[data-target="first_element_in_statistics"]{
    width: 300px;
    height: 10px;
    top:130px;
}
.second_shape[data-target="second_element_in_statistics"]{
    width: 613px;
    height: 60px;

    bottom: 120px;
}
.third_shape[data-target="third_element_in_statistics"]{
    width: 385px;
    height: 87px;

    bottom:40px
}

.first_ellipse[data-target="first_element_in_hours"]{
    top:185px;
    left: 170px;
}
.second_ellipse[data-target="second_element_in_hours"]{
    bottom:190px;
    right: 270px;
}

.third_ellipse[data-target="third_element_in_hours"]{
    bottom:103px;
    right: 19px;
}
.fourth_ellipse[data-target="fourth_element_in_hours"]{
    bottom:23px;
    right: 68px;
}
.first_shape[data-target="first_element_in_hours"]{
    width: 215px;
    height: 70px;
    top:110px;
}
.second_shape[data-target="second_element_in_hours"]{
    width: 367px;
    height: 70px;

    bottom: 210px;
}
.third_shape[data-target="third_element_in_hours"]{
    width: 620px;
    height: 75px;

    bottom:120px
}

.fourth_shape[data-target="fourth_element_in_hours"]{
    width: 570px;
    height: 80px;

    bottom: 40px;
}

.second_ellipse[data-target="second_element"]{
    top: 260px;
    left: 293px;
}
.third_ellipse[data-target="first_element"]{
    top: 205px;
    right: 224px;
}
.fourth_ellipse[data-target="third_element"]{
    top: 140px;
    right: 50px;
}
.first_ellipse[data-target="fourth_element"]{
    bottom: 20px;
    left: 129px;
}
.selected_ellipse{
    background: #3ca53e !important;
}
.shape{
    position: absolute;
    border-top: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;


    margin-inline-start: -2.5rem;
}
.selected_shape{
    border-color: #3ca53e !important;
}
.first_shape[data-target="fourth_element"]{
    width: 174px;
    height: 75px;
    bottom:35px;
}
.second_shape[data-target="second_element"]{
    width: 338px;
    height: 70px;

    top: 185px;
}
.third_shape[data-target="first_element"]{
    width: 410px;
    height: 110px;

    top:90px
}

.list_contents > img{
    width: 100%;
    height: 100%;
}

.list_contents > p{
    padding-block: 1rem;
    color: #323232;
    cursor: pointer;
}
.list_contents > p.selected{
    color: #3ca53e;
}
.btn_science_more{
    margin-block-start: 1rem;
    background: #f2f2f2;
    color: #6d6d6d;
    float:left;

    width:10rem;
}
.seventh_container .flex p{
    color: #656565;
}

.seventh_container .flex p span{
    font-weight: 600;
    color:black;
}
.second_container .table_work_with_company .table_text > h2{
    font-size: 16px;

}
.third_container >p{
    color: #6e6e6e;
}

.btn.push_application{
    all: unset;
    color: #ffffff;
    background: #3ca53e;
    padding-inline: 5.5rem;
    padding-block: 1rem;
    cursor: pointer;
}
.table_sequence, .table_sequence td {
    border-collapse: collapse;
    border: 1px solid #d9d9d9;
}
.table_sequence td {
    width: 50%;
    height: 50%;
}
.table_sequence_text{
    position: relative;
}

.table_sequence_contents{
    padding-inline: 2.25rem;
    padding-block: 4rem;
}
.table_sequence_contents > h2{
    font-weight: 600;
    font-size: 18px;

    padding-block-end: 1rem;
}
.table_sequence_contents > p{
    color: #899197;
    font-size: 18px;
}
.table_sequence_contents > p > span{
    color: black;
}

.table_sequence td > p{
    color: #91989e;
    padding-block-start: 1.125rem;
}

.table_sequence td > p > span{
    color: #000000;
}
.table_work_with_company{
    table-layout: auto;
    width: 100%;
    padding-inline: 2.5rem;
}
.version_system{

    width: 55%;
}
.phantom_btn{
    width:10rem;
    height: 5rem;
}
.second_version{
    display: none;
}
.first_version{
    display: block;
}
.sequence_solutions{
    display: grid;

    position: absolute;
    justify-content: center;
    align-items: center;

    border-top: 1px solid #cdcdcd;

    width: 2.5rem;
    height: 2.5rem;

    color: #91989e;
    margin:0;
}
.right_sequence_solutions{
    border-left: 1px solid #cdcdcd;
    right: 0;

}
.left_sequence_solutions{
    border-right: 1px solid #cdcdcd;
    left: 0;

}
.input_in_form{
    width: 100%;

    border: 1px solid #cdcdcd;

    height: 3rem;
    padding-inline-start:1rem;
}
.container-input{
    position: relative;
    width: 100%;
    margin-block: 1rem;
}
.container-input::after{
    content: '*';
    position: absolute;
    right: 5%;
    top:30%;
    color: #899197;
}
.offset_input_in_form{
    margin-inline-end: 2rem;
}
.input_in_form_comment{
    resize: none;
    padding-block-start:1rem;
    height: 10rem;
    margin-block-end: 2rem;
}
.input_in_form:focus{
    outline: #3ca53e;
    border: 1px solid #3ca53e;
}
.input_in_form:focus::placeholder{
    color:black;
}
.input_in_form_comment{

}
.form_sales{
    display:grid;
    padding-block: 2rem;
    width: 100%;
}

.top_sequence_solutions{
    border-top: 0;
    border-bottom: 1px solid #cdcdcd;
    top:0;
}
.bottom_sequence_solutions{
    bottom:0;
}
.tb_row_functional td{
    width: auto;
}
.tb_row_functional{
    width: 100%;
}
.about_company > h1{
    padding-block-end: 2.5rem;
    font-weight: 600;
}

.about_company > h2{
    padding-block-end: 1.25rem;
    font-weight: 600;
}

.about_company > h3{
    padding-block-end: 2.5rem;
    font-weight: 600;
}
.sixth_container{
    position: relative;
}
.emoji{
    filter: grayscale(100%);
}

.card__list li{
    list-style-type: none;
    display: flex;
    gap: .75rem;
    margin-block: 1.5rem;
}
.card{
    border: 1px solid #E2E8F0;
    padding: 2.5rem;
    width: 25rem;
}
.card__list {
    padding-left: 0;
}
.btn-sale{
    background: #3ca53e;
    color: white
}
.card__group{
    display: flex;
    justify-content: space-between;
    padding-block-start: 2rem;
}
.card__group h2{
    font-size: 32px;
    text-align: center;
    font-weight: 400;
}
.card__header{
    font-size: 1px;
    border-bottom: 1px solid #E2E8F0;
    padding-block: 1rem;
}
.btn:hover{
    filter: brightness(0.9);
}
.grecaptcha-badge {
    display: none;
}

.toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    min-width: 280px;
    max-width: 400px;
    padding: 16px 20px;
    background: #38A169;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    z-index: 9999;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast.error {
    background: #E53E3E;
}