@font-face {
    font-family: 'icons';
    src: url('eserwis-ico.otf');
    src: url('eserwis-ico.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Solveit';
    src: url('../fonts/SolveitICO.otf') format('opentype');
    src: url('../fonts/SolveitICO.woff') format('woff');
}

/* Style ogólne*/

body {
    color: #717171 !important;
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    /* hover color:#da9057 */
    font-size: 14px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a19e9e;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #a19e9e;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #a19e9e;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #a19e9e;
}

.title-area {
    color: #da9057;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 24px;
    width: 98%;
}

#fileUpload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#fileUpload+label {
    font-size: 15px;
    color: #da9057;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    padding: 7px 20px;
    cursor: pointer;
    border: 1px solid #da9057;
    margin-top: 10px;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#fileUpload+label:hover {
    color: #fff;
    background: #da9057;
}

.error {
    color: #da9057;
    display: block;
    margin-top: 0px;
    border-top: 3px solid #da9057;
    padding-top: 5px;
    width: 85%;
}

.info {
    margin-left: 10%;
    width: 65%;
}

.infoAccident {
    margin-top: 28%;
    width: 65%;
}

a {
    cursor: pointer;
}

.copyrights .copy a {
    color: #da9057;
}

.hide {
    display: none;
}

.logo_slider img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    max-width: 50%;
}

#logoLink {
    text-decoration: none;
    color: #636363;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    font-size: 54px;
}

#logoLink:hover {
    text-decoration: none;
    color: #da9057;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 80%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*  .swiper-slide:nth-child(2n) {
width: 60%;
}
.swiper-slide:nth-child(3n) {
width: 40%;
}
*/

.logo_slider {
    width: 90%;
    margin: 0 auto;
    height: 100px;
}

.solveitLogo {
    text-align: right;
    font-family: 'Solveit';
    font-size: 52px;
    font-weight: 300;
}

/* Style top */

.top {
    width: 95%;
    margin: 0 auto;
    line-height: 14px;
    font-size: 100px;
    height: 520px;
}

#logo {
    text-indent: 0em;
    color: transparent;
    background: url(../img/logo.png) no-repeat;
    background-position: center 2px;
    background-size: contain;
    z-index: 2;
    height: 180px;
    float: left;
    margin-left: 5%;
    position: relative;
    -webkit-transform: rotate(315deg) scale(0.7);
    transform: rotate(315deg) scale(0.7);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: all;
    transition-property: all;
}

#logo:hover {
    -webkit-transform: rotate(315deg) scale(0.65);
    transform: rotate(315deg) scale(0.65)
}

.banner {
    position: absolute;
    clear: both;
    width: 95%;
    height: 350px;
    background-repeat: no-repeat;
    background-image: url(../img/images/banerkontaktu_03.jpg);
    background-size: cover;
    background-position: center;
    top: 90px;
    z-index: 0;
    margin-left: 0;
}

.contact_icons1 {
    position: relative;
    margin-left: 10%;
    margin-bottom: 9%;
    width: 100%;
}

.contact_icons2 {
    position: relative;
    margin-left: 10%;
    margin-bottom: 9%;
    width: 100%;
}

.contact_icons3 {
    position: relative;
    margin-left: 10%;
    margin-bottom: 9%;
    width: 100%;
}

.icon-one {
    font-family: 'icons';
    font-size: 49px;
    line-height: 21px;
    color: #da9057;
    position: absolute;
    left: -30px;
    -webkit-transition: .5s;
    transition: .5s;
    bottom: 0;
}

.icon-one-time {
    left: -34px;
    font-size: 46px;
    top: 0px;
}

