body {
    background: #f1f1f3;
}

.offer-page__details, .offer-page__description, .offer-page__comparison-table {
    background: #fff;
    border: 1px solid #eee;
}

header {
    border-bottom: 1px solid #d0d0d2;
}

.header__logo, .header__home {
    display: flex;
    align-items: center;
}

.header__home:before {
    display: block;
    position: relative;
    content: " ";
    width: 36px;
    height: 36px;
    background: url("../../images/home-button.png") right;
    margin: 0 6px 0 0;
}
.menu_header:before {
    display: block;
    position: relative;
    content: " ";
    width: 36px;
    height: 36px;
    background: none !important;
    margin: 0 6px 0 0;
}

.header__home {
    line-height: 48px;
}

.header__home a {
    color: #222;
}

.offer-page__details {
    padding: 24px 24px 24px 48px;
}


.offer-page__description {
    padding: 48px;
}

.offer-page__details {
    height: 120px;
}

.offer-page {
    display: flex;
    flex-direction: column;
    width: 1000px;
    margin: 36px auto 48px auto;
}

.offer-page__content, .offer-page__details {
    display: flex;
    flex-direction: row;
}

.offer-page__button {
    min-width: 264px;
}

.offer-page__image {
    text-align: left;
    line-height: 100%;
}

.offer-page__image img {
    display: block;
    width: auto;
    height: 100%;
}

.offer-page__details {
    text-align: center;
    justify-content: center;
    align-content: center;
    justify-items: center;
}

.offer-page__details > * {
    flex-grow: 1;
    width: 25%;
}

.offer-page__star-score {
    width: 50%;
    display: flex;
}

.offer-page__star-score > * {
    flex-grow: 1;
}

.rate {
    border-bottom: 4px solid #6395ec;
    font-size: 25pt;
    font-weight: bold;
    padding: 0 12px;
    box-sizing: border-box;
}

.offer-page__read-review {
    font-size: 9pt;
    color: #6395ec;
}

.offer-page__comparison-table-data {
    align-items: center;
    padding: 24px 24px 0 24px;
}

.offer-page__button {
    padding: 12px 0;
    text-align: right;
}

.offer-page__details .starability-basic {
    top: 0;
    left: 0;
    padding: 0 24px;
    width: 200px;
}

.offer-page__stars {
    padding: 12px 0;
}

.offer-page__score {
    padding: 12px 0;
}

.stars_text {
    color: #a3a3a3 !important;
}

.offer-page__details .stars_text {
    margin: 0;
    position: relative;
    top: -6px;
}

.offer-page__content {
    margin-top: 16px;
}

.offer-page__comparison-table-container {
    margin-left: 16px;
    width: 312px;
    box-sizing: border-box;
}

.offer-page__description {
    width: 64%;
    flex-grow: 1;
}

.c-stars {
    font-size: 22px;
    color: #999;
}

.c-stars .fa.checked {
    color: #F9CB02;
}

.offer-page__title {
    font-weight: bold;
    font-size: 25pt;
    margin: 0 0 24px 0;
    color: #454445;
}

.offer-page__description {
    color: #949494;
    font-weight: bold;
}

.offer-page__comparison-table-details {
    text-align: center;
    vertical-align: middle !important;
}

.offer-page__comparison-table-link {
    font-weight: bold;
    font-size: 11pt;
    padding: 12px 24px;
    border-bottom: 1px solid #ededed;
}

.offer-page__link-button {
    display: block;
    color: #fff;
    height: 48px;
    line-height: 36px;
    width: 264px;
    background: #ee451a !important;
}

.offer-page__text img{
    max-width: 100%;
}

.offer-page__link-button:hover {
    color: #eee;
    background: #d23b15 !important;
}

.offer-page__link-button:active {
    color: #fff;
    background: #c13410 !important;
}

.offer-page__content-link a {
    margin: 72px 0 0 0;
}

.offer-page__comparison-table-data {
    display: flex;
    justify-content: space-between;
}

.offer-page__comparison-table-image {
    max-width: 144px;
}

.offer-page__comparison-table-image img{
    max-width: 100%;
}

.offer-page__comparison-table-details {
    display: flex;
    flex-direction: column;
}

.offer-page__comparison-table-rate {
    line-height: 35px;
}

@media only screen and (max-width: 768px) {
    .offer-page__details {
        flex-direction: column;
        height: auto;
        align-content: center;
        align-items: center;
        padding: 24px 24px 12px 24px;
        margin: 0 24px;
    }

    .offer-page__description {
        padding: 48px 24px;
    }

    .offer-page__comparison-table {
        margin-top: 24px;
        background: transparent;
    }

    .header_logo{
        min-width: 100px !important;
        max-width: 100px !important;
        min-height: 50px !important;
        max-height: 50px !important;
    }

    .offer-page__comparison-table-data {
        border: 1px solid #ededed;
        border-bottom: 0;
        background: #fff;
    }

    .offer-page__comparison-table-link {
        margin-bottom: 24px;
        border: 1px solid #ededed;
        border-top: 0;
        background: #fff;
    }

    .offer-page__star-score {
        flex-direction: row-reverse;
        padding: 12px 0 0 0;
    }

    .offer-page__details > * {
        width: 100%;
        text-align: center;
    }

    .offer-page__image img, .offer-page__button a {
        margin: 0 auto;
        display: block;
    }

    .offer-page__button a {
        width: 100%;
    }

    .offer-page__content {
        flex-direction: column;
        padding: 0 24px 0 24px;
    }

    .offer-page__description, .offer-page__comparison-table-container {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    .offer-page {
        width: 100%;
    }

    .offer-page__content-link a {
        display: block;
        width: 100%;
    }

    .offer-page__comparison-table-details {
        flex-direction: row;
        justify-content: space-between;
        width: 66%;
        box-sizing: border-box;
        padding-left: 15%;
    }

    .offer-page__read-review {
        width: 48px;
    }

    .offer-page__comparison-table-image {
        max-width: 33%;
    }

    .offer-page__comparison-table-image img {
        width: 100%;
    }
}