@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap%27');

*{

    padding: 0;

    margin: 0;

    font-family: 'Poppins', sans-serif !important;

    scroll-behavior: smooth;

}



a{

    text-decoration: none;

}

.ds-none{

    display:none !important;

}



.scroll-up{

    display: flex;

    position: fixed;

    bottom: 20px;

    right: 20px;

    z-index: 1000000000;

    border-radius: 100px;

    background-color: #F1F1EC;

    width: 50px;

    height: 50px;

    align-items: center;

    justify-content: center;

    cursor: pointer;

    opacity: 0;

    filter: drop-shadow(0 0 2px #36312A);

}

.scroll-up ion-icon{

    text-decoration: none;

    color: #36312A;

}

header{

    background-color: #C1C9C0;

    border-bottom: 2px solid #fff;

}



.header_wrap{

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 20px 60px;

}



.logo-wrapper{

    width: 46px;

    height: 46px;

}



.header_contacts{

    display: flex;

    flex-direction: column;

    align-items: flex-end;

}

.nav-wrapper{

    display: flex;

    margin-right: auto;

    margin-left: 20px;

}

.nav-item{

    height: fit-content;

    text-transform: uppercase;

    text-decoration: none;

    color: #fff;

    margin: 0 20px;

    font-size: 12px;

    font-weight: 500;

    line-height: 18px;

    

}

span{

    color: #fff;

}



.logo{

    width: 55px;

}



.numder{

    font-size: 16px;

    line-height: 24px;

}

.email{

    font-size: 14px;

    line-height: 21px;

}



section{

    padding-left: 30px;

    padding-right: 30px;

}



#Hero{

    background-color: #C1C9C0

}



.hero_image_wrapper{

    display: flex;

    align-items: flex-end;

    justify-content: flex-end;

}



.hero_image_item_1{

    display: flex;

    justify-content: flex-end;

    height: 620px;  

    width: 326px;

    /* border-left: 2px solid rgba(255, 255, 255, 0.600); */

    flex-direction: column;

}

.hero_image_item_2{

    width: 328px;

    height: 614px;

    border-left: 2px solid rgb(255, 255, 255);

    /* border-right: 2px solid rgb(255, 255, 255); */

    padding-bottom: 6px;

    margin-right: 192px;

}

.hero_image_1{

    background-image: url(../img/photo_1.jpeg);

    background-size: 100%;

    background-repeat: no-repeat;

    width: 100%;

    height: 347px; 

    border-top-left-radius: 48%;

    border-top-right-radius: 48%;

}

.hero_image_2{

    background-image: url(../img/photo_2.jpeg);

    background-size: 843px 657px;

    background-repeat: no-repeat;

    width: 100%;

    height: 100%;

    border-bottom-left-radius: 48% 30%;

    border-bottom-right-radius: 48% 30%;

}



.hero_text{

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    align-items: flex-start;

    gap: 30px;



    position: absolute;

    width: 849px;

    height: 360px;

    left: 100px;

    top: 75px;

}

h1{

    font-size: 40px ;

    line-height: 60px;

    letter-spacing: 0.05em;

    color:#36312A;

    font-weight: 500;

    text-transform: uppercase;

}



p{

    font-size: 20px ;

    line-height: 30px;

    letter-spacing: 0.05em;

    color:#36312A;

}



.subtitle_text{

    color:#fff;

    font-weight: 400;

    width: 612px;

}



.upper{

    text-transform: uppercase;
    color: #F1F1EC;

}



.hero_button{

    width: 186px;

    height: 54px;

    border: 0.72px solid #fff;

    display: flex;

    align-items: center;

    justify-content: center;

}



.button_text{

    color: #fff;

    font-weight: 500;

    font-size: 12px;

    line-height: 18px;

    letter-spacing: 0.05em;

}



.hover_button{

    transition-duration: .5s;

}



.hover_button :hover{

    background-color: #B3BCB2;

    transition-duration: .5s;

}