.contact_icons1:hover>.icon-one {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.icon-two {
    font-family: 'icons';
    font-size: 49px;
    line-height: 21px;
    color: #da9057;
    position: absolute;
    left: -29px;
    -webkit-transition: .5s;
    transition: .5s;
    bottom: 0;
}

.contact_icons2:hover>.icon-two {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.icon-three {
    font-family: 'icons';
    font-size: 49px;
    line-height: 21px;
    color: #da9057;
    position: absolute;
    left: -32px;
    -webkit-transition: .5s;
    transition: .5s;
    bottom: 0;
}

.contact_icons3:hover>.icon-three {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

#wiecej {
    border: 1px solid #da9057;
    background: transparent;
    height: 30px;
    width: 29%;
    font-size: 14px;
    color: #da9057;
}

.shadow-banner {
    background: url(../img/dolbaner.png) no-repeat;
    height: 39.4px;
    width: 100%;
    background-size: contain;
    top: 100%;
    position: relative;
    background-position: center;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: repeat;
    background-size: cover;
}

/* Kontakt */

.contact-about {
    width: 90%;
    margin: 0 auto;
    margin-top: 0;
}

.tytul-dzialu-kontakt {
    width: 20%;
    text-align: center;
    font-size: 37px;
    text-transform: uppercase;
    font-family: 'Raleway';
    font-weight: 100;
    float: left;
}

.tlo {
    float: left;
    width: 40%;
    height: 16px;
    border-bottom: 2px dotted #d9d9d9;
}

.left-column-contact {
    float: left;
    width: 50.5%;
    padding-left: 7%;
    margin-top: 30px;
}

.right-column-contact {
    float: left;
    width: 49%;
    height: 580px;
    border-left: 2px dotted #C7c7c7;
    margin-top: 30px;
    margin-bottom: 7%;
}

.header-column {
    font-size: 36px !important;
    font-family: 'Raleway';
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 56px;
}

.contact-form-header {
    color: #da9057;
    font-size: 24px !important;
    letter-spacing: 2px;
    margin-bottom: 1%;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: 7%;
    margin-left: 10%;
}

.description-contact {
    margin-top: 30px;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
}

.icon-conteiner {
    float: left;
}

#adres {
    margin-top: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#adres:hover {
    margin-left: 2px;
    color: #da9057;
    font-size: 105%;
    cursor: pointer;
}

#email {
    margin-top: 19px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#email:hover {
    margin-left: 2px;
    color: #da9057;
    font-size: 105%;
    cursor: pointer;
}

#telefon {
    margin-top: 19px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#telefon:hover {
    margin-left: 2px;
    color: #da9057;
    font-size: 105%;
    cursor: pointer;
}

.owner {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 2px;
}

.title-contact {
    color: #da9057;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 1%;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: 9%;
}

#form-contact {
    margin-left: 10%;
    margin-top: 10%;
}

#form-email {
    height: 48px;
    width: 85%;
    font-size: 16px;
    border: none;
    background-color: #f2f2f2;
    font-family: 'Raleway';
    outline: none;
    padding: 0px 10px 0px 10px;
}

#form-description {
    margin-top: 2%;
    height: 144px !important;
    width: 85%;
    font-size: 16px;
    padding: 10px;
    border: none;
    resize: none;
    background-color: #f2f2f2;
    font-family: 'Raleway';
    outline: none;
}

.form-date,
.form-email,
.form-address,
.form-contact,
.form-phone,
.form-title {
    height: 48px;
    width: 100%;
    font-size: 16px;
    border: none;
    background-color: #f2f2f2;
    font-family: 'Raleway';
    outline: none;
    padding: 0px 10px 0px 10px;
}

.fb-date-label,
.fb-text-label,
.fb-textarea-label {
    font-size: .9rem;
    color: #c1c1c1;
    background: #f2f2f2;
    padding: 5px 10px;
    display: inline-block;
}

.form-group .fb-required {
    color: #c1c1c1 !important;
    vertical-align: text-top;
    font-size: 25px;
    display: inline-block;
    margin-left: 5px;
    height: 12px;
}

.form-date::-webkit-inner-spin-button {
    display: none;
}

.form-description {
    resize: none;
    margin-top: 2%;
    height: 144px !important;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border: none;
    background-color: #f2f2f2;
    font-family: 'Raleway';
    outline: none;
}

#recaptcha {
    margin-top: 2%;
    /*    display: inline-block; */
    position: relative;
    height: auto;
}

.g-recaptcha {
    height: 78px;
}

#error-container {
    width: auto;
}

#error-container .contact-form-message {
    display: inline-block;
    /*    height: 44px;*/
    padding: 15px 10px;
    background: #da4a4a;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
    margin-top: 3px;
}

#error-container .contact-form-message::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 45%;
    background: transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #da4a4a;
}

