.navbar-collapse {
    flex-grow: 0;
}
img{
    max-width: 100%;
}
.row {
    --bs-gutter-x: 0;
}
h2 {
    color: rgb(222, 174, 3);
    font-size: 2rem;
}
@media (max-width: 768px){
    p {
        font-size: .9rem;
    }
}
.navbar-toggler:focus {
    box-shadow: 0;
}
.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.header{
    border-bottom: 1px solid #808080;
    background-color: #e9ecef;
}
.content{
    position: relative;
    height: 500px;
    color: oldlace;
}
.content-img {
    position: absolute;
    content: "";
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}
.content-text{
    padding-top: 8%;
    padding-left: 8%;
}
.content-text > p{
    font-size: 1.3rem;
}
@media (max-width: 768px){
    .content-text > p {
        font-size: 1.1rem;
    }
}
.btn{
    padding: 16px 51px;
    border-radius: 1rem;
}
.btn-primary {
    color: #010103;
    background-color: rgb(222, 174, 3);
    border-color: rgb(222, 174, 3);
    font-weight: bold;
}
.btn-primary:hover {
    color: rgb(222, 174, 3);
    background-color: #010103;
    border-color: #010103;
}

.card{
    transform-box: fill-box;
}
.card:nth-child(n+5){
    margin-top: 20px;
}
@media (max-width: 991px){
    .card:nth-child(n+4){
        margin-top: 20px;
    }
}
@media (max-width: 768px){
    .card:nth-child(n+3){
        margin-top: 20px;
    }
}
.card > img{
    height: 150px;
    object-fit: cover;
}
p.card-text{
    font-size: 1rem;
}
.card-body > h5{
    color: rgb(222, 174, 3);
    font-weight: bold;
}
.card-body > p{
    color: rgb(154, 126, 23);
}
@media screen and (max-width: 1094px){
    .card-body > a.btn{
        padding: 16px 37px;
    }
}

.text{
    background-color: #e9ecef;
}
.main-text > ul > li{
    list-style-type: none;
    position: relative;
}
.main-text > ul > li:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dc3545;
    left: -20px;
    top: 7px;
}
.main-text > p > a{
    color: #dc3545;
    cursor: pointer;
    font-weight: bold;
}


.bonus-block-main-item{
    border: 3px solid #808080;
}
.bonus-block-main-item:nth-child(n+2){
    margin-top: 15px;
}
.bonus-block-main-img img{
    height: 200px;
    object-fit: cover;
}
img.card-img-top{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bonus-block-main-about span{
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: rgb(222, 174, 3);
}
@media screen and (max-width: 953px){
    .bonus-block-main-btn > a.btn{
        padding: 10px 24px;
    }
}
@media screen and (max-width: 768px){
    .bonus-block-main-img img{
        height: 150px;
    }
    .bonus-block-main-img > a.btn{
        padding: 10px;
        font-size: .8rem;
    }
}
@media screen and (max-width: 575px){
    .bonus-block-main-about{
        font-size: 16px !important;
        line-height: 120%;
    }
}
@media screen and (max-width: 375px){
    .bonus-block-main-img img{
        height: 85px !important;
    }
    .bonus-block-main-btn > a.btn{
        padding: 5px 10px;
        font-size: .7rem;
    }
}
.cards-icon{
    background-color: #e9ecef;
}
h5.card-icon-title{
    font-size: 1rem;
    color: rgb(222, 174, 3);
}
@media screen and (max-width: 768px){
    h5.card-icon-title{
        font-size: .8rem;
    }
    p.card-icon-text{
        font-size: .65rem;
    }
}

.card-icon-text{
    font-size: .8rem;
    margin: 0 auto;
}
.accordion-header{
    background-color: #e9ecef;
    border: 3px solid rgb(222, 174, 3);
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #e9ecef;
    border: 1px solid rgb(222, 174, 3);
}
.accordion-body{
    border: 3px solid rgb(222, 174, 3);
    border-top: none;
    background-color: #c0c3c6;
}
.accordion-button:focus {
    border-color: rgb(222, 174, 3);
    box-shadow: none;
}
.accordion-button::after{
    display: none;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.footer{
    border-top: 1px solid #808080;
    background-color: #e9ecef;
}
h5.footer-main-title{
    font-size: 1rem;
    color: rgb(222, 174, 3);
}
.footer-main-text{
    font-size: .8rem;
    margin: 0 auto;
    color: rgb(171, 136, 8);
}
.footer-copyright{
    color: rgb(171, 136, 8);
}

/* page style */
.page-rating-main-img img{
    height: 300px;
    object-fit: cover;
}
.page-rating-main-title{
    color: rgb(222, 174, 3);
    font-size: 40px;
    font-weight: bold;
}
.page-rating-main-bonus{
    font-size: 20px;
    padding-right: 1.5rem!important;
}
.page-rating-main-status-title, .page-rating-main-bonus-title{
    font-size: 30px;
    font-weight: bold;
}
.page-rating-main-bonus > span{
    font-size: 27px;
    color: rgb(222, 174, 3);
}
.page-rating-main-right{
    padding-left: 20px;
}
.page-rating-btn > .btn{
    padding: 16px 100px;
}
.page-rating-main-status{
    font-size: 28px;
    color: rgb(222, 174, 3);
}
.page-rating-main-status span{
    font-size: 28px;
}
.page-rating-main-status::after{
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    width: 23px;
    height: 34px;
    left: 45px;
    top: 4px;
}
@media screen and (max-width: 875px){
    .page-rating-main-title{
        font-size: 30px;
    }
    .page-rating-main-status-title, .page-rating-main-bonus-title{
        font-size: 25px;
        margin-top: 0 !important;
    }
}
@media screen and (max-width: 653px){
    .page-rating-main{
        flex-direction: column;
    }
    .page-rating-main-right {
        padding-left: 0;
    }
    .page-rating-btn, .page-rating-main-bonus, .page-rating-main-bonus > span, .page-rating-main-title, .page-rating-main-status{
        text-align: center;
    }
    .page-rating-main-img img{
        height: 200px !important;
        object-fit: cover;
    }
}
.pros-cons-pros-title, .pros-cons-cons-title{
    color: #dc3545;
    font-size: 28px;
}
.pros-cons-pros > ul > li, .pros-cons-cons > ul > li {
    list-style-type: none;
    position: relative;
}
.pros-cons-pros > ul > li:before{
    position: absolute;
    content: "";
    top: 2px;
    left: -29px;
    width: 18px;
    height: 18px;
    background-image: url("../images/plus.svg");
}
.pros-cons-cons > ul > li:before{
    position: absolute;
    content: "";
    top: 10px;
    left: -30px;
    width: 18px;
    height: 5px;
    background-image: url("../images/minus.svg");
}

.main-text, .header, .page-rating, .bonus-block, .pros-cons-block, .accordion-item, .card-items{
    padding-left: 10px;
    padding-right: 10px;
}