.section {
    position: relative;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: .9rem;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 auto;
}
.section .s-title {
    font-size: 1.75em;
    line-height: 1.1;
    font-weight: bold;
}
.section .s-text {
    margin-top: .6em;
    line-height: 1.5;
    font-size: 1em;
}
.section .section-img {
    width: 100%;
}
.section .s-container{
    padding: 15px;
}
.for-large {
    display: none;
}

.section-1 .s-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.section-1 .s-title {
    font-size: 2.3em;
    font-weight: bold;
    margin-bottom: 0;
}
.section-1 .s-text {
    margin-top: .125em;
    font-size: 1.125em;
}

.section-2 .s-container {
    background-color: #F3F8FB;
    position: relative;
    top: -30px;
    font-size: 0;
    width: 90%;
    margin: 0 auto;
    border-radius: 60px;
    padding: 15px;
    box-shadow: 0 2px 16px #aaaaaa, 0 0 1px #aaaaaa, 0 0 1px #aaaaaa;
}
.section-2 .s-icons {
    display: flex;
    flex-wrap: wrap;
}
.section-2 .s-icons img {
    width: 50px;
}
.section-2 .s-icons .s-icon {
    width: 50%;
    padding: 10px 0;
    text-align: center;
}
.section-2 .s-icon p {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 0;
}

.s-nope {
    text-align: center;
    padding: 30px 15px;
}
.s-nope .s-title {
    position: relative;
    display: inline-block;
    font-size: 1.75em;
}
.s-nope .s-title::before {
    position: absolute;
    content: '';
    width: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    border-bottom-left-radius: 8px;
    height: 30px;
    background-color: #C11F11;
}

.section-3 .s-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.section-5 .s-icon {
    padding: 0 10px;
    text-align: center;
}
.section-5 .s-im {
    padding-top: 1em;
}
.section-5 .s-txt {
    width: 90%;
    margin: 0 auto;
    padding-top: .75em;
    padding-bottom: 2em;
    font-size: 1.125em;
}
.section-5 .s-txt .s-h {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: .5em;
}

.section-6 .s-inner {
    position: relative;
}
.section-6 .s-container {
    position: absolute;
    top: 33%;
    right: 5px;
    padding: 0;
}
.section-6 .s-title {
    font-size: 1em;
}
.section-6 .s-icons {
    display: flex;
    flex-wrap: nowrap;
    padding: 6% 0;
}
.section-6 .s-icon {
    width: 50%;
    padding: 0 8px
}
.section-6 .s-note {
    margin-top: 1em;
    color: #fff;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.8);
}

.section-7 .s-note {
    font-size: .75em;
    padding: 10px 5%;
}

.section-8 .s-container,
.section-9 .s-container {
    padding: 30px 0;
    width: 98%;
    margin: 0 auto;
    text-align: center;
}
.section-8 img,
.section-9 img {
    padding: 15px 0;
}

.section-10 .s-container {
    top: 2%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}
.section-10 .s-note {
    top: 37%;
    font-size: .85em;
    position: absolute;
    left: 65%;
}
.section-10 .s-icon {
    width: 40px;
    padding-right: 10px;
}
.section-10 .s-icon img {
    width: 100%;
}
.section-10 .s-title {
    font-size: 1.75em;
    line-height: 1.2;
}
.section-10 .s-text {
    font-size: 1em;
    margin-top: 0;
    line-height: 1.3;
}

.section-11 .s-container {
    width: 98%;
    margin: 0 auto;
    padding-top: 4%;
    padding-bottom: 4%;
}
.section-11 .s-icon {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 4em;
}
.section-11 .s-color {
    position: relative;
    margin-top: 1.5em;
}
.section-11 .s-color-name {
    display: inline-block;
    position: relative;
    font-size: 1.5em;
}
.section-11 .s-color-name::before {
    position: absolute;
    content: '';
    width: 1em;
    height: 1em;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -1.25em;
    background-image: linear-gradient(135deg, rgb(255, 255, 255), rgb(0, 0, 0), rgb(0, 0, 0));
}
.section-11 .s-color-name-red::before {
    background-image: linear-gradient(135deg, rgb(255, 255, 255), rgb(177, 0, 0), rgb(177, 0, 0));
}

.section-specs {
    width: 95%;
    margin: 0 auto;
    padding: 4% 0;
}
.section-specs .s-title {
    font-size: 2em;
}
.section-specs .specs {
    padding: 2% 0;
}
.section-specs .specs .s-spec {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #000;
}
.section-specs .specs .s-spec:last-child {
    border-bottom: none;
}
.section-specs .specs .s-col-1,
.section-specs .specs .s-col-2 {
    width: 50%;
    padding: 8px 8px;
}
.section-specs .specs .s-col-2 {
    width: 50%;
}

