#block-search, #block-search-mobile {
    background: #387DBF;
    box-sizing: border-box;
}

#block-search.main {
    display: block;
    height: auto;
    vertical-align: unset;
    text-align: unset;
    margin-top: -130px;
}

#block-search-mobile.main-mobile {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#block-search-mobile.main-mobile .tl-container{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.tl-container {
    padding: 0 30px;
}

.top_slider>div {
    height: 430px;
}

@media screen and (max-width: 1438px) {
    #block-search.main {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #block-search-mobile.main-mobile {
        position: static;
    }

    .top_slider>div {
        height: 500px;
    }
}

.currency-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #d9d9dc;
    min-height: 176px;
    padding: 12px 20px;
    color: rgb(68, 68, 68);
    background: #ececee;
}
.currency-wrapper .text-wrapper {
    font-size: 14px;
    text-align: left;
}
.flag-wrapper {
    align-self: flex-start;
}

.flag-wrapper img {
    border-radius: 5px;
}

.symbol-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: left;
    padding-left: 20px;
    font: 700 16px/1.5 "Open Sans",sans-serif;
    color: rgb(68, 68, 68);
}
.symbol-wrapper span{
    display: block;
    color: #a7253f;
}
.grid-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 40px auto 10px;
}
.grid-element-wrapper{
    width:24%;
    margin-bottom: 20px;
}

.grid-element-wrapper a {
    text-decoration: none !important;
}

.grid-wrapper a:hover{
    color:#000;
}
.grid-wrapper a:hover .text-wrapper{
    color:#000;
}
.grid-wrapper a:hover .currency-wrapper{
    background-color: #f7f7f8;
    color: #000;
}
a.btn.btn-default.btn-bron{
    min-width: 235px;
    margin-bottom: 17px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Ubuntu Bold';
    padding: 14px 33px;
    text-shadow: 1px 1px 1px rgba(0,0,0, 0.1) !important;
}
@media (max-width:1100px){
    .grid-element-wrapper{
        width:49%;
    }
    .grid-wrapper{
        flex-wrap:wrap;
    }
}
@media (max-width:600px){
    .grid-element-wrapper{
        width:99%;
    }
}
@media screen and (max-width: 1200px) {
    a.btn.btn-default.btn-bron{
        min-width: 185px;
        height: 46px;
        margin-top: 13px;
    }
}