/*!
Theme Name: Reboot
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.ru
Author URI: https://wpshop.ru/
Description: Новая многоцелевая тема от команды WPShop.ru. 11 встроенных модулей, конструктор главной страницы, SEO-оптимизация и моментальная скорость загрузки.
Version: 1.3.0
Text Domain: reboot
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
 *   DON'T EDIT THIS FILE
 *   After update you will lose all changes. Use child theme
 *
 *   НЕ РЕДАКТИРУЙТЕ ЭТОТ ФАЙЛ
 *   После обновления Вы потереяете все изменения. Используйте дочернюю тему
 *
 *   https://href.li/?https://docs.wpshop.ru/child-themes/
--------------------------------------------------------------*/

/** 3 **/
 
/* 1win landing first screen */
body.home .site-logotype,
body.home .site-description {
    display: none;
}

body.home .site-header-inner {
    padding-top: 12px;
    padding-bottom: 12px;
}

body.home .site-title {
    margin-bottom: 0;
    font-size: 20px;
}

.onewin-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 26px 28px 24px;
    border-radius: 20px;
    color: #fff;
    background: radial-gradient(circle at 96% 4%, rgba(24, 178, 255, .34), transparent 34%), linear-gradient(135deg, #07182f 0%, #0d2852 55%, #102f69 100%);
    box-shadow: 0 16px 35px rgba(7, 24, 47, .2);
}

.onewin-hero:after {
    position: absolute;
    right: -58px;
    bottom: -72px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(20, 147, 255, .12);
    content: "";
}

.onewin-hero__brand {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 12px;
    border: 1px solid rgba(66, 187, 255, .52);
    border-radius: 30px;
    color: #52c9ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.35;
}

.onewin-hero__subtitle {
    max-width: 560px;
    margin: 0 0 22px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
}

.onewin-hero__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 18px;
}

