html{
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: #082042;
    margin-top: 0px;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Rubik','Albert Sans', sans-serif;
    width: 100%;
}

a{
    text-decoration: none;
}

li{
    list-style: none;
}

.container {
    max-width: 1450px;
    margin: 0 auto;
    overflow-x: clip;
}

.padding_lr {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}

.padding_tb{
    padding-top: 120px;
    padding-bottom: 115px;
}

.container-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}


.title_light{
    color: #ffffff;
    font-size: 45px;
    text-align: center;
}

.subtitle_light{
    color: #ffffff;
    font-size: 18px;
    margin-top: 10px;
    font-weight: 100;
    text-align: center;
}

.button_btn_default{
    display: inline-block;
    font-size: 17px;
    font-weight: 100;
    text-decoration: none;
    list-style:none;
    color: #eec065;
    border: 3px solid #eec065;
    border-radius: 10px;
    padding: 17px 21px 17px 21px;  
}

.button_btn_default:hover{
    color: #eec065;
    border: 3px solid #d08733;
    transition-duration:0.7s;
    box-shadow: 0px 0px 29px -7px rgba(208, 135, 51, 1);
}

.button_btn:hover{
    color: #eec065;
    border: 3px solid #d08733;
    transition-duration:0.7s;
    box-shadow: 0px 0px 29px -7px rgba(208, 135, 51, 1);
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}
              
.background{
    background-color: #071b36;
}

.area-shadow{
    box-shadow: 0px -5px 13px 3px rgba(0, 0, 0, 0.363);
    position: relative;
}

.logo{
    position: relative;
    left: -5px;
    top: 6px
}

.logo img{
    display: flex;
    align-items: center;
}

/*menu*/
.navbar{
    background-color: #082042;
    box-shadow: 0px 5px 13px 3px rgba(0, 0, 0, 0.363);
    background-size: cover;
    padding: 15px 0px 15px 0px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
    transition: top 0.4s;
}

.navbar .navbar-nav {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 15px;
}

.navbar .navbar-nav a {
    text-decoration: none;
    color: white;
    font-weight: 100;
    font-size: 19px;
}

.navbar .navbar-nav a:hover {
    color: #eec065;
    transition-duration:0.6s;
}

/*menu ruchome*/
.navbar-movable {
    background-color: #082042;
    box-shadow: 0px 5px 13px 3px rgba(0, 0, 0, 0.363);
    background-size: cover;
    padding: 15px 0px 15px 0px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
    transition: top 0.4s;
}

.navbar-movable .navbar-nav {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    font-size: 15px;
}

.navbar-movable .navbar-nav a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 100;
    font-size: 19px;
}

.navbar-movable .navbar-nav a:hover {
    color: #eec065;
    transition-duration:0.6s;
}

/*menu koniec*/