/* .hover_button :hover > .button_text {

    color: #B3BCB2;

} */



.container{

    padding-left: 70px;

    padding-right: 70px; /* фикс отступов*/

}



#Ponad{

    background-color: #F1F1EC;

    padding-right: 0;

}

#Ponad .container{

    padding-right: 0 !important;

}

#Ponad .flex{

}

.flex{

    display: flex;

}



.ponad_align{

    align-items: center;

    justify-content: space-between;

}



.ponad_title{

    transform: rotate(-90deg);

    margin-right: -50px;

}

.ponad-img-wrapper{

    width: 552px;

    height: 452px;

}

.ponad_img{

    width: 100%;

    height: 452px;

    object-fit: cover;

    object-position: left;

}

.ponad_big{

    position: relative;

    z-index: 3;

    font-weight: 400;

    font-size: 25px;

    line-height: 38px;

}

.font_weidth{

    font-weight: 600;

}

.ponad_text{

    display: flex;

    flex-direction: column;

    gap: 20px;

}

.ellips_absol{

    position: relative;

    width: 327.05px;

    height: 170px;

    background: #C1C9C0;

    border-radius: 0 0 50% 50% / 0 0 100% 100%;

    margin-bottom: -52%;

}



#Produkujemy{

    background-color: #C1C9C0;

    padding-right: 0 !important;

}

#Produkujemy .container{

    padding: 90px 70px; 

}

/* 

.prod-bg{

    background: url(../img/prod-bg.png);

} */



.prod-h{

    margin-bottom: 50px;

    position: relative;

    z-index: 3;

}



#first-row, #second-row{

    display: grid;

    grid-template-columns: repeat(8, 1fr);

    grid-template-rows: 100%;

    position: relative;

    z-index: 3;

}

  

#first-row{



}



#second-row{

    grid-column-start: 1;

}





.white_rect1{

    position: absolute;

    width: 487px;

    height: 590px;

    left: 274px;

    top: 1072px;

    background-color: #F1F1EC;

}

.white_rect2{

    position: absolute;

    width: 324px;

    height: 590px;

    left: 1085px;

    top: 1072px;

    background-color: #F1F1EC;

}



.prod_text{

    position: absolute;

    width: 1250px;

    height: 397px;

    left: 97px;

    top: 1159px;

    display: flex;

    flex-direction: column;

}



.wd130{

    width: 130px;

}



.prod_line_1 , .prod_line_2{

    gap: 61px;

}



.text_small{

    font-weight: 400;

    font-size: 16px;

    line-height: 24px;

}



.prod_line_1{

    margin-top: 50px;

}



.prod_line_2{

    justify-content: right;

    margin-top: 35px;

}







/* женя младший*/

#gallery{

    padding: 0;

    background-color: #C1C9C0;

}

#gallery .container{

    padding: 0 30px;

    display: flex;

}

#gallery .gallery-slider-wrapper{

    width: 100%;

}



#gallery .title-wrapper{

    background-color: #F1F1EC;

    padding: 35px 100px;

}

.title-wrapper span{

    font-size: 40px;

    font-weight: 500;

    color: #000;

    text-transform: uppercase;

}

.gallery-item{

    background-color: transparent;

}

.gallery-item img {

    width: 100%;

    object-fit: cover;

    height: 436px;

}

.gallery-slider-wrapper 





#about-work{

    background-color: #F1F1EC ;

}

#about-work .title-wrapper{

    padding: 84px 73px 60px;

    z-index: 10;

    position: relative;

}

#about-work .container{

    display: flex;

    justify-content: space-between;

}

#about-work .default-button{

    color:#36312A ;

    border-color: #36312A;

    width: fit-content;

    margin-top: 40px;

    margin-left: 21px;

    margin-bottom: 20px;



}

#about-work .default-button:hover{

    background-color: #fff;

}

.work-points-wrapper{

    display: flex;

    flex-direction: column;

}