#send-contact {
    border: 1px solid #da9057;
    background: transparent;
    padding: 5px 12px;
    width: 10%;
    font-size: 14px;
    color: #da9057;
    cursor: pointer;
    margin-top: 2%;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    outline: none;
}

#send-contact:hover {
    color: white;
}

#send-contact:before {
    content: '> \00a0   \00a0';
    position: absolute;
    top: 0px;
    left: -10px;
    width: 0px;
    height: 100%;
    background: rgba(218, 144, 87, 0.9);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    z-index: -1;
    text-align: right;
    padding-top: 2.6px;
}

#send-contact:hover:before {
    width: 100%;
    left: 0;
}

#report-breakdown {
    border: 1px solid #da9057;
    background: transparent;
    padding: 4px 12px;
    width: 10%;
    font-size: 14px;
    color: #da9057;
    margin-top: 10%;
    position: absolute;
    left: 11.2%;
    font-family: 'Raleway', sans-serif;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
}

#report-breakdown:hover {
    color: white;
}

#report-breakdown:before {
    content: '>  \00a0';
    position: absolute;
    top: 0px;
    left: -10px;
    width: 0px;
    height: 100%;
    background: rgba(218, 144, 87, 0.9);
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    z-index: -1;
    text-align: right;
    padding-top: 2.4px;
}

#report-breakdown:hover:before {
    width: 100%;
    left: 0;
}

#report-breakdown:focus {
    color: #fff;
    outline: none;
    background: #da9057;
    -webkit-box-shadow: 0 0 4px 1px #da9057;
    box-shadow: 0 0 4px 1px #da9057;
}

/* Stopka */

#map {
    width: 90%;
    height: 400px;
    margin-top: 30px;
    margin: 0 auto;
}

.partners-title {
    font-size: 18px;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 2px;
}

.partner {
    margin-top: 1%;
    float: left;
    height: 70px;
    width: 15%;
    margin-left: 10%;
    padding-bottom:
}

.partner1 {
    margin-left: 5%;
    background: url(../img/images/partner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 10%;
}

.partner2 {
    background: url(../img/images/partner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 10%;
}

.partner3 {
    background: url(../img/images/partner1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 10%;
}

/* copy */

.copyrights {
    width: 90%;
    border-top: 2px dotted #f6f6f6;
    height: 50px;
    margin: 0 auto;
}

.copy {
    font-size: 14px;
    padding-top: 20px;
    float: left
}

.solv {
    font-size: 14px;
    float: right;
    padding-bottom: 1%;
    padding-top: 1%;
    background: url(../img/images/solv_15.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: center left;
}

/* nawigacja */

.menurozwijane {
    font-size: 12px;
    height: 300px;
    position: absolute;
    width: 100%;
    top: 8.3%;
    background: #f6f6f6;
    left: 0;
    z-index: -1;
    display: none;
}

.przycisk:hover .menurozwijane {
    display: none;
}

.menurozwijane ul {
    position: absolute;
    left: 4%;
    top: 12%;
    width: 100%;
    display: block;
}

.menurozwijane li {
    width: 19%;
    float: left;
    height: 20px;
    font-size: 15px;
    line-height: 14px;
    padding-top: 20px;
    text-align: left;
    display: block;
}

.menurozwijane li a {
    display: block;
}

.ikonam {
    font-family: 'icons';
    font-size: 50px;
    line-height: 20px;
    color: #da9057;
    margin-right: 5%;
    float: left;
}

.ham {
    display: none;
}

.powrot {
    display: none;
}

@media only screen and (min-width:2024px) {
    .shadow-banner {
        background: none;
    }
}

@media only screen and (max-width: 1680px) {
    .banner {
        z-index: 0;
    }
    .banner {
        top: 91px;
    }
    .container {
        width: 80%;
    }
    #col-down {
        margin-top: 7.1%;
    }
    .shadow-banner {
        top: 99.6%;
    }
    #report-breakdown {
        margin-top: 12%;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1601px) {
    .popup-mask .popup-content {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .popup-mask .popup {
        width: 100% !important;
        height: 100% !important;
    }
    .popup-mask {
        overflow-y: auto;
    }
    .top {
        width: 95%;
        margin: 0 auto;
        line-height: 14px;
        font-size: 100px;
        height: 520px;
    }
    #logo {
        text-indent: 0em;
        color: transparent;
        background: url(../img/logo.png) no-repeat;
        background-position: center 2px;
        background-size: contain;
        z-index: 2;
        height: 180px;
        float: left;
        margin-left: 3%;
        -webkit-transform: rotate(315deg) scale(0.7);
        transform: rotate(315deg) scale(0.7);
    }
    #logo:hover {
        -webkit-transform: rotate(315deg) scale(0.65);
        transform: rotate(315deg) scale(0.65);
    }
    #col-down {
        margin-top: 7.3%;
    }
    .container {
        width: 93%;
    }
    .banner {
        background-size: cover;
        top: 90px;
        z-index: 0;
        margin-left: 0;
    }
    .shadow-banner {
        top: 98.6%;
    }
    .zawartosc {
        margin-top: 1%;
    }
    .realizacje-content {
        margin-top: 0;
    }
    .realizacja-data {
        width: 30%;
        float: left;
        font-weight: 700;
        font-size: 17px;
        color: #515151;
    }
    .realizacja-info {
        float: left;
        width: 70%
    }
    #report-breakdown {
        width: 15%;
        margin-top: 16%;
        left: 11%;
    }
    #send-contact {
        width: 15%;
    }
}

