/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* Общие стили */
.main-title{
    color: #021561;
    font-family: Roboto Condensed;
    font-size: 61px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.05px;
    text-transform: uppercase;
}
.main-description{
    color: #232323;
    font-family: Roboto Condensed;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 131.687%;
    letter-spacing: 0.9px;
}
.main-top-image{
    background: url("/startupform/img/1/1.jpeg"), lightgray -1.797px 0px / 104.356% 100.611% no-repeat;
    background-size: cover;
    width:375px;
    height:268px;
}
.form{
    background: #F3F3F3;
}
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */

/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* Мониторы */
@media only screen and (min-width: 1200px) and (max-width: 15360px){
    .desktop-form-block{
        border-radius: 34px;
        background: #FFF;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 15px 33px 0px rgba(0, 0, 0, 0.10), 0px 59px 59px 0px rgba(0, 0, 0, 0.09), 0px 134px 80px 0px rgba(0, 0, 0, 0.05), 0px 238px 95px 0px rgba(0, 0, 0, 0.01), 0px 371px 104px 0px rgba(0, 0, 0, 0.00), 0px -5px 20px 0px rgba(0, 0, 0, 0.16);
        height: 80%;
        min-height: 650px;
        margin-right: 35%;


        /*max-width: 420px;*/
    }
    .main-top-image{
        background: url("/startupform/img/1/1.jpeg"), lightgray -1.797px 0px / 104.356% 100.611% no-repeat;
        background-size: cover;
        width: 100%;
        height: 80%;
        min-height: 650px;
        min-width: 1200px;
    }
    .desktop-all-block{
        min-height: 950px;
    }
    .min-vh-100-custom{
        height: 100vh!important;
    }
    .desktop-form-block{
        background: #FFF;
    }
    .desktop-image-block{
        align-items: stretch!important;
        height: 80vh!important;
    }
    .desktop-form-form{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 2%;
        margin-bottom: 2%;
        padding: 5%;
        padding-top: 0%;
    }
    .desktop-form-title{
        color: #021561;
        font-family: Roboto Condensed;
        font-size: 31px;
        font-style: normal;
        font-weight: 700;
        line-height: 131.687%; /* 32.922px */
        letter-spacing: 1.25px;
        margin-top: 20px;
    }
    .desktop-form-description{
        width: 65%;
        color: #5C5C5C;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 158.187%; /* 25.31px */
        letter-spacing: 0.8px;
        margin-top: 5px;
    }
    .desktop-image-block{
        align-items: stretch!important;
        height: 80vh!important;

    }
    /*(start) Стилизация формы*/
    .desktop-form-header{
        margin-top: 8%;
        margin-bottom: 8%;
    }
    .desktop-form-header-icon{
        display: flex;
        padding: 10px 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;

        border-radius: 45px;
        border: 1px solid #B6C4FF;
        background: #FFF;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 6px 6px 0px rgba(0, 0, 0, 0.09), 0px 13px 8px 0px rgba(0, 0, 0, 0.05), 0px 22px 9px 0px rgba(0, 0, 0, 0.01), 0px 35px 10px 0px rgba(0, 0, 0, 0.00);
    }
    .desktop-form-header-icon span{
        color: #021561;
        font-family: Roboto Condensed;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 131.687%; /* 32.922px */
        letter-spacing: 1.25px;
    }

    .desktop-form-header-title{
        display: flex;
        align-items: center;
        gap: 20px;
        margin-left: 20px;
    }
    .desktop-form-header-title span{
        color: #6A6A6A;
        font-family: Roboto Condensed;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 131.687%; /* 32.922px */
        letter-spacing: 1.25px;
    }


    .desktop-form-items{
        width: 85%;
        margin-left: 0%;
        margin-right: 15%;
    }
    .desktop-form-item{
        display: flex;
        width: 100%;
        padding: 20px 20px 20px 20px;
        flex-direction: initial;
        align-items: center;
        gap: 20px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 17px 0px rgba(0, 51, 255, 0.40);
        margin-top: 15px;
    }


    .desktop-form-item-input{
        display: flex;
        width: 100%;
        padding: 16px 0px 16px 16px;
        align-items: center;
        gap: 378px;
        border-radius: 9px;
        border: 1.5px solid #B9B9B9;
        background: #F8F8F8;
        margin-top:10px;
        margin-bottom:10px;
    }

    .desktop-form-item{
        display: flex;
        width: 100%;
        padding: 15px;
        flex-direction: initial;
        align-items: center;
        gap: 20px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
        margin-top: 15px;
    }
    .desktop-form-item-active{
        display: flex;
        width: 100%;
        padding: 15px;
        flex-direction: initial;
        align-items: center;
        gap: 20px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 17px 0px rgba(0, 51, 255, 0.40);
        margin-top: 15px;
    }
    .desktop-form-item-text{
        color: #000;
        font-family: Roboto Condensed;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 158.523%;
        letter-spacing: 0.8px;
    }
    .desktop-form-item-radio-enabled{
        display: none;
    }
    .desktop-form-item-buttons{
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
    }
    .desktop-form-item-btn-next{
        display: flex;
        /*width: 315px;*/
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;

        padding: 20px;
        justify-content: center;
        align-items: center;
        gap: 20px;

        border-radius: 8px;
        background: #002FEB;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 3px 3px 9px 0px rgba(0, 0, 0, 0.10), 10px 12px 16px 0px rgba(0, 0, 0, 0.09), 24px 28px 22px 0px rgba(0, 0, 0, 0.05), 42px 49px 26px 0px rgba(0, 0, 0, 0.01), 65px 76px 28px 0px rgba(0, 0, 0, 0.00);

        cursor:pointer;
    }
    .desktop-form-item-btn-next span{
        color: #FFF;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.8px;
    }
    .desktop-form-item-btn-prev{
        display: flex;
        /*width: 315px;*/
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 20px;
        justify-content: center;
        align-items: center;
        gap: 20px;
        border-radius: 8px;
        border: 1px solid #D6D6D6;

        cursor:pointer;
    }
    .desktop-form-item-btn-prev span{
        color: #949494;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.8px;
    }
    /*(end) Стилизация формы*/

}
/* de region */

