@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
html{
    height: 100%;
    width: 100%;
    margin: 0;
    -webkit-overflow-scrolling:touch;
}
body{
    margin: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Instrument Sans", sans-serif;
    position: relative;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    min-height: 100%;
    min-width: 320px;
    height: 100vh;
}
h1, h2, h3, h4, h5, h6{
    margin: 0 0 30px 0;
    font-weight: 700;
    color: #040404;
    line-height: 1.2;
}
p {
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    color: #2f1f57;
    margin: 0 0 20px 0;
}
p strong{
    font-weight: 500;
}
p b{
    font-weight: 700;
}
p a{
    color: #2f1f57;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
p a:hover{
    text-decoration: none;
}
p:last-child{
    margin-bottom: 0px;
}
img{
    display: block;
    max-width: 100%;
}
a {
    outline: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
/*== buttons
---------------------------------*/
button{
    margin:0;
    padding:0;
    border:none;
    background:none;
    cursor:pointer;
    overflow:visible;
    width:auto;
    outline: none;
    box-shadow: none;
    font-family: inherit;
}
button:hover , button:focus , button:active{
    outline: none;
    text-decoration: none;
}
.primary-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Instrument Sans", sans-serif;
    border-radius: 27px;
    background: #2f1f57;
    width: 182px;
    height: 42px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
}
.primary-btn:hover {
    box-shadow: 0 16px 40px 0 rgba(18, 32, 116, 0.3);
    background: rgba(79, 95, 200, 1);
    background:  rgba(79, 95, 200, 0.48);
}
/*== inputs
---------------------------------*/
input{
    outline: none;
    border: none;
    font-family: "Instrument Sans", sans-serif;
}
textarea{
    height: 80px;
    outline: none;
    font-family: "Instrument Sans", sans-serif;
}
.input:not(:last-child){
    margin-bottom: 26px;
}
.input__text{
    border-bottom: 1px solid #a796c8;
    background: #e2e2f9;
    border-radius: 0px;
    padding: 0 8px 7px 8px;
    width: 100%;
    height: 31px;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #2f1f57;
}
.input__text::-webkit-input-placeholder{
    font-weight: 500;
    font-size: 15px;
    color: #2f1f57;
}
.input__text:-moz-placeholder{
    font-weight: 500;
    font-size: 15px;
    color: #2f1f57;
}
.input__text.error{
    border-color: #EF4231;
}
textarea{
    height: 80px;
    outline: none;
    resize: none;
}
.b-textarea{
    width: 100%;
    height: 152px;
    background: #efeffc;
    border: none;
    border-bottom: 1px solid #a796c8;
    border-radius: 0px;
    padding: 7px 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #2f1f57;
}
.b-textarea::-webkit-input-placeholder{
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #2f1f57;
}
.b-textarea:-moz-placeholder{
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #2f1f57;
}
/* End Total css ====*/
.container{
    max-width: 954px;
    margin: 0 auto 0;
    padding: 0 15px;

}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* -------------- page index -------------- */
.b-container{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.b-container__top{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
}
.main{
    background: linear-gradient(180deg, #3b2463 0%, #1e1646 84.13%, #120a3d 100%);
    padding: 45px 0 0 0;
}
.logo{
    margin-bottom: 60px;
}
.logo.md{
    display: none;
}
.main__wrapper{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 0 28px;
}
.main__left-wrap{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    gap: 0 56px;
    border-bottom: 1px dashed #5153a3;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.main__left-col{
    width: 50%;
}
.main p{
    color: #a9a9e5;
}
.main p span{
    font-weight: 700;
    color: #fff;
}
.main__img{
    position: relative;
    flex-shrink: 0;
    max-width: 460px;
}
.main__img img{
    border-radius: 160px 160px 0 0;
}
.main__img:after{
    position: absolute;
    top: 14px;
    right: 16px;
    content: "";
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background: rgba(132, 90, 208, 0.61);
}
/* ============ wrapper  ============ */
.wrapper{
    background: #e2e2f9;
    overflow: hidden;
    flex-grow: 1;
}
.wrapper .container{
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    gap: 0 40px;
    height: 100%;
}
.form{
    width: 100%;
    max-width: 425px;
    flex-shrink: 0;
}
.contacts{
    flex-grow: 1;
    position: relative;
}
.contacts:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 999999999999px;
    height: 100%;
    background: rgba(255, 255, 255, 0.46);
    z-index: 1;
}
.contacts__wrap{
    background: rgba(255, 255, 255, 0.46);
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 42px 50px;
}
.title{
    font-weight: 700;
    font-size: 28px;
    color: #2f1f57;
}
.form , .contacts__wrap{
    padding-top: 42px;
    padding-bottom: 40px;
}
.form .title{
    margin-bottom: 26px;
}
.contacts .title{
    margin-bottom: 20px;
}
.contacts img{
    max-width: 316px;
    margin: 26px auto 0;
}
/* ============ footer  ============ */
.footer{
    background: #fff;
    width: 100%;
}
.copyright{
    font-weight: 500;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    color: #2f1f57;
}