.navbar-nav{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link {
    margin-left: 20px;
    margin-right: 20px;
}

.dropdown-menu {    
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: absolute;
    border: none;
    top: 90px;
    width: auto;
    z-index: 99;
    display: block;
    visibility: hidden;
    opacity: 0;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0px;
    overflow: hidden;
    flex-direction: column;
}

.dropdown-menu .nav-item{
    border-bottom: 1px solid #f1f1f1;
}

.navbar-nav .dropdown-menu li a{    
    color: #3a3a3a;
    font-weight: 900;
    padding: 15px;
    padding-right: 40px;
    display: block;
    width: 100%;
    font-size: 17px;
}

.navbar-movable nav .dropdown-menu .nav-item a {
    display: flex;
    text-align: left;
}

.navbar .dropdown-menu .nav-item a {
    display: flex;
    text-align: left;
}

.navbar-nav .dropdown-menu .nav-item:hover {
    color: #ffffff;
    background-color: #106df5;
    transition-duration:0.3s;
}
.navbar-nav .dropdown-menu .nav-item:hover a {
    color: #ffffff;
    font-weight: 100;
}
.navbar-nav .dropdown-menu li:last-child{
    border-bottom: 0px solid transparent;
}

.nav-link .fa{
    font-size: 11px;
    position: relative;
    top:-1px;
    transition-duration:0.4s;
}

.burger_menu{
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
}

.container_toggle_btn{
    display: flex;
    margin-right: 25px;
    padding-top: 36px;
    justify-content: right;
    align-items: center;
}

.toggle_btn{
    display: none;
    cursor: pointer;
}

.toggle_btn .fa{
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.responsive_dropdown_menu{
    position: absolute;
    right: 0;
    top: 99px;
    width: 100%;
    z-index: 99;
    background-color: #071b36;
    display: block;
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    height: 0;
}

.responsive_dropdown_menu li{
    border-top: 1px solid #f1f1f117;
    text-align: left;
    padding-left: 20px;
}

.nav_item_responsive{
    color: #ffffff;
    font-weight: 100;
    display: block;
    width: 100%;
    padding: 15px;
    padding-left: 20px;
}

.responsive_dropdown_menu li:hover {
    color: #ffffff;
    background-color: #eec065;
    transition-duration:0.3s;
}
.responsive_dropdown_menu li:hover a {
    color: #ffffff;
    font-weight: 100;
}
.responsive_dropdown_menu li:last-child{
    border-bottom: 0px solid transparent;
}

.open{
    height: 252px;
    border-bottom: 2px solid #eec065;
}

.light{
    color: white;
}

.section_banner{
    position: relative;
    height: 885px;
    background-color: #071b36;
    background-image: url('images/baner.jpg');
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.baner_container{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    top: 28px;
    width: 100%;
    gap: 80px;
}

.section_banner h1{
    color: #ffffff;
    font-size: 55px;
    text-align: left;
    font-weight: 100;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'Lora', serif;
}

.section_banner ul li{
    line-height: 41px;
    position: relative;
    top: 10px;
    font-size: 21px;
    text-align: left;
    padding-left: 35px;
    background-size: 1.5rem;
    list-style-type: none;
    color: #202020;
}

.banner_btn{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 10px;
}

.button_btn{
    display: inline-block;
    font-size: 17px;
    font-weight: 100;
    text-decoration: none;
    list-style:none;
    color: #eec065;
    border: 3px solid #eec065;
    border-radius: 20px;
    padding: 17px 21px 17px 21px;  
    transition-duration:1.0s;
}

.button_btn:hover{
    color: #eec065;
    border: 3px solid #d08733;
    transition-duration:0.7s;
    box-shadow: 0px 0px 29px -7px rgba(208, 135, 51, 1);
}

.image_banner_responsive{
    border-radius: 50%;
    display: none;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 70px;
    border: 7px solid #082042;
}

.image_banner_responsive img{
    width: 100%;
}

.slideshow-container{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
    width: 100%;
}

.about_container{
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: 70px;
    position: relative;
    top:-10px;
    text-align: left;
}

.about_container h2{
    color: #ffffff;
    font-size: 53px;
    font-weight: 100;
    margin-bottom: 30px;
}

.about_container p{
    color: #ffffffd3;
    font-size: 18px;
    font-weight: 100;
    line-height: 26px;
    margin-bottom: 30px;
}

.about_container_image{
    text-align: center;
}

.about_container img{
    max-width: 540px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 2px solid #eec065;
}

.services_area{
    padding-bottom: 15px;
}

.services_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    position: relative;
    top: -10px;
}

.services_item{
    text-align: left;
    color: white;
    line-height: 30px;
    background-color: #00000044;
    padding: 35px;
    border-radius: 20px;
    height: 100%;
}

.services_item img{
    margin-bottom: 15px;
}

.services_item h2{
    color: white;
    margin-bottom: 20px;
}

.services_item ul li{
    line-height: 22px;
    padding-left: 2.5rem;
    position: relative;
    left: -5px;
    background: url(images/kancelaria-prawna-grafika.png) center left no-repeat;
    background-size: 1.4rem;
    list-style-type: none;
    color: #ffffffd3;
    display: flex;
    align-items: start;
}

.services_item p{
    padding-left: 2.7rem;
    position: relative;
    left: -5px;
    margin-bottom: 10px;
    color: #ffffffd3;
}

.opinions_area {
    padding-bottom: 1px;
}

.opinions_container{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.carousel{
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding-top: 70px;
    max-width: calc(100%);
    overflow: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.dragging{
    cursor: grab;
    user-select: none;
    scroll-behavior: auto;
    scroll-snap-type:none;
}

.carousel .col-4{
    scroll-snap-align: start;
}

.opinions_item{
    padding: 30px;
    padding-top: 0px;
    background-color: #00000044;
    border-radius: 20px;
    transition: all 0.5s ease-out;
}

.opinions_item:hover{
	transform: translateY(-10px);
}

.opinions_item p{
    font-size: 14px;
    font-weight: 100;
    color: #ffffff;
    font-style: italic;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 20px;
}

.opinions_item h3{
    font-size: 17px;
    font-weight: 900;
    color: #ffffff;
    text-align: left;
}

.opinions_item img{
    display: block;
    position: relative;
    left: -4px;
    width: 132px;
    height: auto;
    pointer-events: none;
}

.quote{
    width: 55px!important;
    height: auto;
    position: relative;
    top: -25px;
}

.opinions_widget{
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-bottom: 20px;
}

.opinions_container i{
    z-index: 10;
    width: 50px;
    height: 50px;
    background-color: white;
    background-image: linear-gradient(#c97b29, #fde080, #c97b29);
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 55%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
} 

.opinions_container i:first-child{
    left: -25px;
    margin-left: 10px;
    transition: all 0.3s ease-out;
}
.opinions_container i:first-child:hover{
    left: -30px;
}

.opinions_container i:last-child{
    right: -25px;
    margin-right: 10px;
    transition: all 0.3s ease-out;
}

.opinions_container i:last-child:hover{
    right: -30px;
}

.certificate_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 60px;
    max-width: 1400px;
}

.certificate_container img{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.contact_area .title_light{
    text-align: left;
    margin-bottom: 50px;
}

.contact_container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    margin-top: 30px;
}

.contact_item{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.contact_item h2{
    color: white;
    font-size: 23px;
}

.contact_item p{
    color: white;
    font-size: 21px;
    line-height: 31px;
}

.contact_item img{
    width: 80px;
    height: auto;
}

.contact-information{
    font-size: 15px!important;
    color: rgba(255, 255, 255, 0.788)!important;
}

.contact-information-responsive{
    font-size: 15px!important;
    color: rgba(255, 255, 255, 0.788)!important;
    margin-top: 40px;
    display: none;
}

/* formularz kontaktowy*/
.contact-form{
    padding: 0px 0px 0px 0px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}

.contact-box{
    display: flex;
    flex-direction: column;
    margin: 0px 0px 15px 0px;
    width: 100%;
}

.contact-form input,
.contact-form textarea{
    padding: 17px;
    font-size: 16px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    background-color: #f5f5f5;
    font-family: 'Albert Sans', sans-serif;
}

.contact-form textarea{
    resize: vertical;
    min-height: 350px;
}


.contact-box textarea:focus{
    outline: none;
}

.contact-box input:focus{
    outline: none;
}

.contact-form button{
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    padding: 15px 40px 15px 40px;
    cursor: pointer;
    background-color: #eec06500;
    border: 3px solid #eec065;
    color: #eec065;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 7px 25px rgba(75, 75, 75, 0.25);
    font-family: 'Albert Sans', sans-serif;
    font-weight: 100;
    max-width: 200px;
    margin-top: 15px;
}

.contact-form button:hover{
    color: #eec065;
    border: 3px solid #d08733;
    transition-duration:0.7s;
    box-shadow: 0px 0px 29px -7px rgba(208, 135, 51, 1);
}

.contact-col-6{
    flex: 0 0 48%;
    max-width: 48%;
}

.msg-status{
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50px;
    padding: 30px;
    width: 600px;
    border-radius: 12px;
    font-size: 24px;
}

.success{
    display: flex;
    background-color: #40d365;
}

.error{
    display: flex;
    background-color: #cf0c0c;
}

.container_iframe_map{
    border: 3px solid #eec065;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
}

iframe{
    width: 100%;
    height: 400px;
    display: flex;
    position: relative;
}

.footer_area{
    padding-top: 140px;
    padding-bottom: 50px;
}

.footer_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
}

.footer_img img{
    position: relative;
    top: -4px;
}

.footer_item h2{
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 100;
}

.footer_item p{
    margin-bottom: 15px;
    color: #eec065;
    font-size: 16px;
    font-weight: 100;
}

.footer_item a{
    margin-bottom: 15px;
    line-height: 30px;
    color: #eec065;
    font-size: 15px;
    text-decoration: none;
    list-style:none;
}

.footer-pasek{
    margin-top: 80px;
    margin-bottom: 10px;
    height: 1px;
    width: auto;
    background-color: rgba(23, 62, 94, 0.596);
}

.copyright-container{
    padding-top: 30px;
    color: #bebebea6;
    font-size: 17px;
}

.copyright-container p{
    color: #bebebea6;
    font-size: 17px;
}

.copyright-container a{
    text-decoration: none;
    list-style:none;
    color: #eec065;
}

/*modal*/
.modal {
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    max-width: 1200px;
    max-height: 700px;
    box-sizing: border-box;
    width: 95%;
    background: #fff;
    padding: 30px;
    margin: 0;
    border-radius: 4px;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.blocker {
    position: fixed;
    z-index: 9999;
}

.modal a.close-modal {
    position: absolute;
    top: -20px;
    right: 0px;
    display: block;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(images/close.png);
}

.modal .privacy_policy{
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.modal .privacy_policy h2{
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 18px;
}

.modal .privacy_policy p{
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 15px;
}

/*modal end*/

/*animacje */
.SmoothRotation{
    transform: rotateY(180deg);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.SmoothRotation.show{
    animation-name: SmoothRotation;
    animation-duration:  1.4s;
    transform: rotateY(360deg);
}

@keyframes SmoothRotation {
    0% { transform: rotateY(180deg) }
    100% { transform: rotateY(360deg) }
    0% {opacity: 0}
    50% {opacity: 1} 
    100% {opacity: 1}
}

.SubtleGrowth{
    transform: scaleX(0);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.SubtleGrowth.show{
    animation-name: SubtleGrowth;
    animation-duration:  1.2s;
    transform: scaleX(1);
}

@keyframes SubtleGrowth {
    0% { transform: scaleX(0) }
    100% { transform: scaleX(1) }
    0% {opacity: 0}
    50% {opacity: 1} 
    100% {opacity: 1}
}

.SubtleArrivalFromRight{
    transform: translateX(30%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.SubtleArrivalFromRight.show{
    animation-name: SubtleArrivalFromRight;
    animation-duration:  1.2s;
    transform: translateX(0%);
}

@keyframes SubtleArrivalFromRight {
    0% { transform: translateX(30%) }
    100% { transform: translateX(0%) }
    0% {opacity: 0}
    50% {opacity: 1} 
    100% {opacity: 1}
}

.SubtleFlightFromBottom{
    transform: translateY(40%);
    opacity: 0;
}

.SubtleFlightFromBottom.show{
    animation-name: SubtleFlightFromBottom;
    animation-duration: 1.4s;
    transform: translateY(0%);
}

@keyframes SubtleFlightFromBottom {
    0% { transform: translateY(40%) }
    100% { transform: translateY(0%) }
    0% {opacity: 0}
    50% {opacity: 1} 
    100% {opacity: 1}
}

.SubtleFlightFromTop{
    transform: translateY(-80%);
    opacity: 0;
}

.SubtleFlightFromTop.show{
    animation-name: SubtleFlightFromTop;
    animation-duration: 1.4s;
    transform: translateY(0%);
}

@keyframes SubtleFlightFromTop {
    0% { transform: translateY(-80%) }
    100% { transform: translateY(0%) }
    0% {opacity: 0}
    50% {opacity: 1} 
    100% {opacity: 1}
}

.GentleRightFlyIn{
    transform: translatex(10%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.GentleRightFlyIn.show{
    animation-name: GentleRightFlyIn;
    animation-duration:  1.2s;
    transform: translatex(0%);
}

@keyframes GentleRightFlyIn {
    0% { transform: translatex(10%) }
    100% { transform: translatex(0%) }
    0% {opacity: 0}
    50% {opacity: 1} 
    100% {opacity: 1}
}
/*animacje koniec*/

/*responsywność*/
/*container*/
@media (min-width: 576px){
    .container {
        max-width: 740px;
    } 
}
@media (min-width: 768px){
    .container {
        max-width: 940px;
    } 
}
@media (min-width: 992px){
    .container {
        max-width: 1060px;
    } 
}
@media (min-width: 1100px){
    .container {
        max-width: 1140px;
    } 
}
@media (min-width: 1200px){
    .container {
        max-width: 1240px;
    } 
}
@media (min-width: 1300px){
    .container {
        max-width: 1340px;
    } 
}
@media (min-width: 1450px){
    .container {
        max-width: 1450px;
    } 
}
@media (min-width: 1550px){
    .container {
        max-width: 1700px;
    } 
}
/*container end*/

/*navbar*/
@media (max-width: 1360px){
    .action_btn{
        display: none;
    }
}
@media (max-width: 1150px){
    .action_btn{
        display: none;
    }
    .navbar .navbar-nav{
        display: none;
    }
    .navbar-movable .navbar-nav{
        display: none;
    }
    .toggle_btn{
        display: flex;
    }
}
/*navbar end*/


/*całość*/
@media (max-width: 1550px){
    .col-lg-8 {
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }
}
@media (max-width: 1485px){
    .section_banner h1 {
        font-size: 50px;
    }
    .about_container h2 {
        font-size: 40px;
    }
}
@media (max-width: 1350px){
    .section_banner h1 {
        font-size: 45px;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .realization_angle{
        display: none;
    } 
}
@media (max-width: 1215px){
    .col-md-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
    .col-md-5 {
        flex: 0 0 41.67%;
        max-width: 41.67%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .title{
        font-size: 40px;
    }
    .title_light{
        font-size: 40px;
    }
    .baner_container {
        gap: 0px;
    }
    .about_container {
        flex-direction: column;
        max-width: 900px;
        gap: 30px;
        text-align: center;
        overflow-x: clip;
    }
    .about_container h2 {
        font-size: 35px;
    }
    .services_container {
        flex-direction: column;
        max-width: 900px;
    }
    .contact-information{
        display: none;
    }
    .contact-information-responsive{
        display: block;
    }
}
@media (max-width: 1050px){
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-0 {
        flex: 0 0 0%;
        max-width: 0%;
    }
    .section_banner{
        background-image: none;
    }
    .baner_container .image_banner {
        display: none;
    }
    .section_banner h1 {
        text-align: center;
        margin-bottom: 25px;
    }
    .baner_container {
        display: flex;
        flex-direction: column;
        text-align: center;
        position: relative;
        top: 0px;
    }
    .banner_btn {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0px;
        gap: 10px;
    } 
    .image_banner_responsive{
        display: block;
    }
}
@media (max-width: 768px){
    .col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_banner h1 {
        font-size: 30px;
    }
    .image_banner_responsive {
        width: 370px;
    }
    .logo{
        height: 70px;
        display: flex;
        align-items: center;
    }
    .logo img{
        width: 85%;
    }
    .about_container p{
        font-size: 16px;
    }
    .certificate_container{
        max-width: 500px;
    }
    .contact_container{
        margin-top: 50px;
    }
    .contact_item img{
        width: 65px;
        height: auto;
    }
    .contact_item h2 {
        font-size: 19px;
    }
    .contact_item p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 450px){
    .padding_lr {
        padding-right: 1.0rem!important;
        padding-left: 1.0rem!important;
    }
    .padding_tb{
        padding-top: 70px;
        padding-bottom: 65px;
    }
    .title_light{
        font-size: 30px;
    }
    .section_banner{
        height: 815px;
        padding-top: 30px;
    }
    .section_banner h1 {
        font-size: 30px;
    }
    .image_banner_responsive {
        margin-top: 30px;
        width: 90%;
    }
    .phoneHiddenElement{
        display: none;
    }
    .about_container h2 {
        font-size: 30px;
    }
    .footer_img img{
        width: 100%;
        height: auto;
    }
}
/*całość end*/

/*stałe menu-nawigacja*/
@media (max-width: 1150px){
    .navbar-movable {
        top: 0px;
    }
}
/*stałe menu-nawigacja end*/


/*pliki-cookies*/
#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    max-width: 500px;
    font-size: 12px;
    margin: 5px;
    bottom: 0px;
    right: 0px;
    background-color: #082042;
    padding: 20px;
    z-index: 1000;
    border-radius: 20px;
    border: solid 1px  #eec065;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #eec065;
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color:white;
    line-height: 1.5em;
}

#cookieinfo .privacyPolicyClose {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #082042;
    text-align: center;
    text-decoration: none;
    background-color: #eec065;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo .privacyPolicyClose:hover {
    background-color: #eec065;
}

 /*pliki-cookies end*/