body {
    font-size: 21px;
    line-height: 38px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
}

h1 {
    font-size: 51px;
    line-height: 67px;
    font-family: 'Barlow', sans-serif;
}

h2 {
    font-size: 42px;
    line-height: 53px;
    font-family: 'Source Sans Pro', sans-serif;
}

h3 {
    font-size: 34px;
    line-height: 46px;
    font-family: 'Source Sans Pro', sans-serif;
}

h4 {
    font-size: 32px;
    line-height: 38px;
    font-family: 'Source Sans Pro', sans-serif;
}

h5 {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    line-height: 25px;
}

a {
    cursor: pointer;
    text-decoration: none;
}

button {
    font-family: Roboto, sans-serif;
    cursor: pointer;
    font-size: 26px;
    line-height: 27px;
    color: #ffffff;
    background: #3235FF;
    padding: 21px 18px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 0px 0 black;
    border: none;
    font-weight: 600;
    transition: background-color 0.175s ease-out;
}

button:hover {
    transition: background-color 0.23s ease-in;
    background-color: #5a5dff;
}

.offer-block {
    border: 4px dashed #000;
    background: #FFF5E2;
    padding: 20px 18px;
    margin: 30px 0;
}

.offer-block span {
    color: #c00000;
    font-size: 21px;
    font-weight: 700;
    line-height: 38px;
}

ul {
    list-style: none;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.text-underline,
a.text-underline,
.text-block a.text-underline {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.container {
    padding: 0 20px;
    width: 100%;
    max-width: 1195px;
    margin: 0 auto;
}

.topbar {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.68);
    background-color: #0969B5;
    padding: 3px 0 4px 0;
}

header nav {
    border-bottom: 1px solid rgba(209, 209, 209, 0.4);
}

.nav-content {
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
}

main {
    padding: 30px 0 818px 0;
}

.disclaimer {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #F2DF7D;
    background-color: #FFFAD5;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 11px 15px 9px 15px;
}

.disclaimer div {
    align-items: flex-start;
    gap: 6px;
    max-width: 1000px;
}

.disclaimer img {
    margin-top: 2px;
}

.disclaimer span {
    font-weight: 700;
}

.disclaimer .red-text {
    color: #D60101;
}

.disclaimer .blue-text {
    color: #0081BF;
}

.article-title {
    padding: 30px 0 21px 0;
}

.article-title h1 {
    margin-bottom: 6px;
}

.article-title .highlight-text {
    box-shadow: inset 0px -58px #ffe993;
}

.author {
    color: #000;
    font-size: 15px;
    line-height: 28px;
    padding: 21px 0 24px 0;
    margin: 0 12px;
    border-top: 1px solid #E9E9E9;
}

.author > img {
    margin-right: 4px;
}

.author-photo {
    margin: 0 7px;
    border-radius: 50%;
}

.author-line {
    gap: 3px;
}

.author-line span {
    white-space: nowrap;
}

.author-readtime {
    margin-left: auto;
    padding-left: 10px;
    white-space: nowrap;
}

.text-block {
    margin: 24px 13px;
}

.text-block p {
    margin-bottom: 32px;
}

article h2 {
    margin-bottom: 24px;
}

.list-block {
    margin: 30px 0;
}

.list-block li {
    line-height: 36px;
}

.list-block li:last-child {
    margin-bottom: 0;
}

.block-yellow {
    padding: 28px 34px 12px 38px;
    background-color: #FFF7E4;
}

.block-blue {
    padding: 28px 34px 12px 38px;
    background-color: #E1F5FB;
}

.list-block.block-yellow li:last-child,
.list-block.block-blue li:last-child {
    margin-bottom: 20px;
}

.text-block-item h3 span {
    color: #00AB9E;
    font-weight: 700;
}

.text-block-item > div {
    align-items: center;
    gap: 6px;
    font-size: 21px;
    font-weight: 700;
    margin: 3px 0;
    flex-wrap: wrap;
}

.text-block-item img {
    margin-right: 6px;
}

.text-block a {
    color: #0050FB;
    font-size: 21px;
    font-weight: 700;
    line-height: 38px;
    text-decoration: none;
}

.quote-block {
    margin: 25px 0;
}

.quote-block p {
    margin-bottom: 32px;
}

.image-block {
    text-align: center;
}

.quote-block {
    background-color: #E4FFFD;
    padding: 9px 14px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -0.12px;
}

.test img {
    border: 1px solid #000000
}

.test .text-block p:last-child {
    margin-bottom: 0;
}

.veredict .list-block {
    font-weight: 700;
}

.why h3 {
    font-size: 26px;
    line-height: 36px;
}

.gift {
    margin-top: 36px;
}

.reviews {
    gap: 10px;
    margin-bottom: 40px;
}

.review {
    background: rgba(255, 247, 228, 0.51);
    padding: 24px 14px;
}

.review div {
    font-weight: 700;
}

.deal {
    margin: 36px 0;
}

.deal-block {
    padding: 18px 26px;
    border: 5px dashed #000000;
    background: #E8FFD6;
}

.deal-block h2 {
    max-width: 570px;
    line-height: 45px;
    margin: 0 auto 5px auto;
}

.deal-block p {
    max-width: 640px;
    margin: 0 auto;
}

.sidebar-image {
    border-radius: 4px;
    margin-bottom: 28px;
}

.sidebar-content {
    border: 1px solid #EEEFF4;
    padding: 11px 13px;
    border-radius: 4px;
}

.sidebar-content > p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin: 15px 0 16px 0;
}

