* {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #3b3f4a;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1238px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 1300px) {
    .container {
        padding: 0 16px;
    }
}

.main_header_wrap {
    width: 100%;
    box-shadow: 0 15px 30px 0 rgba(119, 123, 146, 0.1);
}
.main_header_wrap .main_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0;
    gap: 0 56px;
}
.main_header_wrap .main_header .header_mobile_menu_btn {
    display: block;
    padding: 0;
    background: none;
    border: none;
    width: 16px;
    height: 16px;
}
@media (min-width: 993px) {
    .main_header_wrap .main_header .header_mobile_menu_btn {
        display: none;
    }
}
@media (max-width: 992px) {
    .main_header_wrap .main_header .header_mobile_menu_btn {
        display: block;
        padding: 0;
        background: none;
        border: none;
        position: relative;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
    }
    .main_header_wrap .main_header .header_mobile_menu_btn .icon-menu {
        width: 16px;
        height: 16px;
    }
    .main_header_wrap .main_header .header_mobile_menu_btn .icon-close {
        width: 21px;
        height: 21px;
    }
}
.main_header_wrap .main_header .header_logo {
    width: 100%;
    max-width: 192px;
    height: 100%;
    max-height: 36px;
}
.main_header_wrap .main_header .header_logo img {
    height: inherit;
    width: inherit;
    max-width: inherit;
    max-height: inherit;
}
@media (max-width: 768px) {
    .main_header_wrap .main_header .header_logo {
        max-width: 121px;
        max-height: 18px;
    }
}
.main_header_wrap .main_header .main_header-wrapper .header_menu {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 56px;
    flex-wrap: wrap;
}
.main_header_wrap
    .main_header
    .main_header-wrapper
    .header_menu
    .header_menu_item,
.main_header_wrap
    .main_header
    .main_header-wrapper
    .header_menu
    .header_menu_item_link {
    color: #242b46;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    align-items: center;
    gap: 16px;
    position: relative;
}
.main_header_wrap
    .main_header
    .main_header-wrapper
    .header_menu
    .header_menu_item
    > a,
.main_header_wrap
    .main_header
    .main_header-wrapper
    .header_menu
    .header_menu_item_link
    > a {
    cursor: pointer;
}
.main_header_wrap
    .main_header
    .main_header-wrapper
    .header_menu
    .header_menu_item
    > a
    svg,
.main_header_wrap
    .main_header
    .main_header-wrapper
    .header_menu
    .header_menu_item_link
    > a
    svg {
    transition: transform 0.3s ease;
    width: 16px;
    height: 16px;
}
.main_header_wrap
    .main_header
    .main_header-wrapper
    .header_menu
    .header_menu_item
    > a
    svg.rotate-up,
.main_header_wrap
    .main_header
    .main_header-wrapper
    .header_menu
    .header_menu_item_link
    > a
    svg.rotate-up {
    transform: rotate(180deg);
}
.main_header_wrap
    .main_header
    .main_header-wrapper
    .header_menu
    .dropdown_content {
    position: absolute;
    top: 48px;
    left: -120px;
    border: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 10;
    width: 361px;
    background-color: rgba(50, 68, 87, 0.8980392157);
    color: #fff;
    margin: 0;
    padding: 14px 24px;
    border-radius: 0 0 8px 8px;
    grid-template-columns: repeat(2, 1fr);
    justify-items: flex-start;
    gap: 15px 86px;
    align-items: center;
    display: none;
}
.main_header_wrap
    .main_header
    .main_header-wrapper
    .header_menu
    .dropdown_content
    .dropdown_content-arrow {
    background: rgba(47, 51, 78, 0.9);
    clip-path: polygon(50% 15%, 0% 100%, 100% 100%);
    width: 26px;
    height: 11px;
    position: absolute;
    top: -10px;
    left: 43%;
    z-index: 100;
}
.main_header_wrap
    .main_header
    .main_header-wrapper
    .header_menu
    .dropdown_content
    .dropdown_item {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}
