html {
    font-size: 10px;
}

body {
    font-size: 16px;
}

html, body {
    font-family: Gotham, 'Open Sans', sans-serif;
    color: #0e1e2b;
}

a, a:active, a:visited {
    color: #f47f1f;
    text-decoration: none;
}

@media (max-width: 991px) {
    /*html {*/
    /*    font-size: 8px;*/
    /*}*/
}

.content .images {
    font-size: 0;
}

.section {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-top {
    min-height: 330px;
    font-size: 0;
}

.section-top img {
    width: 100%;
}

.section-contact-us-top {
    height: 525px;
    background-image: url('assets/image-hero-contact.png');
}

.section-contact-us-top .container {
    height: 100%;
}

.section-faq-top {
    height: 525px;
    background-image: url('assets/image-hero-faqs.png');
}

.section-privacy-policy-top {
    height: 345px;
    background-image: url('assets/image-hero-privacy.png');
}

.section-privacy-policy-top .container {
    height: 100%;
}

.section-privacy-policy .container {
    text-align: left;
    line-height: 1.63;
}

.section-faq-top .container {
    height: 100%;
}

.section-retailers-top {
    height: 525px;
    background-image: url('assets/image-hero-retailers.png');
}


.section-retailers-top .container {
    height: 100%;
}

.section-login {
    font-size: 0;
}

.section-login img {
    width: 100%;
}

.section-contact-sales {
    background: #e4e7ea;
}

/*@media only screen and (max-width: 1024px) {*/
/*    .section {*/
/*        !*background-size: contain;*!*/
/*        height: auto;*/
/*    }*/
/*}*/

.container {
    position: relative;
    max-width: 1200px;
    /*height: 100%;*/
    margin: 0 auto;
    padding: 45px 0;
    text-align: center;
}

.section-top__main-block {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 440px;
    height: 100%;
    padding-top: 130px;
}

.section-top__header {
    margin-bottom: 25px;
    text-align: left;
}

.section-top__button {
    width: 250px;
    font-size: 16px;
}

.section-top-container-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.section-top-container-wrapper .container {
    height: 100%;
}

.section-banner {
    position: relative;
    width: 100%;
    min-height: 170px;
    color: #fff;
    text-align: center;
}

.section-banner img {
    width: 100%;
}

.section-banner h3 {
    margin-bottom: 25px;
}

.section-banner .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-repairs {
    background: #e4e7ea;
}

.section-login__main-block {
    position: absolute;
    top: 0;
    right: 100px;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 300px;
    height: 100%;
}

.section-login__text {
    margin-bottom: 25px;
    text-align: left;
    font-size: 24px;
}

.section-login__button {
    width: 170px;
    cursor: pointer;
    padding: 15px;
    background: #f47f1f;
    border: 0;
    font-size: 16px;
    color: #fff !important;
}
.section-login__button:hover {
    text-decoration: none;
}

.section-login__button:active, .section-login__button:focus {
    color: #fff;
}

.retailers-video {
    position: relative;
    width: 620px;
    height: 350px;
    margin: 0 auto;
}

.retailers-video__wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.retailers-video__header {
    color: #fff;
    z-index: 11;
    padding: 0 80px;
    margin: 35px 0 45px;
}

.retailers-video video {
    width: 100%;
    height: 100%;
}

.retailers-video__play-button {
    z-index: 10;
    width: 75px;
    height: 85px;
    background: url('assets/icon-play.svg') no-repeat;
}

.section-video img {
    position: absolute;
    top: -4px;
    left: -10px;
    z-index: 10;
    opacity: 1;
}

.section-header {
    position: absolute;
    width: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.6);

    transition: opacity ease-out 0.2s;
}

.section-header .container {
    padding: 0;
}

.section-header:hover {
    opacity: 1;
    transition: opacity ease-in 0.2s;
}

.header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    height: 100%;
    width: 100%;
    padding: 20px 0 0;
}

@media (max-width: 1024px) {
    .header  {
        padding: 20px 42px 0;
    }
}

