/* === KONTAKT === */

.contact-section {
    width: 100%;
    overflow: hidden;
    max-height: 450px;
}

.contact-container {
    display: flex;
    min-height: 200px;
  	align-items: center;
}

/* ======================
   LEWA STRONA
====================== */

.contact-left {
    width: 55%;
    padding-left: 5%;
    padding-top: 80px;
    padding-bottom: 80px;
  	padding-right: 10px;
}

.contact-title {
    font-size: 48px;
    margin-bottom: 40px;
}

.contact-title span {
    color: #0b1f08;
}

.contact-form-wrapper {
    max-width: 700px;
}

/* ======================
   PRAWA STRONA 
====================== */

.contact-right {
    width: 45%;
    position: relative;
    background: url('/skins/user/rwd_shoper_1/images/user/dog2.png') no-repeat center;
    background-size: contain;
    min-height: 450px;
    transform: translateY(-20px);
}

/* overlay z tekstem */
.contact-right-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 0 20px;
  	top: 10%;
}

.contact-info {
    display: flex;
    gap: 10px;
    width: 100%;
}

.contact-box {
    width: 40%;
}

.contact-box h3 {
    font-size: clamp(16px, 1.4vw, 22px);
    white-space: nowrap;
}

.contact-info {
    align-items: flex-start;
}

.socials {
    display: flex;
    gap: 15px;
}

.socials span {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px; 
}

.socials .fb {
    background-image: url('/skins/user/rwd_shoper_1/images/user/fb.svg');
}

.socials .ig {
    background-image: url('/skins/user/rwd_shoper_1/images/user/ig.svg');
}

/* ======================
   STYL FORMULARZA
====================== */

.contact-form-wrapper .form-group:nth-child(-n+3) {
    width: 32%;
    display: inline-block;
    margin-right: 2%;
}

.contact-form-wrapper textarea {
    width: 100%;
    margin-top: 20px;
}

.contact-form-wrapper button {
   /*  margin-top: 20px; */
}

/* RWD */
@media (max-width: 992px) {

    .contact-section {
    max-height: 850px;
    }

    .contact-container {
        flex-direction: column;
    }

    .contact-left,
    .contact-right {
        width: 100%;
        padding: 0 20px;
    }

    .contact-right-inner {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .contact-box,
    .contact-dog {
        width: 100%;
	margin-left: 10px;
    }
    .contact-right {
	transform: translateY(-20%);
    }	
}


.contact-form-modern {
    max-width: 800px;
}

.form-row-top {
    display: flex;
    gap: 20px;
}

.form-field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-field input {
    height: 52px;
    padding: 0 15px;
    border: 1px solid #0b1f08;
    background: transparent;
    color: #0b1f08;
    border-radius: 10px;
}

.form-field input::placeholder,
.form-row-message textarea::placeholder {
    color: #0b1f08;
    opacity: 0.6;
}

.form-row-message textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #0b1f08;
    resize: none;
    border-radius: 10px;
}

.form-row-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 5px;
    flex-wrap: wrap;
}

.contact-submit {
    background: #0b1f08;
    color: #fff;
    padding: 14px 28px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
}

.contact-submit:hover {
    opacity: 0.9;
}

.form-disclaimer {
    font-size: 12px;
    max-width: 500px;
}

.form-disclaimer a {
    text-decoration: underline;
}

.error {
    border-color: red !important;
}

.error-text {
    font-size: 12px;
    color: red;
    margin-top: 5px;
}

/* RWD */
@media (max-width: 768px) {
    .form-row-top {
        flex-direction: column;
    }

    .form-row-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
	.contact-form-modern {
	padding: 0 20px;
	}
	.contact-title {
	padding: 0 20px;
	}
}

.innerbreadcrumbs.row.container {
    display: none;
}

.breadcrumbs large tablet row {
    display: none;
}

.usp-section {
    margin: 0;
}

@media (min-width: 1280px) {
.usp-right {
	transform: translateX(80px);
}
}