/* Milena - formularz kontaktowy */
.btn--transparent-round-mouse{-webkit-transition: all 500ms ease-out; -moz-transition: all 500ms ease-out; -o-transition: all 500ms ease-out; transition: all 500ms2s ease-out;float:left;margin:0;margin-right: 34px; position: relative; border-radius: 15px; background-color: rgb(253, 197, 25); box-shadow: 0px 4px 0px 0px rgba(186, 145, 18, 1); color:white; font-size: 16px; font-weight: 400;
                              width: 271px; height: 66px; line-height: 66px; padding:0 15px; padding-left:24px;}
.btn-transparent-round-mouse__image{position:absolute; top:21px; left: 39px; fill: #fff!important; width: 26px; height: 26px;}
.btn--transparent-round-mouse:hover, .btn--transparent-round-mouse:focus, .btn--transparent-round-mouse:active,.btn--transparent-round-mouse:focus:active{box-shadow: 0px 4px 0px 0px rgb(24, 113, 58); }
.btn--transparent-round-mouse:hover{background: #13c066; box-shadow: 0px 3px 0px 0px #5f8231; }
.form__input-site--transparent-round,.form__text--transparent-round{background:white; }
/* end */

/*FOTER_1 - tylko dla Michałka*/

.contact-box{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 25px;
    background: url('../../../../client/michalek/img/footer-bg.png') center no-repeat;
}

.contact-box_logo1 {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.contact-box_text1 {
    font-size: 36px;
    font-weight: 700;
    margin: 35px 0;
}
.contact-box_phone, .contact-box_email1{
    color: white;
    font-size: 34px !important;
    font-weight: 700;
    text-transform: lowercase;
}
.contact-box_phone span, .contact-box_email1 span {
    font-size: 16px;
    text-transform: uppercase;
}
.contact-box_text2 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.footer_1-box{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.contact-box_phone::after{
    content: "";
    height: 24px;
    background-color: rgb(101,166,39);
    width: 340px;
    margin: -15px auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.contact-box_email1::after {
    content: "";
    height: 24px;
    background-color: rgb(238,116,32);
    max-width: 600px;
    width: 90%;
    margin: -15px auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media only screen and (max-width: 767px){
    .contact-box_email1, .contact-box_text2, .contact-box_phone {
        font-size: 20px !important;
    }
}


/*HEADER-MENU-HAMBURGER - tylko dla Michałka*/

.home .header-menu-burger{
    margin-bottom: -250px;
}

@media screen and (max-width: 768px){
    .home .header-menu-burger{
        margin-bottom: 0;
    }

}
.header-menu-burger .btn--menu path{
    fill: white;
}

@media only screen and (max-width: 768px) {
    #header .header-social a {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }
    #header .header-social__item {
        height: 35px;
        width: 35px;
    }
    #header .header-logo {
        margin-top: -85px;
    }
    #header .header-logo__img{
        height: 125px;
    }
    #header .header-logo-container{
        z-index: -1;
    }
    #header .burger__mobile-nav ul li a{
        font-size: 30px;
    }
}

/* SLIDER06 - tylko dla Michałka */
.slider06__wrapper{
    width: 60%;
}
@media screen and (max-width: 768px){
    .slider06__wrapper{
        width: 100%;
        top: 120px;
    }
    .slider06-box__image {
        margin-top: 200px;
    }
}
.btn--slider06 {
    border: 0;
    border-radius: 50%;
    padding: 0;
    width: 117px;
    height: 117px;
    background-image: url('../img/button.png');
    transition: ease 0.4s;
}
.btn--slider06:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.8); 
}
.slider06__btn-element{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.slider06__btn-element::after{
    content: '';
    width: 26px;
    height: 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    background-image: url('../img/arrow_icon.png');
}
.scroll-icon{
    position: absolute;
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    width:30px;
    height: 60px;
    box-shadow: inset 0 0 0 3px #fff;
    border-radius: 25px
}
.scroll-icon:before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.scroll-icon:before{
    content:'';
    width: 5px;
    height: 5px;
    background: #fff;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}
@keyframes scroll{
    from {top: 0px;}
    to {top: 50px;}
    opacity: 0;
    transform: translateY(46px);
}

.front-title--slider06{
    text-shadow: 2.624px 3.019px 0px rgba(0, 0, 0, 0.2);
    font-weight: 700;
}

.slider06__short-description p{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    line-height: 1;
    font-weight: 600;
}
@media screen and (max-width: 768px){
    .front-title--slider06{
        font-size: 44px;
    }

    .slider06__short-description p{
        font-size: 18px;

    }
}
@media screen and (max-width: 400px){
    .front-title--slider06{
        font-size: 38px;
    }

    .slider06__short-description p{
        font-size: 14px;

    }
}


