.ssec {
    position: relative;
    color: #dfdfdf;
    background-color: #000;
    font-family: ProximaNova, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 auto;
}
.ssec .ssec-img {
    max-width: 100%;
    width: 100%;
}
.ssec-primary-black {
    color: #000;
    background-color: #fff;
}

.ssec .ssec-head {
    font-size: 2.25em;
    line-height: 1;
    font-weight: 800;
    -webkit-text-stroke: 8px rgba(0, 0, 0, 0);
    background: -webkit-linear-gradient(-86deg, #c3d2fc 5%, #cfd8fd 53%, #9999ff 91%);
    -webkit-background-clip: text;
    color: #000;
}
.ssec .ssec-subhead {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: .375em;
}
.ssec .ssec-txt {
    font-size: 1em;
    line-height: 1.25;
    padding-top: 1.5em;
    font-weight: 400;
}
.ssec .ssec-note {
    font-size: 1em;
    line-height: 1.25;
}

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

.ssec-style-1 .ssec-wrap {
    position: absolute;
    top: 4%;
    left: 10%;
    right: 10%;
}

.ssec-style-2 .ssec-wrap {
    position: absolute;
    top: 4%;
    left: 20%;
    right: 20%;
    display: flex;
}
.ssec-style-2 .ssec-head {
    width: 50%;
    padding-right: 10%;
}
.ssec-style-2 .ssec-txt {
    width: 50%;
    padding-top: 0;
    padding-left: 10%;
}

.ssec-intro .ssec-txt {
    font-size: 1.3em;
    padding: 0;
}
.ssec-intro .ssec-wrap {
    position: absolute;
    top: 9.5%;
    left: 10%;
    right: 50.6%;
    font-size: 2.8em;
    text-align: right;
}
.ssec-intro .ssec-wrap2 {
    position: absolute;
    top: 13%;
    left: 54.5%;
    right: 7%;
}

.ssec-camera .ssec-note {
    position: absolute;
    left: 19%;
    right: 57%;
    bottom: 7%;
    color: #a8a8a8;
}

.ssec-photos .ssec-wrap {
    position: absolute;
    top: 27%;
    left: 18%;
    right: 52%;
}

.ssec-photos .ssec-wrap2 {
    position: absolute;
    left: 64%;
    right: 11%;
    bottom: 4.6%;
}

.ssec-photos .ssec-h {
    font-size: 2.25em;
    font-weight: bold;
}

.ssec-sim .ssec-wrap {
    position: absolute;
    top: 26%;
    left: 23%;
    right: 51%;
}

.ssec-colors {
    background-color: #fff;
    color: #000;
}
.ssec-colors .img-parent .img {
    display: none;
    width: 96%;
}
.ssec-colors .img-parent .img.active {
    display: initial;
}
.ssec-colors .ssec-ctxt {
    padding: 7% 6% 2%;
}
.ssec-colors .ssec-ctxt .ssec-i {
    padding-bottom: 10px;
}
.ssec-colors .ssec-color-i {
    background-color: #010101;
    border-radius: 50%;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 1%;
    vertical-align: middle;
    cursor: pointer;
    border: 3px solid transparent;
}
.ssec-colors .ssec-color-i.active {
    border: 3px solid #000;
}
.ssec-colors .ssec-color-purple {
    background-color: #d8c3dd;
}
.ssec-colors .ssec-color-green {
    background-color: #85cfc1;
}
.ssec-colors .ssec-color-black.active {
    border-color: #bebebe;
}

.ssec-ports {
    color: #000;
    background: linear-gradient(to right, #e2d9fd, #c6dafd);
}
.ssec-ports .ssec-wrap {
    padding: 3% 0;
    width: 83.3333333%;
    margin: 0 auto;
}
.ssec-ports .ssec-txt {
    padding-top: .5em;
}
.ssec-ports .ssec-r {
    display: flex;
}
.ssec-ports .ssec-r1 {
    padding-top: 3%;
}
.ssec-ports .ssec-r .ssec-c1 {
    padding: 9% 3%;
}
.ssec-ports .ssec-r .ssec-c0 {
    width: 70%;
}
.ssec-ports .ssec-r1 .ssec-c1 {
    padding: 0 3% 0 8%;
    width: 30%;
}

@media screen and (min-width: 1440px) {
    .ssec {
        font-size: 21px;
    }

    .ssec-style-1 .ssec-wrap {
        top: 6%;
        left: 15%;
        right: 15%;
    }

    .ssec-style-2 .ssec-wrap {
        top: 6%;
    }
}

@media screen and (max-width: 768px) {
    .ssec {
        font-size: 16px;
    }
    .ssec .ssec-head {
        font-size: 2em;
    }
    .ssec .ssec-txt {
        padding-top: 1em;
    }

    .ssec-style-1 .ssec-wrap {
        left: 10px;
        right: 10px;
    }

    .ssec-style-2 .ssec-wrap {
        display: block;
        position: absolute;
        top: 3%;
        left: 10px;
        right: 10px;
    }
    .ssec-style-2 .ssec-head,
    .ssec-style-2 .ssec-txt {
        padding: 0;
        width: initial;
    }
    .ssec-style-2 .ssec-txt {
        padding-top: 1em;
    }

    .ssec-intro {
        text-align: center;
    }
    .ssec-intro .ssec-txt {
        font-size: 1.3em;
        padding: 0 !important;
    }
    .ssec-intro .ssec-wrap {
        top: 7%;
        left: 10px;
        right: 10px;
        font-size: 2em;
        text-align: center;
    }
    .ssec-intro .ssec-wrap2 {
        top: 18%;
        left: 10px;
        right: 10px;
        font-size: .9em;
    }

    .ssec-battery .ssec-wrap,
    .ssec-camera .ssec-wrap,
    .ssec-os .ssec-wrap {
        position: initial;
        padding: 3% 10px;
        top: auto;
        left: auto;
        right: auto;
    }

    .ssec-camera .ssec-note {
        left: 10px;
        right: 60%;
        bottom: 3%;
    }

    .ssec-photos .ssec-wrap {
        top: 61%;
        left: 4%;
        right: 51%;
    }

    .ssec-photos .ssec-wrap2 {
        left: 11%;
        right: 50%;
        bottom: 9.6%;
        text-align: right;
    }

    .ssec-photos .ssec-h {
        font-size: 1.6em;
    }

    .ssec-sim .ssec-wrap {
        top: 9%;
        left: 10px;
        right: 39%;
    }

    .ssec-ports .ssec-wrap {
        padding: 3% 10px;
        width: initial;
    }
    .ssec-ports .ssec-txt {
        padding-top: .5em !important;
    }
    .ssec-ports .ssec-r {
        display: flex;
        flex-wrap: wrap;
    }
    .ssec-ports .ssec-r1 {
        padding-top: 3%;
    }
    .ssec-ports .ssec-r .ssec-c1 {
        padding: 0;
        width: 100%;
        order: 1;
        padding-top: 3%;
        padding-bottom: 5%;
    }
    .ssec-ports .ssec-r .ssec-c0 {
        width: 100%;
        order: 0
    }
    .ssec-ports .ssec-r1 .ssec-c1 {
        padding: 3% 0 0;
        width: 100%;
    }

    .ssec-colors .big-img {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .ssec {
        font-size: 12px;
    }
    .ssec .ssec-head {
        font-size: 2em;
    }
    .ssec .ssec-txt {
        padding-top: 1em;
    }
}

/*----*/
.specs-color-name {
    text-align: center;
    padding: 5px 0 0;
    margin-bottom: 0;
}
.specs-block-img .img-fluid {
    display: block;
    margin: 0 auto;
}
.specs-block .specs-value strong {
    font-size: 1.375em;
    line-height: 1.25;
}
.specs-block .specs-note {
    padding-top: 2%;
    font-size: .875em;
    color: #888;
    padding-bottom: 0;
}
.specs-note {
    padding-bottom: 4%;
}
.specs-note p {
    font-size: .925em;
    margin-bottom: .25em;
    color: #888;
}
.specs-block .specs-img-size {
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .specs-block .specs-img-size {
        max-width: initial;
        width: 50%;
    }
}