.stories{
	margin:1px 0 0;
    padding:0 0 50px;
    background: #fff;
}

.stories-inner{
	display: flex;
	column-gap: 0px;
	justify-content: space-between;
    width: 77%;
}

.story{
	width: 100%;
    transition: all .3s ease-in;
    overflow: hidden;
    border-radius: 8px;
}

.story img{
    transition: all .33s ease-in;
}

.story:hover img{
    transform: scale(1.02);
}


.stories-pre{
    padding: 0;
    
    border-radius: 8px;
    width: 20%;
    height: auto;
    position: relative;
}

.stories-pre:before{
    content: "";
    width:100%;
    height: 100%;
    background: url(../img/bbb111.jpg);
    background-size: cover;
        opacity: 0.7;
    display: block;
    position: absolute;
    border-radius: 8px;
}


.clients-block{
    padding: 80px 0;
    margin:70px 0;
    background: #f7f8fa;
    background: url(../img/bg_01.jpg);
    background-size: cover;
}



.story img{
	width: 100%;
	border-radius: 8px;
	margin-bottom: 0px;
}

.story a {
	text-decoration: none;
	color:#3f3f3f;
	font-size:16px;
	font-weight: 600;
	font-family: 'Nunito';
	line-height: 16px;
}

.stories-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin:0 0 30px;

}

.top-brands .stories-header{
    margin: 0 0 60px;
}

.stories-header.none{
    display: none;
}


.main-proposal{
	margin-top: 40px;
}


.main-proposal img{
	width: 100%;
	border-radius: 6px;
}

.sh-left{
	font-size:30px;
	color:#3f3f3f;
	font-weight: bold;
    font-weight: 500;
}


.main-proposal-single{
	display: block;
	position: relative;
}

