input#search_text {
    color: #1D1F15;
    padding: 0 30px 0 63px;
    font-size: 12px;
    height: 54px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 10px;
}

 div#search_block  {
    display:block;
    position: relative;
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 10px;
}

@media screen and (max-width: 959px) {
    div#search_block {
        width: 620px;    
    }   
}
@media screen and (max-width: 639px) {
    #rec437344126 .tn-elem[data-elem-id="1650304132003"] {
        left: calc(50% - 230px) !important;
    }
    div#search_block {
        width: 460px;    
    } 
    input#search_text {
        font-size: 16px;
    }
}
@media screen and (max-width: 479px) {
    #rec437344126 .tn-elem[data-elem-id="1650304132003"] {
        left: calc(50% - 150px) !important;
    }
    div#search_block {
        width: 300px;    
    } 
    input#search_text {
        padding: 0 25px 0 53px;
    }
}