@media only screen and (max-width: 1400px) {
    #report-breakdown {
        width: 15%;
        margin-top: 18%;
        left: 11%;
    }
    .shadow-banner {
        top: 98.4%;
    }
    #logo {
        text-indent: 0em;
        color: transparent;
        background: url(../img/logo.png) no-repeat;
        background-position: center 2px;
        background-size: contain;
        z-index: 2;
        height: 180px;
        float: left;
        margin-left: 3%;
        margin-top: 0px;
        height: 180px;
        -webkit-transform: rotate(315deg) scale(0.7);
        transform: rotate(315deg) scale(0.7);
    }
    #logo:hover {
        -webkit-transform: rotate(315deg) scale(0.65);
        transform: rotate(315deg) scale(0.65);
    }
}

@media only screen and (max-width: 1300px) {
    .shadow-banner {
        top: 98.2%;
    }
}

@media only screen and (max-width:1280px) {
    #send-contact {
        margin-top: 4%;
    }
    .offer {
        margin-top: 9%;
    }
    #col-down {
        margin-top: 7.8%;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1024px) {
    #report-breakdown {
        width: 15%;
        margin-top: 20%;
        left: 11%;
    }
    .popup-mask .popup-content {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .popup-mask .popup {
        width: 100% !important;
        height: 100% !important;
    }
    .popup-mask {
        overflow-y: auto;
    }
    .left-column-contact {
        margin-top: 0px;
    }
    .right-column-contact {
        margin-top: 0px;
    }
    .header-column {
        margin-top: 32px;
    }
    .banner {
        background-size: cover;
        top: 90px;
        z-index: -3;
        margin-left: 0;
    }
    #recaptcha {
        height: 72px;
        width: 75%;
    }
    .shadow-banner {
        top: 97.6%;
    }
    #logo {
        text-indent: 0em;
        color: transparent;
        background: url(../img/logo.png) no-repeat;
        background-position: center 2px;
        background-size: contain;
        z-index: 2;
        height: 180px;
        float: left;
        margin-left: 5%;
        position: relative;
        -webkit-transform: rotate(315deg) scale(0.7);
        transform: rotate(315deg) scale(0.7);
        -webkit-box-shadow: 0 0 1px transparent;
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        margin-left: 0;
    }
    #col-down {
        margin-top: 9.6%;
    }
}

