@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');

.main_form{
    display:flex ;
    flex-direction: row;
}
@media screen and (max-width: 500px) {
    .main_form{
        display:flex ;
        flex-direction: column;
    }
}
.main_form h2{
    font-family: 'Alata', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 50px;
}
.tovar_form{
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 500px) {
    .tovar_form{
        width: 100%;
    }
}
.tovar_form img{
    width: 250px;
}
.cost{
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 30px;
    align-items: center;
}
.cost_old{
    grid-row: 1/2;
    grid-column: 1/2;
    margin-right: 3px;

}

.cost_new {
    grid-row: 1/2;
    grid-column: 2/3;
    margin-left: 3px;
}
.road{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 90%;
}
.road_start{
    grid-row: 1/2;
    grid-column: 1/2;
    margin-right: 3px;
    margin-bottom: 0px !important;
}
.road_end {
    grid-row: 1/2;
    grid-column: 3/4;
    margin-left: 3px;
    margin-bottom: 0px !important;
}
.payment{
        justify-content: center;
    align-items: center;
    display: flex;
}
.security{
        justify-content: center;
    align-items: center;
    display: flex;
    gap: 10px;
}
.inputt_form{
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
@media screen and (max-width: 500px) {
    .inputt_form{
        width: 100%;
    }
}
.inputt_form h3{
    font-family: 'Alata', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
}
form{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
form input{
 width: 80%;
 border:1px solid #838383;
 padding: .75rem 1.5rem;
 border-radius: 5px;
 margin: 10px 0 10px 0;
}

.pulse-buttonz {
    width: 80%;
    font-family: 'Alata', sans-serif;
    padding: .75rem 1.5rem;
    margin: 10px 0 10px 0;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.25rem;
    font-weight: 400;
    display: inline-block;
    color: #f5f6fd;
    position: relative;
    border: none;
    box-shadow: 0 0 0 0 #5A60ED;
    background-color: #448BF4;
    cursor: pointer;
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    

  }
  @keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
  .pulse-buttonz:hover{
    color: rgb(220, 255, 217);
  }
  .footer_form{
    font-family: 'Alata', sans-serif;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 5px !important;
}
