.sncbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-image: url('/imgs/bg/SNC_-_Logo_15x.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mask-image: linear-gradient(rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%);
    opacity: 1;
}


.bannerMain {
    color: white;
    min-height: 79vw;
    box-sizing: border-box;
    padding: 50px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('/imgs/bg/___snc_.png.webp'), url('/imgs/bg/___snc_.jpg');
}

.bannerMain h1 {
    font-size: 52px;
    line-height: 1.23;
    font-weight: 600;
    text-transform: none;
    margin-top: 50px;
    max-width: 860px;
    color: white;
}

.bannerMain p {
    font-size: 20px;
    text-align: center;
    font-family: var(--fntUnb);
}

.bannerMain .timer {
    margin-top: 55px;
    padding: 0;
    margin-bottom: 50px;
}

/*@media screen and (max-width: 979px) {*/
/*  .bannerMain {*/
/*    padding: 50px;*/
/*  }*/
/*  .bannerMain h1 {*/
/*    font-size: 48px;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 639px) {*/
/*  .bannerMain {*/
/*    padding: 50px;*/
/*  }*/
/*  .bannerMain .innerOffset {*/
/*    padding-left: 20px;*/
/*    padding-right: 20px;*/
/*  }*/
/*  .bannerMain h1 {*/
/*    font-size: 30px;*/
/*    word-break: break-all;*/
/*  }*/
/*  .bannerMain p {*/
/*    word-break: break-all;*/
/*  }*/
/*}*/


.rollRow {
    margin-top: 60px;
    margin-bottom: 90px;
}

@media screen and (min-width: 640px) {
    .rollRow {
        margin-top: 70px;
        margin-bottom: 100px;
    }
}

@media screen and (min-width: 980px) {
    .rollRow {
        margin-top: 90px;
        margin-bottom: 139px;
    }
}

@media screen and (min-width: 1200px) {
    .rollRow {
        margin-top: 132px;
        margin-bottom: 169px;
    }
}


.box {
    box-shadow: 0px 15px 30px -10px rgba(0, 11, 48, 0.2);
    border-radius: 16px;
    background-color: #ffffff;
    padding: 30px 30px 40px;
    box-sizing: border-box;
    min-height: 100%;
}

.box.lastElBot {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
}

.box.lastElBot :last-child {
    margin-top: auto;
}

.redIcon {
    width: 50px;
    height: 50px;
    margin-bottom: 40px;
    background-size: 100%;
}

.redIcon.peoples {
    background-image: url('/imgs/icons/peoples.svg');
}

.redIcon.fruits {
    background-image: url('/imgs/icons/fruits.svg');
}

.redIcon.star4 {
    background-image: url('/imgs/icons/star4.svg');
}

.redIcon.arrRightRound {
    background-image: url('/imgs/icons/arrow_right_round.svg');
}

.about {
    /*font-size: 75px;*/
}

.completeSets h2 {
    margin-top: 4em;
    margin-bottom: 2em;
}

.bannerComeToTeam {
    color: white;
    min-height: 750px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url('/imgs/bg/comeToTeam.webp'), url('/imgs/bg/comeToTeamThmb.jpg');
}

.bannerComeToTeam h1,
.bannerComeToTeam h2 {
    color: white;
}


.storeCard {
    border-radius: 30px;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: white;
    overflow: hidden;
}

.badge {
    border-radius: 50px;
    box-sizing: border-box;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 400;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff; /* def *//*color: #fff;*/
    background-color: #b71313; /* def *//*background-color: #111;*/
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.storeCard .cardText {
    margin-top: 8px;
    word-break: break-word;
    font-family: var(--fntUnb);
    font-weight: 300;
    color: #000000;
    font-size: 14px;
    line-height: 1.55;
    padding: 30px;
    min-height: 100%;
}

.prodName {
    font-size: 20px;
    font-family: var(--fntUnb);
    word-break: break-word;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.35;
}

.pricesHolder {
    margin-bottom: 10px;
}

.price {
    position: relative;
    font-family: var(--fntUnb);
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    white-space-collapse: collapse;
    text-align: left;
    text-overflow: ellipsis;
    text-wrap-mode: nowrap;
    vertical-align: middle;
    overflow: hidden;
}

.price.old {
    color: rgb(189, 189, 189);
}

.price.old::after {
    border-top: 1px solid;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: 50%;
    width: 100%;
}

.priceValue {

}

.priceCurrency::before {
    content: "\a0";
    font-family: Arial, Helvetica, sans-serif;
}

.prodPicHolder {
    width: 100%;
}

.prodPicHolder img {
    width: 100%;
}

.paginator {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 40px;
    padding: 0 20px;
    flex-wrap: wrap;
    align-items: center;
    font-family: var(--fntUnb);
    font-weight: 300;
    color: #000000;
}

.paginator-item {
    border-radius: 5px;
    background-color: unset;
    border-color: rgb(0, 0, 0);
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    font-weight: 400;
    opacity: .4;
    cursor: pointer;
}

.paginator-item:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.05);
}