.work-point:first-child{

    margin-top: 0;

}

.work-point:last-child{

    margin-bottom: 0;

}

.work-point{

    color: #000;

    font-size: 20px;

    font-weight: 400;

    line-height: 30px;

    text-transform: uppercase;

    width: 974px;

    margin: 20px 0 20px 21px;

    z-index: 10;

}

.relative-background{

    position: absolute;

    margin-top: 0;

    right: 0;

}

.h-line{

    width: -webkit-fill-available;

    border-top: 1px solid #36312A;

    margin-left: -100px;

    margin-top: 10px;

}

.v-line{

    border-right: 1px solid #36312A;

    height: 87px;

    margin-right: 894px;

    margin-top: 5px;

}





#faq{

    background: url(../img/faq.jpg);

    background-size: cover;

    background-position-y: bottom;

    background-position-x: right;

    padding-top: 100px;

    padding-bottom: 100px;

}

#faq *{

    color: #fff;

}

#faq .container{

    display: flex;

    flex-direction: column;

    align-items: flex-end;

}

.faq-desc{

    font-size: 12px;

    font-weight: 400;

    line-height: 18px;

    text-transform: uppercase;

    text-align: right;

    margin-bottom: 35px;

    width: 489px;

}



.faq-item-wrapper{

    margin: 10px 0;

    width: min-content;

}

.faq-question-wrapper{

    background-color: #F1F1EC;

    width: 480px;

    padding: 20px;

    cursor: pointer;

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.faq-question-wrapper span{

    color: #36312A !important;

    text-transform: uppercase;

    font-size: 16px;

    font-weight: 400;

    line-height: 24px;

}

.faq-question-wrapper ion-icon{

    color: #36312A !important;

}

.faq-answer-wrapper{

    opacity: 0;

    height: 0;

    overflow: hidden;

}

.faq-opend{

    color: #36312A !important;

    background-color: #F1F1EC;

    padding: 20px;

    padding-top: 10px !important;

    font-weight: 300;

    font-size: 14px;

    line-height: 18px;

}



#why-us{

    background-color: #F1F1EC;

    padding-bottom: 92px;

}



#why-us .title-wrapper{

    padding: 84px 73px 60px;

    z-index: 10;

    position: relative;

}

#why-us .container{

    display: flex;

    justify-content: space-between;

}



#x-mara{

    background: url(../img/soft-bg.png);

    background-size: cover;

    height: 565px;

    text-align: center;

}



.xmara-wrapper{

    padding-left: 70px;

    padding-right: 70px;

    height: 100%;

    display: flex;

    flex-direction: column;

    

}



.xmara-item{

    font-size: 20px;

    width: 48%;

    border-left: 2px solid #F1F1EC;

    padding: 0 0 0 20px;



    text-align: left;

    height: 50%;

}

.xmara-item:first-child{

    display: flex;

    align-items: flex-end;

}



.xmara-item-blank{

    width: 48%;

    height: 50%;

}





.xmara-txt{

    color: #36312A;

}

.xmara-txt-white{

    color: #F1F1EC;

}









#contact{

    background-color:#C1C9C0;

    padding-right: 0;
}

.offer-contact{
    width: 100%;
    text-align: justify;
    line-height: 15px;
    font-weight: 300;
    font-size: 12px;
    margin-top: 10px;
}

.contact-wrapper{

    margin-left: 70px;
    margin-right: 0;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.contact-form{

    display: flex;

    flex-wrap: wrap;

    width: 70%;

    margin-bottom: 100px;


}

#contact_form{

    width: 65%;
}



.contact-form-item{

    width: 100%;

    margin: 10px 0;

}
/* 
.contact-form-item:nth-child(5){

    padding-bottom: 100px;

} */

.contact-form-item:first-child{

    margin-top: 76px;

    margin-bottom: 0;

}

.contact-form-item:last-child{

    margin-bottom: 0;

    margin-top: 30px;

}

