.inner_container{
max-width: 1200px;
margin: 0 auto;
} 
/* Main info */
.main_info, .whyOur{
display: flex;
margin-top: 50px;
align-items: center;
}
.main_info p{
text-align: left;
max-width: 670px;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 22px; 
letter-spacing: 0.34px;
margin-left: 80px;

}
/* WhyOur */
.leftSide-info p{
max-width: 460px;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 22px; 
letter-spacing: 0.34px;
}
.lowHeader{
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 1; 
text-transform: uppercase;
}
.bigHeader{
max-width: 608px;
font-size: 110px;
font-style: normal;
font-weight: 800;
line-height: 1; 
text-transform: uppercase;
}

/* DescriptionPart */
.descriptionParts{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 40px;
}
.descrPart{
max-width: 380px;
margin-top: 50px;
}
.descrPart h3{
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 116.667% */
letter-spacing: 0.2px;
text-transform: uppercase;
}
.descrPart h3 span{
color: #00D093;
}
.descrPart P{
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
letter-spacing: 0.2px;
margin-top: 15px;
}

/* What u receibe */
.whatUreceive{
margin-top: 90px;
}
.whatUreceiveParts{
display: flex;
justify-content: space-between;
margin-top: 40px;
}
.whatUreceivecorrect{
max-width: 260px;
padding: 30px 17px 30px 23px ;
border-radius: 15px;
}
.whatUreceivecorrect p{
max-width: 220px;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 22px;
margin-top: 30px;
letter-spacing: 0.34px;
}
/* For Who */
.forWho-Description{
margin-top: 90px;
}
.forWho img{
margin-top: 20px;
}
.forWho-Description h2, .whatUreceive h2, .weCreate-description h2{
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 38px; /* 126.667% */
letter-spacing: 0.2px;
}

.forWho_example{
text-align: center;
width: 300px;
}

.forWho_example p{
font-size: 17px;
}