.onewin-hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.onewin-hero__button {
    display: inline-flex;
    min-height: 58px;
    padding: 13px 14px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.entry-content .onewin-hero a.onewin-hero__button,
.entry-content .onewin-hero a.onewin-hero__button:visited,
.entry-content .onewin-hero a.onewin-hero__button:hover,
.entry-content .onewin-hero a.onewin-hero__button:focus,
.entry-content .onewin-hero a.onewin-hero__button:active {
    color: #fff !important;
    text-decoration: none;
}

.entry-content .onewin-hero a.onewin-hero__button span {
    color: inherit !important;
}

.onewin-hero__button:hover {
    transform: translateY(-1px);
    color: #fff;
    text-decoration: none;
}

.onewin-hero__button:focus-visible {
    outline: 3px solid rgba(82, 201, 255, .9);
    outline-offset: 2px;
}

.onewin-hero__button:active {
    transform: translateY(0);
}

.onewin-hero__button--android {
    background: linear-gradient(135deg, #0685f5, #00bfff);
    box-shadow: 0 10px 20px rgba(0, 164, 255, .22);
}

.onewin-hero__button--iphone {
    border: 1px solid rgba(104, 196, 255, .38);
    background: rgba(255, 255, 255, .08);
}

.onewin-hero__button--site {
    grid-column: 1 / -1;
    border: 1px solid rgba(104, 196, 255, .34);
    background: rgba(15, 54, 106, .72);
}

.onewin-hero__button--iphone:hover,
.onewin-hero__button--site:hover {
    border-color: rgba(104, 196, 255, .72);
    box-shadow: inset 0 0 0 1px rgba(104, 196, 255, .2);
}

.onewin-hero__icon {
    display: inline-flex;
    flex: 0 0 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(255, 255, 255, .16);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
}

.onewin-hero__promo {
    display: flex;
    flex-direction: column;
    min-height: 126px;
    padding: 16px;
    justify-content: center;
    border: 1px solid rgba(24, 178, 255, .38);
    border-radius: 14px;
    background: rgba(4, 18, 39, .3);
}

.onewin-hero__promo-label {
    margin-bottom: 4px;
    color: #b9cfec;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.onewin-hero__promo-code {
    margin-bottom: 6px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: .04em;
}

.onewin-hero__promo-value {
    color: #4bd0ff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.onewin-hero__promo-detail {
    color: #d5e4f7;
    font-size: 13px;
}

.onewin-hero__note {
    margin: 0;
    color: #bfcee5;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    body.home .site-branding__body {
        display: none;
    }

    body.home .site-header-inner {
        min-height: 52px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    body.home .entry-title {
        margin-bottom: 14px;
        font-size: 27px;
        line-height: 1.25;
    }

    .onewin-hero {
        margin-bottom: 22px;
        padding: 18px 16px 16px;
        border-radius: 16px;
    }

    .onewin-hero__brand {
        margin-bottom: 8px;
    }

    .onewin-hero__subtitle {
        margin-bottom: 18px;
        font-size: 17px;
    }

    .onewin-hero__layout {
        display: flex;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 14px;
    }

    .onewin-hero__actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .onewin-hero__button {
        display: flex;
        width: 100%;
        min-height: 56px;
        margin-bottom: 0;
        padding: 13px 12px;
    }

    .onewin-hero__promo {
        min-height: 0;
        padding: 13px 14px;
    }

    .onewin-hero__promo-code {
        font-size: 25px;
    }

    .onewin-hero__promo-value {
        font-size: 18px;
    }

    .onewin-hero__note {
        font-size: 13px;
    }
}


        
.widget-header {
    font-weight: 700;
    font-size: 30px !important;
    margin-bottom: 1em;
}

.mb-3, .xeq_333 {
    margin-bottom: 1rem !important;
}
.mt-3, .xeq_333 {
    margin-top: 1rem !important;
}
.xeq_335 {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.xeq_334 {
    display: -ms-flexbox !important;
    display: flex !important;
}
.xeq_332 {
    box-shadow: 0 0 0 2px #fdd103;
}
.xeq_331 {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.xeq_334 .button:hover { 
    opacity: .8;
    color: #111111;
}

aside.widget-area .xeq_331 .rating {
    max-width: 76px;
    font-size: 28px;
}
aside.widget-area .xeq_331 .rating {
    padding: 10px 0;
}
.xeq_331 .rating {
    font-size: 38px;
    max-width: 120px;
    width: 100%;
    text-align: center;
    border-radius: 0;
}
.xeq_336 {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.xeq_334 {
    display: -ms-flexbox !important;
    display: flex !important;
}
.rating {
    background: #2324fb;
    color: #fff;
    font-size: 28px;
    padding: 10px;
    font-weight: 700;
    border-radius: 6px;
    max-width: 70px;
    width: 100%;
    text-align: center;
}

.stars:before {
    background: url(./img/stars.png) center no-repeat;
    content: "";
    height: 20px;
    display: block;
}

aside.widget-area .xeq_331 .rating {
    max-width: 76px;
    font-size: 28px;
}
aside.widget-area .xeq_331 .rating {
    padding: 10px 0;
}
.xeq_331 .rating {
    font-size: 38px;
    max-width: 120px;
    width: 100%;
    text-align: center;
    border-radius: 0;
}
.xeq_338 {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.xeq_337 {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.xeq_334 {
    display: -ms-flexbox !important;
    display: flex !important;
}
.rating {
    background: #2324fb;
    color: #fff;
    font-size: 28px;
    padding: 10px;
    font-weight: 700;
    border-radius: 6px;
    max-width: 70px;
    width: 100%;
    text-align: center;
}

.xeq_338 {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.xeq_337 {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.xeq_334 {
    display: -ms-flexbox !important;
    display: flex !important;
}

.xeq_338 {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.xeq_334 {
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 1024px) {
    aside .xeq_331.xeq_332.xeq_333.xeq_334.xeq_335 .thumb {
    height: 33px;
    overflow: hidden;
    margin-top: 6px;
}
}

aside.widget-area .xeq_331 .thumb {
    max-width: 100px;
}
.thumb.xeq_338 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.xeq_331 .thumb {
    max-width: 156px;
}
.ml-3, .xeq_341 {
    margin-left: 1rem !important;
}
.mr-3, .xeq_341 {
    margin-right: 1rem !important;
}
.xeq_338 {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

@media (min-width: 1024px) {
    aside .xeq_331.xeq_332.xeq_333.xeq_334.xeq_335 .bonus.xeq_334 {
    padding-left: 7px !important;
    padding-right: 7px !important;
    overflow: hidden;
    margin-top: -7px;
}
}

@media (min-width: 1024px) {
    aside .bonus.xeq_334 {
    height: 33px !important;
}
}

aside.widget-area .bonus {
    font-size: 14px;
}
.xeq_331 .bonus {
    background: #f3f2f2;
    padding: 10px 16px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 20px;
}
.xeq_334 {
    display: -ms-flexbox !important;
    display: flex !important;
}
.bonus {
    background: #f3f2f2;
    padding: 4px 16px;
    border-radius: 5px;
}

@media (min-width: 1024px) {
    aside .xeq_331.xeq_332.xeq_333.xeq_334.xeq_335 .bonus.xeq_334 .mx-1.xeq_338 {
    margin-left: 0 !important;
}
}

.xeq_sh {
    box-shadow: 0 0 0 2px #f3f2f2;  
}

aside.widget-area .xeq_331 .button {
    font-size: 14px;
    padding: 4px 16px;
}
.xeq_331 .button {
    border: 2px solid #1e15ae;
    padding: 10px 16px;
    border-radius: 50px;
    text-decoration: none;
    color: #1e15ae;
    font-weight: 700;
}
.xeq_331 .button {
    border: 1px solid #1e15ae;
    padding: 10px 16px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
}
.ml-2, .mx-2 {
    margin-left: .5rem !important;
}
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}
.mb-1, .xeq_339 {
    margin-bottom: .25rem !important;
}
.mt-1, .xeq_339 {
    margin-top: .25rem !important;
}
.xeq_342 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

aside.widget-area .xeq_331 .button {
    font-size: 14px;
    padding: 4px 16px;
}
.xeq_331 .button {
    border: 2px solid #1e15ae;
    padding: 10px 16px;
    border-radius: 50px;
    text-decoration: none;
    color: #111111;
    font-weight: 700;
}
.xeq_331 .button {
    border: 1px solid #ff0000;
    padding: 10px 16px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
}
.ml-2, .mx-2 {
    margin-left: .5rem !important;
}
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}
.mb-1, .xeq_339 {
    margin-bottom: .25rem !important;
}
.mt-1, .xeq_339 {
    margin-top: .25rem !important;
}
.xeq_342 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.bg-blue {
    background: #1e15ae;
    color: #fff !important;
}

.xeq_btnnn {
    font-size: 11px !important;
}

@media (min-width: 1024px) {
    aside .xeq_331.xeq_332.xeq_333.xeq_334.xeq_335 .thumb {
    height: 33px;
    overflow: hidden;
    margin-top: 6px;
}
}

@media (max-width: 450px) {
    aside.widget-area .bonus {
    font-size: 12px;
}
}



.xeq_bss:before {
    background: url(./img/bonus_xeq3.png) center no-repeat;
    width: 16px;
    height: 16px;
    content: "";
    display: block;
    float: left;
    margin-top: -3px;
    margin-right: 0px;
}


/** 3 **/

article .xeq-12 {
    color: #0ebd3f !important;
    font-size: 22px;
    font-weight: 700;
}

article .rating {
    background: #ffcd17;
    color: #fff;
    font-size: 28px;
    padding: 10px;
    font-weight: 700;
    border-radius: 6px;
    max-width: 70px;
    width: 100%;
    text-align: center;
}

.xeq-6 {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.xeq-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {

    .xeq-5 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}    

.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

}


.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.xeq-14, .xeq-7 {
    margin-bottom: .5rem !important;
}

.mt-2, .xeq-7 {
    margin-top: .5rem !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.xeq-15 {
    display: -ms-flexbox !important;
    display: flex !important;
}


.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.xeq-6 {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.xeq-12 {
    background: #f3f2f2;
    padding: 4px 16px;
    border-radius: 5px;
}

article svg.icon {
    fill: #0ebd3f;
    width: 26px;
    height: 26px;
    margin-top: -9px;
}
svg.icon {
    width: 30px;
    height: 30px;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .xeq-5, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


.xeq-12:before {
    background: url(./img/bonus.png) center no-repeat;
    width: 20px;
    height: 24px;
    content: "";
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.mb-3, .xeq-9 {
    margin-bottom: 1rem !important;
}
.mt-3, .xeq-9 {
    margin-top: 1rem !important;
}
.xeq-8 {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.pb-2, .xeq-10 {
    padding-bottom: .5rem !important;
}
.pt-2, .xeq-10 {
    padding-top: .5rem !important;
}

.border-bottom {
    border-bottom: 1px solid #ececec;
}

article .button, .related-posts .button {
    background: #0ebd3f;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 4px 16px;
    border-radius: 40px;
}

.status.legal:before {
    background: url(./img/legal.png) center no-repeat;
    width: 20px;
    height: 24px;
    content: "";
    display: block;
    float: left;
    margin-right: 10px;
}

.vykup.no:before {
    background: url(./img/v-no.png) center no-repeat;
    width: 23px;
    height: 23px;
    content: "";
    display: block;
    float: left;
    margin-right: 10px;
}

.nalog.no:before {
    background: url(./img/n-no.png) center no-repeat;
    width: 23px;
    height: 23px;
    content: "";
    display: block;
    float: left;
    margin-right: 10px;
}

.ios:before {
    background: url(./img/apple.svg) center no-repeat;
}
.ios:before, .java:before, .android:before, .windows:before {
    width: 40px;
    display: block;
    height: 33px;
    content: "";
}

.android:before {
    background: url(./img/android.svg) center no-repeat;
}
.ios:before, .java:before, .android:before, .windows:before {
    width: 40px;
    display: block;
    height: 33px;
    content: "";
}

.vykup.yes:before {
    background: url(./img/v-yes.png) center no-repeat;
    width: 23px;
    height: 23px;
    content: "";
    display: block;
    float: left;
    margin-right: 10px;
}

.nalog.yes:before {
    background: url(./img/n-yes.png) center no-repeat;
    width: 23px;
    height: 23px;
    content: "";
    display: block;
    float: left;
    margin-right: 10px;
}

.status.nolegal:before {
    background: url(./img/nolegal.png) center no-repeat;
    width: 20px;
    height: 24px;
    content: "";
    display: block;
    float: left;
    margin-right: 10px;
}

.social-apps a {
    opacity: .3;
}

.button:hover {
    opacity: .8;
    color: #fff;
}


/** 2 **/
 
 .xeq-20>.xeq-22:nth-child(-n+3) {
    box-shadow: 0 0 0 2px #ffcd17;
}

 .xeq-20>.xeq-22:nth-child(1n+4) {
    box-shadow: 0 0 0 2px #f3f2f2;
}

.mb-3, .xeq-23 {
    margin-bottom: 1rem !important;
}
.mt-3, .xeq-23 {
    margin-top: 1rem !important;
}
.xeq-25 {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.xeq-24 {
    display: -ms-flexbox !important;
    display: flex !important;
}
.xeq-21 {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
@media (min-width: 768px) {
    .post-card--standard {
    margin-bottom: 80px;
}

.post-card--standard {
    width: 100%;
}

}


.xeq-21 .rating {
    font-size: 38px;
    max-width: 120px;
    width: 100%;
    text-align: center;
    border-radius: 0;
}
.xeq-201 {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.xeq-24 {
    display: -ms-flexbox !important;
    display: flex !important;
}
.rating {
    background: #ff0000;
    color: #fff;
    font-size: 28px;
    padding: 10px;
    font-weight: 700;
    border-radius: 6px;
    max-width: 70px;
    width: 100%;
    text-align: center;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.xeq-29 {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.xeq-24 {
    display: -ms-flexbox !important;
    display: flex !important;
}

.xeq-20>.xeq-22:nth-child(-n+3) .xeq-202:before {
    background: url(./img/stars.png) center no-repeat;
    content: "";
    height: 20px;
    display: block;
}

.xeq-21 .rating {
    font-size: 38px;
    max-width: 120px;
    width: 100%;
    text-align: center;
    border-radius: 0;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.xeq-29 {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.xeq-24 {
    display: -ms-flexbox !important;
    display: flex !important;
}
.xeq-21 .rating {
    background: #ff0000;
    color: #fff;
    font-size: 28px;
    padding: 10px;
    font-weight: 700;
    border-radius: 6px;
    max-width: 70px;
    width: 100%;
    text-align: center;
}

@media (min-width: 1024px) {
 #main .xeq-24.flex-wrap.align-self-center.xeq-29 .thumb {
    width: 150px;
}   
}

.thumb.align-self-center {
    margin-bottom: 10px;
    margin-top: 10px;
}
.xeq-21 .thumb {
    max-width: 156px;
}
.ml-3, .mx-3 {
    margin-left: 1rem !important;
}
.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

@media (min-width: 1024px) {
 #main .xeq-24.flex-wrap.align-self-center.xeq-29 .bonus {
    width: 255px;
}

}

.xeq-21 .bonus2 {
    background: #f3f2f2;
    padding: 10px 16px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 20px;
}
.xeq-24 {
    display: -ms-flexbox !important;
    display: flex !important;
}
.bonus2 {
    background: #f3f2f2;
    padding: 4px 16px;
    border-radius: 5px;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}
.mr-1, .mx-1 {
    margin-right: .25rem !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.xeq-24 {
    display: -ms-flexbox !important;
    display: flex !important;
}

.xeq-21 .button {
    border: 2px solid #111111;
    padding: 10px 16px;
    border-radius: 50px;
    text-decoration: none;
    color: #111111;
    font-weight: 700;
}
.xeq-21 .button {
    border: 1px solid #ff0000;
    padding: 10px 16px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
}
.m-2 {
    margin: .5rem !important;
}
.xeq-28 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.bg-blue {
    background: #ff0000;
    color: #fff !important;
}

@media (min-width: 768px) {
   .post-card--standard:after {
    bottom: -40px;
}
.post-card--standard:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 40%;
    width: 20%;
    height: 1px;
    border-bottom: 3px double #4d3bfe;
    opacity: .5;
}
 
}

@media (min-width: 1024px) {
    #main .xeq-24.flex-wrap.align-self-center.xeq-29 .bonus {
    width: 255px;
}
}


.xeq-21 .bg-blue {
    background: #ff0000 !important;
    color: #fff !important;
}

.xeq-21 .bg-white {
    background: #fff !important;
}

.bonus2:before {
    background: url(./img/bonus_xeq2.png) center no-repeat;
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}



@media (max-width: 422px) {
    #main .xeq-21 .rating {
    font-size: 38px;
    max-width: 90px;
}
}


@media (max-width: 490px) {
  #main .xeq-21 .rating {
    font-size: 38px;
    max-width: 90px;
}  
}



@media (max-width: 422px) {
    #main .xeq-24.flex-wrap.align-self-center {
    font-size: 12px;
}
}


@media (max-width: 422px) {
  #main .xeq-24.flex-wrap.align-self-center {
    font-size: 12px;
    padding: 2px !important;
}  
}



@media (max-width: 422px) {
  #main .xeq-24.flex-wrap.align-self-center.xeq-29 .thumb {
    width: 88% !important;
}  
}


@media (max-width: 490px) {
 #main .xeq-24.flex-wrap.align-self-center.xeq-29 .thumb {
    width: 100%;
}   
}


@media (max-width: 650px) {
  #main .xeq-24.flex-wrap.align-self-center.xeq-29 .thumb {
    width: 130px;
}  
}


@media (max-width: 768px) {
   #main .xeq-24.flex-wrap.align-self-center.xeq-29 .thumb {
    width: 60%;
} 
}






@media (max-width: 490px) {
   #main .xeq-24.flex-wrap.align-self-center.xeq-29 .bonus2 {
    width: 100% !important;
    font-size: 12px !important;

} 



@media (max-width: 650px) {
    #main .xeq-24.flex-wrap.align-self-center.xeq-29 .bonus2 {
    width: 200px;
}
}


@media (max-width: 768px) {
  #main .xeq-24.flex-wrap.align-self-center.xeq-29 .bonus2 {
    width: 70%;
}  
}


@media (max-width: 650px) {
   .xeq-21 .bonus2 {
    font-size: 16px !important;
} 
}


@media (max-width: 422px) {
   #main .xeq-24.flex-wrap.align-self-center.xeq-29 .bonus2 {
    width: 88% !important;
    font-size: 14px;
} 

.bonus2:before {
    background: none;
    width: 0px;
    height: 0px;
    content: "";
    display: block;
    float: left;
    margin-top: 0px;
    margin-right: 0px;
}


}


@media (max-width: 422px) {
  .xeq-24 .button {
    border-radius: 20px !important;
    padding: 2px !important;
}  
}