@media only screen and (max-width: 1000px) {
    .error {
        width: 80%;
    }
    .popup-mask .popup-content {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .popup-mask .popup {
        width: 100% !important;
        height: 100% !important;
    }
    .popup-mask {
        overflow-y: auto;
    }
    .top {
        height: 400px;
    }
    #map {
        width: 94%;
    }
    #logo {
        text-indent: 0em;
        color: transparent;
        background: url(../img/logo.png) no-repeat;
        background-position: center 2px;
        background-size: contain;
        z-index: 2;
        height: 165px;
        float: left;
        width: 23%;
        margin-left: 6%;
    }
    .tlo {
        display: none;
    }
    .ham {
        float: right;
        display: block;
        background: url(../img/hamburger.png);
        background-repeat: no-repeat;
        background-size: cover;
        height: 30px;
        width: 40px;
        margin-top: 3%;
        z-index: -10;
    }
    .banner {
        position: absolute;
        height: 250px;
        width: 96%;
        background-repeat: no-repeat;
        background-image: url(../img/images/banerkontaktu_03.jpg);
        background-size: cover;
        background-position: -320px 2px;
        top: 83px;
        z-index: 0;
        right: 2%;
    }
    #wiecej {
        border: 1px solid #da9057;
        background: transparent;
        height: 30px;
        width: 35%;
        font-size: 14px;
        color: #da9057;
    }
    .shadow-banner {
        background: url(../img/dolbaner.png) no-repeat;
        height: 45.4px;
        width: 100%;
        position: relative;
        background-position: center;
        content: "";
    }
    #report-breakdown {
        background: transparent;
        width: 20%;
        font-size: 14px;
        margin-top: 26%;
        position: absolute;
        left: 7.8%;
    }
    .right-column-contact {
        float: left;
        width: 49%;
        border-left: none;
        margin-top: 10px;
        height: 510px;
    }
    /*Kontakt */
    .tytul-dzialu-kontakt {
        width: 100%;
        text-align: left;
        font-size: 28px;
        text-transform: uppercase;
        background: url(../img/kropkitablet.png);
        background-repeat: no-repeat;
        background-position: 160px 12px;
        font-family: 'Raleway';
        font-weight: 100;
    }
    .contact-form-header {
        margin-top: 20%;
        margin-left: 5%;
    }
    .left-column-contact {
        width: 80%;
        padding-left: 3%;
        float: none;
        height: 330px;
    }
    .right-column-contact {
        float: none;
        width: 80%;
        margin-bottom: 0%;
    }
    .description-contacts {
        font-size: 16px;
        line-height: 18px;
        text-align: justify;
    }
    .ikona {}
    #adres {
        font-size: 16px;
        line-height: 18px;
    }
    #email {
        font-size: 16px;
        margin-top: 19px;
    }
    #telefon {
        font-size: 16px;
    }
    .owner {
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 2px;
    }
    .title-contact {
        margin-top: 8%;
        color: #da9057;
        font-size: 18px;
        letter-spacing: 3px;
        margin-bottom: 1.5%;
        text-transform: uppercase;
        line-height: 18px;
    }
    #form-contact {
        margin-top: 10%;
        margin-left: 4%;
    }
    #form-email {
        height: 48px;
        width: 80%;
        font-size: 16px;
        padding-left: 10px;
        border: none;
        background-color: #f2f2f2;
    }
    #form-description {
        margin-top: 2%;
        height: 144px;
        width: 80%;
        font-size: 16px;
        padding: 10px;
        border: none;
        background-color: #f2f2f2;
    }
    #recaptcha {
        margin-top: 2%;
        height: 50px;
    }
    #send-contact {
        border: 1px solid #da9057;
        background: transparent;
        width: 20%;
        font-size: 14px;
        color: #da9057;
        margin-top: 10%;
        margin-left: 0;
    }
    .partner {
        margin-top: 1%;
        float: left;
        height: 54px;
        width: 15%;
        margin-left: 0%;
    }
    .partner1 {
        margin-left: 10%;
        background: url(../img/images/partner1.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 17%;
    }
    .partner2 {
        background: url(../img/images/partner1.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 17%;
    }
}

@media only screen and (max-width:768px) {
    #logo {
        text-indent: 0em;
        color: transparent;
        background: url(../img/logo.png) no-repeat;
        background-position: center 2px;
        background-size: contain;
        z-index: 2;
        height: 165px;
        float: left;
        width: 23%;
        margin-left: 6%;
        -webkit-transform: rotate(315deg) scale(0.7);
        transform: rotate(315deg) scale(0.7);
    }
    #logo:hover {
        -webkit-transform: rotate(315deg) scale(0.65);
        transform: rotate(315deg) scale(0.65);
    }
    .banner {
        top: 80px;
    }
    #report-breakdown {
        margin-top: 28%;
        width: 22%;
    }
}

