/* PODSTRONA KONTAKT */
.layer2 {
    padding-top: 10px;
}

.kontakt h2 {
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: var(--blueberry);
    padding-top: 100px;
    font-size: 2.3em;
    line-height: 55px;
    font-weight: 600;
}

.kontakt h3 {
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: var(--blueberry);
    padding-bottom: 31px;
}

#kontakt-form {
    margin-top: -15%;
    margin-bottom: 5%;
}

.contact-form-box {
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--white);
    padding: 54px 62px;
}

.kontak-result {
    display: none;
}

.kontakt label {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--rose);
}

.kontakt-wybor-box {
    padding-bottom: 3%;
}

.kontakt-wybor-box label {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--blueberry);
    padding-right: 5%;
}

.kontakt .form-control {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--blueberry) !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: unset !important;
}

.with-errors li {
    opacity: 0.3;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--black-50);
}

.contact-adres {
    display: flex;
}

.contact-tel {
    display: flex;
}

.contact-adres img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.contact-tel img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.contact-adres p {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--black-50);
    padding-left: 2%;
}

.contact-tel p {
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--black-50);
    padding-left: 2%;
}

.kontakt-details {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--black-50);
}

.kontakt-details span {
    color: var(--rose);
    cursor: pointer;
}

.kontakt-iod {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--black-50);
}

.kontakt-iod span {
    color: var(--rose);
    cursor: pointer;
}

.kontakt-form-lokalizacja-head h3 {
    text-align: left;
    padding-top: 80px;
}

.kontakt iframe {
    border-radius: 18px;
    border: solid 5px #f5f5f5;
}
.g-recaptcha iframe, .g-recaptcha2 iframe{
    border-radius: 0;
    border:none;
}

.kontact-input {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: solid 1px #c1c1c1;
    background-color: var(--white);
}

.activeForm {
    display: block;
}

.noActiveForm {
    display: none;
}

.inputDelivery label .inputMark {
    width: 24px;
    height: 24px;
    border: 2px solid var(--blueberry);
    border-radius: 100%;
    cursor: pointer;
    margin-top: 5px;
    position: relative;
    top: 6px;
}

.inputMarkActive:before,
.inputMarkActive2:before {
    display: block;
    position: absolute;
    border-radius: 100%;
    height: 12px;
    width: 12px;
    content: '';
    background-color: var(--blueberry);
    top: 4px;
    left: 4px;
}

.inputDelivery label * {
    display: inline-block;
}

.inputDelivery input {
    display: none;
}

/* O NAS */
.aboutBoxes {
    margin-top: -15%;
    margin-bottom: 5%;
}

.aboutBox-1,
.aboutBox-4 {
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--white);
    padding: 55px;
}

.aboutBox-1 h3,
.aboutBox-4 h3,
.aboutBoxes-travel h3 {
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: var(--blueberry);
    padding-bottom: 40px;
    position: relative;
    transition: 1s;
}

.aboutBox-1 h3:before,
.aboutBox-4 h3:before,
.aboutBoxes-travel h3:before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0px;
    background-color: var(--rose);
    transition: 1s;
    height: 2px;
    width: 0px;
}

.aboutBox-1:hover h3,
.aboutBox-4:hover h3,
.aboutBoxes-travel:hover h3 {
    color: var(--rose);
}

.aboutBox-1:hover h3:before,
.aboutBoxes-travel:hover h3:before {
    width: 220px;
}

.aboutBox-4:hover h3:before {
    width: 500px;
}

.aboutBox-1 p,
.aboutBox-4 p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--black-50);
}

.aboutBox-2 {
    margin-left: -5%;
}

.aboutBox-2 .team-1 {
    width: auto;
    height: 221px;
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    margin-top: 32px;
    margin-bottom: 32px;
    cursor: pointer;
    transition: 0.5s;
}

.aboutBox-2 .team-1:hover,
.aboutBox-2 .team-2:hover,
.aboutBox-3 .team-3:hover,
.aboutBox-3 .team-4:hover {
    transform: scale(1.1);
}

.aboutBox-2 .team-2 {
    width: auto;
    height: 169px;
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    margin-bottom: 32px;
}

.aboutBoxes-meetUs {
    padding-top: 90px;
}

.aboutBox-3 {
    margin-right: -5%;
    z-index: 2;
    text-align: center;
}

