@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,500;1,800&display=swap');
.btn_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3751FF;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color:#fff;
    padding:20px 22px;
}
.btn_2 {
    display: flex;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #3751FF;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #3751FF;
    padding:12px 22px;
}
.btn_3 {
    display: flex;
    justify-content: center;
    background: #3751FF;
    border: 1px solid #3751FF;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding:12px 22px;
}
.btn_4 {
    display: flex;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #3751FF;
    padding:20px 40px;
    border: 1px solid #3751FF;
}
.btn_5 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #A9B3FF;
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color:#3751FF;
    padding:20px 50px;
    border: 0px;
    cursor: pointer; 
}

.inp_t {
    background: #FFFFFF;
    border: 1px solid #3751FF;
    border-radius: 100px;
    padding: 18px 58px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: 'Montserrat';
    outline: none;
}

.inp_t::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3751FF;
}
.inp_t:hover {
}
.inp_t:focus {
    background: #EFEFEF;
    outline: 2px solid #3751FF;
}

.inp_search {
    width: 250px;
    border:1px solid #E5E9FF;
    outline: none;
    border-radius: 4px;
    padding:3px 4px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.inp_search:focus {
    border:1px solid #3751FF;
}

.inp_s {
    border:1px solid #dcdcdc;
    box-sizing: border-box;
    color: #000;
    width: 100%;
    padding:10px 20px;
    font-size:14px;
    transition: border ease-in-out 0.15s;
    -webkit-appearance: none;
    outline:none;
    border-radius: 8px;
    font-family: 'Raleway', sans-serif;
    background: #fff;
}
@media screen and (max-width: 700px) {
    .inp_search {
        padding:5px;
    }
    .btn_4, .btn_1, .btn_5 {
        padding:12px 20px;
    }
    .inp_t {
        padding:12px 20px;
    }
}
