.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    z-index: 999;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    padding: 20px;
}

.popup::-webkit-scrollbar {
    width: 0 !important;
}

.popup::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -4px;
    vertical-align: middle;
}

.popup-inner {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 900px;
    width: 90%;
    padding: 20px;
    text-align: center;
    margin: 40px auto;
    word-wrap: break-word;



}

.popup-inner a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.popup-open {
    overflow: hidden;
}

.popup-close {
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    color: #727272;
}

.popup-close:hover {
    color: #ccc;
}

.accessoriesIntroPopup__content {
    width: 100%;
    height: 100%;
    min-height: 500px;
    padding: 4%;
    background: linear-gradient(45deg, #0b5858 20%, #101658 50%, #500132 80%);
    color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.accessoriesIntroPopup__content table {
    width: 100%;
}

.accessoriesIntroPopup__content table tr {
    padding: 10px;
    text-align: center;
}

.accessoriesIntroPopup__content table tr:not(:first-child) {
    border-top: rgba(255, 255, 255, 0.5) solid 1px;
}

.accessoriesIntroPopup__content table td {
    padding: 15px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.accessoriesIntroPopup__content table td b {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.accessoriesIntroPopup__content table td span,
.accessoriesIntroPopup__content table td ul {
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
}

.accessoriesIntroPopup__content table td ul li {
    list-style: inside;
    padding: 2px 0;
}

.accessoriesIntroPopup__content .text--note {
    font-size: 12px;
}

.accessoriesIntroPopup__content-list {
    text-align: left;
    margin: 30px auto 0;
}

.accessoriesIntroPopup__content-list li {
    margin: 25px 0;
    font-size: 14px;
}

.accessoriesIntroPopup__content-list li h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

@media (min-width: 996px) {
    .accessoriesIntroPopup__content table td {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .accessoriesIntroPopup__content table td b {
        width: 30%;
        margin-bottom: 0;
    }

    .accessoriesIntroPopup__content table td span,
    .accessoriesIntroPopup__content table td ul {
        width: 60%;
        text-align: left;
        font-size: 15px;
    }
}

/*# sourceMappingURL=accessoriesIntro__Popup.css.map */