.google-search-block {
    position: relative;
}

.google-search-block .gsc-control-cse {
    padding: 0;
    margin: 0;
    font-family: inherit;
}

.google-search-block .gsc-control-cse .gs-spelling {
    display: none;
}

.google-search-block .gs-web-image-box-landscape img.gs-image {
    border: none;
}

.google-search-block .gsc-control-cse .gcsc-branding {
    display: none;
}

.google-search-block .gsc-input-box {
    height: auto;
    padding: 0;
    border: 0;
}

.google-search-block table.gsc-search-box td {
    padding: 0;
}

.google-search-block .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0!important;
}

.google-search-block .gsib_b {
    display: none;
}

.google-search-block .gs-no-results-result .gs-snippet,
.google-search-block .gs-error-result .gs-snippet {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
}

.google-search-block .gsc-search-box-tools .gsc-search-box input.gsc-input {
    box-sizing: border-box!important;
    width: 100%!important;
    margin: 0!important;
    padding: 9px 5px!important;
    resize: none!important;
    color: #1d1d1d!important;
    border: 1px solid #a2a2a2!important;
    transition: none!important;
    border-radius: 41px;
    background: #fff url('/modules/Catalog/public/front/img/google-animation.gif')no-repeat left center!important;
    background-size: contain!important;
    text-indent: 60px!important;
}

.google-search-block .gsc-control-cse .gs-title {
    color: #263238!important;
    text-decoration: none;
    margin: 0 0 4px 0;
}

.google-search-block .gsc-control-cse .gs-title b {
    color: #263238!important;
    background: rgba(255, 235, 59, 0.3);
    font-weight: normal;
    text-decoration: none;
}

.google-search-block .gs-webResult div.gs-visibleUrl {
    color: #346c10!important;
    display: none;
}

.google-search-block .gsc-webResult.gsc-result {
    margin: 0 0 30px 0!important;
}

.google-search-block .gsc-webResult.gsc-result,
.google-search-block .gsc-results .gsc-imageResult {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.google-search-block .gs-webResult .gs-snippet,
.google-search-block .gs-imageResult .gs-snippet,
.google-search-block .gs-fileFormatType {
    font-size: 13px;
    color: #5a656b!important;
}

.google-search-block input.gsc-search-button,
.google-search-block button.gsc-search-button {
    position: relative;
    display: inline-block;
    background: #a92b2d;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    box-sizing: border-box;
    padding: 12px 16px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;
    transition: 0.3s all ease;
    text-align: center;
    border: 0;
    outline: none;
    cursor: pointer;
}

.google-search-block input.gsc-search-button:hover,
.google-search-block button.gsc-search-button:hover {
    background-color: #f0f0f0;
    background-image: linear-gradient(0deg, #a92b2d 0%, #ca3537 100%);
    color: #fff;
    text-shadow: 0 0 1px #fff;
}

.google-search-block input.gsc-search-button:active,
.google-search-block button.gsc-search-button:active {
    background-color: #f0f0f0;
    background-image: linear-gradient(0deg, #a92b2d 0%, #ca3537 100%);
    color: #fff;
    text-shadow: 0 0 1px #fff;
}

.google-search-block .gsc-results-wrapper-nooverlay {
    position: relative;
    margin: 40px 0 0 0;
}

.google-search-block .gsc-results .gsc-cursor-box .gsc-cursor-page {
    font-size: 13px;
    margin: 0 2px;
    padding: 4px;
    min-width: 28px;
    text-align: center;
    border-radius: 36px;
    background: #ffffff;
    transition: all 640ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    background-image: linear-gradient(0deg, rgb(243, 243, 243) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0 2px 10px rgba(97, 37, 37, 0.15), 0 2px 2px 0 rgba(148, 93, 93, 0.2);
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.google-search-block .gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
.google-search-block .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background-color: #f0f0f0;
    background-image: linear-gradient(0deg, #a92b2d 0%, #ca3537 100%);
    color: #fff;
    text-shadow: 0 0 1px #fff;
    text-decoration: none;
}

.google-search-block .gsc-above-wrapper-area {
    display: none;
}

.google-search-block iframe,
.google-search-block .gsc-adBlock {
    display: none;
}

.google-search-block .gcsc-more-maybe-branding-root {
    display: none;
}