.pearl-color {
    margin-top: 20px
}

.pearl-color .wrapper .page-title {
    text-align: center;
    text-transform: uppercase
}

.pearl-color .wrapper .page-title h1 {
    font-size: 1.4rem;
    color: #4C7FA6;
    font-weight: 900;
    letter-spacing: 0.08em;
    margin: 0
}

.pearl-color .wrapper .page-content {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    line-height: 1.2rem;
    padding: 0 2rem
}

.pearl-color .wrapper .tab-bar {
    border-bottom: 2px solid #4C7FA6;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 1.5rem 0
}

@media (max-width: 565px) {
    .pearl-color .wrapper .tab-bar {
        display: none
    }
}

.pearl-color .wrapper .tab-bar .tab-title {
    position: relative;
    text-transform: uppercase;
    cursor: pointer
}

@media (max-width: 768px) {
    .pearl-color .wrapper .tab-bar .tab-title {
        text-align: center
    }
}

.pearl-color .wrapper .tab-bar .tab-title:before {
    display: none;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: #4C7FA6;
    position: absolute;
    left: -0.25rem;
    top: 0.35rem;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media (max-width: 768px) {
    .pearl-color .wrapper .tab-bar .tab-title:before {
        display: none
    }
}

.pearl-color .wrapper .tab-bar .tab-title span {
    display: block;
    color: #2b2b2b;
    font-size: 0.8rem;
    padding-left: 0.5rem
}

@media (max-width: 768px) {
    .pearl-color .wrapper .tab-bar .tab-title span {
        padding: 0;
        font-size: 1rem
    }
}

.pearl-color .wrapper .tab-bar .tab-title._active span {
    color: #4C7FA6
}

.pearl-color .wrapper .tab-bar .tab-title._active:before {
    display: block
}

@media (max-width: 768px) {
    .pearl-color .wrapper .tab-bar .tab-title._active:before {
        display: none
    }
}

.pearl-color .wrapper .tabs {
    position: relative;
    width: 100%;
    height: auto
}

.pearl-color .wrapper .tabs .tab {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 565px) {
    .pearl-color .wrapper .tabs .tab {
        display: block;
        opacity: 1;
        position: relative;
        z-index: 1
    }
}

.pearl-color .wrapper .tabs .tab h4 {
    text-align: left
}

.pearl-color .wrapper .tabs .tab .title {
    text-align: center
}

.pearl-color .wrapper .tabs .tab .title h3 {
    font-weight: normal;
    color: #2b2b2b;
    font-size: 1.2rem
}

.pearl-color .wrapper .tabs .tab .description p {
    font-size: 0.7rem
}

.pearl-color .wrapper .tabs .tab .description ul {
    position: relative;
    font-size: 0.7rem;
    list-style: none;
    margin: 0;
    padding-left: 1.5rem
}

.pearl-color .wrapper .tabs .tab .description ul li {
    color: #4C7FA6;
    margin-bottom: 0.25rem
}

.pearl-color .wrapper .tabs .tab .description ul li:before {
    position: absolute;
    left: 0;
    content: '';
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    background-image: url(/resources/svg/check.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle
}

.pearl-color .wrapper .tabs .tab._active {
    position: relative;
    z-index: 1;
    opacity: 1
}

.pearl-color .wrapper .embed-code {
    text-align: center
}

.pearl-color .image-container {
    margin-top: 10px
}

.pearl-color .image-container .option-popup {
    width: auto
}

@media (max-width: 565px) {
    .pearl-color .image-container img {
        width: 100%
    }
}