@media only screen and (max-width: 678px) {
    .copy {
        font-size: 14px;
        padding-top: 20px;
        float: none;
        text-align: center;
    }
    .banner {
        top: 77px;
    }
    .menu {
        margin-top: 23px;
    }
    .solveitLogo {
        text-align: center;
    }
    .shadow-banner {
        height: 40.4px;
        width: 100%;
        top: 100%;
        position: absolute;
        background-position: center;
        background-size: auto;
    }
}

@media only screen and (max-width: 661px) {
    .solveit-para {
        text-align: center;
    }
    .copyrights {
        width: 80%;
        border-top: 2px dotted #f6f6f6;
        height: 50px;
        margin: 0 auto;
        background: white;
    }
}

@media only screen and (max-width: 640px) {
    .banner {
        top: 75px;
    }
    .copy {
        font-size: 14px;
        padding-top: 20px;
        float: none;
        text-align: center;
    }
    #logo {
        -webkit-transform: rotate(315deg) scale(0.7);
        transform: rotate(315deg) scale(0.7);
    }
    .menu {
        margin-top: 21px;
    }
    #report-breakdown {
        margin-top: 30%;
        width: 22%;
    }
}

@media only screen and (max-width: 670px) {
    #recaptcha {
        margin-top: 2%;
        height: 73px;
    }
}

@media only screen and (max-width: 600px) {
    /* Gora */
    .top {
        height: 340px;
    }
    #logo {
        background: url(../img/logo.png) no-repeat;
        background-position: center 2px;
        background-size: contain;
        z-index: 2;
        height: 140px;
        float: left;
        width: 30%;
        margin-left: 6%;
    }
    .banner {
        position: absolute;
        height: 200px;
        width: 96%;
        background-repeat: no-repeat;
        background-image: url(../img/mainKontakt.jpg);
        background-size: cover;
        background-position: -400px 2px;
        top: 68px;
        z-index: -3;
        right: 2%;
    }
    .shadow-banner {
        top: 100%;
    }
    /*Kontakt*/
    .tytul-dzialu-kontakt {
        width: 100%;
        text-align: left;
        font-size: 28px;
        text-transform: uppercase;
        background: url(../img/kropkitablet.png) center center;
        background-repeat: no-repeat;
        background-position: 130px center;
        font-family: 'Raleway';
        font-weight: 100;
    }
    .left-column-contact {
        float: none;
        width: 98%;
        padding-left: 2%;
        margin-left: 3%;
    }
    .right-column-contact {
        width: 100%;
        margin-bottom: 0%;
    }
    #adres {
        margin-top: 3px;
    }
    #email {
        margin-top: 19px;
    }
    #telefon {
        margin-top: 17px;
    }
    .owner {
        font-size: 16px;
        line-height: 18px;
    }
    .title-contact {
        margin-top: 8%;
        color: #da9057;
        font-size: 18px;
        letter-spacing: 3px;
        margin-bottom: 1.5%;
        text-transform: uppercase;
        line-height: 18px;
    }
    #form-contact {
        margin-left: 5%;
        margin-top: 10%;
    }
    #form-email {
        height: 48px;
        width: 80%;
        font-size: 16px;
        padding-left: 10px;
        border: none;
        background-color: #f2f2f2;
    }
    #form-description {
        margin-top: 2%;
        height: 144px;
        width: 80%;
        font-size: 16px;
        padding: 10px;
        border: none;
        background-color: #f2f2f2;
    }
    #send-contact {
        border: 1px solid #da9057;
        background: transparent;
        padding: 8px 10px;
        width: 200px;
        font-size: 14px;
        color: #da9057;
        padding-top: 7px;
        position: absolute;
        left: 8%;
        margin-top: 10%
    }
    .partner {
        margin-top: 1%;
        float: left;
        height: 54px;
        width: 15%;
        margin-left: 1%;
    }
    .partner1 {
        width: 42%;
        margin-left: 12%;
    }
    .partner2 {
        display: none;
    }
    .partner3 {
        background: url(../img/images/partner1.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 42%;
    }
    /* copy */
    .copyrights {
        width: 86%;
        border-top: 3px dotted #f6f6f6;
        height: 60px;
        margin: 0 auto;
        text-align: center;
        line-height: 24px;
        padding-top: 10px;
    }
    .copy {
        font-size: 14px;
        padding-top: 1%;
    }
    .solv {
        font-size: 14px;
        margin: 0 auto;
        width: 10%;
        float: none;
        margin-top: 38px;
    }
    #map {
        height: 280px;
    }
    #report-breakdown {
        border: 1px solid #da9057;
        background: transparent;
        padding: 6px 10px;
        width: 200px;
        font-size: 14px;
        color: #da9057;
        padding-top: 5px;
        position: absolute;
        left: 9.4%;
        margin-top: 28%
    }
    #send-contact {
        margin-left: 1.4%;
    }
    .ham {
        margin-top: 4%;
    }
    .solveit-para {
        text-align: center;
    }
    #report-breakdown {
        margin-top: 36%;
    }
}

