/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'HONORSans-Regular';
    src: url(../fonts/HONORSans-Regular.eot);
    src: url(../fonts/HONORSans-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/HONORSans-Regular.otf) format('otf'),
    url(../fonts/HONORSans-Regular.ttf) format('truetype'),
    url(../fonts/HONORSans-Regular.woff) format('woff'),
    url(../fonts/HONORSans-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'HONORSans-Demibold';
    src: url(../fonts/HONORSans-Demibold.eot);
    src: url(../fonts/HONORSans-Demibold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/HONORSans-Demibold.otf) format('otf'),
    url(../fonts/HONORSans-Demibold.ttf) format('truetype'),
    url(../fonts/HONORSans-Demibold.woff) format('woff'),
    url(../fonts/HONORSans-Demibold.woff2) format('woff2');
}



::-webkit-scrollbar-button {
    width: 3px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: #32312e;
    box-shadow: 0 0 3px #fff inset;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #DA7703;
    box-shadow: 0 1px 1px #fff inset;
}

::-webkit-resizer {
    width: 3px;
    height: 0
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

#hellopreloader_preload {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 320px;
    background: #DA7703 url(../img/bars.svg) center center no-repeat;
    background-size: 41px;
}

.z-index-9 {
    z-index: 9;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: all 500ms ease;
}

p {
    margin: 0;
}

.bounce {
    animation: bounce 2s ease infinite;
}

@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}

html {
    font-size: 18px;
    scroll-behavior: smooth;
}

body {
    font-family: 'HONORSans-Regular', sans-serif;
    line-height: 1.5;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 0;
    background: #000;
}

.text-bold {
    font-family: 'HONORSans-Demibold', sans-serif;
}

.text-left {
    text-align: left;
}

main {
    overflow: hidden;
}

header, .footer-bottom {
    padding: 24px 0;
    background: #FF7D00;
}

footer {
    color: grey;
} 

.footer-text-bottom a {
    color: gray;
}

.footer-top {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
} 

.logo {
    max-width: 285px;
}

.start-icon {
    max-width: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HONORSans-Demibold', sans-serif;
    line-height: 1.2;
    font-weight: 600;
} 

.page-title {
    font-size: 38px;
} 

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.button {
    position: relative;
    z-index: 99;
    min-width: 222px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    padding: 8px 24px;
    border-radius: 20px;
    font-weight: 700;
    background: none;
    box-shadow: none;
    transition: all 400ms ease;
    text-decoration: none;
}

.button > svg {
    fill: #fff;
}

.button:hover {
    background: #fff;
    color: #000;
}

.button:hover > svg {
    fill: #000;
} 

.page-titles {
    font-size: 27px;
    text-align: center;
    margin-bottom: 10px;
}

.page-titles img {
    max-width: 28px;
}

.page-start .container {
    max-width: 1800px;
}

.page-start-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 620px;
}

.page-start-phones {
    position: relative;
    z-index: 1;
}

.page-start-phones-mb {
    display: block;
    margin: 20px auto; 
    position: relative;
    left: -13.5px;
    right: -13.5px;
    width: calc(100% + 27px); 
    max-width: 110%;
} 