.header img {
    margin-bottom: 20px;
}

.header__links {
    height: 100%;
    display: flex;
}

.header__links a {
    margin-left: 60px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #f47f1f;
    text-decoration: none;
    border-bottom: 13px solid transparent;
}

.header__links a:hover, .header__links a.active {
    border-color: #f47f1f;
}

.footer {
    background: #ebf2f7;
}

.footer img {
    margin-right: 100px;
}

.footer p {
    font-size: 12px;
}

.footer__logo-section {
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
    text-align: left;
}

.footer__copyright-section {
    display: flex;
    justify-content: space-between;
}

.footer__copyright-section a {
    font-size: 14px;
}

.footer__copyright {
    font-size: 12px;
    color: #8e8e93;
}

h1 {
    font-size: 4.2rem;
    line-height: 1.19;
}

h2 {
    font-size: 3.2rem;
    text-transform: uppercase;
    color: #1077b7;
    padding: 0 32px;
    margin: 0 120px 25px;
}

h3 {
    font-size: 2.4rem;
    text-transform: uppercase;
}

h4 {
    font-size: 16px;
}

.content__banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 45px 120px;
    text-align: center;
}

.content__banner-text {
    line-height: 1.63;
}

.content__banner img {
    width: 100%;
}

.content__main-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.content__main-title h2 {
    padding: 20px 32px;
    margin: 0 120px;
    text-align: center;
    opacity: 0.8;
    background-color: #ffffff;
}

.contact-us {
    display: flex;
    justify-content: space-around;
    margin-top: 55px;
    line-height: 1.63;
}

.contact-us__item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contact-us__item img {
    margin-bottom: 20px;
}

.plan {
    display: flex;
    justify-content: space-between;
}

.plan__item {
    width: calc(50% - 10px);
    padding: 15px;
    border: solid 2px #dfdfdf;
}
.plan__item img {
    width: 100%;
    margin-bottom: 25px;
}

.plan__item-header {
    color: #1077b7;
    margin-bottom: 15px;
}

.plan__coverage-list {
    text-align: left;
    line-height: 1.63;

    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}

.plan__coverage-list li {
    position: relative;
    padding-left: 30px;
}

.plan_item-title {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}
.plan-column {
    width: calc(50% - 20px);
    margin-right: 20px;
    float: left;
    text-align: left;
}

.mj_c.footer-plans {
    padding-top: 20px;
    text-align: left;
    clear: both;
}

.mj_c-r.footer-plans {
}

.mj_c.footer-plans span.please-note {
    text-align: left;
    color: #F68D1E;
    font-weight: bold;
    font-size: 13px
}

.mj_c.footer-plans ul {
        padding-inline-start: 0px;
        list-style: none;
    }

.mj_c.footer-plans li {
        font-size: 12px !important;
        font-weight: normal !important;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.4px;
        margin: 0px;
        position: relative;
        padding-left: 10px;
    }

    .mj_c.footer-plans li::before {
        content: " ";
        background: #F68D1E;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        display: inline-block;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        margin-right: 5px;
        vertical-align: middle;
        margin-top: -3px;
        position: absolute;
        top: 10px;
        left: 0px;
    }

.plan-row {
    margin-top: 20px;
}

.plan__coverage-list li::before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    content: '';
    background: url('assets/image-checkmark-orange.svg') no-repeat;
}

.repairs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.repairs__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    width: 160px;
    height: 150px;
    padding: 25px 15px 15px;
    margin: 12px 18px;
    background: #fff;
    line-height: 1.63;
}

.repairs__item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.repairs__item-icon {
    margin-bottom: 12px;
    height: 16px;
}

.repairs__item-price {
    color: #8e8e93;
}

.coverage__table {
    width: 100%;
    margin-bottom: 28px;
}

.coverage__table-description {
    font-size: 12px;
}

.coverage__table tbody tr {
    display: none;
}

.coverage__table.see-less tbody tr:nth-child(-n+12) {
    display: table-row;
}

.coverage__table.see-more tbody tr {
    display: table-row;
}

