body{
    overflow:auto !important;
}

.companyAttrLogo{
    text-align:center;
}

.companyAttrLogo img{
    max-width:200px;
    max-height:200px;
    object-fit:cover;
    margin-bottom:20px;
    display:inline;
}

.countryBtn{
    background:#000;
    color:#fff;
    text-transform: uppercase;
    padding: 10px 20px;
    display:inline-block;
    transition:0.3s ease-in;
    font-family: 'SoraRegular';
    margin-bottom:10px;
    margin-right:15px;
    width:320px;
    position:relative;
}

.blogBtn{
    background:#000;
    color:#fff;
    text-transform: uppercase;
    padding: 10px 20px;
    display:inline-block;
    transition:0.3s ease-in;
    font-family: 'SoraRegular';
    margin-bottom:10px;
    margin-right:15px; 
    position:relative;
    width:31.50%;
}

/* Tablet (odpowiednik md w Tailwind/Bootstrap) */
@media (max-width: 1023px) {
    .blogBtn {
        width: 48%; 
    }
}

/* Mobile (odpowiednik sm w Tailwind/Bootstrap) */
@media (max-width: 767px) {
    .blogBtn {
        width: 100%;
        margin-right: 0;
    }
}

.blogBtn span,
.countryBtn span{
    color: #fff;
    background: #a10707;
    font-size: 10px;
    width: 42px;
    height: 100%;
    line-height: 42px;
    text-align: center; 
    position: absolute;
    top: 0;
    right: 0;
    z-index:3;
    border: 1px solid #a10707;
    opacity:0;
    text-indent:0;
    transition: 0.3s ease-in;
}

.blogBtn:hover,
.countryBtn:hover{
    background:#a10707;
    text-indent:15px;
}
.blogBtn:hover span,
.countryBtn:hover span{
    background:#000;
    text-indent:0;
    color:#fff;
    /* display:inline-block; */
    border: 1px solid #000;
    opacity:1;
}

.bg-maincolor2 .text-white *,
.h1.text-white * {
    color:#fff;
}

.mb-4{
    margin-bottom:40px;
}

.contactCountryBtns{
    text-align:left;
    padding-top:20px;
}

.contactCountryBtns a{
    background: #a10707;
    color: #fff;
    display: inline-block;
    padding: 14px 40px;
    padding-left: 30px;
    font-size: x-large;
    text-transform: uppercase;
    font-family: 'SoraRegular';
    font-weight: bold;
    margin-right:15px;
    text-decoration: none;
}

.desc_realization h1,
.desc_realization h2{
    margin-bottom:20px;
}

.desc_realization h1{
    line-height:110% !important;
    margin:10px 0 20px 0;
}

.d-inline{
    display:inline;
}

.descSliderHome{
    padding:20px;
}

.strongred strong{
    color:#a10707 !important;
} 

.hoverchange:hover .subname{
    display:block;
}

.desc a{
    color:#a10707;
    text-decoration: underline;
}


.text-white{
    color:#fff !important;
}


.text-white.bg-maincolor{
    text-decoration: none;
}

.desc a.btnglobal{
    color: white !important;
    font-family: PoppinsLight;
    font-size: 1.25rem;
    line-height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgb(161 7 7 / 1);
    text-decoration: none;
    height: 3rem;
    display: inline-block;
}

.hover\:text-maincolor:hover{
    color:#a10707 !important;
}

.max-w-1000{
    max-width:960px;
    margin:0 auto;
}

.max-w-1000 h1{
    line-height:110% !important;
    margin-bottom:30px;
}

.max-w-1000 h2{
    margin:50px 0 30px 0;
}

h2{
    margin:50px 0 30px 0;
}