* {
    font-family: "Roboto",sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.card-wrapper p {
    color: #ffffff;
}

/************************************************************* Header *************************************************************/
.nav {
    background-color: #fff;
    padding: 10px;
}

.nav-header {
    padding: 5px 7px;
   
}

.nav-header svg {
    width: 15px;
}

/*==================================== Main Area ====================================*/
.main {
    width: 100%;
    background-color: #eaedf1;
    height: auto;
    position: relative;
}

/*==================================== Card ====================================*/
.card-container {
    padding: 20px 20px 1px;
}

.main-title {
    background-color: #82daca;
    padding: 0 20px;
}

.main-title h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 80px;
    font-weight: 700;
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
}

.card-wrapper {
    margin-top: 20px;
}

.single-card {
    margin-bottom: 20px;
    height: auto;
}

.card-inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-inner-wrapper-logo {
    width: 30%;
}

.card-inner-wrapper-logo img {
    max-height: 70px;
    width: max-content;
    margin: 10px 0;
}

.card-1 {
    background-color: #054146;
    border-bottom: 2px solid #FF4949;
}

.card-2 {
    background-color: #054146;
    border-bottom: 2px solid #FF4949;
}

.card-inner-wrapper-left {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.card-inner-wrapper-review {
    display: flex;
    align-items: center;
    width: 70%;
}

.review-stars svg {
    fill: #FF4949;
    width: 34px;
}

.review-title p {
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-weight: 700;
    padding-top: 10px;
}
.reviews-title h1 {
    font-family: 'Fira Sans', sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
}
.review-btn {
   display: flex;
   justify-content: center;
   align-items: center;
   padding-top: 15px;
}

.review-btn a {
    text-decoration: none;
    color: #ffffff;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
}

.review-btn a:hover {
    background-color: #f2f2f2;
    color: #2f2f2f;
}


.card-inner-wrapper-right {
    display: flex;
    justify-content: space-between;
}

.card-1 h3 {
    color: #FF4949;
    font-weight: 900;
}

.card-2 h3 {
    color: #FF4949;
    font-weight: 900;
}

.card-inner-wrapper-right-content {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.card-inner-wrapper-right-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.line {
    border-left: 3px solid #808080;
    height: 80%;
    display: block;
    margin: 0 25px;
}

.claim-btn {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to bottom, rgba(45, 177, 85) 0%,rgba(45, 177, 85) 36%,rgba(45, 177, 85) 101%);
    padding: 10px;
    font-weight: 900;
    border-radius: 5px;
    font-family: 'Fira Sans', sans-serif;
}

.claim-btn:hover {
    color: #fff;
    opacity: 0.8;
}

.card-inner-wrapper-right-content h3 {
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
    font-size: 32px;
}

.card-inner-wrapper-right-content p {
    margin: 0;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.card-3 {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #FF4949;
    background-color: #054146;
}

.card_3-title span {
    color: #ffffff;
    font-size: 15px;
    padding: 10px 0;
    font-weight: 700;
    line-height: 38px;
    font-family: 'Fira Sans', sans-serif;
}

span.circle-1 svg, span.circle-2 svg  {
    width: 12px;
    border: 2px solid #fff;
    border-radius: 100px;
    fill: transparent;
    line-height: 38px;
    cursor: pointer;
}

.block-card-wrapper.card-3 {
    padding: 0 20px;
}

.circle-2-content-wrapper {
    display: none;
}

.circle-1-content-wrapper.hide-btn2 {
    display: none;
}

.circle-2-content-wrapper.active-btn1 {
    display: block;
}

.block-card-circle {
    margin: auto 0;
}

.circle-1.active-circle svg, .circle-2.active-circle svg {
    fill: #fff;
}

.blog-content-wrapper {
    background-color: #fff;
}

.card-container {
    margin-bottom: 150px;
}

.reviews-container {
    margin-bottom: 150px;
}

.card-container.review-card-container {
    margin-bottom: 0px;
}

/*==================================== Side Bar ====================================*/
.sidebar.sidebar-active .large-logo {
    display: block;
    margin-left: 0; 
    margin-top: -6px;
}

.sidebar .large-logo {
    display: none;
}

.sidebar.sidebar-active .small-logo {
    display: none;
}

.sidebar .small-logo {
    display: block;
}

.sidebar img.small-logo {
    width: 100%;
}

.sidebar.sidebar-active .sidebar-nav span {
    display: inline-block;
}

.sidebar .sidebar-nav span {
    display: none;
}

.page-wrapper {
    display: flex;
    min-height: 100vh;
}

.sidebar {
    width: 50px;
    height: auto;
    background-color: #353942;
}

.sidebar.sidebar-active {
    width: 300px;
}

.sidebar-inner-wrapper {
    width: 100%;
    display: block;
    overflow: hidden;
}

.side-bar-top {
    background-color: #0057b7;
    padding: 15px 10px;
    color: #fff;
    height: 55px;
}

.side-bar-top img {
    margin: 0 auto;
}

.side-bar-bottom {
    padding-top: 10px;
    height: 100%;
}

.sidebar-nav a {
    display: block;
    color: #eaedf1;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 35px;
    white-space: nowrap;
}

.sidebar-nav a i {
    display: inline-block;
    width: 20px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
}

.sidebar-nav li:hover {
    color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,.15);
}

ul.sidebar-nav {
    padding: 0;
    margin: 0;
}

.sidenav a, .dropdown-btn {
    text-decoration: none;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.dropdown-container ul {
    padding: 0;
    background-color: rgba(0,0,0,.4);
}

.sport-icon {
    vertical-align: middle;
    display: inline-block;
    width: 18px !important;
    height: 18px !important;
    margin: 0;
    margin-right: 10px;
    background: url(../images/sportIcons2.png) -999px -999px no-repeat;
    position: relative;
    z-index: 2;
    background-position: -936px 0;
}

span.tips-count {
    float: right;
    background-color: #2980b9;
    padding: 3px;
    font-size: 15px !important;
    line-height: 1 !important;
    margin-top: 8px;
    display: block;
    border-radius: 0.25em;
}

ul.sport-list li a span {
    font-size: 12px !important;
}

/* Football background position */
.sport-icon.football {
    background-position: -486px 0;
}

/* Tennis background position */
.sport-icon.tennis {
    background-position: -540px 0;
}

/* Basketball background position */
.sport-icon.basketball {
    background-position: -54px 0;
}

.side-bar-bottom span {
    font-size: 15px;
    line-height: 35px;
}

ul.bookmarkers img {
    margin-right: 10px;
    opacity: .5;
}

.sidebar-nav li a:hover .bookmarkers img {
    opacity: 1;
}

ul.bookmarkers span {
    font-size: 12px;
    line-height: 32px;
}

.sidebar-nav-icon {
    opacity: .5;
}

.sidebar-nav li a:hover .sidebar-nav-icon {
    opacity: 1;
}

ul.sport-list ul li {
    padding-left: 20px;
}


/************************************************************* Review *************************************************************/

/*==================================== Review Card ====================================*/
.review-bottom {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 8px 15px;
}

.review-single-card {
    margin: 0;
}

.review-single-card .card-inner-wrapper-right {
    flex-direction: row;
}

.review-single-card  .card-inner-wrapper-left {
    width: max-content;
}

.bredcump {
    position: relative;
}
.bredcump::before {
    content: "/";
    padding-right: 10px;
}

.review-card-1 {
    background-color: #054146;
    font-size: 15px;
}

.review-card-2 {
    background-color: #054146;
}

.review-card-1 a {
    color: #FF4949;
    text-decoration: none;
}

.review-card-2 a {
    color: #FF4949;
    text-decoration: none;
}

.review-bottom a {
    padding-right: 10px;
}

.review-bottom p {
    margin: 0;
}

/*==================================== Blog Data ====================================*/
.blog-container {
    padding: 20px 20px 1px;
}

.blog-data {
    display: flex;
    gap: 20px;
}

.blog-card-1 {
    flex: 1;
    align-items: center;
    justify-content: center;
}

.blog-card-2 {
    flex: 1;
    align-items: center;
    justify-content: center;
}

.blog-title {
    border-bottom: 2px solid #FF4949;
    background-color: #054146;
}

.blog-title span {
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 700;
    line-height: 38px;
    font-family: 'Fira Sans', sans-serif;
}

.blog-card-1 {
    position: relative;
    background-color: #054146;
}

.blog-data-middle.blog-card-1 {
    background: #fff;
    border: 1px solid #dbe1e8;
}

.holder {
    padding: 20px;
}

.rating-holder {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rating-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rating-right {
    text-align: center;
}

.rating-title {
    color: #ffffff;
    font-size: 17px;
    padding: 10px 0;
    font-weight: 700;
    white-space: nowrap;
}
.rating-text {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 2px solid #FF4949;
    border-radius: 50%;
    margin-bottom: 10px;
}

.rating-text span {
    font-size: 48px;
    color: #FF4949;
    font-weight: 900;
}

.rating-button {
    margin: 10px 0;
}

.rating-btn {
    background: rgb(45, 177, 85);
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    padding: 20px 25px;
    border-radius: 5px;
    font-weight: 600;
    background: linear-gradient(to bottom, rgba(45, 177, 85) 0%,rgba(45, 177, 85) 36%,rgba(45, 177, 85) 101%);
}

@media screen and (max-width: 992px) {
    .rating-btn {
        background: rgb(45, 177, 85);
        font-family: 'Fira Sans', sans-serif;
        color: #fff;
        text-decoration: none;
        padding: 10px;
        border-radius: 5px;
        font-weight: 600;
        background: linear-gradient(to bottom, rgba(45, 177, 85) 0%,rgba(45, 177, 85) 36%,rgba(45, 177, 85) 101%);
    }
}

.rating-btn:hover {
    color: #fff;
    opacity: 0.8;
    background: linear-gradient(to bottom, rgba(45, 177, 85) 0%,rgba(45, 177, 85) 36%,rgba(45, 177, 85) 101%);
}

.pros-cons-title-icon {
    padding: 0 !important;
    line-height: 1 !important;
}

.pros-cons-title {
    padding: 0 !important;
    line-height: 1 !important;
}

.pros-cons-title-inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.pros-cons-title-icon svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

.pros-cons-title-inner-wrapper a {
    text-decoration: none;
    color: #ffffff;
}

ul.pros-cons-list li {
    display: flex;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    font-family: 'Fira Sans', sans-serif;
}

span.list-icon {
    width: 20px;
}

span.list-icon-pros svg {
    fill: rgb(2 123 92);
    width: 20px;
    height: 20px;
}

span.list-icon-cons svg {
    fill: #df5e73;
    width: 20px;
    height: 20px;
}

span.pros, span.cons {
    cursor: pointer;
    text-transform: uppercase;
    padding: 0;
    line-height: 1;
}

ul.pros-cons-list {
    margin: 0 30px;
    padding: 20px 0;
}

.bloog-card-1 {
    color: #FF4949;
}

.bloog-card-2 {
    color: #FF4949;
}

.blog-data-left .blog-content {
    text-align: center;
    padding: 57px 30px;
}
.blog-content h3 {
    font-weight: 900;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 15px;
    font-family: 'Fira Sans', sans-serif;
}

.blog-content p {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
}

.blog-data-left.blog-card-1 .blog-content p {
    text-transform: uppercase;
}

.blog-contact-claim-btn {
    font-family: 'Fira Sans', sans-serif;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to bottom, rgba(45, 177, 85) 0%,rgba(45, 177, 85) 36%,rgba(45, 177, 85) 101%);
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
}

.blog-contact-claim-btn:hover {
    background: linear-gradient(to bottom, rgba(45, 177, 85) 0%,rgba(45, 177, 85) 36%,rgba(45, 177, 85) 101%);
    color: #fff;
    opacity: 0.8;
}
 

/*==================================== Pinnacle Reviews ====================================*/
.reviews-container {
    padding: 20px 20px 1px;
} 

.reviews-title {
    border-bottom: 2px solid #FF4949;
    background-color: #054146;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.reviews-title h2 {
    font-family: 'Fira Sans', sans-serif;
    color: #ffffff;
    font-weight: 700; 
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
}

.reviews-content {
    width: 100%;
    padding-top: 20px;
    padding: 20px 20px ;
    background-color: #fff;
}
table{

display: block;
overflow-x: auto;
white-space: nowrap;
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
}
td, th, tr {
    font-size: 12px;
    border: 2px black solid;
    padding: 5px;
    }
.reviews-content p {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 15px;
}

.reviews-content h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.reviews-content img {
    width: 100%;
}

span.stars-bar {
    display: flex;
}

/*==================================== Contact ====================================*/

.contact-section {
    padding: 50px;
}

.contact-section h2 {
    font-family: 'Fira Sans', sans-serif;
}

.contact-line {
    color: #ff4500;
    height: 3px !important;
    width: 6rem;
    margin: 0;
}

.contact-wrapper {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.contact-form-wrapper {
    flex: 1;
    box-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
    padding: 30px;
}

.form-btn {
    text-align: center;
    margin: 30px 0 20px 0;
}

.form-btn a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.send-btn {
    padding: 10px 50px;
    border-radius: 30px;
    background-color: #ffa900 !important;
    border-color: #ffa900 !important;
    font-family: 'Fira Sans', sans-serif;
}

.contact-text {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-text span {
    text-align: center;
    font-weight: 500;
    line-height: 1.75;
    font-size: 15px;
}

.input-data {
    display: flex;
    flex-direction: column;
}

.data {
    position: relative;
    top: 35px;
    left: 13px;
}

input#name, input#email, textarea#message {
    background: #f3f4f6;
    padding: 40px 12px 8px 12px ;
    border: 2px solid #ffa900;
    border-radius: 15px;
}

input#name:focus, input#email:focus, textarea#message:focus {
    border: 2px solid rgba(199, 210, 254, 0.5);
    outline: none;
} 

.name label {
    font-weight: 500;
    font-size: .75rem;
}


.mobile-header {
    display: none;
}


/* footer */
footer {
    padding: 10px 20px;
    font-size: 11px;
    background-color: #fff;
    border-top: 1px solid #dbe1e8;
    min-width: 320px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

footer span.social-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

footer span.social-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #51b69f;
}

footer span.social-icon:hover {
    background-color: #42917d;
}

.footer-inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-wrapper {
    display: flex;
    gap: 10px;
}

.footer-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-left .container-box p {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
} 

.footer-left .container-box.logo-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-left .container-box.logo-box a {
    display: block;
}

.blog-data-left.blog-card-1 .blog-content.circle-1-content-wrapper {
    text-transform: uppercase;
}

.review-stars.pinnacle-reviews-stars svg {
    width: 20px;
}

.pinnacle-reviews {
    margin-bottom: 20px;
}

.eighteen_dark-wrapper {
    display: flex;
    gap: 5px;
}

.eighteen_dark-wrapper img {
    height: 38px;
}

.eighteen_dark-wrapper p {
    font-size: 13px !important;
    line-height: 38px;
    margin-left: 10px;
    font-weight: 400;
}

.responsible-gambling {
    display: flex;
    gap: 10px;
}

img.gamcare {
    height: 38px;
}

img.gamble-aware {
    height: 12px;
    margin-top: 11px;
}

.container-box h4 {
    font-weight: 300;
    font-size: 15px;
    font-family: fira sans;
}

.footer-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.policies li {
    text-align: right;
    list-style-type: none;
}

.policies a {
    text-decoration: none;
    font-size: 14px;
    color: #fff !important;
    font-family: fira sans;
}

.policies a:hover {
    color: #eb6379 !important;
}

ul.policies {
    margin: 0;
}
/*mobile-view*/
@media screen and (max-width: 767px) {

    a.toggle-btn {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .mobile-logo img {
        width: 150px;
    }
    


    /*==================================== Card ====================================*/
    .card-inner-wrapper {
        display: block;
    }
    
    .card-inner-wrapper-left {
        display: block;
        width: 100%;
        padding: 0;
    }
    
    
    .card-inner-wrapper-review {
        display: block;
        width: 100%;
    }
    
    .card-inner-wrapper-right {
        display: block;
        text-align: center;
    }
    
    .card-inner-wrapper-right-content {
        display: block;
    }
    
    .card-inner-wrapper-right-btn {
        display: block;
        margin: 10px 0;
    }

    .card-inner-wrapper-logo {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ff5500;
        margin-bottom: 15px;
    }

    .review-stars {
        text-align: center;
    }

    .card-inner-wrapper-logo img {
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
 
    }

    .card-container {
        padding: 10px 5px;
    }

    /*==================================== Blog Data ====================================*/
    .blog-data-right, .blog-data-middle {
        margin-bottom: 30px;
    }


    /******************************************** Review *********************************************/
    .blog-data {
        display: block;
    }

    .blog-container {
        padding: 10px;
    }

    .reviews-title {
        padding: 10px;
    }

    .reviews-title h2 {
        margin: 0;
        font-size: 20px;
    }

    .review-stars svg {
        width: 20px;
    }

    /*==================================== Contact ====================================*/
    .contact-wrapper {
        display: block;
    }

    .contact-text {
        margin: 50px 10px 0 10px;
    }

    .contact-section {
        padding: 15px;
    }

    /*==================================== Footer ====================================*/
    .footer-inner-wrapper {
        flex-direction: column;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    footer {
        position: relative;
    }

    .footer-left {
        flex-direction: column;
        gap: 15px;
    }

    .eighteen_dark-wrapper {
        align-items: center;
        margin-bottom: 15px;
    }

    .eighteen_dark-wrapper p {
        margin-bottom: 0 !important;
        line-height: 1 !important;
    }
    
    .footer-left .container-box.logo-box {
        flex: 1;
    }

    .footer-right {
        margin-top: 30px !important;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    .footer-left .container-box p {
        text-align: center;
    }

    .responsible-gambling {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-left .container-box.logo-box {
        display: block;
    }

    .footer-left .container-box p {
        font-style: 11px;
    }

    .policies li {
        text-align: center;
    }

    ul.policies {
        padding: 0;
    }

    .eighteen_dark-wrapper img {
        height: 24px;
    }

    .footer-left .container-box.logo-box a {
        max-width: 100%;
    }

}



/*tab-portrait*/
@media (min-width: 768px) and (max-width: 991px) {
    a.toggle-btn {
        display: none;
    }

    footer {
        position: relative;
    }

    .sidebar {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    .mobile-logo img {
        width: 150px;
    }

    .card-inner-wrapper {
        display: block;
    }

    .card-inner-wrapper-left {
        display: block;
        width: 100%;
    }

    .card-inner-wrapper-logo {
        width: 100%;
        text-align: center;
    }
    
    .card-inner-wrapper-review {
        width: 100%;
    }

    .card-inner-wrapper-right {
        justify-content: center;
        align-items: center;
    }

    .card-inner-wrapper-right-content {
        justify-content: center;
        align-items: center;
    }

    .line {
        display: none;
    }

    .card-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .card-inner-wrapper-right-content p {
        text-align: center;
    }
    /*==================================== Contact ====================================*/
    .contact-wrapper {
        display: block;
    }

    .contact-text {
        margin-top: 50px;
    }

    /*==================================== Review ====================================*/
    .card-wrapper.review-card-wrapper {
        display: block;
    }

    .review-single-card .card-inner-wrapper-left {
        width: 100%;
        border-bottom: 1px solid #ff5500;
    }
    .review-single-card .card-inner-wrapper-right {
        flex-direction: column;
    }

    .review-single-card .card-inner-wrapper-logo img {
        margin: 0;
    }

    .blog-data {
        flex-direction: column;
    }

    /*==================================== Footer ====================================*/
    .footer-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .footer-inner-wrapper {
        align-items: flex-start;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-left .container-box.logo-box a img {
        width: 100%;
    }
 
}


/*small pc -portrait*/
@media (min-width: 992px) and (max-width: 1200px) {
    .card-inner-wrapper-left {
        flex-direction: column;
    }
    .card-inner-wrapper-logo {
        width: 100%;
        text-align: center;
    }
    .card-inner-wrapper-right {
        align-items: center;
        justify-content: center;
    }
    .card-inner-wrapper-right-content {
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .line {
        display: none;
    }

    .footer-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .footer-inner-wrapper {
        align-items: baseline;
    }

    .card-container {
        margin-bottom: 150px;
    }

    .card-container.review-card-container {
        margin-bottom: 0;
    }

    .reviews-container {
        margin-bottom: 150px;
    }


}



.cons-content-wrapper {
    display: none;
}

.pros-content-wrapper.hide-pros {
    display: none;
}

.cons-content-wrapper.active-cons {
    display: block;
}

.card-inner-wrapper-review {
    flex-direction: column;
}

.card-inner-wrapper-right {
    flex-direction: column;
    padding: 15px 20px; 
}


/* large screen */
@media (min-width: 1600px)  {
    .card-inner-wrapper-review, .card-inner-wrapper-right, .rating-holder {
        flex-direction: row;
    }

    .card-inner-wrapper-review {
        gap: 30px;
        align-items: center;
    }

    .review-btn {
        padding-top: 0;
    }

    .rating-right {
        width: calc(100% - 170px);
    }
}
.reviews{
  max-width: 860px;
  margin-inline: auto;
}

/* Каждая цитата */
.review{
  position: relative;
  margin: 2.25rem 0;
  padding: 2rem 2.5rem 1.5rem;
  background:#fff;
  border-left: 6px solid #ffb700;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
  line-height: 1.55;
}

/* Большая открывающая кавычка */
.review::before{
  content: "“";
  position: absolute;
  top: -15px; left: 14px;
  font: 800 7rem/0.5 Georgia, serif;
  color:#ffb700;
  opacity:.18;
  pointer-events:none;
}

/* Текст самой рецензии */
.review > p{
  margin: 0;
}

/* Автор + дата */
.review footer{
  margin-top: 1.25rem;
  font-size: .9rem;
  color:#555;
  display:flex;
  gap:.4rem;
  flex-wrap: wrap;
}

.review footer cite{
  font-style:normal;
  font-weight:600;
  color:#222;
}

.review footer time{
  white-space:nowrap;
}

/* Строка “столько-то человек сочли полезным” */
.helpful{
  display:block;
  margin-top:.35rem;
  font-size:.78rem;
  color:#868e96;
}

/* 5 звёзд по умолчанию — берём цифру из data-rating */
.review::after{
  content: "★★★★★";
  position:absolute;
  top:1.15rem;
  right:1.5rem;
  font-size:1rem;
  letter-spacing:.12em;
  background:linear-gradient(90deg,#ffb700 var(--w,100%),#dcdcdc 0);
  -webkit-background-clip:text;
  color:transparent;
}

/* Считаем ширину закрашенной части: rating / 5 */
.review[data-rating="5"]{ --w:100%; }
.review[data-rating="4"]{ --w:80%; }
.review[data-rating="3"]{ --w:60%; }
.review[data-rating="2"]{ --w:40%; }
.review[data-rating="1"]{ --w:20%; }