.coverage__table tbody {
    border: 2px solid #dfdfdf;
    border-top: 0;
}

.coverage__table tbody td {
    border-right: 2px solid #dfdfdf;
}

.coverage__table td:first-child {
    text-align: left;
}

.coverage__table tbody tr:nth-child(even) {
    background: rgba(167, 188, 204, 0.3);
}

.coverage__table thead {
    
    border-bottom: 0;
    background-color: #1077b7;
    color: #fff;
}

.coverage__table td {
    padding: 15px 20px;
    text-align: center;
}

button {
    cursor: pointer;
    padding: 15px;
    background: #f47f1f;
    border: 0;
    color: #fff;
}

button[disabled] {
    cursor: default;
}

.contact-us-text {
    margin-top: 55px;
}

.contact-us-image {
    margin-top: 75px;
}

.contact-us-image img {
    width: 100%;
}

.contact-us-text a {
    color: #f47f1f;
    text-decoration: underline;
}

.line-behind-text {
    position: relative;
    z-index: 1;
    margin: 30px 0;
    color: #8e8e93;
    text-align: center;
    text-transform: uppercase;
}

.line-behind-text::before {
    border-top: 2px solid #dfdfdf;
    content: '';
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}

.line-behind-text span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px;
}

/* FAQ Page */

.container-faq {
    display: flex;
    justify-content: space-between;
}

.faq {
    width: 100%;
    text-align: left;
}

.faq__item {
    padding: 20px 42px 20px 10px;
    margin-bottom: 2px;
}

.faq__item:nth-child(even) {
    background: #eaeff3;
}

.faq__item.active {
    background: #dae9f5;
}

.faq__item button {
    padding: 11px;
    vertical-align: middle;
    background: url('assets/button-expand.svg') no-repeat;
}

.faq__item.active button {
    background: url('assets/button-collapse.svg') no-repeat;
}

.faq__item-hidden-button {
    visibility: hidden;
    position: absolute;
    z-index: 0;
    background: url('assets/button-collapse.svg') no-repeat;
}

.faq__item h4 {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.faq__item p {
    padding-left: 36px;
}

.faq__type {
    padding-left: 36px;
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.faq__toggle-block-header {
    margin-bottom: 10px;
}

.faq__toggle-block p {
    display: none;
    line-height: 1.63;
}

.faq__item.active p {
    display: inline-block;
}

/* FAQ Sidebar */

.sidebar {
    width: 190px;
    margin-right: 50px;
    text-align: left;
}

.sidebar li {
    padding: 10px;
    margin-bottom: 5px;
    color: #f47f1f;
    cursor: pointer;
}

.sidebar li:hover {
    color: #1077b7;
    background: #dae9f5;
}

.sidebar li.active {
    color: #1077b7;
    background: #dae9f5;
}

.contact-sales-input {
    width: 300px;
    padding: 15px;
    border: 2px solid #d6d6d6;
}

.contact-sales-email-block {
    margin-top: 25px;
}

.contact-sales-email-success {
    display: none;
}

.contact-sales-email-error {
    display: none;
}

.contact-sales-email-block.email-sent .contact-sales-email-success {
    display: block;
}

.contact-sales-email-block.email-error .contact-sales-email-error {
    display: block;
}

.contact-sales-email-block.email-sent .contact-sales-input-block {
    display: none;
}

.contact-sales-email-block.email-error .contact-sales-input-block {
    display: none;
}

#contact-sales-input {
    vertical-align: middle;
}

#contact-sales {
    width: 130px;
    vertical-align: middle;
}

#contact-sales .button-loader {
    display: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

#contact-sales.loading .button-text {
    display: none;
}

#contact-sales.loading .button-loader {
    display: inline-block;
}

.material-download-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.material-download-buttons a {
    cursor: pointer;
}

.material-button-label {
    margin-top: 20px;
}

.privacy-policy__header {
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 18px;
}

.section-privacy-policy p {
    margin-bottom: 25px;
}

.section-privacy-policy ul {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 25px;
    padding-inline-start: 10px;;
}
