.start-wrap .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 113px;
    padding-bottom: 115px;
}
.start-wrap h1 {
     color: #345af5;
     line-height: 44px;
     font-size: 34px;
     font-family: 'Fira Sans', sans-serif;
     font-weight: bold;
}
.start-wrap .forms {
    padding-top: 60px;

}
.start-wrap #forms-1 {
    width: 361px;
    text-align: center;
    height: 62px;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
    border: 1px solid #d1d1d1;
    margin-right: -6px;
}
.start-wrap #forms-2 {
    background-color: rgb(242, 17, 145);
    border: 0;
    width: 200px;
    height: 62px;
    color: white;
    font-weight: bold;
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
}

.start-wrap .text_container p {
    line-height: 28px;
    font-size: 18px;
    font-family: 'Fira Sans', sans-serif;
    padding-top: 35px;
}

.galochka span {
    color: black;
    font-size: 10px;
}

.span_galochka_1 {
    color: black;
}

.span_galochka {
    color: black;
}

.text_container {
    padding-top: 89px;
}
.new_image {
    padding-left: 33px;
    width: 650px;
}
.mda-p {
    margin-top: -35px;
}
@font-face {
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;400&display=swap');
}
@font-face {
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@700&display=swap');
}
@media only screen and (max-width: 483px) {
.start-wrap #forms-1 {
    margin-bottom: 20px;
}
    .start-wrap .container {
        padding-top: 0px;
    }
    .text_container {
        padding-top: 20px;
    }
    .start-wrap .forms {
        text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .start-wrap #forms-1 {
        margin-bottom: 20px;
    }
    .start-wrap .container {
        padding-top: 0px;
    }
    .text_container {
        padding-top: 20px;
    }
    .start-wrap .forms {
        text-align: center;
    }
}