.contact-form-item > input{

    width: -webkit-fill-available;

    background: #F5F5F5;

    border-radius: 40px;

    border: none;

    padding: 18px 32px;

    font-weight: 400;

    font-size: 15px;

    line-height: 22px;

    letter-spacing: 0.05em;

    color: #36312A;

}



.contact-h{

    color: #36312A;

    text-transform: uppercase;

    padding: 18px 0px;

    font-weight: 500;

    font-size: 20px;

    line-height: 30px;

    letter-spacing: 0.05em;

}



.default-button{

    padding: 18px 32px;

    font-size: 18px;

    border: 2px solid #FFFFFF;

    color: #FFFFFF;

    background-color: #ffffff00;

    cursor: pointer;

    transition: background-color .5s;

}

#contact .default-button{
    width: 100%;
}

.default-button:hover{

    background: #B3BCB2;

}

.contact-image{

    width: 35%;

    height: -webkit-fill-available;

    overflow: hidden;

}

.contact-image img{

    height: -webkit-fill-available;

    object-fit: cover;
/* 
    border-top-left-radius: 1000px;

    border-top-right-radius: 1000px; */

    object-position: left;

}















#partners{

    background-image: url(../img/partners-bg.png);

    background-size: cover;

    padding: 0;

}

#partners .container{

    padding: 50px 100px 0 100px;

    background-color: rgba(255, 255, 255, .4);;

}

#partners .title-wrapper span{

    color: #F1F1EC;

}

.partners-wrapper{

    display: flex;

    justify-content: space-between;

    margin-top: 40px;

    width: 100%;

}

.partners-wrapper-mobile{

    display: none !important;

    width: 100%;

}

.partners-wrapper-mobile .partner-item{

    margin: 0 10px;

}

.partner-item{

    width: 22%;

    display: flex;

    flex-direction: column;

    

}

.partner-item .svg-wrapper{

    border-top-left-radius: 1000px;

    border-top-right-radius: 1000px;

    width: 100%;

    height: 200px;

    display: flex;

    align-items: center;

    justify-content: center;

    background:rgba(241, 241, 236, .8);

}

.partner-item-desc{

    background:rgba(241, 241, 236, .8);

    display: flex;

    flex-direction: column;

    padding: 20px;

    height: 275px;

    text-align: center;

    align-items: center;

}



.partner-item *{

    color: #36312A !important;

}



.partner-item span{

    line-height: 24px;

    font-weight: 500;

    font-size: 18px;

    margin-bottom: 10px;

    text-transform: uppercase;

}



.partner-item p{

    line-height: 18px;

    font-weight: 300;

    font-size: 14px;

}





















footer{

    background-color: #F1F1EC;

}

.footer-flex{

    display: flex;

    justify-content: space-between;

    flex-wrap: nowrap;

    width: 85%;

    margin: auto;

    padding: 35px 0;

}

.footer-flex-item{

    width: 35%;

}

.footer-flex-item:last-child{

    display: flex;

    flex-wrap: nowrap;

    justify-content: space-between;

}

.footer-flex-item:last-child > div{

    width: 45%;

}



.f-contact, .f-link, .f-map, .f-data{

    width: 90%;

    text-align: left;

}

.semi-bold{
    font-weight: 500 !important;
    line-height: 20px !important;
    margin-bottom: 7px;
}

.footer-logo{

    margin-bottom: 20px;

    width: 55px;

}



.footer-txt{

    font-weight: 400;

    font-size: 14px;

    line-height: 17px;

    letter-spacing: 0.05em;

    color: #36312A;

    opacity: 0.5;

    margin-bottom: 15px;

}

.footer-h{

    font-weight: 500;

    font-size: 18px;

    line-height: 24px;

    letter-spacing: 0.05em;

    color: #36312A;

    margin-bottom: 9px;

}

.footer-c-info{

    font-weight: 400;

    font-size: 14px;

    line-height: 17px;

    color: #36312A;

}