/*@media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha {transform:scale(0.83);-webkit-transform:scale(0.83);transform-origin:0 0;-webkit-transform-origin:0 0;} }*/

@media only screen and (max-width: 480px) {
    .banner {
        top: 61px;
    }
}

@media only screen and (max-width: 440px) {
    .banner {
        top: 61px;
    }
    #report-breakdown {
        margin-top: 46%;
    }
    #adres,
    #email,
    #telefon {
        font-size: 13px;
    }
    #form-email {
        width: 92%;
    }
    #form-description {
        width: 92%;
    }
    #recaptcha {
        width: 95%;
    }
    .contact_icons1 {
        font-size: 14px;
    }
    .contact_icons2 {
        font-size: 14px;
    }
    .contact_icons3 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 420px) {
    .banner {
        top: 63px;
    }
}

@media only screen and (max-width: 414px) {
    .menu {
        margin-top: 65px;
    }
    #report-breakdown {
        margin-top: 44%;
        left: 26.4%;
    }
    #send-contact {
        left: 26.4%;
        margin-left: 0;
        margin-top: 16%;
    }
    .left-column-contact {
        margin-top: 0;
    }
    .header-column {
        margin-top: 0px;
    }
    .header-column {
        font-size: 30px !important;
    }
    .error {
        width: 92%;
    }
}

@media only screen and (max-width: 375px) {
    .banner {
        top: 61px;
    }
    .menu {
        margin-top: 63px;
    }
    #report-breakdown {
        margin-top: 50%;
        margin-top: 44%;
    }
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.98);
        -webkit-transform: scale(0.98);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    #report-breakdown {
        margin-top: 52%;
        left: 22.4%;
    }
    #send-contact {
        left: 24.4%;
        margin-left: 0;
        margin-top: 16%;
    }
    .error {
        width: 92%;
    }
}

@media only screen and (max-width: 360px) {
    .header-column {
        margin-top: 0px;
    }
    .banner {
        top: 59px;
    }
    .menu {
        margin-top: 61px;
    }
    .header-column {
        margin-left: -2px;
    }
    .shadow-banner {
        top: 101.5%;
    }
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.935);
        -webkit-transform: scale(0.935);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    #report-breakdown {
        margin-top: 52%;
        left: 22.4%;
    }
    #send-contact {
        left: 22.4%;
        margin-left: 0;
        margin-top: 16%;
    }
    .error {
        width: 92%;
    }
}

@media only screen and (max-width: 320px) {
    .banner {
        top: 57px;
    }
    .header-column {
        margin-top: 0px;
    }
    .menu {
        margin-top: 59px;
    }
    #report-breakdown {
        margin-top: 58%;
        left: 18.4%;
    }
    #send-contact {
        left: 18.4%;
    }
    .error {
        width: 92%;
    }
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.83);
        -webkit-transform: scale(0.83);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.more-button-banner {
    border: 1px solid #da9057;
    height: 30px;
    width: 29%;
    font-size: 15px;
    color: #da9057;
    position: absolute;
    margin-top: 3%;
    right: 2%;
    letter-spacing: 1px;
    font-family: 'Raleway';
    background: transparent;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    padding-top: 2px;
    overflow: hidden;
    line-height: 30px;
    font-weight: 500;
}

.more-button-banner:before {
    content: '>\00a0';
    position: absolute;
    top: 0px;
    left: -10px;
    width: 0px;
    height: 33px;
    bottom: 0px;
    background: rgba(218, 144, 87, 0.9);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: -1;
    text-align: right;
    padding-top: 0px;
}

.more-button-banner:hover {
    color: white;
}

.more-button-banner:hover:before {
    width: 100%;
    left: 0;
}