@media (max-width: 380px) {
    .section-3 .s-title {
        font-size: 1.25em;
    }
    .section-3 .s-text {
        font-size: .8em;
    }
}

@media (min-width: 650px) {
    .section {
        font-size: 1.25rem;
    }
}

@media (min-width: 769px) {
    .for-large {
        display: block;
    }
    .for-mobile {
        display: none!important;
    }
    .section {
        font-size: 1rem;
    }
    .section .s-title {
        font-size: 2.4em;
        line-height: 1.1;
    }
    .section .s-text {
        font-size: 1.2em;
        line-height: 1.3;
    }
    .section .s-container {
        padding: 0;
        margin: 0 auto;
    }

    .section-1 .s-container {
        top: 25%;
        left: 10%;
        right: 50%;
    }
    .section-1 .s-title {
        font-size: 3.75em;
        margin-bottom: .4em;
    }
    .section-1 .s-text {
        margin-top: 0;
        font-size: 1.5em;
    }

    .section-2 .s-container {
        width: 80%;
        min-width: 1200px;
        margin: 0 auto;
        padding: 50px 50px;
    }
    .section-2 .s-icons img {
        width: initial;
    }
    .section-2 .s-icons .s-icon {
        width: 25%;
        padding: 30px 0;
    }
    .section-2 .s-icon p {
        font-size: 24px;
    }

    .s-nope {
        padding: 30px 0;
    }
    .s-nope .s-title {
        font-size: 2em;
    }

    .section-3 .s-container {
        text-align: center;
        top: 5%;
        left: 15%;
        right: 15%;
    }

    .section-4 {
        font-size: 1.2em !important;
        margin-top: 1.5em;
    }
    .section-4 .s-container {
        position: absolute;
        right: .5%;
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
        padding: 50px 0;
        color: #fff;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(49, 49, 49));
        background-position: 100% center;
    }
    .section-4 .s-title,
    .section-4 .s-text {
        padding: 0 10%;
    }

    .section-5 .s-icons {
        position: relative;
        padding: 50px 0;
        display: flex;
        flex-wrap: nowrap;
    }
    .section-5 .s-icon {
        width: 33.3333333%;
        padding: 0;
    }
    .section-5 .s-im {
        padding-top: 0;
    }
    .section-5 .s-txt {
        width: 90%;
        margin: 0 auto;
        padding-top: .75em;
        padding-bottom: 0;
        font-size: inherit;
    }
    .section-5 .s-txt .s-h {
        font-size: 1.5em;
        font-weight: bold;
        padding-bottom: .5em;
    }

    .section-6 .s-container {
        position: absolute;
        top: 26%;
        right: 10%;
    }
    .section-6 .s-title {
        display: inline-block;
        font-size: 2em;
    }
    .section-6 .s-title::before {
        position: absolute;
        content: '';
        width: 10px;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
        border-bottom-left-radius: 8px;
        height: 30px;
        background-color: #C11F11;
    }
    .section-6 .s-note {
        position: absolute;
        margin-top: 0;
        top: 78%;
        width: 19%;
        padding: .5%;
        right: 31%;
        font-size: .8em;
    }
    .section-6 .s-note2 {
        right: 8%;
    }

    .section-7 .s-inner {
        position: relative;
    }
    .section-7 .s-container {
        position: absolute;
        bottom: 0;
        left: 50%;
        font-size: .9em;
        transform: translateX(-50%);
        width: 50%;
        max-width: 800px;
        color: #fff;
        text-align: center;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .section-8 .s-container,
    .section-9 .s-container {
        width: 90%;
    }

    .section-10 .s-container {
        top: 5%;
        width: 50%;
    }
    .section-10 .s-note {
        top: 40%;
    }
    .section-10 .s-icon {
        width: initial;
    }
    .section-10 .s-title {
        font-size: 1.75em;
    }
    .section-10 .s-text {
        font-size: 1em;
    }

    .section-11 .s-container {
        width: 80%;
        min-width: 1000px;
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .section-11 .section-img {
        width: 50%;
    }
    .section-11 .s-icons {
        display: flex;
        flex-wrap: nowrap;
    }
    .section-11 .s-icon {
        width: 50%;
        text-align: center;
        margin: initial;
        padding-bottom: 0;
    }
    .section-11 .s-color-name {
        font-size: 1.25em;
    }

    .section-specs {
        width: 80%;
    }
    .section-specs .specs .s-col-1,
    .section-specs .specs .s-col-2 {
        width: 40%;
        padding: 15px 8px;
    }
    .section-specs .specs .s-col-2 {
        width: 60%;
    }
}

@media screen and (min-width: 1920px) {
    .section {
        font-size: 1.5rem;
    }
}
