:root {
    --content-width: 830px;
    --header-width: 1200px;
    --hero-width: 1200px;
    --color-red: #e12a0e;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.25;
    color: black;
    font-size: 18px;
}

img {
    width: 100%;
    display: block;
}

p {
    margin-bottom: 15px;
}

.header {
    display: flex;
    justify-content: center;
    background-color:white;
    padding-left: 15px;
    padding-right: 15px;
}

.header-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: var(--header-width);
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    background-color: #f2f2f2;
}

.content {
    background-color: white;
    max-width: var(--content-width);
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.sticky-cta-container {
    position: sticky;
    bottom: 0;
    width: 100%;
}

.cta--main {
    display: block;
    width: 100%;
    margin: 20px auto;
    padding: 15px;
    border-radius: 7px;
    box-shadow: 0 5px #a8200b;
    background-color: var(--color-red);
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
}

.cta--main:hover {
    background-color: #c0392b;
    box-shadow: 0 5px #7b1809;
}

.cta--stiky {
    display: flex;
    width: 100%;
    height: 55px;
    background-color: var(--color-red);
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: clamp(0px, 4vw, 20px);
    text-align: center;
}

.logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.logo__img {
    width: 100%;
    max-width: 50px;
}

.logo__text {
    max-width: 100px;
    color: #dd280c;
    font-weight: 700;
    line-height: 1;
    font-size: 22px;
}

.navigation {
    display: flex;
    gap: 15px;
}

.navigation a {
    color: #000;
    transition: all .3s;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid transparent;
    text-decoration: none;
}

.navigation a:hover {
    border-bottom: solid 2px #000;
}

.hero {
    background-color: #ffce46;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}

.hero-content-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: var(--hero-width);
}

.hero-side {
    flex: 1;
}

.breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
    color: rgb(51, 51, 51);
}

.main-title {
    font-size: 26px;
    font-weight: 700;
    margin: 20px 0;
    color: #000;
}

.header-bord {
    font-size: 24px;
    margin-top: 20px;
    background-color: var(--color-red);
    padding: 10px;
    color: white;
    text-align: center;
}

.main-subtitle {
    font-size: 22px;
    font-weight: 400;
}

.content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.dialog {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.question {
    background-color: #FFE0CC;
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.question__text {
    font-weight: 700;
}

.avatar {
    height: 60px;
    width: 60px;
}

.avatar--answer {
    float: left;
    margin-right: 10px;
}

.answer-quote1 {
    padding: 15px;
    border: solid 3px rgb(255, 206, 70);
    margin-top: 20px;
}

.answer {
    display: flow-root;
}

.answer p:first-of-type {
    margin-top: 10px;
}

.answer-img {
    width: 100%;
    max-width: 600px;
    border-radius: 7px;
    box-shadow: 0px 4px 6.3px 0px #00000066;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.answer-img-container {
    display: flex;
    gap: 10px;
}

.fact-p {
    border-left: solid 8px rgb(255, 206, 70);
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.answer-img-text-container {
    width: 100%;
    max-width: 600px;
    border-radius: 7px;
    box-shadow: 0px 4px 6.3px 0px #00000066;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    overflow: hidden;
}  

.answer-img-text-container .answer-text {
    font-weight: 400;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #5a5a5a;
}

.audit-cells {
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.audit-cells__title {
    clear: both;
    background-color: #ffce46;
    color: #000;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    font-weight: 700;
}

.audit-cells__body {
    padding-top: 10px;
    position: relative;
}

.audit-cells_label {
    position: absolute;
    display: inline-block;
    font-size: clamp(0px, 4vw, 18px);
    padding: 2% 3%;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    bottom: 5%;
}

.audit-cells_label--before {
    background: #000;
    color: #fff;
    left: 0;
}

.audit-cells_label--after {
    background: #ffce46;
    color: #000;
    right: 0;
}

.compare {
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 25px;
}

.compare__item {
    flex: 1;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 7px;
    box-shadow: 0px 4px 6.3px 0px #00000066;
    overflow: hidden;
}

.compare__item-title {
    height: 75px;
    padding: 10px;
    margin: 15px 0 25px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: white;
    font-weight: 700;
    font-size: 20px;
}

.compare__item--bad .compare__item-title {
    background-color: #e12a0e;
}

.compare__item--good .compare__item-title {
    background-color: #008000;
}

.compare__item--bad {
    background-color: #de797c;
}

.compare__item--good {
    background-color: #5cbd5c;
}

.compare__item-img {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.compare__item--good .compare__item-img {
    width: auto;
    border-radius: 0;
}

.compare__arg-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-self: flex-start;
}

.compare__arg {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 10px;
}

.compare__item--bad .compare__arg-icon {
    color: var(--color-red);
}
.compare__item--good .compare__arg-icon {
    color: #008000;
}

.compare__arg-icon {
    flex: 0 0 auto;
    width: 25px;
    height: 25px;
}

.compare__arg-text {
    color: white;
    font-size: 20px;
}

.review {
    max-width: 600px;
    margin: 15px auto;
}

.review__img {
    border-radius: 7px;
    box-shadow: 0px 4px 6.3px 0px #00000066;
    margin-bottom: 10px;
}

.review p {
    margin: 0;
}

.review__main-text {
    font-style: italic;
}

.review__little-text {
    text-align: right;
}

.recap {
    border: solid 3px rgb(255, 206, 70);
    display: flex;
    flex-direction: row;
}

.recap__title {
    font-size: 20px;
    font-weight: 700;
}

.recap-side {
    padding: 20px;
    flex: 1;
}

.recap__list {
    list-style: none;
}

.recap__list--left li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.recap__list--left li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #ffce46;
    border-radius: 50%;
}

.recap__list--right li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.recap-side--right {
    border-left: solid 3px #ffce46;
}

.recap__smile-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    color: #ffce46;
}

.recap-footer {
    background-color: #ffce46;
    font-weight: 700;
    font-size: 24px;
    padding: 10px;
    text-align: center;
}

.main-img {
    max-width: 500px;
    margin: 10px auto;
}

.offer-text {
    font-style: italic;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.p-footer {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}

.place-video {
    display: block;
    width: 100%;
    border-radius: 7px;
    margin-bottom: 15px;
}

.trustpilot-img {
    border-radius: 7px;
    margin: 20px 0;
}

.content-img {
    border-radius: 7px;
    margin: 20px auto;
    max-width: 600px;
}

.why-not {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.update-msg {
    background-color: #FEF5C4;
    padding: 16px 22px 16px 22px;
    border-style: dashed;
    border-width: 3px 3px 3px 3px;
    border-color: #FE7D7F;
}

@media (max-width: 768px) {
    .main-container {
        flex-direction: column; 
    }

    .content {
        max-width: 100%;
    }

    .header-content-wrapper {
        width: 100%;
    }

    .hero-content-wrapper {
        flex-direction: column;
    }

    .navigation {
        display: none;
    }

    .compare {
        flex-direction: column;
    }

    .recap {
        flex-direction: column;
    }

    .recap-side--right {
        border-top: solid 3px #ffce46;
        border-left: none;
    }
    
    .answer-img-container {
        flex-direction: column;
    }
}