.sidebar-content button {
    font-size: 18px;
    line-height: 32px;
    padding: 14px;
}

.sidebar-review-rate {
    color: #9A9A9A;
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 700;
    line-height: 17px;
    text-transform: uppercase;
    margin-top: 22px;
}

.sidebar-review-rate span {
    color: #454545;
}

.sidebar-review-rate img {
    margin-bottom: 11px;
}

.sidebar-review {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding: 14px 16px 12px 0;
    border-bottom: 1px dashed #000000;
    margin-left: 12px;
}

.sidebar-review:last-child {
    border-bottom: 0;
}

.sidebar-review span {
    font-weight: 700;
    font-size: 13px;
}

.fixed-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #eafff3;
    padding: 7px 7px 10px 7px;
    transition: transform 0.14s ease-in-out, opacity 0.14s linear;
}

.fixed-button button {
    max-width: fit-content;
    animation: pulse 1.18s ease-in-out infinite alternate;
}

.fixed-button.hidden {
    transform: translate(0, 8px);
    opacity: 0;
}

@keyframes pulse {
    to {
        transform: scale(0.98);
    }
}

footer {
    background-color: #121212;
    color: #505050;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 60px 0 50px 0
}

.footer-content {
    gap: 20px;
}

.footer-content ul {
    color: inherit;
    align-items: center;
    justify-content: center;
    gap: 5px 30px;
    text-transform: uppercase;
    flex-wrap: wrap;
}

.footer-content ul a {
    color: inherit;
    transition: 0.08s color ease-in-out;
}

.footer-content ul a:hover {
    color: #ffffff;
}

@media screen and (min-width: 992px) {
    .hide-dt {
        display: none;
    }

    .header-logo {
        margin-left: 14px;
    }

    article {
        max-width: 760px;
        width: 100%;
    }

    .test h2 {
        max-width: 640px;
    }

    .must-have .text-block p:last-child {
        max-width: 700px;
    }

    .offer-block {
        padding: 20px 35px 20px 18px;
    }
    
    .test .list-block {
        padding: 14px 34px 6px 38px;
        margin: 15px 0;
    }

    aside {
        width: 293px;
        min-width: 293px;
        margin-top: 23px;
    }

    .sidebar-wrapper {
        position: sticky;
        top: -278px;
    }

    .article-content {
        justify-content: space-between;
        gap: 30px;
    }
}

@media screen and (max-width: 991px) {
    .hide-tb {
        display: none;
    }

    body,
    .text-block a,
    .offer-block span {
        font-size: 18px;
        line-height: 32px;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
    }

    h2 {
        font-size: 27px;
        line-height: 32px;
    }
    
    h3, h4 {
        font-size: 26px;
        line-height: 35px;
    }

    button {
        font-size: 20px;
        line-height: 27px;
        padding: 8px;
    }

    .container {
        padding: 0 16px;
    }

    .nav-content {
        padding-left: 12px;
        padding-top: 8px;
        padding-bottom: 12px;
    }

    .header-logo {
        width: 140px;
        height: 32px;
    }

    main {
        padding: 20px 0 600px 0;
    }

    .image-block {
        margin-bottom: 20px;
    }

    .author-line {
        font-size: 14px;
        line-height: 19px;
    }

    .author-readtime {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .text-block p {
        margin-bottom: 32px;
    }

    section h2,
    .test .text-block:last-child {
        text-align: center;
    }

    .disclaimer {
        padding: 4px 8px 4px 10px;
    }

    .disclaimer div,
    .disclaimer p {
        display: inline;
        font-size: 14px;
        line-height: 22px;
    }

    .disclaimer img {
        display: inline-block;
        margin: 0;
        transform: translate(0, -2px);
    }

    .article-title {
        padding: 16px 0 12px 0;
    }

    .article-title h1 {
        margin-bottom: 0;
    }

    .article-title p {
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
    }

    .article-content {
        flex-direction: column;
    }

    .sidebar-image {
        display: flex;
        justify-content: center;
    }

    video {
        margin: 0 auto;
        display: flex;
    }

    .text-block,
    .list-block {
        margin: 20px 0;
    }

    .list-block {
        padding: 14px 16px;
    }

    .test img {
        border: none;
    }

    .why h3 {
        font-size: 23px;
        line-height: 34px;
    }

    .deal-block {
        border-width: 4px;
    }

    .deal-block h2 {
        line-height: 32px;
    }

    .text-block-rate {
        font-size: 21px;
        line-height: 34px;
    }

    aside {
        margin: 250px auto 0 auto;
        max-width: 293px;
    }

    footer {
        padding: 30px 0;
    }
}

@media screen and (min-width: 768px) {
    .hide-tb-up {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .video-wrapper,
    .image-block {
        margin-left: -16px;
        margin-right: -16px;
        display: flex;
    }

    .list-block {
        margin: 10px -16px;
    }

    .testing .list-block {
        margin-top: 16px;
    }
}

@media screen and (min-width: 601px) {
    .hide-mb-up {
        display: none;
    }
}

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

    .author {
        flex-wrap: wrap;
        font-size: 15px;
        line-height: 20px;
        padding: 14px 0 11px 0;
        margin: 0;
    }

    .author-inner {
        min-width: 100%;
    }

    .author > img {
        order: 1;
        margin: -4px 0 0 auto;
    }

    .author-photo {
        margin: 0 11px 0 0;
    }

    .text-block-item {
        line-height: 24px;
    }

    .text-block-item > div {
        margin: 12px 0 16px 0;
    }

    .quote-block {
        padding: 12px 19px;
    }
}