.forWho{
display: flex;
flex-wrap: wrap;
max-width: 1450px;
justify-content: space-between;
}
/* What we create */
.weCreate-description{
margin-top: 90px;
}
.weCreate-BlockInfo{
display: flex;
justify-content: space-between;
}
.farcopDescr{
padding: 34px 21px 10px 24px;
box-shadow: 0px 0px 1px 1px #00D093;
border-radius: 20px;
margin-top: 40px;
/* max-width: 350px; */
}
.farcopDescr h3{
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 28px; 
letter-spacing: 0.2px;
text-transform: uppercase;
}
.farcopDescr ul li{
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 22px; 
letter-spacing: 0.34px;
color: var(--Dark-Grey, #696E80);
max-width: 300px;
margin-top: 15px;
}
.farcopDescr ul li:first-child{
margin-top: 25px;
}
.underInfo{
display: flex;
justify-content: space-between;
align-items: center;
}

.underInfo a,
.underInfo button{
padding: 15px 45px;
border-radius: 10px;
background-color: #00D093;
border: 0px;
color: white;
transition: .2s linear;
}

.underInfo a:hover,
.underInfo button:hover{
background-color: #0d7c5b;
}
.underInfo img{
margin-right: -20px;
}

/* descrPartUnder */
.descrPartUnder{
max-width: 550px;
margin-top: 50px;
}
.descrPartUnder h3{
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 116.667% */
letter-spacing: 0.2px;
text-transform: uppercase;
}
.descrPartUnder h3 span{
color: #00D093;
}
.descrPartUnder P{
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
letter-spacing: 0.2px;
margin-top: 15px;
}


@media screen and (max-width: 768px) {
.main_info, .whyOur, .whatUreceive, .descriptionParts, .forWho-Description, .weCreate-BlockInfo {
display: block;
}

.whatUreceiveParts, .forWho{
padding: 0;
display: block;
}
.whatUreceivecorrect{
padding: 0;
margin-top: 45px;
}
.main_info{
text-align: center;
}
.main_info p, .leftSide-info p{
margin-left: 0px;
margin-top: 15px;
}
.bigHeader{
font-size: 40px;
}
}
@media screen and (max-width: 430px) {
.leftSide-info h1{
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 30px; 
letter-spacing: 0.2px;
text-transform: uppercase;
}
.farcopDescr{
padding: 24px 21px 10px 24px;
}
.descrPart h3{
font-weight: 700;
color: #00D093;
}
.descrPart P{
line-height: 20px;
margin-top: 5px;
}

.underInfo a,
.underInfo button{
padding: 15px 75px;
margin-top: 15px;
}
.underInfo img{
display: none;
}
.forWho_example{
text-align: center;
width: 275px;
}
}



/* Main Info */
.main-info{
display: flex;
align-items: center;
margin-top: 50px;
}
.main-info p{
max-width: 685px;
margin-left: 90px;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 22px; 
letter-spacing: 0.34px;
}
/* Why our */
.whyour{
display: flex;
flex-direction: row;
margin-top: 90px;
justify-content: space-between;         
}
.leftInfo h2.big_text_title{
font-size: 40px;
font-style: normal;
line-height: 129%; 
text-transform: uppercase;
}
.leftInfo p.big_text{
font-size: 110px;
font-style: normal;
font-weight: 800;
line-height: 1;
text-transform: uppercase;
margin-top: 0;
}
.leftInfo p{
margin-top: 35px;
max-width: 460px;
font-size: 17px;
font-style: normal;
line-height: 22px;
letter-spacing: 0.34px
}
.showTechImg{
display: none;
}
.leftInfo h3{
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 1;
letter-spacing: 0.2px;
margin-top: 60px;
}
.leftInfo h3 span{
color: #00D093;
}
.leftInfo .whyOur-description{
margin-top: 20px;
}
.leftInfo img{
margin-top: 60px;
}
.rightInfo .howToInstall-descr{
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 94%; 
text-transform: uppercase;
}
.rightInfo p{
max-width: 700px;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.34px;
text-align: left;
}
.categoriesWhyWe{
display: flex;
justify-content: space-between;
margin-top: 40px;
}
.categoriesWhyWe span{
font-style: normal;
font-weight: 700;
line-height: 20px; 
text-transform: uppercase;
}
.categoriesWhyWe p{
color: var(--Dark-Grey, #696E80);
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 22px;
letter-spacing: 0.34px;
max-width: 280px;
margin-bottom: 20px;
}
/* BronexDefence */
.bronexDefence-wrapper{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.bronexDefence h2, .designFeatures h2, .materials_forDefence h2{
margin-bottom: 20px;
margin-top: 70px;
font-size: 30px;
font-style: normal; 
font-weight: 700;
line-height: 38px; 
letter-spacing: 0.2px;
}

.bronexDefence_example{
margin-top: 40px;
max-width: 390px;
}
.bronexDefence_example p{
padding: 12px;
font-size: 17px;
}
/* Materials */
.materials_forDefence{
margin-top: 90px;
}
.materials_wrapper{
margin-top: 40px;
display: flex;
justify-content: space-around;
align-items: center;
}


.common p{
font-size: 17px;
}

.common{
max-width: 535px;
}
.common h3{
color: var(--Black-main-262626, #292929);
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 25px; 
margin-top: 30px;
margin-bottom: 10px;
}

.common h3 span{
color: #00D093;
}
/* DesignFeatures */
.designFeatures{
margin-top: 50px;
}
.designFeatures_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.designFeatures_part{
    max-width: 290px;
    box-shadow: 0px 0px 1px 1px #E1E1E1;
    border-radius: 15px;    
    overflow: hidden;
}
.designFeatures_part p{
padding: 0px 30px  20px 30px;
color: var(--Dark-Grey, #696E80);
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 22px; 
letter-spacing: 0.34px;
}
.designFeatures_part h4{
padding: 20px 0 0  30px;
color: var(--Black_main, #262626);
font-style: normal;
font-weight: 700;
line-height: 36px; 
letter-spacing: 0.32px;
text-transform: uppercase;
}
/* pROCENT */
.procent_wrapper{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 50px;
}
.procentBox{
display: flex;
align-items: center;
width: 320px;
/* justify-content: space-between;?SZ */
}
.procentBox p{
color: var(--Black_main, #262626);
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: 0.2px;
text-transform: uppercase;
max-width: 200px;
margin-left: 30px;
}

/* descrPartUnder */
.descriptionParts{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.descrPartUnder{
max-width: 587px;
margin-top: 50px;
}
.descrPartUnder h3{
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 28px; 
letter-spacing: 0.2px;
text-transform: uppercase;
}
.descrPartUnder h3 span{
color: #00D093;
}
.descrPartUnder P{
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 28px; 
letter-spacing: 0.2px;
margin-top: 15px;
}

@media screen and (max-width: 768px){
.main-info, .whyour, .categoriesWhyWe, .materials_wrapper{
display: block;
}
.whyour{
flex-direction: column-reverse; 
}
.showTechImg{
display: block;
margin-top: 0;
}
.noShowTechImg{
display: none;
}
.main-info p {
margin-left: 0;
margin-top: 20px;
}
.leftInfo img {
margin-top: 0px;
}
.leftInfo p:first-of-type{
font-size: 80px;
}
.rightInfo .howToInstall-descr, .advantagesDefence, .whyOur-description{
display: none;
}
.designFeatures_part{
margin-top: 15px;
}

}

@media screen and (max-width: 400px){
.leftInfo p:first-of-type{
font-size: 60px;
}
.bronexDefence_example{
max-width: 300px;
}
.main-info, .bronexDefence, .materials_wrapper{
/* padding: 5px; */
}


.whyour{
/* padding: 5px; */
margin-top: 45px;
}
.bronexDefence_example p{
padding: 0;
}
.procentBox{
margin-top: 45px;
}
}
