@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Mulish', sans-serif;
}
.container{
    width: 1280px;
    margin: 0 auto;
}
a{
    text-decoration: none;
}
.header{
    box-shadow: 0px 4px 16px rgba(151, 163, 202, 0.1);
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
}
.header > .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_leftside{
    display: flex;
    align-items: center;
}
.header_navigation{
    margin-left: 64px;
    display: flex;
}
.header_navigation-item{
    color: #55607D;
    display: block;
    margin-right: 40px;
    font-weight: 500;
    font-size: 17px;
    line-height: 16px;
}
.header_logotype{
    height: 40px;
}
.header_logotype img{
    display: block;
    height: 100%;
}
.header_navigation-item:last-child{
    margin-right: 0;
}
.header_rightside{
    display: flex;
    align-items: center;
}
.header_phone{
    color: #55607D;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    border-right: 1px solid #8492B7;
    display: block;
    padding-right: 32px;
}
.header_auth{
    color: #5F52F0;
    font-weight: 500;
    font-size: 17px;
    line-height: 16px;
    display: block;
    margin-left: 32px;
}
.promo > .container{
    background-image: url("/resources/images/promo-background.png"), linear-gradient(131.14deg, #429CED -26.66%, #7549F3 62.84%, #7F39F4 100.63%);
    background-repeat: no-repeat;
    background-position: bottom right;
    /*background-color: linear-gradient(131.14deg, #429CED -26.66%, #7549F3 62.84%, #7F39F4 100.63%);*/
    border-radius: 20px;
    color: #FFFFFF;
    padding: 56px 0 73px 64px;
    box-sizing: border-box;
    margin-top: 56px;
}
.promo_main-text{
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    width: 450px;
}
.promo_main-subtext{
    font-weight: 400;
    font-size: 22px;
    line-height: 36px;
    color: #FFFFFF;
    margin-top: 32px;
    width: 550px;
}
.promo_button{
    margin-top: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 16px 24px;
    color: #5F52F0;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    display: block;
    width: fit-content;
}
.advantages{
    padding: 72px 0;
}
.advantages > .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.advantages_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    height: 128px;
}
.advantages_item-image{
    display: block;
    margin-right: 46px;
}
.advantages_item-text{
    color: #120D26;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}
.conductor{
    padding: 40px 0;
}
.conductor > .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.conductor__image{
    max-width: 669px;
}
.conductor__image > img{
    display: block;
    width: 100%;
}
.conductor__text-h2{
    color: #120D26;
    letter-spacing: 0.01em;
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    max-width: 400px;
    margin-bottom: 40px;
    display: block;
}
.conductor__text-p{
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #120D26;

    margin-top: 20px;
    max-width: 520px;
    display: block;
}
.profit__row{
    display: flex;
    justify-content: space-between;
    padding: 64px 0;
}
.profit__row-item{
    background: #FFFFFF;
    /* Modal_shadow */

    box-shadow: 0px 35px 44px rgba(151, 163, 202, 0.1);
    border-radius: 24px;
    width: 370px;
}
.profit__item-image{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 300px;
}
.profit__item-text{
    padding: 32px;
}
.profit__item-text-h3{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    /* or 114% */


    /* Dark navy */

    color: #120D26;
}
.profit__item-text-h4{
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    /* or 141% */

    letter-spacing: 0.01em;

    /* Dark navy */

    color: #120D26;
    margin-top: 16px;
}
.profit__h2{
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    /* identical to box height, or 133% */

    letter-spacing: 0.01em;

    /* Dark navy */

    color: #120D26;
    padding-top: 80px;
    padding-bottom: 24px;
}
.footer{
    background: #1B1C42;
    padding: 40px 0;
    color: #fff;
}
.footer_row > .footer_logotype{
    width: 152px;
}
.footer_column{
    display: flex;
    flex-direction: column;
    width: 33%;
}
.footer_row{
    display: flex;
    justify-content: space-between;
}
.footer_row:nth-child(2){
    margin-top: 40px;
}
.footer_column_name{
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}
.footer_column_text{
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    /* or 141% */

    letter-spacing: 0.01em;

    /* light_blue */

    color: #EBF1FF;
    margin-top: 20px;
}
.footer_column_link{
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    /* identical to box height, or 129% */

    letter-spacing: 0.01em;
    text-decoration-line: underline;

    /* light_blue */

    color: #EBF1FF;
    margin-top: 20px;
}
.footer_line{
    border: 1px solid #EBF1FF;
    margin: 40px 0;
}
.main.auth{
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.main.auth > .container{
    text-align: center;
    color: #252525;
}
.auth-form{
    background: white;
    box-shadow: 0px 0px 9px -6px #333;
    border-radius: 10px;
    padding: 30px 15px;
    width: 360px;
}
.auth__name{
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.form-group__label{
    display: block;
}
.form-group__input{
    display: block;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: inset 0px 0px 10px -6px #333;
    border-radius: 30px;
    padding: 9px 20px;
    box-sizing: border-box;
    font-size: 16px;
    margin-top: 5px;
}
.form-group{
    margin-top: 20px;
}
.auth-submit{
    display: block;
    width: 100%;
    margin-top: 50px;
    outline: none;
    border: none;
    padding: 10px;
    font-size: 18px;
    border-radius: 41px;
    cursor: pointer;
    transition: .3s;
}
.auth-submit:hover{
    background: #f5f5f5;
    transition: .3s;
}
@media screen and (max-width: 500px){
    .container{
        width: 90vw;
    }
    .header_rightside,
    .header_navigation{
        display: none;
    }
    .promo_main-text{
        font-weight: 700;
        font-size: 28px;
        line-height: 32px;
        width: unset;
    }
    .promo_main-subtext{
        width: unset;
        font-weight: 400;
        font-size: 17px;
        line-height: 24px;
        /* or 141% */

        letter-spacing: 0.01em;
    }
    .promo_button{
        font-weight: 500;
        font-size: 17px;
        line-height: 16px;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    .promo > .container{
        padding: 24px 16px 154px 16px;
        background-size: cover;
        background-position: bottom;
    }
}