.paginator-item.active {
    cursor: default;
    border: 1px solid #000000;
    opacity: 1;
    pointer-events: none;
}


.ourValues {
    margin-top: 70px;
    margin-bottom: 35px;
    color: #000000;
}

.ourValues p,
.ourValues2 p {
    line-height: 22px;
}


.ourValues .value p,
.ourValues2 .value p {
    letter-spacing: -1px;
    color: #000000;
}

.ourValues2 {
    margin-bottom: 130px;
}

.ourValues2 .value {
    border: 1px solid #000000;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 130px 30px 130px 50px;
    width: 100%;
}

.ourValues2 .valueNumber {
    color: #000000;
    font-size: 50px;
    font-family: var(--fntUnb);
    line-height: 1.1;
    font-weight: 500;

}

.ourValues2 .valueName {
    font-family: var(--fntUnb);
    color: var(--clrAccent);
    -webkit-text-size-adjust: 100%;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: -0.5px;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 979px) {
    .ourValues2 .value {
        padding: 90px 30px 90px 50px;
    }

    .ourValues2 .valueName {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 639px) {
    .ourValues2 .value {
        padding: 70px 30px 70px 50px;
    }

    .ourValues2 .valueName {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}


.gradeNumbers .border {
    border-top: 1px solid rgba(22, 22, 22, 0.2);
    margin: 30px 0;
}

.gradeNumbers .num {
    line-height: 140px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #161616;
    font-size: 100px;
    font-family: var(--fntUnb);
}

.gradeNumbers .desc {
    font-family: var(--fntUnb);
    font-size: 20px;
    font-weight: 500;
    padding-left: 50px;
    color: #161616;
}

@media screen and (max-width: 979px) {
    .gradeNumbers .num {
        font-size: 70px;
        line-height: 1.4;
    }

    .gradeNumbers .desc {
        font-size: 18px;
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
}

@media screen and (max-width: 639px) {
    .gradeNumbers .num {
        font-size: 58px;
        line-height: 1.2;
        margin-top: 30px;
    }

    .gradeNumbers .desc {
        font-size: 18px;
        margin-bottom: 30px;
        padding-left: calc(var(--bs-gutter-x) * 0.5);

    }
}

.separatorRed {
    height: 3px;
    background: var(--clrAccent);
    width: 100px;
    margin: 40px 0;
}

.howBuildBusiness p {
    font-size: 20px;
    line-height: 1.55;
    max-width: 760px;
    color: #161616;
    font-weight: 300;
}

.howBuildBusiness .btn {
    font-family: var(--fntUnb);
    font-weight: 600;
    padding: 0 3em;
    margin-top: 45px;
}

@media screen and (max-width: 979px) {
    .separatorRed {
        margin: 30px 0;
    }

    .howBuildBusiness h2 {
        font-size: 28px;
    }

    .howBuildBusiness p {
        font-size: 18px;
    }

    .howBuildBusiness .btn {
        margin-top: 25px;
    }
}

@media screen and (max-width: 639px) {
    .separatorRed {
        margin: 20px 0;
    }

    .howBuildBusiness h2 {
        font-size: 22px;
    }

    .howBuildBusiness p {
        font-size: 16px;
    }

    .howBuildBusiness .btn {
        margin-top: 10px;
    }
}


.bannerComeToTeam {
    margin-top: 130px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerComeToTeam h2 {
    color: white;
    margin-bottom: 80px;
    line-height: 1.2;
}

.bannerComeToTeam p {
    font-family: var(--fntUnb);
    font-weight: 300;
}


.changeLife {
    color: #161616;
    margin-top: 130px;
    margin-bottom: 75px;
    display: flex;
    gap: 50px 0;
}

.changeLife h2 {
    margin-bottom: 0;
}

.changeLife .spec {
    font-family: var(--fntUnb);
    font-weight: 500;
    font-size: 65px;
    color: #b9b9b9;
    margin-right: 20px;
}

.changeLife .spec.n2 {
    color: #161616;
}

.changeLife .stats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    margin: 40px 0;
    font-size: 20px;
    align-items: center;
}

.changeLife .stats > * {
    width: 40%;
    max-width: 40%;
}

.changeLife p {
    font-family: var(--fntUnb);
    font-weight: 400;
}

@media screen and (max-width: 979px) {
    .changeLife p {
        font-size: 15px;
    }

    .changeLife .spec {
        font-size: 42px;
        margin-right: 15px;
    }

    .changeLife .stats {
        font-size: 18px;
    }

    .changeLife .label {
        width: 30%;
    }
}

@media screen and (max-width: 639px) {
    .changeLife p {
        font-size: 14px;
    }

    .changeLife .spec {
        font-size: 28px;
        margin-right: 10px;
    }

    .changeLife .stats {
        font-size: 16px;
    }

    .changeLife .label {
        width: 40%;
    }

    .changeLife .line {
        width: 50%;
        max-width: 50%;
    }
}


.riseScheme {
    margin-top: 75px;
    margin-bottom: 130px;
}

.riseScheme p {
    margin: 40px 0;
}

@media screen and (max-width: 979px) {
    .riseScheme p {
        margin: 20px 0 0;
    }
}

@media screen and (max-width: 639px) {
    .riseScheme p {
        margin: 10px 0 0;

    }
}


.productsOfFuture {
    color: #000000;
}

.productsOfFutureProds {
    --bs-gutter-x: 5px;
    padding: 0 16px;
}

.productsOfFutureProds .product {
    position: relative;
    color: #000000;
    font-weight: 300;
}

.productsOfFutureProds .product .badge {
    z-index: 2;
}

.productsOfFutureProds .prodPicHolder {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 410px;
    position: relative;
}

.productsOfFutureProds .prodPicHolder img {
    max-width: 100%;
    max-height: 100%;
}

.productsOfFutureProds .productName {
    font-family: var(--fntUnb);
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 10px;
}

.productsOfFutureProds .priceHolder {
    margin-top: 10px;
}

.productsOfFutureLoadMoreBtn {
    margin: 50px 0 130px;
}

.productsOfFutureLoadMoreBtn .btn {
    font-family: var(--fntUnb);

}

@media screen and (max-width: 979px) {
    .productsOfFutureProds {
        gap: 60px;
    }
}

@media screen and (max-width: 639px) {
    .productsOfFutureProds {
        gap: 60px;
    }
}


.followNatureTerms {
}

.followNatureTerms p,
.newFormula p {
    color: black;
    font-size: 20px;
    margin: 30px 0 30px
}

.followNatureTerms .btn,
.newFormula .btn {
    font-family: var(--fntUnb);
    font-weight: 600;
    padding: 0 2em;
}

.newFormula {
    margin-top: 70px;
}

@media screen and (max-width: 979px) {
}

@media screen and (max-width: 639px) {
    .followNatureTerms img,
    .newFormula img {
        max-width: 100%;
    }
}


.team {
    color: #161616;
    margin-top: 80px;
    margin-bottom: 80px;
}

.team p {
    margin: 40px 0;
}

.person {
    display: flex;
    flex-direction: row;
}

.person img {
    width: 260px;
    text-align: center;
    border-radius: 20px;
}

.person .name {
    font-family: var(--fntUnb);
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 15px;
}

.person .name .accent {
    color: var(--clrAccent);
}

.person .info {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-family: var(--fntMon);
    margin-left: 20px;

}

@media screen and (max-width: 979px) {
    .person .info {
        margin-left: 0;
    }

    .person .name {
        margin-top: 20px;
    }

    .person .info :last-child {
        margin-top: auto;
    }

    .person.n1 {
        margin-bottom: 50px;
    }


    .accordeon_item_header, .accordeon_item_content {
        color: #161616
    }


    .separator {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    @media screen and (min-width: 640px) {
        .separator {
            margin-top: 70px;
            margin-bottom: 70px;
        }
    }
    @media screen and (min-width: 980px) {
        .separator {
            margin-top: 80px;
            margin-bottom: 80px;
        }
    }
}