@media (max-width: 992px) {
    .main_header_wrap .main_header .main_header-wrapper .header_menu {
        display: none;
    }
}
@media (max-width: 768px) {
    .main_header_wrap .main_header {
        gap: 14px;
        padding: 10px 0;
        justify-content: flex-start;
        height: 38px;
    }
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: flex;
}

@media (max-width: 540px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}
.main_title_block_wrap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 419px;
}
.main_title_block_wrap .main_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 158px;
}
.main_title_block_wrap .main_block .main_title_block {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.main_title_block_wrap .main_block .main_title_block .page_title {
    font-size: 32px;
    line-height: normal;
    font-weight: 600;
}
@media (max-width: 768px) {
    .main_title_block_wrap .main_block .main_title_block .page_title {
        font-size: 26px;
    }
}
.main_title_block_wrap .main_block .main_title_block .main_subtitle {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
}
@media (max-width: 768px) {
    .main_title_block_wrap .main_block .main_title_block .main_subtitle {
        font-size: 18px;
    }
}
.main_title_block_wrap .main_block .main_title_block .main_title_block_reviews {
    display: flex;
    align-items: center;
    gap: 24px;
}
.main_title_block_wrap
    .main_block
    .main_title_block
    .main_title_block_reviews
    .main_title_block_reviews_item
    img {
    width: 20px;
    height: 20px;
}
.main_title_block_wrap
    .main_block
    .main_title_block
    .main_title_block_reviews
    .main_title_block_reviews_item_score {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.main_title_block_wrap .main_block .main_brand_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 8px;
    box-shadow: 0px 4px 24px 0px rgba(208, 212, 215, 0.25);
    background: rgb(255, 255, 255);
    padding: 20px 32px;
    margin: 0;
}
.main_title_block_wrap .main_block .main_brand_block .main_title_block_logo {
    width: 100%;
    max-width: 191px;
    height: 86px;
    object-fit: contain;
}
.main_title_block_wrap .main_block .main_brand_block .main_title_block_link {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    width: 175px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px) {
    .main_title_block_wrap .main_block .main_brand_block {
        display: none;
    }
}

.content_wrap {
    margin-top: 24px;
}
.content_wrap .content_podium_wrap {
    width: 100%;
    border-radius: 8px;
    background: #e8f3fb;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 68px;
}
.content_wrap .content_podium_wrap .content_podium_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.content_wrap .content_podium_wrap .content_podium_block .content_podium_title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
}
.content_wrap .content_podium_wrap .content_podium_block .content_podium_text {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
@media (max-width: 768px) {
    .content_wrap .content_podium_wrap {
        display: none;
    }
}
.content_wrap .content_body_wrap {
    margin-top: 24px;
    display: flex;
    gap: 24px;
}
.content_wrap .content_body_wrap .content_left_sidebar {
    max-width: 197px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #f5f5f5;
    padding: 33px 22px;
}
.content_wrap
    .content_body_wrap
    .content_left_sidebar
    .content_left_sidebar_title {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 29px;
}
.content_wrap
    .content_body_wrap
    .content_left_sidebar
    .content_left_sidebar_list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 29px;
}
.content_wrap
    .content_body_wrap
    .content_left_sidebar
    .content_left_sidebar_list
    li {
    cursor: pointer;
}
.content_wrap
    .content_body_wrap
    .content_left_sidebar
    .content_left_sidebar_list
    li
    a {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    color: #3b3f4a;
}
@media (max-width: 1300px) {
    .content_wrap .content_body_wrap .content_left_sidebar {
        display: none;
    }
}
.content_wrap .content_body_wrap .content_right_sidebar {
    max-width: 256px;
    width: 100%;
    height: 141px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0px 4px 24px 0px rgba(208, 212, 215, 0.25);
    background-color: #f5f5f5;
}
.content_wrap .content_body_wrap .content_right_sidebar .right_sidebar_block {
    padding: 36px 26px;
    border-radius: 8px;
    background-color: #fff;
}
.content_wrap .content_body_wrap .content_right_sidebar img {
    width: 100%;
    max-width: 171px;
    max-height: 36px;
    height: 100%;
}
@media (max-width: 1300px) {
    .content_wrap .content_body_wrap .content_right_sidebar {
        display: none;
    }
}
.content_wrap .content_body_wrap .content_block .text_section {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.content_wrap .content_body_wrap .content_block .text_section .content_info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.content_wrap .content_body_wrap .content_block .text_section .content_info h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
.content_wrap .content_body_wrap .content_block .text_section .content_info p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_pros_cons_block
    .content_pros_cons_block_title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_pros_cons_block
    .content_pros_cons_block_items {
    display: flex;
    gap: 9px;
    justify-content: space-between;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_pros_cons_block
    .content_pros_cons_block_items
    .content_pros_block_list,
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_pros_cons_block
    .content_pros_cons_block_items
    .content_cons_block_list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_pros_cons_block
    .content_pros_cons_block_items
    .content_pros_block_list
    li,
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_pros_cons_block
    .content_pros_cons_block_items
    .content_cons_block_list
    li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_pros_cons_block
    .content_pros_cons_block_items
    .content_pros_block_list
    li
    svg,
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_pros_cons_block
    .content_pros_cons_block_items
    .content_cons_block_list
    li
    svg {
    width: 24px;
    height: 24px;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_pros_cons_block
    .content_pros_cons_block_items
    .content_pros_block_list
    li
    span,
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_pros_cons_block
    .content_pros_cons_block_items
    .content_cons_block_list
    li
    span {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_endurance_block_wrap {
    padding: 28px 48px;
    border-radius: 8px;
    background: #e8f3fb;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_endurance_block_wrap
    .content_endurance_block_title_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_endurance_block_wrap
    .content_endurance_block_title_block
    .content_endurance_block_title {
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 993px) {
    .content_wrap
        .content_body_wrap
        .content_block
        .text_section
        .content_endurance_block_wrap
        .content_endurance_block_title_block {
        flex-direction: column;
    }
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_endurance_block_wrap
    .content_endurance_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 40px;
}
@media (max-width: 993px) {
    .content_wrap
        .content_body_wrap
        .content_block
        .text_section
        .content_endurance_block_wrap
        .content_endurance_block {
        grid-template-columns: 1fr;
    }
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_endurance_block_wrap
    .content_endurance_block
    .content_endurance_block_item {
    border-bottom: 1px solid #d2e0ea;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_endurance_block_wrap
    .content_endurance_block
    .content_endurance_block_item_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_endurance_block_wrap
    .content_endurance_block
    .content_endurance_block_item_title
    h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_endurance_block_wrap
    .content_endurance_block
    .content_endurance_block_item_title
    span {
    width: 48px;
    height: 36px;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    background: #3b3f4a;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_endurance_block_wrap
    .content_endurance_block
    .content_endurance_block_item_text {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_endurance_block_wrap
    .content_endurance_block__rates_wrap {
    display: grid;
    grid-template-columns: 100px 50px;
    gap: 10px;
    align-content: space-between;
    justify-items: end;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_endurance_block_wrap
    .content_endurance_block__rates_wrap
    .content_endurance_block__block {
    min-width: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_endurance_block_wrap
    .content_endurance_block__rates_wrap
    .content_endurance_block__rates_word {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_endurance_block_wrap
    .content_endurance_block__rates_wrap
    .content_endurance_block_item__rates_score {
    color: #fff;
    width: 48px;
    height: 36px;
    background-color: #3b3f4a;
    border-radius: 4px;
    font-size: 21px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 36px;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_endurance_block_item__cta-visit-site {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    width: 175px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_plan_block_wrap
    .content_plan_block_title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_plan_block_wrap
    table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 8px 0 0 0;
    border-radius: 8px;
    overflow: hidden;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_plan_block_wrap
    table
    thead
    tr
    th {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}
@media (max-width: 768px) {
    .content_wrap
        .content_body_wrap
        .content_block
        .text_section
        .content_plan_block_wrap
        table
        thead
        tr
        th {
        font-size: 16px;
    }
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_plan_block_wrap
    th,
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_plan_block_wrap
    td {
    text-align: left;
    padding: 16px 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_plan_block_wrap
    th
    ul,
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_plan_block_wrap
    td
    ul {
    margin: 0;
    padding: 0 0 0 16px;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_plan_block_wrap
    th
    ul
    li,
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_plan_block_wrap
    td
    ul
    li {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 768px) {
    .content_wrap
        .content_body_wrap
        .content_block
        .text_section
        .content_plan_block_wrap
        th
        ul
        li,
    .content_wrap
        .content_body_wrap
        .content_block
        .text_section
        .content_plan_block_wrap
        td
        ul
        li {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .content_wrap
        .content_body_wrap
        .content_block
        .text_section
        .content_plan_block_wrap
        th,
    .content_wrap
        .content_body_wrap
        .content_block
        .text_section
        .content_plan_block_wrap
        td {
        font-size: 14px;
    }
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_plan_block_wrap
    tr
    > th:first-child,
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_plan_block_wrap
    tr
    > td:first-child {
    width: 40%;
}
.content_wrap
    .content_body_wrap
    .content_block
    .text_section
    .content_plan_block_wrap
    tbody
    tr
    td:first-child {
    font-weight: 600;
    vertical-align: top;
}

.content_trustpilot_reviews_block {
    margin: 40px 0 54px 0;
    padding: 42px 48px;
    background-color: #e8f3fb;
}
.content_trustpilot_reviews_block .trustpilot_reviews_wrap {
    max-width: 737px;
    width: 100%;
    margin: 0 auto;
}
.content_trustpilot_reviews_block .trustpilot_reviews_wrap .border-bottom {
    border-bottom: 1px solid #0d99ff;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_block
    .trustpilot_reviews_title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_block
    .trustpilot_reviews_subtitle {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    line-height: normal;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_block
    .trustpilot_reviews_overview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
@media (max-width: 954px) {
    .content_trustpilot_reviews_block
        .trustpilot_reviews_wrap
        .trustpilot_reviews_block
        .trustpilot_reviews_overview {
        flex-direction: column;
    }
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_block
    .trustpilot_reviews_overview
    .trustpilot_reviews_overview_block
    img {
    width: 100%;
    max-width: 139px;
    height: 52px;
    margin-bottom: 16px;
    object-fit: contain;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_block
    .trustpilot_reviews_overview
    .trustpilot_reviews_overview_block
    .trustpilot_reviews_summary {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_block
    .trustpilot_reviews_overview
    .trustpilot_reviews_overview_block
    .trustpilot_reviews_reviews_stars
    img {
    width: 20px;
    height: 20px;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_block
    .trustpilot_reviews_overview
    .trustpilot_reviews_overview_block
    .trustpilot_reviews_stats {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    width: 100%;
    min-width: 268px;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_block
    .trustpilot_reviews_overview
    .trustpilot_reviews_overview_block
    .trustpilot_reviews_stats
    li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_block
    .trustpilot_reviews_overview
    .trustpilot_reviews_overview_block
    .trustpilot_reviews_stats
    li
    span:first-child {
    flex: 1;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_block
    .trustpilot_reviews_overview
    .trustpilot_reviews_overview_block
    .trustpilot_reviews_stats
    li
    .trustpilot_reviews_bar {
    background: #ffffff;
    flex: 2;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 10px;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_block
    .trustpilot_reviews_overview
    .trustpilot_reviews_overview_block
    .trustpilot_reviews_stats
    li
    .trustpilot_reviews_bar
    div {
    background: #2699ff;
    height: 4px;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_block
    .trustpilot_reviews_overview
    .trustpilot_reviews_overview_block
    .trustpilot_reviews_stats
    li
    span:last-child {
    flex: 0.5;
    text-align: right;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_text
    p {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: normal;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_list
    .trustpilot_review_item {
    padding: 16px 0;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_list
    .trustpilot_review_item
    .trustpilot_review_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_list
    .trustpilot_review_item
    .trustpilot_review_header_block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_list
    .trustpilot_review_item
    .trustpilot_review_header_block
    .trustpilot_reviewer_brand {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_list
    .trustpilot_review_item
    .trustpilot_review_header
    span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #3b3f4a;
}
@media (max-width: 380px) {
    .content_trustpilot_reviews_block
        .trustpilot_reviews_wrap
        .trustpilot_reviews_list
        .trustpilot_review_item
        .trustpilot_review_header {
        flex-direction: column;
        gap: 10px;
    }
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_list
    .trustpilot_review_item
    .trustpilot_reviewer_name {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 16px 0;
}
.content_trustpilot_reviews_block
    .trustpilot_reviews_wrap
    .trustpilot_reviews_list
    .trustpilot_review_item
    .trustpilot_review_content {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    line-height: normal;
}

.stars_wrap,
.stars_wrap_review {
    pointer-events: none;
    cursor: default;
    display: flex;
}

#backToTopBtn {
    position: fixed;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    cursor: pointer;
    bottom: 44%;
    right: 6%;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px grey;
}

.cookie_block .cookie_block_btn {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 9999;
}
.cookie_block .cookie_popup {
    position: fixed;
    bottom: 92px;
    right: 14px;
    width: 281px;
    padding: 20px;
    border-radius: 12px;
    display: none;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    transition: all 0.3s ease;
    z-index: 10001;
}
.cookie_block .cookie_popup.visible {
    display: flex;
    transform: translateY(0);
}
.cookie_block .cookie_popup .cookie_popup_title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.cookie_block .cookie_popup .cookie_popup_title_wrap .cookie_popup_title {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    width: 80%;
}
.cookie_block .cookie_popup .cookie_popup_title_wrap svg {
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.cookie_block .cookie_popup p {
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
}
.cookie_block .cookie_popup .cookie_popup_accept_btn,
.cookie_block .cookie_popup .cookie_popup_customize_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    flex-shrink: 0;
    max-width: 189px;
    width: 100%;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    transition: box-shadow 0.3s ease-out;
    padding: 0 23px;
    white-space: nowrap;
    cursor: pointer;
    border: none;
}
@media (max-width: 991px) {
    .cookie_block .cookie_block_btn {
        display: none;
    }
}

.main_footer_wrap {
    background-color: #242b46;
    color: #fff;
    padding: 51px 0;
}
.main_footer_wrap .main_footer {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 48px;
}
.main_footer_wrap .main_footer .main_footer_block-left {
    display: flex;
    flex-direction: column;
    gap: 43px;
}
.main_footer_wrap .main_footer .main_footer_block-left .footer_logo {
    display: block;
}
.main_footer_wrap .main_footer .main_footer_block-left .footer_logo img {
    display: block;
    max-width: 192px;
    height: 36px;
    width: 100%;
    pointer-events: none;
}
.main_footer_wrap .main_footer .main_footer_block-left .footer_address-title {
    font-size: 14px;
    line-height: normal;
    font-weight: 700;
}
.main_footer_wrap .main_footer .main_footer_block-left .footer_address-text {
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}
.main_footer_wrap .main_footer .main_footer_block-left .footer_copyright {
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.main_footer_wrap .main_footer .main_footer_block-right {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.main_footer_wrap .main_footer .main_footer_block-right .footer_menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.main_footer_wrap .main_footer .main_footer_block-right .footer_menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.main_footer_wrap
    .main_footer
    .main_footer_block-right
    .footer_disclosure__text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.main_footer_wrap
    .main_footer
    .main_footer_block-right
    .footer_disclosure__text
    p {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.main_footer_wrap
    .main_footer
    .main_footer_block-right
    .footer_disclosure__text
    span {
    color: #0d99ff;
}

@media (max-width: 992px) {
    .main_header_menu_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999;
        display: none;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .main_header_menu_overlay.show {
        display: flex;
    }
    .padding-link-mobile {
        padding: 17px 44px 17px 23px;
    }
    .main_header_wrap .main_header .main_header-wrapper .header_menu {
        position: relative;
        top: 38px;
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: auto;
        background-color: #324457;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        z-index: 1000;
        transition: left 0.3s ease-in-out;
        transform: translateY(-1000px);
        padding: 0;
    }
    .main_header_wrap .main_header .main_header-wrapper .header_menu.show {
        left: 0;
        transform: translateY(0);
        gap: 0;
        max-height: 80%;
        overflow-y: auto;
        padding-top: 10px;
    }
    .main_header_wrap
        .main_header
        .main_header-wrapper
        .header_menu
        .header_menu_item,
    .main_header_wrap
        .main_header
        .main_header-wrapper
        .header_menu
        .header_menu_item_link {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        width: 100%;
        color: #fff;
        text-align: left;
    }
    .main_header_wrap
        .main_header
        .main_header-wrapper
        .header_menu
        .header_menu_item
        svg,
    .main_header_wrap
        .main_header
        .main_header-wrapper
        .header_menu
        .header_menu_item_link
        svg {
        width: 16px;
        height: 16px;
        stroke: #fff;
    }
    .main_header_wrap
        .main_header
        .main_header-wrapper
        .header_menu
        .header_menu_item
        .dropdown_content,
    .main_header_wrap
        .main_header
        .main_header-wrapper
        .header_menu
        .header_menu_item_link
        .dropdown_content {
        position: static;
        top: 0;
        grid-template-columns: none;
        border-radius: 0;
        width: 100%;
        gap: 27px;
    }
    .main_header_wrap
        .main_header
        .main_header-wrapper
        .header_menu
        .header_menu_item
        .dropdown_content
        .dropdown_content-arrow,
    .main_header_wrap
        .main_header
        .main_header-wrapper
        .header_menu
        .header_menu_item_link
        .dropdown_content
        .dropdown_content-arrow {
        display: none;
    }
    .main_header_wrap
        .main_header
        .main_header-wrapper
        .header_menu
        .header_menu_item
        .desktop-only,
    .main_header_wrap
        .main_header
        .main_header-wrapper
        .header_menu
        .header_menu_item_link
        .desktop-only {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main_header_wrap
        .main_header
        .main_header-wrapper
        .header_menu
        .header_menu_item
        .main_header_bar_menu_link,
    .main_header_wrap
        .main_header
        .main_header-wrapper
        .header_menu
        .header_menu_item_link
        .main_header_bar_menu_link {
        color: #fff;
    }
    .main_header_wrap
        .main_header
        .main_header-wrapper
        .header_menu
        .header_menu_item
        .main_header_bar_menu_link
        svg,
    .main_header_wrap
        .main_header
        .main_header-wrapper
        .header_menu
        .header_menu_item_link
        .main_header_bar_menu_link
        svg {
        stroke: #fff;
    }
}
@media (max-width: 768px) {
    .main_title_block_wrap {
        min-height: 246px;
    }
    .main_footer_wrap {
        margin: 40px 0 0;
    }
    .main_footer_wrap .main_footer {
        display: flex;
        flex-direction: column;
        gap: 24px;
        position: relative;
    }
    .main_footer_wrap .main_footer .main_footer_block-left {
        gap: 24px;
    }
    .main_footer_wrap .main_footer .main_footer_block-left .footer_logo img {
        max-width: 138px;
        height: 23px;
    }
    .main_footer_wrap .main_footer .main_footer_block-left .footer_copyright {
        display: block;
        position: absolute;
        bottom: -34px;
    }
    .main_footer_wrap .main_footer .main_footer_block-right .footer_menu {
        display: flex;
        flex-direction: column;
    }
    .main_footer_wrap .main_footer .main_footer_block-right .footer_menu li a {
        font-size: 14px;
    }
    .main_footer_wrap
        .main_footer
        .main_footer_block-right
        .footer_disclosure__text {
        font-size: 12px;
    }
    #backToTopBtn {
        width: 40px;
        height: 40px;
    }
}

/*# sourceMappingURL=main.css.map */