.mps-caption{
position: absolute;
    left: 600px;
    top: 70px;
    width: 606px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.mps-button a{
color: #fff;
    font-size: 20px;
    background: #7fc331;
    border-radius: 6px;
    padding: 10px 20px;
    text-decoration: none;
    font-family: 'Geologica';
    font-weight: bold;
    border: 4px solid #7fc331;
    transition:  all .3s ease-in-out;
}

.mps-button a.mps-button-one{
	border: 4px solid #7fc331;
    background: transparent;
    color: #7fc331;
    
}

.mps-button {display: flex; column-gap: 20px}
.mps-text {    font-size: 20px;
    line-height: 20px;
    margin: 0 0 30px; font-family: 'Geologica'}

    .mps-h1{
    font-weight: bold;
    font-size: 32px;
    line-height: 26px;
    margin: 0 20PX 28PX;
    font-family: 'Geologica';
    text-align: center;
    }


    .mps-button a:hover{
    	background: #72b32a;
    	border:4px solid #72b32a;
    	color: white;
    }


    .btn.stories {
    padding: 12px 0px 12px 0px;
    background: var(--n-main);
    border-radius: 3px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Geologica';
    position: relative;
    font-weight: bold;
    width: 260px;
    display: block;
    text-align: center;
    margin: 20px 0;
}

.top-category-item a{
    display: flex;
    flex-direction: column;
    background: #f7f8fa;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #3A3A37;
    letter-spacing: -.5px;
}

.top-category-item a img{
    width: 200px !important;
    height: 200px;
    opacity: 1;
    margin: 30px 0;
}

.top-categories__inner{
    position: relative;
}

.top-category-item a span {
    display: block;
    margin: 0 20px 30px;
    text-align: center;
    line-height: 18px;
    height: 32px;
    font-weight: 400;
    text-align: left;
    font-size: 18px;
    width: 80%;
    display: block;
}

.top-categories{
    margin: 15px 0 0;
}

.tci-arrows {
     position: absolute;
    z-index: 10;
    top: 95px;
    left: 0;
    width: 100%;
}

.tci-arrows .tci-arrow a{
	display: block;
    width: 40px;
    height: 80px;
    background: #9ec3209e;
    border-radius: 8px;
    transition: all .3s ease-in-out;
}

.tci-arrows .tci-arrow a:hover{
    
    background: #7fc331;
}

.tci-arrows .tci-arrow a img {
    width: 80%;
    height: auto;
        margin-left: 5px;
    margin-top: 22px;
}

.tci-arrow-left{
    left: 25px;
    position: absolute;
    top: 25px;
}

.tci-arrow-right{
    right: 25px;
    position: absolute;
    top: 25px;
}

.tci-arrow-right a img {
    transform: rotate(180deg);
    margin-left: 3px !important;
}

.stories-inner{
    display: block;
    position: relative;
}

.sti-arrows .tci-arrow-left {
    left: 40px;
    position: absolute;
    top: 140px;
}

.sti-arrows  .tci-arrow-right {
    right: 40px;
    position: absolute;
    top: 140px;
}

.sti-arrows .tci-arrow a {
    display: block;
    width: 40px;
    height: 80px;
    background: #38383861;
    border-radius: 8px;
    transition: all .3s ease-in-out;
}



.sti-arrows .tci-arrow a img {
    width: 80%;
    height: auto;
    margin-left: 4px;
    margin-top: 23px;
}


.client-block{
    width:100%;
    height: 240px;
    background:#f5f5f5;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-block-inner{
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
}

.clients-col{
    flex:0 0 30%;
    row-gap: 40px;
    display: flex;
    flex-direction: column;
}


.clients-row{
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
  
}

.clients-center{
    display: flex;
    flex-direction: column;
    flex:0 0 34%;
}

.clients-center-inner{
    display: block;
    height: 146px;
     margin-top: 60px;
}



.clients-center h3{
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 26px;
    margin: 0 0 10px;
    font-weight: 400;
    letter-spacing: 0;
}


.clients-center h4{
    color: var(--newpink);
    font-weight: 600;
    text-align: center;
    font-size: 32px;
    line-height: 28px;
    margin:0;
    font-weight: bold;
    letter-spacing: -1px;
}

.clients-center .client-block{
    height: 156px;

}



.client-block {
    overflow: hidden;
}

.client-block img{
    width:100%;
}

.sh-right .btn {
    padding: 12px 0px 12px 0px;
    background: var(--newgreen);
    border-radius: 3px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Geologica';
    position: relative;
    font-weight: 500;
    width: 240px;
    display: block;
    text-align: center;
}

.products-block .product-one{
    width: auto !important;
}

.products-block {
    margin: 80px 0 50px;
}


.owl-carousel .product-one .product-one__like img{
    width: 20px;
}


.owl-carousel .product-one .visible-content{
    width: 80%;
}


.client-block{
    position: relative;
}

.client-block:before{
   /* content: "";
    width: 100%;
    height: 100%;
    background: #ffffff1c;
    position: absolute;
    left: 0;
    top: 0;*/
}


@media(max-width: 1900px){
    .mps-caption{left: calc( (100% - 600px) / 2 );
    top: 50px;}
     .stories-pre{
        width: 23%;
    }
    .stories-inner{width: 73%}

    .ptb-one{margin-bottom: 5px;}
    .promo-text .subh2{margin-bottom: 20px;}
    .ptb-button a{margin: 22px 30px 25px}

    .sti-arrows .tci-arrow-left,.sti-arrows .tci-arrow-right{
        top: 110px;
    }
}

@media(max-width: 1800px){
    .mps-caption{left: 440px;
    top: 50px;}

       .stories-pre {
        width: 23%;
    }

    

        .stories-inner {
        width: 73%;
    }

        .promo-text .subh2 {
        margin-bottom: 30px;
        padding-right: 25px;
        font-size: 22px;
        line-height: 24px;
    }

    .ptb-one__text {
    font-size: 17px;
    line-height: 20px;
    color: #5f5f5f;
    font-weight: 300;
    }

        .stories .promo-text {
        width: 100%;
    }
}

@media(max-width: 1600px){
    .mps-caption{left: calc((100% - 500px) / 2); top: 40px;}
    .mps-caption{width:500px}
    .mps-h1{font-size: 28px; line-height: 24px;}
    .mps-text {
    font-size: 18px;
    line-height: 16px;
    margin: 0 0 30px;
    font-family: 'Geologica';
    }
    .mps-button a {

    font-size: 16px;

    padding: 5px 10px;      
    }

    .promo-text .subh2 {
    font-family: Geologica;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -1.3px;
    display: block;
    line-height: 20px;
    color: #373a36;
    margin: 0 0 30px;
    padding: 30px 0 0 30px;
    }

    .stories    .promo-text {
        width: 100%;
    }

    .ptb-one__title {
    font-family: "Geologica";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.7px;
    margin-bottom: 4px;
    color: var(--darkblue);
}

        .ptb-one__text {
        font-size: 14px;
        line-height: 14px;
        color: #5f5f5f;
        font-weight: 300;
    }

    .promo-text .subh2{font-size: 15px;}
}

.main-proposal-mobile{
    display: none;

}

.main-proposal-mobile-single{
    margin: 40px 0;
    position: relative;
}

.main-proposal-mobile-single img{
    width: 100%;
}


.stories-new-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 50px;
    margin: 0;
}


