@media (min-width:1251px) {}
@media (min-width: 651px) and (max-width: 1250px) {}
@media (max-width:650px) {}

/* HEADER */

.header{
    background-color: #fff;
    position: fixed;
    padding: 0;
    transition: 0.4s ease;
    box-shadow: 0px 0px 8px 0px #004D6D3e;
    z-index: 50;
}
.header *{
    transition: 0.4s ease;
}
.header .mainlogo{
    background-image: url(img/mainlogodark.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.header .links a{
    color: #004D6D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.header .links a:hover{
    color: #012a3c;
    text-decoration: underline;
}
.header .dropdown span{
    color: #004D6D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.header .dropdown .linkes a{
    color: #004D6D;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-wrap: nowrap;
    padding: 18px;
    align-self: stretch;
}
.header .dropdown .linkes a:first-of-type{
    border-radius: 12px 12px 0px 0px;
}
.header .dropdown .linkes a:last-of-type{
    border-radius: 0px 0px 12px 12px;
}
.header .dropdown .linkes a:hover{
    background-color: #eee;
}
.header .dropdown .linkes{
    gap: -24px;
    border-radius: 12px;
    border: solid 1px #004D6D;
}
.header .menu{
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(img/menu-02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    scale: 1.4;
}
@media (min-width:1251px) {
    .header{
        height: 120px;
        width: 1250px;
        padding: 0px calc(50% - 625px);
        flex-direction: row;
        align-self: stretch;
        align-items: center;
        justify-content: space-between;
    }
    .header .mainlogo{
        width: 210px;
        height: 70px;
    }
    .header .links{
        display: flex;
        flex-direction: row;
        gap: 32px;
        align-items: center;
    }
    .header .lang{
        display: flex;
        flex-direction: row;
        gap: 25px;
        align-items: center;
    }
    .header .menu{
        display: none;
    }

    .header.small:not(:hover){
        height: 70px;
    }
    .header.small:not(:hover) .mainlogo{
        height: 50px;
    }
    .header.small:not(:hover) .button2{
        padding: 5px 16px;
    }
}
@media (max-width: 1250px) {
    .header:not(.big){
        height: 120px;
        width: 100%;
        flex-direction: row;
        align-self: stretch;
        align-items: center;
        justify-content: start;
    }
    .header.small:not(.big):not(:hover){
        height: 70px;
    }
    .header.big{
        width: 100%;
        flex-direction: column;
        align-self: stretch;
        align-items: center;
        justify-content: center;
        gap: 36px;
        padding: 36px 0px;
    }

    .header.big .mainlogo{
        display: none;
    }
    .header.small:not(:hover):not(.big) .mainlogo{
        height: 50px;
    }
    .header:not(.big) .mainlogo{
        margin-left: 24px;
        width: 210px;
        height: 70px;
    }

    .header .links{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
    .header:not(.big) .links{
        display: none;
    }

    .header .lang{
        display: flex;
        flex-direction: row;
        gap: 25px;
        align-items: center;
    }
    .header:not(.big) .lang{
        display: none;
    }

    .header.small:not(:hover):not(.big) .button2{
        padding: 5px 16px;
    }

    .header .menu{
        display: block;
        top: 44px;
        right: 24px;
    }
    .header.small:not(.big):not(:hover) .menu{
        top: 19px;
    }
    .header.big .menu{
        background-image: url(img/x.svg);
    }
}

/* MAIN SLIDER */

.mainSlider{
    background-image: url(img/background1.jpg);
}
@media (min-width:1251px) {
    .mainSlider{
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .mainSlider p{
        width: 800px;
    }
}
@media (max-width:650px) {
    .mainSlider{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (min-width: 651px) and (max-width: 1250px) {
    .mainSlider{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* METRICS SECTION */

.metricsSection{
    background-color: #00ACE2;
    padding-top: 64px;
    padding-bottom: 64px;
}
.metricsSection .numbers{
    padding: 32px 0px;
}
.metricsSection .numbers div{
    width: 234px;
}
.metricsSection .numbers .separator{
    height: 140px;
    width: 2px;
    background-color: #EAECF0;
}
@media (min-width:1251px) {
    .metricsSection .fixed{
        width: 800px;
    }
}
@media (max-width:650px) {
    .metricsSection{
        padding-top: 48px;
        padding-bottom: 48px;
    }
}
@media (min-width: 651px) and (max-width: 1250px) {

}

/* PRODUCTS CAROUSEL */

.productsCarousel{
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.productsCarousel .product img{
    width: 384px;
    height: 240px;
}
.productsCarousel .product{
    width: 384px;
    border-radius: 5px;
    scale: 0.95;
    transition: scale 0.3s ease;
    align-self: stretch;
}
@media(hover: hover){
.productsCarousel .product:hover{
    scale: 1;
    /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2); */
}
.productsCarousel .product:hover .feature{
    color: gold!important;
}
}
.productsCarousel .feature{
    margin-top: 16px;
    transition: color 1s ease;
}
@media (min-width:1251px) {
    .productsCarousel .carouselcontainer div{
        margin-left: calc(50vw - 625px);
    }
}
@media (max-width:650px) {
    .productsCarousel .carouselcontainer div{
        margin-left: 24px;
    }
}
@media (min-width: 651px) and (max-width: 1250px) {
    .productsCarousel .carouselcontainer div{
        margin-left: 24px;
    }
}

/* BG PHOTO */

.bgPhoto{
    background-image: url(img/background2.jpg);
    padding-top: 96px;
    padding-bottom: 96px;
}
@media (min-width:1251px) {
    .bgPhoto .container div{
        width: 1000px;
    }
}
@media (max-width:650px) {

}
@media (min-width: 651px) and (max-width: 1250px) {

}

/* FACTORY */

.factory{
    background-color: #FAF7F2;
    padding-top: 96px;
    padding-bottom: 96px;
}
.factory a{
    margin-top: 24px;
}
.factory img{
    max-width: 576px;
}
@media (min-width:1251px) {

}
@media (max-width:650px) {

}
@media (min-width: 651px) and (max-width: 1250px) {

}

/* FEATURES */

.features{
    background-color: #ECF5F8;
    padding-top: 96px;
    padding-bottom: 96px;
}
.features .featureFlex div{
    max-width: 378px;
}
@media (min-width:1251px) {
}
@media (max-width:650px) {
    .features .featureFlex div{
        max-width: none;
    }
}
@media (min-width: 651px) and (max-width: 1250px) {
    .features .featureFlex div{
        max-width: 250px;
    }
}

/* BLOG CAROUSEL  */

.blogCarousel{
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
.blogCarousel .product{
    min-width: 384px;
    border-radius: 5px;
    scale: 0.95;
    transition: scale 0.3s ease;
    align-self: stretch;
}
@media(hover: hover){
.blogCarousel .product:hover{
    scale: 1;
    /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2); */
}
}
.blogCarousel .feature{
    line-height: 14px;
}
@media (min-width:1251px) {
    .blogCarousel .carouselcontainer div{
        margin-left: calc(50vw - 625px);
    }
}
@media (max-width:650px) {
    .blogCarousel .carouselcontainer div{
        margin-left: 24px;
    }
}
@media (min-width: 651px) and (max-width: 1250px) {
    .blogCarousel .carouselcontainer div{
        margin-left: 24px;
    }
}
.blogCarousel .product div{
    margin-top: 16px;
    margin-left: 0px;
}

/* FOOTER */

.footer{
    background-color: #004D6D;
    padding-top: 96px;
    padding-bottom: 96px;
}
.footer a.one{
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* text-align: center; */
}
.footer a.one:hover{
    text-decoration: underline;
}
.footer .links a{
    color: #FAF7F2;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.footer .links a:hover{
    color: #c4c2bf;
}
@media (min-width:1251px) {
    .footer .links a{
        width: 272px;
    }
}
@media (max-width:650px) {

}
@media (min-width: 651px) and (max-width: 1250px) {

}

/* PRODUCT CATALOG */

.productCatalogA{
    background-color: #FAF7F2;
    padding-top: 96px;
    padding-bottom: 160px;
    margin-bottom: -100px;
}
.productCatalogB{
    padding-top: 0px;
    padding-bottom: 64px;
}
.productCatalogB .product img{
    width: 384px;
    height: 240px;
}
.productCatalogB .product{
    width: 384px;
    border-radius: 5px;
    scale: 0.95;
    transition: scale 0.3s ease;
    align-self: stretch;
}
.productCatalogB .product:hover{
    scale: 1;
    /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2); */
}
.productCatalogB .product:hover .feature{
    color: gold!important;
}
.productCatalogB .feature{
    margin-top: 16px;
    transition: color 1s ease;
}
@media (min-width:1251px) {

}
@media (max-width:650px) {

}
@media (min-width: 651px) and (max-width: 1250px) {

}

/* Product Section */

.productSectionA{
    background-color: #FAF7F2;
    padding-top: 96px;
    padding-bottom: 120px;
    margin-bottom: -100px;
}
.productSectionB .galleryHolder{
    width: 100%;
    overflow: hidden;
    transition: 0.4s ease-in-out;

    display: flex;
    flex-direction: row;
    align-items: center;
}
.productSectionB .galleryHolder img{
    width: 100%;
    height: auto;
    transition: 0.4s ease-in-out;
}
@media (min-width:1251px) {
    .productSectionA .container div:first-child{
        max-width: 700px;
    }
    .productSectionB .container :nth-child(2):not(.galleryHolder *){
        max-width: 600px;
    }
}
@media (max-width:650px) {

}
@media (min-width: 651px) and (max-width: 1250px) {

}

/* ARTICLE */

.articleA{
    background-color: #FAF7F2;
    padding-top: 96px;
    padding-bottom: 160px;
    margin-bottom: -140px;
}
.articleB{
    gap: 48px;
}
.articleContainer{
    max-width: 720px;
}
.articleContainer h3{
    margin-bottom: -24px;
}
@media (min-width:1251px) {
    .articleB{
        gap: 96px;
    }
}
@media (max-width:650px) {

}
@media (min-width: 651px) and (max-width: 1250px) {

}

/* BLOG CATALOG  */

.blogCatalogA{
    background-color: #FAF7F2;
    padding-top: 96px;
    padding-bottom: 160px;
    margin-bottom: -160px;
}
.blogCatalogB .a{
    padding: 32px;
    gap: 24px;
    display: flex;
    flex-direction: column;
    height: calc(50vh + 120px);
    align-items: start;
    justify-content: end;
    background-size: cover;
    border-radius: 8px;
}
.blogCatalogB .a p.feature{
    line-height: 28px;
}
.blogCatalogB .product img{
    width: 384px;
    height: 240px;
}
.blogCatalogB .product{
    width: 384px;
    border-radius: 5px;
    scale: 1;
    transition: scale 0.3s ease;
    align-self: stretch;
}
.blogCatalogB .product:hover{
    scale: 1.05;
}
.blogCatalogB .feature{
    margin-top: 16px;
}
.blogCatalogB .b{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
    row-gap: 64px;
}
@media (min-width:1251px) {

}
@media (max-width:650px) {
    .blogCatalogB .product img{
        width: 100%;
        height: auto;
    }
    .blogCatalogB .product p.small{
        line-height: 18px;
        font-size: 14px;
    }
    .blogCatalogB .product{
        width: 100%;
        gap: 4px;
    }
    .blogCatalogB .feature{
        margin-top: 8px;
    }
    .blogCatalogB .b{
        row-gap: 32px;
    }
}
@media (min-width: 651px) and (max-width: 1250px) {

}

/* CONTACT SECTION */

.contactSectionA{
    background-color: #FAF7F2;
    padding-top: 96px;
    padding-bottom: 160px;
    margin-bottom: -160px;
}
.contactSectionB .container :last-child div{
    background-color: #FAF7F2;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    align-self: stretch;
    min-width: 270px;
}
@media (min-width:1251px) {

}
@media (max-width:650px) {

}
@media (min-width: 651px) and (max-width: 1250px) {

}










/* FACTasdasdasdasdaORY */

.wefeefesfd{
    background-color: #fff;
}
@media (min-width:1251px) {

}
@media (max-width:650px) {

}
@media (min-width: 651px) and (max-width: 1250px) {

}