@font-face {
    font-family: "GothamPro";
    font-weight: 300;
    font-style: normal;
    src: url("GothamPro-Light.woff") format("woff"); }

@font-face {
    font-family: "GothamPro";
    font-weight: 400;
    font-style: normal;
    src: url("GothamPro-Regular.woff") format("woff"); }

@font-face {
    font-family: "GothamPro";
    font-weight: 500;
    font-style: normal;
    src: url("GothamPro-Medium.woff") format("woff"); }

@font-face {
    font-family: "GothamPro";
    font-weight: 700;
    font-style: normal;
    src: url("GothamPro-Bold.woff") format("woff"); }

#smartbanner {
    border: none;
    background: #f8f8f8;
    font-family: 'GothamPro', Arial, sans-serif;
    box-shadow: none;
}
#smartbanner.android {
    border: none;
    background: #f8f8f8;
}
#smartbanner.android .sb-info {
    color: #4d4d4d;
    text-shadow: none;
    font-size: 9px;
}
#smartbanner.android .sb-info span {
    color: #77777A;
}
#smartbanner.android .sb-info strong {
    font-size: 12px;
    color: #212529;
    text-shadow: none;
    font-weight: 700;
}
#smartbanner.android .sb-close {
    width: 20px;
    height: 20px;
    font-size: 22px;
    color: #bdbdbd;
    text-shadow: none;
    border-color: #f2f2f2;
    background-color: transparent;
    box-shadow: none;
}
#smartbanner.android .sb-button {
    min-height: unset;
    height: auto;
    padding: 7px 11px;
    font-weight: normal;
    color: #fff;
    border-color: #fff;
    border-radius: 13px;
    background: #ec2830;
    box-shadow: none;
}
#smartbanner.android .sb-button span {
    display: inline-block;
    padding: 0;
    background-color: transparent;
    background-image: none;
    line-height: 1;
    font-size: 12px;
    text-transform: uppercase;
}
#smartbanner .sb-info {
    font-weight: 400;
    font-size: 9px;
    top: 12px;
    width: 60%;
}
#smartbanner .sb-info .sb-star {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-bottom: 2px;
    background: url('data:image/svg+xml,%3Csvg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M5 0.833336L6.2875 3.44167L9.16666 3.8625L7.08333 5.89167L7.575 8.75834L5 7.40417L2.425 8.75834L2.91666 5.89167L0.833328 3.8625L3.7125 3.44167L5 0.833336Z" fill="%23FF8F08" stroke="%23FF8F08" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') no-repeat;
}
#smartbanner .sb-info .sb-star_half {
    background: url('data:image/svg+xml,%3Csvg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2.42499 8.75834L4.99999 7.40417V0.833336L3.71249 3.44167L0.833328 3.8625L2.91666 5.89167L2.42499 8.75834Z" fill="%23FF8F08"/%3E%3Cpath d="M5 0.833336L6.2875 3.44167L9.16666 3.8625L7.08333 5.89167L7.575 8.75834L5 7.40417L2.425 8.75834L2.91666 5.89167L0.833328 3.8625L3.71249 3.44167L5 0.833336Z" stroke="%23FF8F08" stroke-width="0.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') no-repeat;
}
#smartbanner .sb-info strong {
    font-size: 12px;
}
#smartbanner .sb-close {
    width: 20px;
    height: 20px;
    font-size: 22px;
    line-height: 1;
    color: #bdbdbd;
    text-shadow: none;
    background-color: transparent;
    box-shadow: none;
    border: none;
    z-index:500;
}
#smartbanner .sb-button {
    line-height: 1;
    top: 27px;
    min-height: unset;
    height: auto;
    padding: 7px 11px;
    font-weight: normal;
    color: #fff;
    border-color: #fff;
    border-radius: 13px;
    background: #ec2830;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
}
#smartbanner .sb-button span {
    padding: 0;
    background-color: transparent;
    background-image: none;
    line-height: 1;
    font-size: 12px;
}
#smartbanner .sb-icon {
    box-shadow: none;
    background-color: #fff;
}
.smartbanner-hide {
    display: none;
}
main.main_smartbanner {
    margin-top: 8.7rem;
}
main.main_smartbanner.margin-main {
    margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
    .header_sticky + .page__main.main_smartbanner {
        margin-top: 8.7rem;
    }
}