@media(max-width: 1400px){
    .mps-h1 {
    font-size: 22px;
    line-height: 18px;
    }
    .mps-caption{top: 35px;}
    .mps-text{
        font-size: 14px;
        line-height: 14px;
        margin: 0 0 15px;
    }

    .clients-center h3 {
    font-size: 24px;
    display: block;
    text-align: center;
    line-height: 20px;
    margin: 0;
    }

    .clients-center h4{font-size: 24px;}

    .client-block img {
    width: 100%;
    }
}


@media(max-width: 1400px){
       .stories-inner {
        width: 66%;
    }

        .stories-pre {
        width: 29%;
    }

        .promo-text .subh2 {
        font-size: 15px;
        display: none;
    }

    .stories .promo-content {
        position: relative;
        left: auto;
        top: auto;
        padding-top: 20px;
    }
}


@media(max-width: 1200px){

      .stories-inner {
        width: 60%;
    }

    .stories-pre {
        width: 34%;
    }

.mps-caption {
    width: 400px;left: calc((100% - 400px) / 2); top: 25px;
}
.mps-h1 {
    font-size: 18px;
    line-height: 16px;
    margin:0 0 15px;
}

    .promo-text .subh2 {
        font-size: 14px;
        display: block;
    }

    .stories .promo-content {
        position: relative;
        left: auto;
        top: auto;
        padding-top: 0;
    }

        .promo-text .subh2 {
        font-size: 16px;
        display: block;
    }

    .ptb-one__title{margin-bottom: -2.5px;}
}

@media(max-width: 1024px){
    .main-proposal{display: none;}
    .main-proposal-mobile{display: block;}
    
    .main-proposal-mobile img{
        border-radius: 8px;
    }

    .stories-new-content{
        flex-direction: column;
    }

    .stories-inner{
        order:1;
    }

        .stories-pre {
        order: 2;
        margin-top: 30px;
        width: 100%;
    }

        .stories-inner {
        width: 100%;
    }

    .tci-arrows {
        position: absolute;
        z-index: 10;
        top: 130px;
        left: 0;
        width: 100%;
    }

    .sti-arrows .tci-arrow-right{
        right: 20px;
    }
}