@media only screen and (min-width: 1200px) and (max-width: 1660px){
    .desktop-form-block{
        border-radius: 34px;
        background: #FFF;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 15px 33px 0px rgba(0, 0, 0, 0.10), 0px 59px 59px 0px rgba(0, 0, 0, 0.09), 0px 134px 80px 0px rgba(0, 0, 0, 0.05), 0px 238px 95px 0px rgba(0, 0, 0, 0.01), 0px 371px 104px 0px rgba(0, 0, 0, 0.00), 0px -5px 20px 0px rgba(0, 0, 0, 0.16);
        height: 80%;
        min-height: 650px;
        margin-right: 35%;


        max-width: 420px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1600px){
    .desktop-form-block{
        border-radius: 34px;
        background: #FFF;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 15px 33px 0px rgba(0, 0, 0, 0.10), 0px 59px 59px 0px rgba(0, 0, 0, 0.09), 0px 134px 80px 0px rgba(0, 0, 0, 0.05), 0px 238px 95px 0px rgba(0, 0, 0, 0.01), 0px 371px 104px 0px rgba(0, 0, 0, 0.00), 0px -5px 20px 0px rgba(0, 0, 0, 0.16);
        height: 80%;
        min-height: 650px;


        margin-right: 15%;
        max-width: 420px;
    }

}


@media only screen and (min-width: 1200px) and (max-width: 1450px){
    .desktop-form-block{
        border-radius: 34px;
        background: #FFF;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 15px 33px 0px rgba(0, 0, 0, 0.10), 0px 59px 59px 0px rgba(0, 0, 0, 0.09), 0px 134px 80px 0px rgba(0, 0, 0, 0.05), 0px 238px 95px 0px rgba(0, 0, 0, 0.01), 0px 371px 104px 0px rgba(0, 0, 0, 0.00), 0px -5px 20px 0px rgba(0, 0, 0, 0.16);
        height: 80%;
        min-height: 650px;

        margin-right: 15%;
        max-width: 400px;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1380px){
    .desktop-form-block{
        border-radius: 34px;
        background: #FFF;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 15px 33px 0px rgba(0, 0, 0, 0.10), 0px 59px 59px 0px rgba(0, 0, 0, 0.09), 0px 134px 80px 0px rgba(0, 0, 0, 0.05), 0px 238px 95px 0px rgba(0, 0, 0, 0.01), 0px 371px 104px 0px rgba(0, 0, 0, 0.00), 0px -5px 20px 0px rgba(0, 0, 0, 0.16);
        height: 80%;
        min-height: 650px;

        margin-right: 5%;
        max-width: 390px;
    }

}



@media only screen and (min-width: 1200px) and (max-width: 1360px){
    .desktop-form-block{
        border-radius: 34px;
        background: #FFF;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 15px 33px 0px rgba(0, 0, 0, 0.10), 0px 59px 59px 0px rgba(0, 0, 0, 0.09), 0px 134px 80px 0px rgba(0, 0, 0, 0.05), 0px 238px 95px 0px rgba(0, 0, 0, 0.01), 0px 371px 104px 0px rgba(0, 0, 0, 0.00), 0px -5px 20px 0px rgba(0, 0, 0, 0.16);
        height: 80%;
        min-height: 650px;

        margin-right: 0%;
        max-width: 360px;
    }

}


@media only screen and (min-width: 1200px) and (max-width: 1280px){
    .desktop-form-block{
        border-radius: 34px;
        background: #FFF;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 0px 15px 33px 0px rgba(0, 0, 0, 0.10), 0px 59px 59px 0px rgba(0, 0, 0, 0.09), 0px 134px 80px 0px rgba(0, 0, 0, 0.05), 0px 238px 95px 0px rgba(0, 0, 0, 0.01), 0px 371px 104px 0px rgba(0, 0, 0, 0.00), 0px -5px 20px 0px rgba(0, 0, 0, 0.16);
        height: 80%;
        min-height: 650px;

        margin-right: 0%;
        max-width: 336px;
    }

}

/* end de region */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */

/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* Планшеты */
@media only screen and (min-width: 720px) and (max-width: 1199px){
    .laptop-margin-top{
        height: 30px;
        background: #021561;
    }
    .laptop-margin-bottom{
        height: 30px;
        background: #021561;
    }
    .laptop-form-block{
        background: #FFF;
    }
    .laptop-image-block{
        align-items: stretch!important;
        height: 80vh!important;
    }
    .laptop-form-form{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 2%;
    }
    .laptop-form-title{
        color: #021561;
        font-family: Roboto Condensed;
        font-size: 34px;
        font-style: normal;
        font-weight: 700;
        line-height: 131.687%; /* 32.922px */
        letter-spacing: 1.25px;
        text-align: center;
    }
    .laptop-form-description{
        color: #5C5C5C;
        text-align: center;
        font-family: Roboto Condensed;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 158.187%; /* 25.31px */
        letter-spacing: 0.8px;
    }
    .laptop-image-block{
        align-items: stretch!important;
        height: 80vh!important;

    }
    /*(start) Стилизация формы*/
    .laptop-form-items{
        width: 70%;
        margin-left: 15%;
        margin-right: 15%;
    }
    .laptop-form-item{
        display: flex;
        width: 100%;
        padding: 20px 20px 20px 20px;
        flex-direction: initial;
        align-items: center;
        gap: 20px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 17px 0px rgba(0, 51, 255, 0.40);
        margin-top: 20px;
    }
    .laptop-form-item{
        display: flex;
        width: 100%;
        padding: 20px 20px 20px 20px;
        flex-direction: initial;
        align-items: center;
        gap: 20px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
        margin-top: 20px;
    }
    .laptop-form-item-active{
        display: flex;
        width: 100%;
        padding: 20px 20px 20px 20px;
        flex-direction: initial;
        align-items: center;
        gap: 20px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 17px 0px rgba(0, 51, 255, 0.40);
        margin-top: 20px;
    }
    .laptop-form-item-text{
        color: #000;
        font-family: Roboto Condensed;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 158.523%;
        letter-spacing: 0.8px;
    }
    .laptop-form-item-radio-enabled{
        display: none;
    }
    .laptop-form-item-buttons{
        margin-top: 30px;
        margin-bottom: 30px;
        display: flex;
    }
    .laptop-form-item-btn-next{
        display: flex;
        /*width: 315px;*/
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;

        padding: 20px 30px 20px 50px;
        justify-content: center;
        align-items: center;
        gap: 20px;

        border-radius: 8px;
        background: #002FEB;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 3px 3px 9px 0px rgba(0, 0, 0, 0.10), 10px 12px 16px 0px rgba(0, 0, 0, 0.09), 24px 28px 22px 0px rgba(0, 0, 0, 0.05), 42px 49px 26px 0px rgba(0, 0, 0, 0.01), 65px 76px 28px 0px rgba(0, 0, 0, 0.00);

        cursor:pointer;
    }
    .laptop-form-item-btn-next span{
        color: #FFF;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.8px;
    }
    .laptop-form-item-btn-prev{
        display: flex;
        /*width: 315px;*/
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        padding: 20px 50px 20px 30px;
        justify-content: center;
        align-items: center;
        gap: 20px;
        border-radius: 8px;
        border: 1px solid #D6D6D6;

        cursor:pointer;
    }
    .laptop-form-item-btn-prev span{
        color: #949494;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.8px;
    }
    /*(end) Стилизация формы*/
    .main-top-image{
        background: url("/startupform/img/1/1.jpeg"), lightgray -1.797px 0px / 104.356% 100.611% no-repeat;
        background-size: cover;
        width: 100%;
        height: 80vh;
    }
}


/* de region */
@media only screen and (min-width: 720px) and (max-width: 850px) {
    .main-top-image{
        height: 68vh;
    }
}
/* end de region */


/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */

/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* Телефоны */
@media only screen and (min-width: 340px) and (max-width: 719px){
    .mobile-margin-top{
        height: 30px;
        background: #021561;
    }
    .mobile-margin-top{
        height: 30px;
        background: #021561;
    }
    .mobile-form-block{
        background: #FFF;
    }
    .mobile-form-form{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .mobile-form-title{
        color: #021561;
        font-family: Roboto Condensed;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 131.687%;
        letter-spacing: 1.25px;
        text-align: center;
        margin-bottom: 10px;
    }
    .mobile-form-description{
        color: #5C5C5C;
        text-align: center;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 158.187%;
        letter-spacing: 0.8px;
    }
    .mobile-image-block{
        align-items: stretch!important;
    }
    /*(start) Стилизация формы*/
    .mobile-form-items{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .mobile-form-item{
        display: flex;
        width: 100%;
        padding: 20px 20px 20px 20px;
        flex-direction: initial;
        align-items: center;
        gap: 10px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
        margin-top: 20px;
    }


    .mobile-form-item-active{
        display: flex;
        width: 100%;
        padding: 20px 20px 20px 20px;
        flex-direction: initial;
        align-items: center;
        gap: 10px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 17px 0px rgba(0, 51, 255, 0.40);
        margin-top: 20px;
    }
    .mobile-form-item-text{
        color: #000;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 158.523%;
        letter-spacing: 0.8px;
    }
    .mobile-form-item-radio-enabled{
        display: none;
    }
    .mobile-form-item-buttons{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mobile-form-item-btn-next{
        display: flex;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 20px;
        justify-content: center;
        align-items: center;
        gap: 20px;

        border-radius: 8px;
        background: #002FEB;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 3px 3px 9px 0px rgba(0, 0, 0, 0.10), 10px 12px 16px 0px rgba(0, 0, 0, 0.09), 24px 28px 22px 0px rgba(0, 0, 0, 0.05), 42px 49px 26px 0px rgba(0, 0, 0, 0.01), 65px 76px 28px 0px rgba(0, 0, 0, 0.00);

        cursor:pointer;
    }
    .mobile-form-item-btn-next span{
        color: #FFF;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.8px;
    }
    .mobile-form-item-btn-prev{
        display: flex;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 20px;
        justify-content: center;
        align-items: center;
        gap: 20px;
        border-radius: 8px;
        border: 1px solid #D6D6D6;

        cursor:pointer;
    }
    .mobile-form-item-btn-prev span{
        color: #949494;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.8px;
    }
    .mobile-form-header{
        display: none;
    }
    /*(end) Стилизация формы*/
    .main-top-image{
        background: url("/startupform/img/1/1.jpeg"), lightgray -1.797px 0px / 104.356% 100.611% no-repeat;
        background-size: cover;
        width: 100%;
    }
}
@media only screen and (min-width: 580px) and (max-width: 719px) {
    .main-top-image{
        min-height: 450px!important;
    }
}

@media only screen and (min-width: 500px) and (max-width: 580px) {
    .main-top-image{
        min-height: 400px!important;
    }
}







@media only screen and (min-width: 1px) and (max-width: 340px){
    .mobile-margin-top{
        height: 30px;
        background: #021561;
    }
    .mobile-margin-top{
        height: 30px;
        background: #021561;
    }
    .mobile-form-block{
        background: #FFF;
    }
    .mobile-form-form{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .mobile-form-title{
        color: #021561;
        font-family: Roboto Condensed;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 131.687%;
        letter-spacing: 1.25px;
        text-align: center;
        margin-bottom: 10px;
    }
    .mobile-form-description{
        color: #5C5C5C;
        text-align: center;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 158.187%;
        letter-spacing: 0.8px;
    }
    .mobile-image-block{
        align-items: stretch!important;
    }
    /*(start) Стилизация формы*/
    .mobile-form-items{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .mobile-form-item{
        display: flex;
        width: 100%;
        padding: 20px 20px 20px 20px;
        flex-direction: initial;
        align-items: center;
        gap: 10px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
        margin-top: 20px;
    }


    .mobile-form-item-active{
        display: flex;
        width: 100%;
        padding: 20px 20px 20px 20px;
        flex-direction: initial;
        align-items: center;
        gap: 10px;
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 17px 0px rgba(0, 51, 255, 0.40);
        margin-top: 20px;
    }
    .mobile-form-item-text{
        color: #000;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 158.523%;
        letter-spacing: 0.8px;
    }
    .mobile-form-item-radio-enabled{
        display: none;
    }
    .mobile-form-item-buttons{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mobile-form-item-btn-next{
        display: flex;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 20px;
        justify-content: center;
        align-items: center;
        gap: 20px;

        border-radius: 8px;
        background: #002FEB;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.10), 3px 3px 9px 0px rgba(0, 0, 0, 0.10), 10px 12px 16px 0px rgba(0, 0, 0, 0.09), 24px 28px 22px 0px rgba(0, 0, 0, 0.05), 42px 49px 26px 0px rgba(0, 0, 0, 0.01), 65px 76px 28px 0px rgba(0, 0, 0, 0.00);

        cursor:pointer;
    }
    .mobile-form-item-btn-next span{
        color: #FFF;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.8px;
    }
    .mobile-form-item-btn-prev{
        display: flex;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 20px;
        justify-content: center;
        align-items: center;
        gap: 20px;
        border-radius: 8px;
        border: 1px solid #D6D6D6;

        cursor:pointer;
    }
    .mobile-form-item-btn-prev span{
        color: #949494;
        font-family: Roboto Condensed;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.8px;
    }
    .mobile-form-header{
        display: none;
    }
    /*(end) Стилизация формы*/
    .main-top-image{
        background: url("/startupform/img/1/1.jpeg"), lightgray -1.797px 0px / 104.356% 100.611% no-repeat;
        background-size: cover;
        width: 100%;


        /* de region */
        height: 235px;
        /* de region */
    }
}

/* de region */
@media only screen and (min-width: 1px) and (max-width: 294px) {
    .main-top-image{
        height: 210px;
    }
}
/* end de region */









/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
/* ****************************************************************************************************************** */
