.catfish {
    position: fixed;
    bottom: -130px;
    left: 0;
    right: 0;
    top: auto;
    background-color: #00003d;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.16);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.16);
    padding: 15px 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.catfish.show {
    opacity: 1;
    visibility: visible;
    bottom: -1px;
    z-index: 100
}

.catfish__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catfish__block_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 446px
}

@media screen and (max-width: 1024px) {
    .catfish__block_left {
        width:100%;
        margin-bottom: 15px
    }
}

.catfish__block_center {
    width: calc(100% - 660px);
    max-width: 478px;
    padding: 0 20px
}

@media screen and (max-width: 1024px) {
    .catfish__block_center {
        width:calc(100% - 214px);
        padding: 0 20px 0 0
    }
}

.catfish__block_right {
    width: 214px
}

@media screen and (max-width: 600px) {
    .catfish__block_center {
        display:none
    }

    .catfish__block_right {
        width: 100%
    }
}

.catfish__info {
    padding-left: 30px;
    width: calc(100% - 150px)
}

.catfish__info_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 600px) {
    .catfish__info {
        padding-left:15px;
        width: calc(100% - 94px)
    }

    .catfish__info_details {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.catfish__media {
    width: 150px;
    height: 70px;
}

@media screen and (max-width: 600px) {
    .catfish__media {
        width:94px
    }
}

.catfish__media_logo {
    display: block;
    width: 100%;
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
}

.catfish__title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px
}

.catfish__title__sub {
    position: absolute;
    top: -10px;
    left: 100%;
    border-radius: 4px;
    padding: 7px;
    font-size: 12px;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.catfish__title__sub.bookmaker-flag {
    background-color: #0a379c
}

.catfish__title__sub.casino-flag {
    background-color: #e61957
}

.catfish__type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 15px
}

@media screen and (max-width: 600px) {
    .catfish__type {
        margin:0 0 15px
    }
}

.catfish__type-item {
    font-size: 12px;
    line-height: 13px;
    color: #005;
    padding: 5px 10px;
    background: #e8e8e8;
    border-radius: 4px
}

.catfish__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    border-radius: 4px;
    background: #0a379c;
    overflow: hidden
}

.catfish__rating svg {
    width: 12px;
    height: auto;
}

.catfish__rating.bookmaker-flag {
    background-color: #0a379c
}

.catfish__rating.casino-flag {
    background-color: #e61957
}

.catfish__rating_star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    padding: 0 11px 0 0;
    margin: 0 11px 0 0;
    position: relative
}

.catfish__rating_star:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100px;
    background: #005;
    bottom: -15px;
    right: 0
}

.catfish__rating_star img {
    width: 12px
}

.catfish__rating_num {
    font-family: Inter-SemiBold,sans-serif;
    font-size: 12px;
    color: #ffffff
}

.catfish__bonus {
    border: 1px solid #05c48a;
    border-radius: 4px;
    font-size: 14px;
    color: #05c48a;
    padding: 10px;
    text-align: center;
    line-height: 20px
}

.catfish-url {
    display: inline-block;
    width: 100%;
    padding: 12px 80px;
    font-size: 13px;
    letter-spacing: .52px;
    text-transform: uppercase
}