.aboutBox-3 .team-3 {
    width: auto;
    height: 221px;
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s;
}

.aboutBox-3 .team-4 {
    width: auto;
    height: 173px;
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    margin-top: -10%;
    transition: 0.5s;
}

.aboutBoxes-travel {
    padding-top: 90px;
    justify-content: center;
}

.travel-box img {
    width: 251px;
    height: 145px;
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    margin: 0 auto;
}

.curiosity-title {
    font-size: 48px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--blueberry);
    padding-top: 75px;
}

.curiosity-kleks {
    background-image: url("../img/kleks.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 348px;
}

.curiosity-description {
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: var(--blueberry);
    padding-top: 145px;
}

.curiosity-number {
    font-size: 42px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--blueberry);
}

.curiosity-box2 {
    margin-left: -15%;
}

.curiosity-job {
    justify-content: center;
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--white);
    padding: 5%;
    margin-top: 50px;
    margin-bottom: 100px;
}

.curiosity-job h3 {
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: var(--blueberry);
    width: 100%;
}

.curiosity-job .cv-button {
    margin-top: 2%;
}

.aboutBoxes-travel .slick-dots {
    bottom: -50px;
}

.aboutBoxes-travel .slick-next {
    right: 84%;
    z-index: 100;
}

.aboutBoxes-travel .slick-prev {
    z-index: 100;
    left: -15px;
}

.aboutBoxes-travel .slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
    background-color: var(--rose);
    border-radius: 50%;
    content: "";
    opacity: 1;
    top: 22%;
    left: 23%;
}

.aboutBoxes-travel .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-color: var(--blueberry);
    border-radius: 50%;
    content: "";
    opacity: 1;
    top: 22%;
    left: 23%;
}

.aboutBoxes-travel .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    border: solid 1px var(--blueberry);
    border-radius: 50%;
    position: relative;
}


/* PODSTRONA KARIERA */
.karieraBoxes {
    margin-top: -15%;
    margin-bottom: 10%;
}

.kariera h2 {
    font-size: 2.3em;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 55px;
    letter-spacing: normal;
    color: var(--blueberry);
    padding-top: 100px;
}

.karieraBox-1 {
    width: 300px;
    height: 300px;
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--white);
    padding: 3%;
}

.kariera-new-3-boxes {
    height: auto;
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--white);
    padding: 3%;

    font-size: 16px;
    font-weight: bold;
    color: var(--rose);
    border: none;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}

.kariera-new-3-boxes:hover {
    transform: scale(0.9)!important;
    -webkit-transform: scale(0.9)!important;
}

.kariera-new-3-boxes p {
    color: var(--blueberry);
}

.cv .modal-body,
.karieraBoxes .modal-body {
    padding: 2% 10% !important;
    color: var(--blueberry);
    font-weight: bold;
}

.cv .modal-body li,
.karieraBoxes .modal-body li {
    font-weight: normal;
}

.cv .modal-title,
.karieraBoxes .modal-title {
    font-weight: bold;
    color: var(--rose);
}

.karieraBox-1 h3 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: var(--blueberry);
}

.karieraBox-1 .karieraDzial {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    font-size: 15px;
    line-height: 1.6;
    color: var(--blueberry);
}

.karieraBox-1 .karieraOpis {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--blueberry);
}

.karieraBox-1 button {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: var(--rose);
    text-transform: uppercase;
    background: none;
    border: none;
}

.karieraBox-2 {
    width: 300px;
    height: 300px;
    border-radius: 32px;
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.12);
    background-color: var(--white);
    padding: 3%;
}

.karieraBox-2 h3 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: var(--blueberry);
    padding-top: 50px;
    padding-bottom: 20px;
}

/* PODSTRONA BEZPIECZENSTWO DANYCH */
.layer3 {
    padding-left: 20%;
}

.bezpieczenstwo h2 {
    font-size: 2.3em;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 55px;
    letter-spacing: normal;
    color: var(--blueberry);
    padding-top: 100px;
    padding-bottom: 45px;
}

.bezpieczenstwo p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: var(--blueberry);
}

.footer-bezpieczenstwo {
    margin-top: 10%;
}

/* COOKIES */
.cookie,
.polityka {
    margin-top: 100px;
    padding: 5%;
    color: var(--blueberry);
}