.page-start-bg {
    position: absolute;
    left: -100px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(260.68deg, #000000 46.06%, #0077FF 63.54%, #4DFFF6 73.14%, #2F86FF 88.18%, #6765FF 98.27%, #000000 111.94%, #000000 201.13%);

}


.page-start-bottom {
    position: absolute;
    bottom: 0;
    right: 25px;
    padding: 10px;
    font-size: 10px;
    color: rgba(103, 103, 103, 1);
    max-width: 40%;
    text-align: right;
}

.page-start-bottom img {
    display: block;
    margin-left: auto;
    max-width: 120px; 
}

.page-start .page-start-sgc {
    max-width: 85px;
    margin-bottom: 10px;
} 

.promo-wrap-star-btm {
    position: absolute;
    right: -20px;
    bottom: 21%;
    max-width: 150px;
}

.promo-wrap {
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
}

.promo-wrap-star-r { 
    position: absolute;
    right: -100px;
    top: -100px; 
    max-width: 200px;
}

.promo-wrap-star-l { 
    position: absolute;
    left: -90px;
    bottom: 70px; 
    max-width: 200px;
}

.promo-left {
    max-width: 300px;
}

.promo-present {
    position: absolute;
    left: -50px;
    top: 50%;
    max-width: 100px;
    transform: translateY(-50%);
}  

.promo-bottom {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
} 

.feature-star {
    position: absolute;
    left: 0;
    top: -70px;
    max-width: 200px;
}

.feature-star-right {
    position: absolute;
    right: -100px;
    bottom: 25%;
    max-width: 100px;
}

.feature-item {
    height: 100%;
    min-height: 350px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid gray;
}

.feature-item h4 {
    font-size: 22px;
}

.feature-item b {
    display: block;
    font-size: 30px;
}

.feature-item h4 img {
    max-width: 23px;
}

.feature-row .feature-item {
    min-height: 300px;
}

.feature-item-1 {
    background-image: url(../img/fut-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}

.feature-item-2 {
    background-image: url(../img/fut-22.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-item-3 {
    background-image: url(../img/fut-3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-item-4 {
    background-image: url(../img/fut-4.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-item-5 {
    background-image: url(../img/fut-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.feature-item-6 {
    background-image: url(../img/fut-6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.feature-item-7 {
    background-image: url(../img/fut-7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.feature-item-8 {
    background-image: url(../img/fut-8.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.color ul {
    display: flex;
    justify-content: space-between;
}

.color li {
    display: flex;
    align-items: center;
    max-width: 280px;
}

.color-star {
    position: absolute;
    max-width: 100px;
    left: -100px;
    bottom: 41%;
}

.color .color-center {
    max-width: 350px;
}

.color li span {
    flex-shrink: 0;
    max-width: 70px;
    margin-right: 10px;
}

.color li h5 {
    font-size: 35px;
    margin: 0;
}

.revolution-item ul {
    list-style: disc;
    padding-left: 85px;
    font-size: 18px;
}

.revolution-top {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.revolution-top img {
    max-width: 50px;
    margin-right: 10px;
}

.revolution-top h6 {
    margin-bottom: 0;
    font-size: 24px;
}

.revolution-group {
    position: relative;
    padding: 280px 120px 0;
}

.revolution-img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
}

.revolution-item {
    position: absolute;
}
.revolution-item-1 {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.revolution-item-2 {
    top: 230px;
    left: -100px; 
}
.revolution-item-3 {
    top: 530px;
    left: -130px; 
}

.revolution-item-4 .revolution-top {
    flex-direction: row-reverse; 
}

.revolution-item-4 .revolution-top img {
    margin-right: 0;
    margin-left: 10px;
}

.revolution-item-4 {
    top: 230px;
    right: 0;
}

.revolution-item-5 .revolution-top {
    flex-direction: row-reverse; 
}

.revolution-item-5 .revolution-top img {
    margin-right: 0;
    margin-left: 10px;
}

.revolution-item-5 {
    top: 530px;
    right: -30px;
    max-width: 300px;
}

.focus-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.focus-item img {
    height: 100%; 
}

.new .page-text {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.zoom-row {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch;
    height: auto;
    gap: 2%;
    margin-bottom: 2%;
}



.zoom-item {
    flex-grow: 1;
}

.zoom-item-1 { 
    width: 60%;
}

.zoom-item-2 { 
    width: 38%;
}

.zoom-item-3 { 
    width: 49%;
}

.zoom-item-4 { 
    width: 49%;
}

.zoom-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zoom-item-relative {
    position: relative;
}

.zoom-item-relative span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(247, 244, 244, 0.4);
    font-size: 21px;
    color: #fff;
}

/* .glass-bg {
    position: relative;
    padding-top: 150px;
}

.glass-bg::after {
    content: '';
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0.4)); 
} */

.vision-logo {
    position: absolute;
    left: 50%;
    bottom: 30%;
    transform: translateX(-50%);
    max-width: 400px;
}

.vision-wrap {
    position: relative;
}

.vision-item {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.vision-item h5 {
    margin-top: 15px;
    font-size: 30px;
}

.vision-item-1,
.vision-item-5 {
    bottom: 40%;
}

.vision-item-1 {
    left: 5%;
}
.vision-item-5 {
    right: 5%;
}

.vision-item-2,
.vision-item-4 {
    bottom: 15%;
}

.vision-item-2 {
    left: 25%;
}
.vision-item-4 {
    right: 25%;
}

.vision-item-3 {
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}

.seven-item {
    padding: 20px 20px 40px 30px;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 15px;
    border: 1px solid gray;
}

.seven-item-1 {
    background-image: url(../img/s-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.seven-item-2 {
    background-image: url(../img/s-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.seven-item-3 {
    background-image: url(../img/s-3.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.seven-item-4 {
    background-image: url(../img/s-4.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.seven-item-5 {
    background-image: url(../img/s-5.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.seven-item-6 {
    background-image: url(../img/s-6.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.seven-item-7 {
    background-image: url(../img/s-7.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.seven-number {
    font-size: 32px;
    font-weight: bold;
}

.seven-top .page-text {
    line-height: 1.2;
}

.seven-bottom,
.seven-top {
    display: flex;
    flex-direction: column;
}

.seven-bottom img {
    max-width: 20px;
}

.seven-bottom {
    font-size: 12px;
} 

.max-item {
    min-height: 600px;
    padding: 25px;
    border-radius: 15px;
}

.max-item-1 {
    position: relative;
    background-image: url(../img/max-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.max-item-2 {
    background-image: url(../img/max-2.png);
    background-repeat: no-repeat;
    background-size: cover;
} 

.sound {
    position: relative;
    background-color: #000002;
}

.sound-image {
    display: block;
    margin: 0 auto;
    position: relative;
    left: -50px;
    right: -50px;
    width: calc(100% + 100px);
    max-width: 140%;
}

.sound-icon {
    max-width: 320px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -90px;
}

.flagman-image-mob {
    display: block;
    margin: 0 auto;
    position: relative;
    left: -32px;
    right: -32px;
    width: calc(100% + 64px);
    max-width: 140%;
}

.chip ul {
    max-width: 600px;
    margin: 60px auto 20px;
    justify-content: space-between;
}

.chip ul span {
    background: linear-gradient(180deg, #C2E7E7 35.31%, #0073AE 81.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.chip-top {
    font-size: 70px;
    font-weight: bold;
}

.chip-bottom {
    font-size: 21px;
    background: linear-gradient(90deg, #BDFFFF 0%, #75B7D3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.chip-bottom sup {
    background: linear-gradient(180deg, #C2E7E7 35.31%, #0073AE 81.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.chip-image {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.page-bg {
    min-height: 900px;
    display: flex;
    align-items: center;
    background-image: url(../img/page-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-bg .page-title {
    max-width: 45%;
    display: block;
    margin: 0 auto;
}

.page-bg .page-text {
    max-width: 900px;
    display: block;
    margin: 0 auto;
}

.moore-item {
    height: 100%;
    display: flex;
    align-items: center;
}

.moore-item-last img {
    max-width: 350px;
}

.moore-item span {
    display: block;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.2;
}

.moore-item h4 { 
    font-size: 45px;
    line-height: 1.2;
}

.moore-item span img {
    max-width: 25px;
}

.focus h3 {
    font-size: 36px;
}

.foucs-img-wrap img {
    width: 48%;
}

.focus-item--2 {
    padding-left: 30px;
}

.focus-title-wrap h3 img {
    max-width: 20px;
} 

.page-text {
    font-size: 19px;
    font-weight: 400;
}   

@media(max-width: 1650px) {  
}

@media(max-width: 1500px) {
    .page-start {
        min-height: 850px;
    }
    .page-start-phones {
        position: absolute;
        bottom: 0;
        left: 40px;
        max-width: 55%;
    }
    .page-start-wrap {
        max-width: 40%;
    }
}

@media(max-width: 1400px) { 
    .page-start {
        min-height: 750px;
    }

    .revolution-img {
        max-width: 500px;
    }

    .revolution-item-2 {
        left: -10px;
    }
    .revolution-item-3 {
        left: -10px;
    }
    .revolution-item-4 {
        right: 0;
    }
    .revolution-item-5 {
        right: 0;
    }

    .vision-item-1 {
        left: 3%;
    }
    .vision-item-5 {
        right: 3%;
    }
    .vision-item-2 {
        left: 15%;
    }
    .vision-item-4 {
        right: 15%;
    }
}

@media(max-width: 1200px) {  

    .promo-wrap-star-btm { 
        bottom: -9%; 
    }
    .revolution-group {
        padding: 0;
    }

    .revolution-list {
        margin-top: 35px;
    }

    .revolution-item {
        position: static;
        max-width: 350px;
        margin-bottom: 35px;
        margin-left: auto;
        margin-right: auto;
    }

    .revolution-item-1 {
        transform: translateX(0);
    }

    .revolution-item-4 .revolution-top,
    .revolution-item-5 .revolution-top {
        flex-direction: row;
    }

    .revolution-item-4 .revolution-top img,
    .revolution-item-5 .revolution-top img {
        margin-left: 0;
        margin-right: 10px;
    }

    .vision-list {
        display: flex;
        flex-direction: column;
        margin-top: -30%;
    }

    .vision-item {
        margin-bottom: 25px;
        position: static;
    }

    .vision-item-3 {
        transform: translateX(0);
    }

    .vision-logo {
        position: static;
        display: block;
        margin: 0 auto;
        transform: translateX(0);
    }

    .seven-item {
        padding-top: 35px;
        min-height: 360px;
        border-radius: 45px;
    }

    .seven-bottom img {
        max-width: 24px;
        width: 100%;
        height: 24px;
        margin-right: 20px;
    }

    .seven-bottom sup img { 
        margin-right: 0;
    }

    .seven-item-1 {
        background-image: url(../img/s-12.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .seven-item-2 {
        background-image: url(../img/s-22.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .seven-item-3 {
        background-image: url(../img/s-32.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .seven-item-4 {
        background-image: url(../img/s-42.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .seven-item-5 {
        background-image: url(../img/s-52.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .seven-item-6 {
        background-image: url(../img/s-62.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .seven-item-7 {
        background-image: url(../img/s-72.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .seven-bottom {
        flex-direction: row;
        align-items: center;
    } 
    
    .page-start {
        min-height: 650px;
    }   
}

@media(max-width: 991px) { 

    .page-title {
        font-size: 32px;
    }

    .page-start-bg {
        display: none;
    } 

    .promo-wrap {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    } 

    .promo-wrap-star-r {
        right: -70px;
    }

    .promo-wrap-star-l {
        left: -50px;
    }
    

    .feature-item-1 { 
        background-position: center;
    }

    .feature-item-1 h4 { 
        max-width: 180px;
    }
    
    .feature-item-2 {
        min-height: 440px;
        background-image: url(../img/fut-2.png); 
        background-position: center;
    }

    .feature-item-2 h4 {
        max-width: 300px;
    }
    
    .feature-item-3 {
        min-height: 400px;
        background-image: url(../img/fut-3.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .feature-item-4 {
        min-height: 400px;
        background-image: url(../img/fut-44.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .feature-row .feature-item-5 {
        min-height: 450px;
        background-image: url(../img/fut-55.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    
    
    .feature-row .feature-item-6 {
        min-height: 400px; 
    }
    
    .feature-row .feature-item-7 {
        min-height: 400px;
        background-image: url(../img/fut-77.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    .feature-row .feature-item-8 {
        background-image: url(../img/fut-8.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .color li span {
        max-width: 35px;
    }

    .color li h5 {
        font-size: 25px;
    }

    .zoom-item-relative span { 
        width: 45px;
        height: 45px; 
        font-size: 16px; 
    } 

    .moore-item {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .moore-item h4 {
        font-size: 38px;
    }

    .moore-item span {
        font-size: 20px;
    }

    .moore-item img {
        max-width: 500px;
    }

    .moore-item-last img {
        max-width: 300px;
    }

    .moore-item-first img {
        max-width: 650px;
    }
    
    .sound-icon { 
        top: -50px;
    }  

    .page-start-bottom {
        position: static;
        max-width: 100%;
    }
    .page-start-wrap {
        position: static;
        max-width: 500px;
        margin: 0 auto;
        transform: translateY(0);
    }
    .button {
        font-size: 16px;
    }
    .page-title {
        font-size: 35px;
    }
    .page-title-md {
        font-size: 28px;
    } 

    .promo-img {
        max-width: 110px;
    }

    .focus h3 {
        font-size: 32px;
    }

    .focus-title-wrap {
        text-align: center;
    }

    .focus-img-wrap {
        margin: 0 auto;
        max-width: 550px;
    }

    .focus-img-wrap img {
        max-width: 48%;
    }

    .focus-item--1 {
        display: flex;
        flex-direction: column-reverse;
    }

    .focus-item--2 {
        padding-left: 0;
    } 

    .promo-list {
        padding-left: 30px;
        padding-right: 30px;
    }
    .promo-item-present {
        max-width: 45px;
        left: -25px;
    } 

    .promo-item-first {
        max-width: 90px;
    }

    .promo-item-after::before {
        right: -90px;
    }
}

@media(max-width: 767px) {

    .page-title {
        font-size: 28px;
    }

    .page-titles {
        font-size: 21px;
    }
    .container {
        max-width: 650px;
    }

    .vision-logo-wrap {
        padding: 0 30px;
    }
    .promo-wrap-star-btm { 
        right: -100px;
        bottom: -15%; 
    }
    
    .feature-star { 
        left: -150px;
        top: -100px; 
    }

    .revolution-top h6 {
        font-size: 21px;
    }

    .moore-item h4 {
        font-size: 28px;
    }

    .promo-wrap {
        max-width: 80%;
    }

    .promo-wrap-star-r {
        top: -180px;
    }

    .promo-present {
        left: -30px;
        max-width: 70px;
    }  

    .page-text {
        font-size: 16px;
    }  

    .promo-item-after::before,
    .promo-item-after::after {
        display: none;
    } 

}

@media(max-width: 650px) {

    .color ul {
        flex-direction: column; 
    }

    .color li {
        margin-bottom: 25px;
    }   

    .sound-icon { 
        top: -20px;
    }
    .chip-top {
        font-size: 45px; 
        text-align: center;
    }
    
    .chip-bottom {
        font-size: 18px; 
        text-align: center;
    }
}

@media(max-width: 575px) {
    .promo-list {
        flex-direction: column;
    }

    .promo-item {
        margin-bottom: 15px;
    }  

    .promo-wrap-star-l {  
        left: -190px; 
    }

    .zoom-item-relative span { 
        width: 30px;
        height: 30px; 
        font-size: 12px; 
    }

    .feature-item h4 {
        font-size: 18px;
    }

    .feature-item b{
        font-size: 24px;
    }

}

@media(max-width: 480px) {  
    .chip ul {
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
    }

    .chip li {
        margin-bottom: 15px; 
    }
}

@media(max-width: 400px) { 
    .promo-wrap-star-btm { 
        right: -100px;
        bottom: -17%; 
    }

    .feature-star {
        top: -150px;
    }
}

@media(max-width: 380px) {
    .protection {
        min-height: 1500px; 
    }
    .color li h5 {
        font-size: 21px;
    }
}

@media(min-width: 992px) {
    .promo-wrap-star-l-start {
        display: none;
    }

    .promo-wrap-star-l {
        bottom: auto;
        top: 0;
        left: 50px;
    }

    .promo-bottom .promo-wrap-star-r {
        top: 100px;
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1160px;
    }
    
}



@media(min-width: 1400px) { 
    .promo-bottom .promo-wrap-star-r {
        top: 150px;
        right: -150px;
    }
}

 