.f-link > a{
    font-size: 16px;
    line-height: 22px;

    text-decoration: none;

    display: block;

    padding: 2px 0;

}

.f-link > a:first-child{

    padding-top: 0px;

}





.footer-hr{

    width: 85%;

    margin: auto;

    height: 1px;

    opacity: 0.3;

    background-color: #36312A;

}



.copywrite{

    width: 85%;

    margin: auto;

    padding: 19px 0 45px 0;

}

.copywrite-txt{

    font-weight: 400;

    font-size: 12px;

    line-height: 15px;

    letter-spacing: 0.05em;

    color: #36312A;

    opacity: 0.5;

}





#burger-wrapper{

    position: absolute;

    top: 120px;

    display: flex;

    flex-direction: column;

    z-index: 100000000000000000;

    width: 300px;

    align-items: flex-end;

    right: 30px;

}

#burger-wrapper .burg-nav-item{

    background-color: #F1F1EC;

    width: -webkit-fill-available;

    display: flex;

    padding: 5px 15px;

    justify-content: center;

    align-items: center;

}

.burg-nav-item a{

    text-decoration: none;

    color: #36312A;

    border: 1px solid #36312A;

    text-transform: uppercase;

    padding: 10px 20px;

    width: 100%;

    text-align: center;

}

.pb-15{

    padding-bottom: 15px !important;

}

.pt-15{

    padding-top: 15px !important;

}

#burger-btn{

    display: none;

    margin-left: auto;

    margin-right: 15px;

    height: fit-content;

}

#burger-btn ion-icon{

    color: #fff;

}

@media (max-width:1340px) {

    .partners-wrapper{

        display: none !important;

    }

    .partners-wrapper-mobile{

        display: block !important;

    }

}

@media (max-width:1252px){

    #burger-btn{

        display: block;

    }

    .nav-wrapper{

        display: none;

    }

    .hero_image_wrapper{

        opacity: 0;

    }

    #Hero{

        background: url(../img/photo_8.jpg);

        filter: brightness(75%);

        background-size: cover;

        background-position: right;

    }

    #Hero *{

        filter: brightness(100%) !important;

    }

    .ponad-img-wrapper{

        display: none;

    }

    #Ponad .container{

        padding-top: 135px;

        padding-bottom: 135px;

        padding-right: 100px !important;

    }

    #first-row, #second-row{

        grid-template-columns: repeat(4, 1fr);

        grid-template-rows: 1fr 1fr;

    }

    .work-points-wrapper{

        width: 100%;

    }

    .work-point{

        width: auto;

    }

    #about-work .v-line{

        margin-right: auto;

        margin-left: 15%;

    }

    #why-us .h-line, #about-work .h-line{

        width: 100px;

    }

    


}
@media(max-width: 1100px){
    .footer-flex{

        flex-direction: column;

        padding-top: 50px;

    }

    .footer-flex-item{

        width: 100%;

    }

    .footer-logo{

        margin-bottom: 5px;

    }

    .footer-under-logo{

        margin-bottom: 30px;

    }
    .footer-h{
        margin-top: 25px;
    }
    .f-contact, .f-link, .f-map, .f-data{
        width: 100%;
    }
    .f-map iframe{
        width: 100% !important;
    }
}

@media (max-width:1000px) {

    .hero_text{

        width: 80%;

    }

    

    .xmara-item{

        width: auto;

    }

    .first-xmara-item{

        margin-bottom: 50px;

    }

    

}

@media(max-width:926.78px){

    .header_wrap{

        align-items: center;

    }

    #first-row, #second-row{

        grid-template-columns: repeat(4, 1fr);

        grid-template-rows: 1fr 1fr;

    }

    .contact-image{

        display: none;

    }

    .contact-form{

        width: auto;

    }

    .contact-form-item > input{

        width: -webkit-fill-available;

    }

    #contact_form{

        width: fit-content;
    }
    #contact{
        padding-right: 30px;
    }

}