@media(max-width: 600px){
    .main-proposal-mobile-single{margin: 20px 0;}
    .top-category-item a{font-size: 16px;}
    .top-categories {
    margin: 25PX 0;
    }
    .sh-left{font-size: 18px;}
    .sh-right .btn {
        padding: 12px 0px 12px 0px;
        background: var(--n-main);
        border-radius: 3px;
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-family: 'Geologica';
        position: relative;
        font-weight: bold;
        width: 160px;
        display: block;
        text-align: center;
    }
    .story{
        width: 100%;
    }

    .sti-arrows .tci-arrow-left {
    left: 20px;
    position: absolute;
    top: 20px;
    }

    .sti-arrows .tci-arrow-right{top: 20px}
    .baskerville-promo{margin:50px 0;}

    .stories {
    margin: 35px 0 0;
    padding: 0 0 50px;
    background: #fff;
    }
}

@media(max-width: 1600px){
    .clients-center h3{
        font-size: 28px;
        line-height: 26px;
    }

    .clients-center h4 {
    color: #7fc331;
    font-weight: 600;
    text-align: center;
    font-size: 26px;
    line-height: 28px;
    margin: 0;
    }
}

@media(max-width: 1400px){
    .clients-center-inner {
    display: block;
    height: 168px;
    margin-top: 40px;
}
}


@media(max-width: 1024px){
    .cb2, .cb4, .cb10, .cb6{display: none;}
    .clients-center h3 {
    font-size: 20px;
    line-height: 20px;
    }

    .clients-center h4 {
    color: #7fc331;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    }
    .clients-center-inner {
    display: block;
    height: 148px;
    margin-top: 60px;
    }

}

@media(max-width: 600px){
    .clients-col{width: 100%;flex:0 0 100%;}.cb5,.cb7,.cb9{display: none;}.cb10{display: none;}
    .client-block{height: 140px;}

    .clients-center {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    }

    .client-block img {
    width: 104%;
    }

    .clients-center h3 {
    font-size: 18px;
    line-height: 20px;
    }


    .baskerville-promo {
    height: 1450px;
    }
}


@media(max-width:600px){
        .header-mobile-menu-button a img {
        width: 36px;
    }

        .logo img {
        width: 200px;
        }

        .header-left{flex: 0 0 76.5%;}

            .header-mobile-menu-button {
        top: 3px;
    }

    .header-cart img {
    width: 32px;
    }

    .sti-arrows .tci-arrow-left, .sti-arrows .tci-arrow-right {
        top: 0;
    }

    .header-cart{
        margin-top: 2px;
    }

    .mobile-menu-container .hcc-root-categories {
    background: #f7f8fa;
    width: 90%;
    border-radius: 8px;
    margin: 15px auto;
    min-height: auto;
}

.child-category.active{padding:0}

.hcc-root-categories .catalog-top-category:last-child{
    border:none;
}

.promo-text .subh2{
    padding: 30px 30px 0;
}

    .promo-text .subh2 {
        font-size: 17px;
        display: block;
        line-height: 20px;
    }



        .ptb-one {
        padding-left: 0;
        text-align: left;
        padding: 15px 0 15px 90px;
    }


    .ptb-one.services:before {
    background: url(/assets/top/3.svg);
    background-size: 100%;
    width: 50px;
    height: 50px;
    top: 28px;
    left: 12px;
}

.ptb-one.pack:before {
    background: url(/assets/top/2.svg);
    background-size: 100%;
    width: 50px;
    height: 50px;
    top: 28px;
    left: 22px;
}

.ptb-one.eleven:before {
    background: url(/assets/top/1.svg);
    background-size: 100%;
    width: 50px;
    height: 50px;
    top: 24px;
    left: 15px;
}

.ptb-one.truck:before {
    background: url(/assets/top/4.svg);
    background-size: 100%;
    top: 30px;
    width: 48px;
    height: 48px;
    left: 20px;
}


    .ptb-button a {
        margin: 30px 30px 40px;
        width: 300px;
    }


    .top-category-item a img{
        width: 100% !important;
        height: auto !important;
         margin: 5px 0;
    }

    .tci-arrow-right {
    right: 25px;
    position: absolute;
    top: -50px;
}  

.tci-arrow-left {
    left: 25px;
    position: absolute;
    top: -50px;
} 

}