.footer-search-block {
    background: #f8bc31;
    display: flex;

    justify-content: center;
    padding: 0px 0px 0px 0px;
    width: 100%;
}
#footer-search-block a.fisu-banner {
    height: fit-content;
    width: fit-content;
    display: block;
}
#footer-search-block a.fisu-banner img {

    display: block;
}

.footer-search-block #footer-search {
    margin-bottom: 45px;
}
.footer-search-block .block-content {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
}

.footer-search-block .text {
    color: #fff;
    font-family: Proxima Nova Bold;
    font-size: 30px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 10px;
}
.footer-search-block button[type="submit"] img {
    width: 19px;
}

.footer-search-block .form-elements-inner {
    display: flex;
    justify-content: center;
}

.footer-search-block .form-element {
    position: relative;
}

.footer-search-block input[type="text"] {
    font-size: 18px;
    height: 43px;
    max-width: calc( 100vw - 20px );
    width: 394px;
    text-align: center;
    border: none;
}

.footer-search-block button[type="submit"] {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #cecece;
    display: block;
    height: 39px;
    padding: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 39px;
    z-index: 0;
}

@media ( max-width: 768px ) {
    .footer-search-block input[type="text"] {
         width: 254px
    }
   
    .footer-search-block {
   
       
    }
    
    .footer-search-block .text {
        font-size: 20px;
    }
}
/**/