@media (max-width:780.78px) {

    .header_wrap{

        padding: 20px 30px;

    }

    header .logo{

        margin-right: 15px;

    }

    .subtitle_text{

        width: 90%;

    }

    .hero_text{

        width: calc(100% - 60px);

        left: 30px;

    }

    #Ponad .container{

        padding: 50px 30px 50px 0px !important;

    }

    #Produkujemy .container{

        padding-top: 50px;

        padding-bottom: 50px;

        padding-left: 0;

        padding-right: 0;

    }

    #gallery .title-wrapper{

        padding: 35px 30px;

    }

    #about-work .title-wrapper{

        padding: 84px 0 60px;

        padding-top: 50px;

    }

    .v-line{

        height: 50px;

    }

    #about-work .container{

        padding: 0;

    }

    #faq{

        padding-top: 50px;

        padding-bottom: 50px;

    }

    #faq .container{

        padding: 0 !important;

        align-items: flex-start;

    }

    #faq p{

        text-align: left;

    }

    #why-us{

        padding-bottom: 50px;

    }

    #why-us .container{

        padding: 0;

    }

    #why-us .title-wrapper{

        padding-left: 0;

        padding-right: 0;

        padding-top: 50px;

    }

    #xmara{

        height: 465px;

    }

    .xmara-wrapper{

        padding-left: 0;

        padding-right: 0;

    }

    .contact-wrapper{

        width: 100%;

        margin-left: 0;

    }

    .contact-form-item:first-child {

        margin-top: 50px;

    }

    .contact-form{

        margin-bottom: 50px;

    }

    #partners .container{

        padding-left: 30px;

        padding-right: 30px;

    }

    

    .prod-h{

        margin-bottom: 0px;

    }

    .title-wrapper{

        padding-bottom: 35px !important;

    }

    .partner-item .svg-wrapper{

        height: 150px;

    }

}

@media (max-width: 614px){

    #first-row, #second-row{

        grid-template-columns: repeat(2, 1fr);

        grid-template-rows: repeat(4, 1fr);

    }



    .upper, .prod-h, .title-wrapper span, .ponad_title, #first-row h1, #second-row h1{

        font-size: 24px;

    }

    .upper, .ponad_big, .ponad_title{

        line-height:normal;

    }

    .subtitle_text, .ponad_big, #Produkujemy .text_small, .work-point, .faq-question-wrapper span, .xmara-txt-white, .footer-h{

        font-size: 14px;

    }

    .footer-c-info, .footer-txt{
        font-size: 10px;
    }

    .footer-c-info{
        margin-bottom: 3px;
    }
    .f-link > a{
        font-size: 12px;
        line-height: 15px;
    }

    .subtitle_text{

        width: 100%;

    }

    .hero_text{

        gap: 20px;

    }

    .faq-desc, .email{

        font-size: 10px;

    }

    .default-button, .contact-form-item > input, .numder{

        font-size: 12px;

    }

}

@media (max-width: 600px){

    #faq .faq-item-wrapper, .faq-wrapper, .faq-desc{

        width: 100%;

    }

    .faq-question-wrapper{

        width: auto;

    }

    

}

@media (max-width:580px) {

    #gallery .slick-dotted.slick-slider {

        margin-bottom: 55px;

    }

    #gallery .slick-dots{

        bottom: -50px;

    }

    #burger-btn{

        order: 3;

        margin-right: 0;

        margin-left: 15px;

    }

    .header_contacts{

        align-items: center;

    }

    .copywrite-txt{
        font-size: 8px;
    }
}

@media (max-width:400px) {

    #x-mara{

        height: auto;

    }

    .first-xmara-item{

        padding-top: 30px;

    }

    .second-xmara-item{

        padding-bottom: 30px;

    }

    #burger-wrapper{

        width: calc(100% - 60px);

    }

}