/*
Theme Name: Latex
Theme URI: https://www.latexopony.pl/
Author: HyperData @januszmaro
Author URI: https://hyperdata.pl/
Description:
Version: 1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 8.0
Text Domain: latex
*/

/*********************************************************/
/* Typography */
/*********************************************************/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}

/*********************************************************/
/* Reset */
/*********************************************************/

* {
    box-sizing: border-box;
    font-family: "Source Sans 3", sans-serif;
}
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: #606060;
    overflow-x: hidden;
}
a,
a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}
.container {
    max-width: 1460px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}
@media only screen and (max-width: 1400px) {
    .container {
        max-width: 88.657vw;
    }
}
.container-lg {
    max-width: 1700px;
    padding: 0 30px;
}
@media only screen and (max-width: 1400px) {
    .container-lg {
        max-width: 94.657vw;
    }
}

.col {
    width: 100%;
}

.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.heading__h1 {
    font-weight: 900;
    font-size: 7.813vw;
}

@media only screen and (min-width: 1720px) {
    .heading__h1 {
        font-size: 147px;
    }
}

.heading__h2 {
    font-weight: 900;
    font-size: 2.083vw;
    line-height: 0.96;
}

@media only screen and (min-width: 1720px) {
    .heading__h2 {
        font-size: 40px;
    }
}

.heading__section h1 {
    font-weight: 900;
    font-size: 1.823vw;
    color: #707070;
}

@media only screen and (min-width: 1720px) {
    .heading__section h1 {
        font-size: 35px;
    }
}

.heading__section p {
    font-weight: 300;
    font-size: 1.563vw;
    color: #707070;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1720px) {
    .heading__section p {
        font-size: 30px;
    }
}

.heading__strong p {
    font-size: 1.823vw;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1720px) {
    .heading__strong p {
        font-size: 35px;
    }
}

.heading__strong .heading__h2 {
    line-height: 0.9em;
    font-weight: 900;
    font-size: 4.167vw;
}

@media only screen and (min-width: 1720px) {
    .heading__strong .heading__h2 {
        font-size: 80px;
    }
}

.text-center {
    text-align: center;
}

.text-color {
    color: #e30613;
}

.text-color-white {
    color: #fff;
}

.text-color-white p {
    color: #fff;
}

.text-color-gray {
    color: #707070;
}

.text-color-gray p {
    color: #707070;
}

.text-transform-uppercase {
    text-transform: uppercase;
}

/*********************************************************/
/* Main navigation */
/*********************************************************/

.nav {
    padding: 25px 0;
    background: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    position: fixed;
    transition: 0.3s;
    z-index: 92;
    top: 0;
    left: 0;
    width: 100%;
}
.nav__blank {
    height: 95px;
}
.nav__logo {
    height: 45px;
}
.nav__logo img {
    height: 100%;
    width: auto;
}
.nav.active .nav__ul {
    left: 0;
}
.nav__menu {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
}
.nav__menu span {
    position: relative;
    height: 2px;
    width: 15px;
    background: #707070;
}
.nav__menu span::before,
.nav__menu span::after {
    content: '';
    height: 2px;
    width: 15px;
    background: #707070;
    display: block;
    position: absolute;
}
.nav__menu span::before {
    top: -5px;
}
.nav__menu span::after {
    bottom: -5px;
}
.nav__container {
    display: flex;
    align-items: center;
    gap: 3.125vw;
}
@media only screen and (max-width: 1200px) {
    .nav__container {
		padding: 0 10px;
	}
}
.nav__ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 2.292vw;
    height: 100%;
}
.nav__ul li {
    display: flex;
    align-items: center;
    height: 100%;
}
.nav__ul li a {
    padding: 5px 10px;
    font-size: 16px;
	font-weight: 300;
    color: #707070;
    position: relative;
}
@media only screen and (min-width: 1720px) {
    .nav__ul li a {
        font-size: 18px;
    }
}
.nav__ul li a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background: #e30613;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    transition: 0.3s;
}
@media only screen and (max-width: 1720px) {
    .nav__ul li a::before {
		bottom: -31px;
	}
}
.nav__ul li a:hover::before {
    width: 100%;
}
.nav__ul li.current-menu-item a::before,
.nav__ul li.current-page-ancestor a::before {
    width: 100%;
}

/*********************************************************/
/* XPartner login button */
/*********************************************************/

.nav__right {
    margin: 0 0 0 auto;
    border-radius: 38px;
    display: flex;
    align-items: stretch;
    height: 40px;
    overflow: hidden;
}
@media only screen and (max-width: 992px) {
	.nav__right {
		display: none;
	}
}
.nav__right a {
    display: flex;
    align-items: center;
	gap: 13px;
	padding: 0 16px;
	font-size: 12px;
    border-radius: 32px;
    font-family: 'Montserrat', sans-serif;
}
@media only screen and (max-width: 1200px) {
	.nav__right a {
		font-size: 10px;
	}
}
.nav__right a:first-child {
    background: #e30613;
    color: #fff;
    transition: 0.6s;
    border: 1.5px solid #e30613;
    margin-right: -45px;
    position: relative;
    z-index: 2;
}
.nav__right a:first-child img {
    transition: 0.6s;
	height: 18px;
}
@media only screen and (max-width: 1024px) {
	.nav__right a:first-child img {
		height: 16px;
	}
}
.nav__right a:first-child:hover {
    background: #fff;
    color: #000 !important;
}
.nav__right a:first-child:hover img {
    filter: invert(12%) sepia(93%) saturate(100%) hue-rotate(353deg) brightness(0%) contrast(102%);
}
.nav__right a:last-child {
    color: #707070;
    text-transform: uppercase;
    transition: 0.6s;
    position: relative;
    border: 1.5px solid #707070;
    padding-left: 60px;
}
.nav__right a:last-child:hover {
    color: #fff;
    background: #707070;
}
.nav__right a:last-child:hover::before {
    background: #707070;
}

/*********************************************************/
/* Współpraca page */
/*********************************************************/

.section__wspolpraca {
    display: flex;
    align-items: center;
    padding: 3vw 0;
    overflow-x: hidden;
}

.section__wspolpraca .heading__section .heading__h1 {
    font-size: 36px;
}

@media only screen and (max-width: 1024px) {
    .section__wspolpraca .heading__section .heading__h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .section__wspolpraca .heading__section .heading__h1 {
        font-size: 26px;
    }
}

.wspolpraca__nav {
    display: flex;
    align-items: center;
    color: #606060;
    background: #f2f2f2;
    margin: 4.167vw 0 0 0;
}

.wspolpraca__nav-element,
.wspolpraca__nav-element span {
    flex: 1;
    font-size: 16px;
    text-align: center;
    padding: 15px 12px;
    transition: 0.6s;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.wspolpraca__nav-element span {
    display: none;
}

@media only screen and (max-width: 1300px) {
    .wspolpraca__nav-element {
        font-size: 15px;
        padding: 15px 10px;
    }

}

.wspolpraca__nav-element:hover,
.wspolpraca__nav-element:hover span {
    background: #fa555e;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

.wspolpraca__nav-element.active, .wspolpraca__nav-element.active span {
    background: #e30613;
    color: #fff;
    font-weight: 600;
}

@media only screen and (max-width: 992px) {
    .wspolpraca__nav {
        flex-direction: column;
        align-items: stretch;
        gap: 5px;
        background: transparent;
    }

    .wspolpraca__nav-element,
    .wspolpraca__nav-element span {
        font-size: 16px;
        padding: 12px 0;
        background: #fff;
    }

    .wspolpraca__nav-element span {
        display: inline-block;
    }
}

.wspolpraca__image {
    width: 100%;
    max-width: 22.302vw;
    left: 0;
    z-index: 5;
    position: relative;
}

@media only screen and (min-width: 1720px) {
    .wspolpraca__image {
        position: absolute;
        width: 100%;
        max-width: 530px;
        left: unset;
        right: 240px;
    }
}

.wspolpraca__image::before {
    content: '';
    width: 70%;
    height: 42px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    filter: blur(10px);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
}

.wspolpraca__desc {
    margin: 30px 0;
}

.wspolpraca__desc p {
    color: white;
}

.wspolpraca__content {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    color: white;
}

.wspolpraca__content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.1));
    z-index: 1;
}

@media only screen and (max-width: 992px) {
    .wspolpraca__content::before {
        background: linear-gradient(to bottom, rgba(0,0,0,0.8) 20%, rgba(0,0,0,0.1));
    }
}

.wspolpraca__content > * {
    position: relative;
    z-index: 2;
}

.wspolpraca__content .heading {
    color: white;
}

.wspolpraca__row {
    display: flex;
    transition: 0.6s;
}

.wspolpraca__row .heading p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    color: white;
}

.wspolpraca__row .heading .heading__h2 {
    font-size: 40px;
}


.wspolpraca__row .col:first-child .btn {
    font-size: 16px;
    font-family: "source-sans-pro", sans-serif;
    padding: 0;
    margin-bottom: 15px;
}

.wspolpraca__row .col:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    justify-content: flex-end;
    gap: 30px;
}

@media only screen and (min-width: 1720px) {
    .wspolpraca__row .col:last-child .btn {
        padding: 21px 34px;
    }
}

@media only screen and (max-width: 1720px) {
    .wspolpraca__row .col:last-child .btn {
        font-size: 17px;
        padding: 18px 42px;
    }
}

@media only screen and (max-width: 1200px) {
    .wspolpraca__row .col:last-child .btn {
        font-size: 14px;
        padding: 14px 36px;
    }

    .wspolpraca__row .col:last-child .btn img {
        width: 46px;
    }
}

@media only screen and (max-width: 992px) {
    .wspolpraca__row {
        flex-direction: column;
    }

    .wspolpraca__row .btn {
        width: fit-content;
        margin: 0 auto;
    }

    .wspolpraca__row .col {
        position: relative;
        z-index: 3;
    }
}

@media only screen and (max-width: 600px) {
    .wspolpraca__row .col:last-child .btn {
        left: 0;
        right: 0;
        width: fit-content;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 450px) {
    .wspolpraca__row .col:last-child .btn {
        font-size: 12px;
        padding: 12px 20px;
    }

    .wspolpraca__row .col:last-child .btn img {
        width: 36px;
    }
}

/*********************************************************/
/* Team slider */
/*********************************************************/

.section--team .heading p {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.section--team .heading .heading__h2 {
    font-size: 40px;
}

.team-slider .slide-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 20px 0 20px;
    gap: 50px;
}

.team-slider .slide .slide__quote {
    width: 65%;
    order: 1;
    padding: 20px 0;
}

.team-slider .slide .slide__quote .quote {
    font-style: italic;
    font-size: 17px;
}

.team-slider .slide .slide__quote .quote p {
    font-style: italic;
    font-size: 17px;
    font-weight: 300;
}

@media only screen and (max-width: 1400px) {
    .team-slider .slide .slide__quote .quote {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) {
    .team-slider .slide .slide__quote .quote {
        font-size: 14px;
    }
}

.team-slider .slide .slide__quote .quote::after {
    content: '';
    display: block;
    height: 1px;
    width: 30%;
    background-color: #e30613;
    margin-top: 25px;
}

.team-slider .slide .slide__quote h2 {
    margin: 15px 0 0 0;
    font-size: 24px;
}

@media only screen and (max-width: 1024px) {
    .team-slider .slide .slide__quote h2 {
        font-size: 20px;
    }
}

.team-slider .slide .slide__photo-info {
    width: 25%;
    text-align: center;
    display: flex;
    align-items: flex-end;
    order: 2;
}

@media only screen and (max-width: 992px) {
    .team-slider .slide-wrapper {
        flex-wrap: wrap;
    }

    .team-slider .slide .slide__quote {
        width: 100%;
        order: 2;
        padding: 0 0 30px 0;
    }

    .team-slider .slide .slide__photo-info {
        width: 100%;
        order: 1;
    }

    .team-slider .slide .slide__photo-info img {
        width: 60%;
        margin: 0 auto;
    }
}

/*********************************************************/
/* Section globals */
/*********************************************************/

.section {
    padding: 70px 0;
}
.section__image {
    position: relative;
    padding: 10.677vw 0 8.594vw;
}
@media only screen and (min-width: 1720px) {
    .section__image {
        padding: 240px 0 170px;
    }
}
.section__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.section__dark {
    background: #1d1d1b;
    color: #fff;
}
.section__gray {
    background: #f2f2f2;
}
.section__gray.section__dark {
    background: #606060;
}
.section__form {
    background-image: url("./assets/image/form-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section__form-rodo {
    font-weight: 300;
    text-align: center;
    font-size: 0.625vw;
    position: relative;
    bottom: -4vw;
}
.section__form-form {
    margin-top: 2.083vw;
}
.section__form-form label {
    font-weight: 300;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.section__form-form .wpcf7-text,
.section__form-form .wpcf7-textarea {
    resize: none;
    width: 100%;
    min-height: 40px;
    padding: 0 12px;
}
.section__form-form .wpcf7-text:focus,
.section__form-form .wpcf7-textarea:focus {
    outline: none;
}
.section__form-form input:not([type="checkbox"]) {
    margin-bottom: 0.85vw;
}
.section__form-form .wpcf7-textarea {
    padding: 12px;
}
.section__form-form .wpcf7-spinner {
    display: none;
}
.section__form .heading__h2 {
    font-size: 3.125vw;
}
@media only screen and (min-width: 1720px) {
    .section__form .heading__h2 {
        font-size: 60px;
    }
}
.section__form .heading__h2 span {
    font-weight: 400;
}

/*********************************************************/
/* Homepage intro section */
/*********************************************************/

.header {
    padding: 10.417vw 0;
    background-image: url("./assets/image/header.jpg");
    background-size: cover;
    background-position: center;
    min-height: calc(40vh - 160px);
    display: flex;
    align-items: center;
    position: relative;
}

@media only screen and (min-width: 1920px) {
    .header {
        padding: 31vh 0 calc(25vh - 3.125vw);
    }
}

.header__content {
    color: #fff;
}

.header__subtitle {
    font-size: 35px;
    color: #fff;
    font-weight: 200;
}

@media only screen and (max-width: 1200px) {
    .header__subtitle {
        font-size: 28px;
    }
}

@media only screen and (max-width: 992px) {
    .header__subtitle {
        font-size: 20px;
    }
}

@media only screen and (max-width: 450px) {
    .header__subtitle {
        font-size: 18px;
    }
}

.header__title {
    font-weight: 900;
    font-size: 80px;
    line-height: 1.125;
    margin: 0;
    width: 100%;
    max-width: 36.719vw;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 1200px) {
    .header__title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .header__title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 450px) {
    .header__title {
        font-size: 30px;
    }
}

.header__desc {
    font-size: 35px;
    line-height: 1.15;
    color: #fff;
    width: 100%;
    margin: 1.302vw 0 2.344vw;
}

@media only screen and (max-width: 1200px) {
    .header__desc {
        font-size: 28px;
    }
}

@media only screen and (max-width: 992px) {
    .header__desc {
        font-size: 20px;
    }
}

@media only screen and (max-width: 450px) {
    .header__desc {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1720px) {
    .header__content .btn {
        font-size: 17px;
        padding: 18px 42px;
    }
}

@media only screen and (max-width: 762px) {
    .header__content .btn {
        font-size: 14px;
        padding: 14px 36px;
    }

    .header__content .btn img {
        width: 46px;
    }
}

@media only screen and (max-width: 450px) {
    .header__content .btn {
        font-size: 12px;
        padding: 12px 28px;
    }

    .header__content .btn img {
        width: 36px;
    }
}

.header__scroll {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    background: rgba(255, 255, 255, 0.3);
}

.header__scroll:hover {
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    .header__scroll {
        bottom: 20px;
        width: 20px;
        height: 40px;
    }

    .header__scroll img {
        width: 8px;
    }
}



.header-page {
    overflow: hidden;
}
.header-page .heading__h1 {
    font-size: 7.813vw;
    line-height: 1;
    text-transform: uppercase;
    color: #f2f2f2;
    margin-top: -1.5vw;
}
@media only screen and (min-width: 1720px) {
    .header-page .heading__h1 {
        font-size: 147px;
    }
}
.header-page.gray {
    background: #f2f2f2;
}
.header-page.gray .heading__h1 {
    color: #fff;
}
.header__nav.swiper-button-lock {
    display: none;
}
.header__nav-prev {
    transform: scaleX(-1);
}
.header__nav-container {
    margin-top: 3.125vw;
    display: flex;
    gap: 2.083vw;
}
.header__nav:hover {
    cursor: pointer;
}

/*********************************************************/
/* Big section */
/*********************************************************/

.big-section-col .heading p {
    font-weight: 300;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
}

.big-section-col .heading__h2 {
    font-size: 80px;
    font-weight: 900;
}

@media only screen and (max-width: 1200px) {
    .big-section-col .heading p {
        font-size: 28px;
    }

    .big-section-col .heading__h2 {
        font-size: 66px;
    }
}

@media only screen and (max-width: 992px) {
    .big-section-col .heading p {
        font-size: 22px;
    }

    .big-section-col .heading__h2 {
        font-size: 48px;
        line-height: 1.2;
    }
}

.big-section-content {
    margin: 40px 0;
    max-width: 40%;
    font-weight: 300;
}

.big-section-content p {
    font-size: 18px;
    font-weight: 300;
}

.big-section-btn-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

@media only screen and (min-width: 1720px) {
    .big-section-btn-container {
        gap: 24px;
    }
}

@media only screen and (max-width: 1720px) {
    .big-section-col .btn {
        font-size: 17px;
        padding: 18px 42px;
    }
}

@media only screen and (max-width: 1200px) {
    .big-section-content p {
        font-size: 16px;
        font-weight: 300;
    }

    .big-section-col .btn {
        font-size: 14px;
        padding: 14px 36px;
    }

    .big-section-col .btn img {
        width: 46px;
    }
}

@media only screen and (max-width: 1024px) {
    .big-section-content {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 992px) {
    .big-section-content {
        max-width: 80%;
    }
}

@media only screen and (max-width: 450px) {
    .big-section-col .btn {
        font-size: 12px;
        padding: 12px 28px;
    }

    .big-section-col .btn img {
        width: 36px;
    }
}

/*********************************************************/
/* Opony section */
/*********************************************************/

.opony-swiper.swiper {
    padding-top: 60px !important;
    margin-top: calc(-1.769vw - 2vw);
}

.opony-swiper .swiper-wrapper {
    justify-content: space-around
}

@media only screen and (max-width: 640px) {
    .opony-swiper .swiper-wrapper {
        justify-content: flex-start;
    }
}

.opona__nav.swiper-button-disabled {
    opacity: 0;
}

.opona.swiper-slide {
    overflow: unset;
    width: 20%;
}

.opona {
    position: relative;
    text-align: center;
    padding-bottom: 1.302vw;
    padding-top: 1.302vw;
}

.opona__nav {
    opacity: 0.7;
    margin-top: 50px;
    transition: 0.6s;
}



.opona__nav img {
    filter: invert(100%);
}

.opona__nav-prev {
    transform: scaleX(-1);
}

.opona__nav-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    height: 60px;
}

.opona__nav:hover {
    cursor: pointer;
}

.opona__desc {
    margin: 1.563vw 0;
    font-weight: 300;
}

@media only screen and (max-width: 1300px) {
    .opona__desc {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .opona__desc {
        padding-right: 0;
    }
}

.opona__cta {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 40px;
    padding: 20px 0;
}

.opona__cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #fff, transparent);
}

.opona__cta .opona__cta-image {
    position: relative;
    width: 100%;
    max-width: 50%;
    margin-left: -40px;
}

@media only screen and (max-width: 1024px) {
    .opona__cta .opona__cta-image {
        margin-top: -50px;
        margin-bottom: 50px;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .opona__cta-overlay {
        background-image: linear-gradient(180deg, #fff, transparent);
        height: calc(100% - 40px);
        top: auto;
        bottom: 0;
    }
}

.opona__cta .btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 5;
}

@media only screen and (min-width: 1720px) {
    .opona-content .col:last-child .btn {
        padding: 21px;
    }
}

@media only screen and (max-width: 1720px) {
    .opona__cta .btn {
        font-size: 17px;
        padding: 18px 42px;
    }
}

@media only screen and (max-width: 1200px) {
    .opona__cta .btn {
        font-size: 14px;
        padding: 14px 36px;
    }

    .opona__cta .btn img {
        width: 46px;
    }
}

@media only screen and (max-width: 600px) {
    .opona__cta .btn {
        left: 0;
        right: 0;
        width: fit-content;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 450px) {
    .opona__cta .btn {
        font-size: 12px;
        padding: 12px 28px;
    }

    .opona__cta .btn img {
        width: 36px;
    }
}

.opona-container {
    position: relative;
    min-height: 520px;
}

@media only screen and (max-width: 600px) {
    .opona-container {
        min-height: 900px;
    }

    .opona-container .row .col:last-child {
        aspect-ratio: 1/1;
    }
}

.opona-content {
    opacity: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.6s;
}

.opona-content.active {
    opacity: 1;
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .opona-content.active {
        display: block;
        position: relative;
    }
}

.opona-content .manufactureSwiper {
    width: 100%;
    max-width: 630px;
}

@media only screen and (max-width: 1024px) {
    .opona-content .manufactureSwiper {
        max-width: 100%;
    }
}

.opona-content .heading p {
    font-size: 35px;
}

.opona-content .heading__h2 {
    margin-top: 16px;
    font-size: 70px;
}

@media only screen and (max-width: 1400px) {
    .opona-content .heading__h2 {
        font-size: 60px;
    }

    .opona-content .heading p {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1300px) {
    .opona-content .heading__h2 {
        font-size: 50px;
    }

    .opona-content .heading p {
        font-size: 28px;
    }
}

@media only screen and (max-width: 600px) {
    .opona-content .heading p {
        font-size: 20px;
    }

    .opona-content .heading__h2 {
        font-size: 34px !important;
        margin-bottom: 10px;
    }
}

.opona-content-5 .heading__h2 {
    font-size: 64px;
}

.opona-content .col {
    width: 50%;
}

@media only screen and (max-width: 1024px) {
    .opona-content .col {
        width: 100%;
    }
}

.opona-content .col:last-child {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    position: relative;
    height: 100%;
}

.opona-content .col:last-child .opona__image {
    position: absolute;
    left: 0;
    top: 5%;
    height: 90%;
    z-index: 2;
}

.opona-content .col:last-child .opona__image img {
    height: 100%;
    width: auto;
}

@media only screen and (max-width: 600px) {
    .opona-content .col:last-child .opona__image {
        max-width: 60%;
    }

    .opona-content .col:last-child .opona__image img {
        width: 100%;
    }
}

.opona::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 0;
    width: 100%;
    background: #e30613;
    transition: 0.6s;
    z-index: -1;
}

.opona__image {
    max-width: 57%;
    margin: 0 auto;
    position: relative;
    bottom: 0;
}

.opona__image img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: 0.6s;
}

.opona__index {
    font-size: 10.417vw;
    line-height: 1;
    color: #e30613;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 0;
    font-weight: 200;
    left: 50%;
    margin-top: -1.302vw;
    transform: translateX(-50%);
    z-index: -1;
}

@media only screen and (min-width: 1720px) {
    .opona__index {
        font-size: 133px;
        margin-top: -20px;
    }
}

.opona__name {
    font-size: 1.458vw;
    font-weight: 900;
    color: #707070;
    text-transform: lowercase;
    transition: 0.6s;
    font-family: 'Montserrat', sans-serif;
}

@media only screen and (min-width: 1720px) {
    .opona__name {
        font-size: 18px;
    }
}

@media only screen and (max-width: 600px) {
    .opona__name {
        font-size: 4.667vw;
    }
}

.opona:hover,
.opona.active {
    cursor: pointer;
}

.opona:hover .opona__name,
.opona.active .opona__name {
    color: #fff;
}

.opona:hover .opona__image img,
.opona.active .opona__image img {
    transform: scale(1.4) translateY(-12%);
}

.opona:hover::before,
.opona.active::before {
    height: 100%;
}

@media only screen and (max-width: 600px) {
    .opona__nav {
        margin-top: unset;
    }

    .opona__nav-container {
        align-items: center;
    }

    .opona__cta {
        max-width: 100%;
    }

    .opona__index {
        display: none;
        font-size: 22vw;
        margin-top: -7vw;
    }
}

/*********************************************************/
/* Akcesoria section */
/*********************************************************/

.akcesoria__image {
    width: 100%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.akcesoria__sprzedaz {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.akcesoria__sprzedaz.akcesoria__sprzedaz--team-slider,
.akcesoria__sprzedaz.akcesoria__sprzedaz--team-slider .felga__arrow {
    margin-top: 0;
}

.akcesoria__sprzedaz::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background: #f2f2f2;
    z-index: -1;
}

.akcesoria__sprzedaz .felga__arrow {
    height: 100%;
    background-color: #e30613;
    padding: 20px 30px;
}

@media only screen and (max-width: 992px) {
    .akcesoria__sprzedaz .felga__arrow {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 600px) {
    .akcesoria__sprzedaz .felga__arrow {
        padding: 10px 20px;
    }
}

.akcesoria__sprzedaz .felga__arrow img {
    filter: inherit;
}

.akcesoria__container {
    position: relative;
    min-height: 480px;
    overflow: hidden;
}

.akcesoria-content {
    opacity: 0;
    display: none;
    gap: 4.167vw;
    transition: 0.6s;
}

.akcesoria-content.active {
    opacity: 1;
    display: flex;
}

@media only screen and (max-width: 992px) {
    .akcesoria-content.active {
        flex-wrap: wrap;
    }

}

.akcesoria-content img {
    height: 100%;
}

.akcesoria-content .col--akcesoria-description {
    flex-basis: 65%;
}

.akcesoria-content .col--akcesoria-description .heading__h2 {
    margin-top: 16px;
    font-size: 80px;
}

.akcesoria-content .col--akcesoria-description .heading p {
    font-size: 35px;
}

@media only screen and (max-width: 1400px) {
    .akcesoria-content .col--akcesoria-description .heading__h2 {
        font-size: 60px;
    }

    .akcesoria-content .col--akcesoria-description .heading p {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .akcesoria-content .col--akcesoria-description .heading__h2 {
        font-size: 50px;
    }

    .akcesoria-content .col--akcesoria-description .heading p {
        font-size: 26px;
    }
}

@media only screen and (max-width: 600px) {
    .akcesoria-content .col--akcesoria-description .heading__h2 {
        font-size: 40px;
    }

    .akcesoria-content .col--akcesoria-description .heading p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .akcesoria-content .col--akcesoria-description .heading__h2 {
        font-size: 30px;
    }
}

.akcesoria-content .col--akcesoria-description p {
    margin-top: 1.563vw;
}

.akcesoria-content .col--akcesoria-image {
    flex-basis: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.akcesoria-content .col--akcesoria-image img {
    width: 100%;
    height: auto;
}

.akcesoria__nav {
    position: relative;
    color: #fff;
    padding: 1vw !important;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .akcesoria-content .col--akcesoria-description {
        width: 100%;
    }

    .akcesoria-content .col--akcesoria-image {
        width: 100%;
    }

    .akcesoria-content .col--akcesoria-image img {
        width: 60%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .akcesoria__nav {
        padding: 20px !important;
    }
}

.akcesoria__nav-produkt {
    position: absolute;
    max-width: 60%;
    max-height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.akcesoria__nav-text {
    color: #fff;
    margin: 0;
    font-size: 0.9vw;
}

.akcesoria__nav h3 {
    font-weight: 900;
    font-size: 1.9vw;
    margin: 0;
    z-index: 1;
    position: relative;
}

@media only screen and (min-width: 1720px) {
    .akcesoria__nav h3 {
        font-size: 30px;
    }
}

.akcesoria__nav-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 18.073vw;
}

@media only screen and (min-width: 1720px) {
    .akcesoria__nav-container {
        grid-template-rows: 347px;
    }
}

@media only screen and (max-width: 992px) {
    .akcesoria__nav-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 250px);
    }

    .akcesoria__nav h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .akcesoria__nav h3 {
        font-size: 28px;
    }
}

.akcesoria__nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #000000cf, transparent);
    width: 100%;
    height: 100%;
}

.akcesoria__nav-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.6s;
}

.akcesoria__nav:hover {
    cursor: pointer;
}

.akcesoria__nav:hover .akcesoria__nav-bg {
    transform: scale(1.1);
}

.akcesoria__nav.disabled:hover {
    cursor: unset !important;
}

.akcesoria__nav.disabled:hover .akcesoria__nav-bg {
    transform: scale(1) !important;
}

/*********************************************************/
/* Felgi section */
/*********************************************************/

.felga__heading .heading p {
    font-size: 1.823vw;
}

.felga-content .col {
    width: 50%;
}

.felga__desc.felga__desc--mobile {
    display: none;
}

@media only screen and (max-width: 992px) {
    .felga-content {
        flex-wrap: wrap;
    }

    .felga-content .col {
        width: 100%;
        flex: auto;
    }

    .felga__desc.felga__desc--mobile {
        display: block;
        margin-top: 20px;
    }

    .felga__desc.felga__desc--desktop {
        display: none;
    }
}

.felga-content .heading__h2 {
    margin-top: 16px;
    font-size: 70px;
}

.felga-content .heading p {
    font-size: 35px;
}

@media only screen and (max-width: 1300px) {
    .felga-content .heading__h2 {
        font-size: 50px;
    }

    .felga-content .heading p {
        font-size: 26px;
    }
}

@media only screen and (max-width: 600px) {
    .felga-content .heading p {
        font-size: 18px;
    }

    .felga-content .heading__h2 {
        font-size: 34px !important;
        margin-bottom: 10px;
    }
}

.felga-content .manufactureSwiper {
    margin-top: 23px;
    max-width: 650px;
}

@media only screen and (max-width: 992px) {
    .felga-content .manufactureSwiper {
        max-width: 100%;
    }
}

.felga__col--wide {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 20px !important;
}

.felga__col--wide .btn {
    width: fit-content;
}

.felga__col-image {
    position: relative;
    z-index: 1;
    height: 100%;
}

@media only screen and (max-width: 992px) {
    .felga__col-image {
        width: 75%;
        margin-bottom: 30px;
    }

}

.felga__col-content-wrapper {
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    .felga__col-content-wrapper {
        flex-direction: column;
        align-items: center;
        height: fit-content;
    }
}

.felga__col-overlay {
    background-image: linear-gradient(90deg, #fff 8%, transparent 90%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 992px) {
    .felga__col-overlay {
        background-image: linear-gradient(180deg, #f2f2f2 15%, transparent 100%);
    }
}

.felga__container {
    position: relative;
    min-height: 370px;
}

.felga__container .row {
    position: absolute;
    top: 0;
    left: 1.563vw;
    opacity: 0;
    transition: 0.6s;
}

.felga__container .row.active {
    opacity: 1;
}

.felga__nav {
    padding: 30px;
    background: #fff;
    width: 25%;
    display: flex;
    flex-direction: column;
    order: 1;
}

@media only screen and (max-width: 992px) {
    .felga__nav {
        width: 100%;
        order: 2;
    }
}

.felga__nav-wrapper {
    flex: unset !important;
    display: flex;
    align-items: center;
    margin-top: auto;
    justify-content: flex-start;
    gap: 32px;
}

.felga__nav-wrapper div {
    flex: unset !important;
}

.felga__nav-prev {
    transform: scaleX(-1);
}

.felga__nav-prev,
.felga__nav-next {
    filter: invert(100%);
    opacity: 0.7;
}

.felga__nav-prev:hover,
.felga__nav-next:hover {
    cursor: pointer;
}

.felga__nav-container {
    display: flex;
    max-height: 370px;
}

@media only screen and (max-width: 992px) {
    .felga__nav-container {
        flex-wrap: wrap;
        max-height: unset;
    }

}

.felga__nav-container ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: auto 0;
}

.felga__nav-container ul li {
    padding: 8px 22px;
    color: #707070;
    font-weight: 300;
    transition: 0.6s;
}

.felga__nav-container ul li.active {
    font-size: 1.25vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    background: #e30613;
    color: #fff;
    padding: 8px 27px 8px 17px;
}

@media only screen and (min-width: 1720px) {
    .felga__nav-container ul li.active {
        font-size: 24px;
    }
}

.felga__nav-container ul li:hover {
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    .felga__nav ul li {
        font-size: 18px;
        text-align: center;
        padding: 15px 10px;
    }

    .felga__nav ul li.active {
        font-size: 20px;
        margin-left: unset;
        padding-left: unset;
    }

    .felga__nav-container {
        max-height: unset;
    }

    .felga__nav-container ul {
        margin: 0;
    }
}

.felga__image {
    width: 100%;
    aspect-ratio: 1/1;
}

.felga__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.felga__arrow {
    margin-top: auto;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
    flex: unset !important;
    padding-left: 22px;
}

.felga__arrow-prev {
    transform: scaleX(-1);
}

.felga__arrow-prev,
.felga__arrow-next {
    flex: unset !important;
    filter: invert(100%);
    opacity: 0.7;
}

.felga__arrow-prev:hover,
.felga__arrow-next:hover {
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    .felga__arrow {
        justify-content: center;
        padding-left: 0;
        margin-top: 20px;
    }
}

.felga__product {
    background: #707070;
    color: #fff;
    padding: 1.667vw;
    display: none;
    position: relative;
    width: 75%;
    order: 2;
}

@media only screen and (min-width: 1720px) {
    .felga__product {
        padding: 35px;
    }
}

@media only screen and (max-width: 992px) {
    .felga__product {
        width: 100%;
        order: 1;
    }
}

.felga__product-image {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 60%;
}

.felga__product.active {
    display: flex;
}

.felga__product a.btn {
    font-size: 0.833vw;
    margin-top: auto;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 1720px) {
    .felga__product a.btn {
        font-size: 17px;
        padding: 18px 42px;
    }
}

@media only screen and (max-width: 1200px) {
    .felga__product a.btn {
        font-size: 14px;
        padding: 14px 36px;
    }

    .felga__product a.btn img {
        width: 46px;
    }
}

@media only screen and (max-width: 992px) {
    .felga__product a.btn {
        margin-top: 0;
    }
}

@media only screen and (max-width: 600px) {
    .felga__product a.btn {
        width: fit-content;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 450px) {
    .felga__product a.btn {
        font-size: 12px;
        padding: 12px 28px;
    }

    .felga__product a.btn img {
        width: 36px;
    }
}

.felga__product h3 {
    margin: 0;
    font-size: 1.719vw;
    position: relative;
    z-index: 3;
}

@media only screen and (min-width: 1720px) {
    .felga__product h3 {
        font-size: 33px;
    }
}

/*********************************************************/
/* Be Partner section */
/*********************************************************/

#bepartner {
    position: absolute;
    height: 95px;
    top: -95px;
}

.bepartner {
    position: relative;
}

.bepartner .heading p {
    font-family: "source-sans-pro", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
}

.bepartner .heading__h2 {
    text-transform: uppercase;
    color: #e30613;
    font-size: 52px;
    margin: 20px 0 50px;
}

@media only screen and (max-width: 1400px) {
    .bepartner .heading p {
        font-size: 24px;
    }

    .bepartner .heading__h2 {
        font-size: 40px;
    }
}

.bepartner__content {
    margin: 1.25vw 0 1.563vw;
    font-size: 16px;
    font-weight: 300 !important;
    display: flex;
    flex-direction: column;
    gap: 1.563vw;
}

.bepartner .row .col:first-child {
    width: 100%;
    max-width: 35.156vw;
    flex: unset;
}

@media only screen and (min-width: 1720px) {
    .bepartner .row .col:first-child {
        max-width: unset;
        flex: 1;
    }
}

.bepartner .row .col:last-child {
    position: relative;
    display: flex;
    align-items: center;
}

.bepartner .row .col:last-child img {
    width: 100%;
    margin-right: -10%;
    margin-top: 30px;
    height: auto;
    position: sticky;
    top: 0;
}

.bepartner .btn {
    margin-top: 15px;
}

@media only screen and (max-width: 1720px) {
    .bepartner .btn {
        font-size: 17px;
        padding: 18px 42px;
    }
}

@media only screen and (max-width: 1200px) {
    .bepartner .btn {
        font-size: 14px;
        padding: 14px 36px;
    }

    .bepartner .btn img {
        width: 46px;
    }
}

@media only screen and (max-width: 450px) {
    .bepartner .btn {
        font-size: 12px;
        padding: 12px 28px;
    }

    .bepartner .btn img {
        width: 36px;
    }
}

@media only screen and (max-width: 1024px) {
    .bepartner .row {
        flex-wrap: wrap;
    }

    .bepartner .row .col:first-child,
    .bepartner .row .col:last-child {
        width: 100%;
        max-width: 100%;
    }
}

/*********************************************************/
/* Image */
/*********************************************************/

img {
    max-width: 100%;
    height: auto;
}

/*********************************************************/
/* Button */
/*********************************************************/

.btn,
a.btn,
button.btn,
input.btn {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 1.094vw 2.656vw;
    background: #e30613;
    color: #fff;
    font-size: 1.042vw;
    gap: 0.729vw;
    transition: 0.6s;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
@media only screen and (min-width: 1720px) {
    .btn,
    a.btn,
    button.btn,
    input.btn {
        padding: 27px 34px;
        font-size: 16px;
        gap: 16px;
    }
}
.btn img,
a.btn img,
button.btn img,
input.btn img {
    position: relative;
    right: 0;
    transition: 0.3s;
}
.btn:hover,
a.btn:hover,
button.btn:hover,
input.btn:hover {
    cursor: pointer;
    background: #98040d;
}
.btn:hover img,
a.btn:hover img,
button.btn:hover img,
input.btn:hover img {
    right: -10px;
}
.btn-white,
a.btn-white,
button.btn-white,
input.btn-white {
    background: #fff;
    color: #707070;
}
.btn-white img,
a.btn-white img,
button.btn-white img,
input.btn-white img {
    filter: invert(100%);
}
.btn-white:hover,
a.btn-white:hover,
button.btn-white:hover,
input.btn-white:hover {
    right: -20px;
    color: #fff;
    background: #707070;
}
.btn-white:hover img,
a.btn-white:hover img,
button.btn-white:hover img,
input.btn-white:hover img {
    filter: invert(0);
}
.btn-gray,
a.btn-gray,
button.btn-gray,
input.btn-gray {
    background: #606060;
}
.btn-gray:hover,
a.btn-gray:hover,
button.btn-gray:hover,
input.btn-gray:hover {
    background: #2d2d2d;
}
.btn-text,
a.btn-text,
button.btn-text,
input.btn-text {
    background-color: transparent;
    padding: 0;
}
.btn-text:hover,
a.btn-text:hover,
button.btn-text:hover,
input.btn-text:hover {
    background-color: transparent;
    text-decoration: underline;
}
.row {
    display: flex;
    gap: 4.167vw;
}
.col {
    flex: 1;
}
.col-2 {
    flex: 2;
}
p {
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
    font-weight: 200;
    font-family: "source-sans-pro", sans-serif;
    color: #181716;
}
p b,
p strong {
    font-weight: 600;
}
.manufacture {
	padding-left: 7px;
	padding-right: 7px;
}
.manufacture img {
    filter: grayscale(100%);
    opacity: 0.85;
    transition: 0.6s;
}
.manufacture:hover img {
    filter: grayscale(0);
    opacity: 1;
}
.manufacture__container {
    margin-top: 6.25vw;
    display: flex;
}

/*********************************************************/
/* Cooperate section on homepage */
/*********************************************************/

.section__cooperate .cooperate {
    position: relative;
    overflow: hidden;
    background: #98040d;
}

.section__cooperate .cooperate__container {
    display: grid;
    grid-template-areas: "cooperate-1 cooperate-1 cooperate-2 cooperate-2 cooperate-3 cooperate-3" "cooperate-4 cooperate-4 cooperate-5 cooperate-5 cooperate-6 cooperate-6";
    grid-template-rows: repeat(2, 15.625vw);
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.042vw;
    margin-top: 4.688vw;
}

@media only screen and (max-width: 992px) {
    .section__cooperate .cooperate__container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 220px);
        grid-gap: 3.333vw;
        grid-template-areas: "cooperate-1 cooperate-2" "cooperate-3 cooperate-4" "cooperate-5 cooperate-6";
    }
}

@media only screen and (max-width: 600px) {
    .section__cooperate .cooperate__container {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 220px);
        grid-template-areas: "cooperate-1" "cooperate-2" "cooperate-3" "cooperate-4" "cooperate-5" "cooperate-6";
    }
}

@media only screen and (min-width: 1720px) {
    .section__cooperate .cooperate__container {
        grid-gap: 20px;
    }
}

.section__cooperate .heading__h2 {
    font-size: 40px;
    line-height: 1.4;
}

@media only screen and (max-width: 600px) {
    .section__cooperate .heading__h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 500px) {
    .section__cooperate .heading__h2 {
        font-size: 26px;
    }
}

.section__cooperate .cooperate__link {
    margin-top: 0.729vw;
    transition: 0.6s;
    position: relative;
}

.section__cooperate .cooperate__link:before {
    content: '';
    position: absolute;
    top: 9px;
    width: 0;
    left: 0;
    transition: 0.6s;
    height: 2px;
    background: #fff;
}

.section__cooperate .cooperate__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s;
    display: block;
    transform: scale(1);
}

.section__cooperate .cooperate:hover .cooperate__bg {
    transform: scale(1.15);
}

.section__cooperate .cooperate:hover .cooperate__link {
    padding-left: 40px;
}

.section__cooperate .cooperate:hover .cooperate__link::before {
    width: 40px;
}

.section__cooperate .cooperate::before {
    content: "";
    background: #e30613;
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    isolation: isolate;
    position: absolute;
    z-index: 1;
}

.section__cooperate .cooperate__content {
    position: relative;
    z-index: 5;
    padding: 2.188vw 2.5vw;
}

@media only screen and (min-width: 1720px) {
    .section__cooperate .cooperate__content {
        padding: 42px;
    }
}

.section__cooperate .cooperate__content h3 {
    margin: 0;
    text-transform: uppercase;
}



.contact__row {
    align-items: stretch;
}
.contact__map {
    align-self: stretch;
    width: 100%;
    height: 100%;
}
.dealers__detail {
    display: flex;
    align-items: center;
    gap: 62px;
}
.dealers__detail .hr {
    height: 1px;
    background: #e30613;
    width: 100%;
    max-width: 90px;
    margin: 17px 0 30px;
}
.dealers__detail p {
    color: #707070;
}
.dealers__oddzial {
    color: #e30613;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
}
.dealers__name {
    font-size: 22px;
    font-weight: bold;
}

/*********************************************************/
/* CTA section */
/*********************************************************/

.section__cta .dealers__cta {
    font-weight: 900;
    font-size: 60px;
}

@media only screen and (max-width: 1600px) {
    .section__cta .dealers__cta {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1420px) {
    .section__cta .heading {
        width: 100%;
        text-align: center;
    }

    .section__cta .nav__right {
        display: flex;
        margin: 20px auto auto auto;
    }
}

@media only screen and (max-width: 800px) {
    .section__cta .dealers__cta {
        font-size: 40px;
    }
}

@media only screen and (max-width: 500px) {
    .section__cta .dealers__cta {
        font-size: 30px;
    }
}

/*********************************************************/
/* Dealers Map */
/*********************************************************/

.dealers__map {
    width: fit-content;
    height: fit-content;
    flex: 1;
	position: relative;
    background-image: url("assets/image/map.svg");
    background-repeat: no-repeat;
}

.dealers__map .map-tooltip {
    position: absolute;
    width: max-content;
    padding: 15px;
    background-color: white;
    border-radius: 5px;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 13px 0 #0000005c;
    z-index: 1;
}

.dealers__map .map-tooltip h1,
.dealers__map .map-tooltip h2,
.dealers__map .map-tooltip h3,
.dealers__map .map-tooltip h4,
.dealers__map .map-tooltip h5,
.dealers__map .map-tooltip h6,
.dealers__map .map-tooltip p {
    margin: 0 0 8px 0;
}

.dealers__map .map-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.dealers__map .map-marker {
    position: absolute;
    width: 20px;
    cursor: help;
}

/*********************************************************/
/* Footer */
/*********************************************************/

.footer {
    margin-top: auto;
}
.footer__contact {
    color: #707070;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 200;
}

.footer .container {
    padding: 70px 30px 40px 30px;
    background-image: url("./assets/image/footer-bg.svg");
    background-position: center right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.footer__top {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    flex-wrap: wrap;
    gap: 2.083vw;
}
.footer__logo img {
    width: auto;
    max-width: 200px;
}
.footer__ul {
    padding: 0;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    list-style: none;
    gap: 15px;
    font-weight: 200;
}
.footer__ul li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px !important;
	height: 40px;
	font-size: 16px;
    border: 1px solid #707070;
    border-radius: 25px;
    transition: 0.6s;
}
@media only screen and (max-width: 1300px) {
    .footer__ul li a {
		font-size: 14px;
        height: 34px;
		padding: 0 20px !important;
    }
}
.footer__ul li a:hover {
    background: #707070;
    color: #fff;
}
.footer__ul-privacy {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    gap: 1.042vw;

}
.footer__bottom .footer__ul-privacy li a {
    color: black;
    font-weight: 300;
    font-size: 14px;
}
.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__bottom p,
.footer__bottom ul li a {
    color: #707070;
    font-size: 0.875vw;
    font-weight: 200;
}
@media only screen and (min-width: 1720px) {
    .footer__bottom p,
    .footer__bottom ul li a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1024px) {
	.footer__contact {
        font-size: 18px;
    }

    .footer__top {
        gap: 3.567vw;
        flex-direction: column;
        text-align: center;
    }

	.footer__ul {
        width: 100%;
		justify-content: center;
    }

    .footer__ul-privacy {
        gap: 3vw;
    }

	.footer__bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer__bottom p,
    .footer__bottom ul li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
	.footer__contact {
        font-size: 14px;
    }

    .footer__bottom p,
    .footer__bottom ul li a {
        font-size: 12px;
    }

	.footer__ul {
		padding-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
        flex-wrap: wrap;
    }
}


.show-on-mobile {
    display: none;
}
.voivodeship__select {
    margin-top: 2.5vw;
    position: relative;
}
.voivodeship__select::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #f2f2f2;
    height: 35px;
    width: 35px;
    aspect-ratio: 1/1;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    z-index: 1;
    background-image: url("./assets/image/arrowbottom.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.select {
    font-weight: 900;
    font-size: 3.333vw;
    color: #707070;
    padding: 3vw;
    background-color: #fff;
    border: none;
    width: 100%;
}
.select:focus {
    outline: none;
}
.content__slider {
    overflow: hidden;
    max-width: calc(100vw - 60px);
}
@media only screen and (max-width: 1400px) {
    .nav__blank {
        height: 85px;
    }

    .opona-container {
        min-height: 505px;
    }

    .opona-content .col:last-child .opona__image {
        left: 0;
        position: absolute;
    }

    .opona__sprzedawca-image {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

/*********************************************************/
/* Contact section */
/*********************************************************/

.contact-section .contact-section__company-details {
    flex: 1;
}

.contact-section .contact-section__company-details .heading__h2 {
    font-size: 40px;
}

@media only screen and (max-width: 1120px) {
    .contact-section .contact-section__company-details .heading__h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 992px) {
    .contact-section .contact-section__company-details .heading__h2 {
        font-size: 40px;
    }
}

.contact-section .contact__row {
    flex-wrap: wrap;
}

.contact-section .contact-section__map {
    flex: 2;
}

@media only screen and (max-width: 992px) {
    .contact-section .contact-section__map {
        flex: auto;
        width: 100%;
    }
}

/*********************************************************/
/* Contact details section */
/*********************************************************/

.contact-details__heading-section p {
    font-size: 22px;
}

.contact-details__heading-section h2 {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    margin-top: 0;
}

.contact-details__inner-heading-section {
    background-color: #f2f2f2;
    padding: 20px;
}

.contact-details {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.contact-details .contact-details__tile {
    background-color: #f2f2f2;
    padding: 20px;
    width: calc(33.333% - 20px);
    display: flex;
    flex-direction: column;
    font-weight: 600;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

@media only screen and (max-width: 1200px) {
    .contact-details .contact-details__tile {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .contact-details .contact-details__tile {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
}

.contact-details .contact-details__tile h3 {
    margin-bottom: 10px;
    margin-top: 5px;
}

.contact-details .contact-details__tile a {
    transition: color 0.25s, text-decoration .25s ease-in-out;
    display: inline-block;
    font-weight: 300;
}

.contact-details .contact-details__tile a:hover {
    color: #e30613;
    text-decoration: underline;
}

.contact-details .contact-details__tile img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.contact-details .contact-details__tile .contact-details__tile-email,
.contact-details .contact-details__tile .contact-details__tile-phone {
    display: flex;
    align-items: center;
    margin: 2px 0;
}

.contact-details .contact-details__tile .contact-details__tile-hours {
    margin-top: 10px;
}

/*********************************************************/
/* Mobile overrides */
/*********************************************************/

@media only screen and (max-width: 992px) {
	.nav__menu {
        display: flex;
		width: 26px;
    	height: 26px;
    }
	.nav__ul {
        position: fixed;
        top: 0;
        left: 100%;
        flex-direction: column;
        background: #fff;
        width: 100%;
        z-index: -1;
        transition: 0.6s;
        padding-top: 160px;
    }

    .nav__ul li {
        height: auto;
    }

    .nav__ul li a {
        font-size: 30px;
        padding: 12px 0;
    }

    .nav__ul li a::before {
        bottom: 4px;
    }

    .nav.sticky .nav__ul li a::before {
        bottom: 4px;
    }
}
@media only screen and (max-width: 680px) {
    .opona-content .manufactureSwiper {
        max-width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .show-on-mobile {
        display: block;
    }

    .hide-on-mobile {
        display: none;
    }

    .wspolpraca__sprzedawca {
        padding-top: 36px;
        max-width: 75%;
    }

    .wspolpraca__sprzedawca-image {
        margin-bottom: -34px;
        margin-top: -120px;
    }

    .wspolpraca__sprzedawca .btn {
        position: relative;
        bottom: -34px;
    }

    .wspolpraca__image {
        display: none;
    }

    .heading__subtitle {
        font-size: 6vw;
    }

    .heading__strong p {
        font-size: 5.833vw;
    }

    .heading__strong .heading__h2 {
        font-size: 13.333vw;
    }

    .heading__section p {
        font-size: 5vw;
    }

    .heading__section h1 {
        font-size: 7vw;
    }

    .heading__h2 {
        font-size: 7vw;
    }

    .heading__h3 {
        font-size: 6vw;
    }

    .bepartner .row .col:first-child {
        max-width: unset;
    }

    .bepartner .heading__h2 {
        font-size: 7vw;
    }

    .bepartner .heading p {
        font-size: 4.4vw;
    }

    .row {
        flex-direction: column;
    }

    .btn,
    a.btn,
    button.btn,
    input.btn {
        font-size: 3.2vw;
        gap: 2.333vw;
        padding: 3.667vw 5vw;
    }

    .dealers__heading p {
        font-size: 5vw;
    }

    .dealers__voivodeship {
        padding: 6.667vw 0;
    }

    .dealers__voivodeship .show-on-mobile {
        width: 100%;
    }

    .dealers__voivodeship label {
        font-weight: 900;
        font-size: 3.333vw;
    }

    .section__form .heading__h2 {
        font-size: 7vw;
    }

    .section__form-form label {
        font-size: 2.667vw;
    }

    .section__form-rodo {
        font-size: 2.333vw;
    }

    .header__nav-container {
        margin-top: 9vw;
    }

    .header-page .heading__h1 {
        margin-top: -3.25vw;
        font-size: 16.667vw;
    }

    .nav {
        padding: 20px 0;
    }

    .big-section-col .heading__h2 {
        font-size: 10.333vw;
    }

    .big-section-col .heading p {
        font-size: 5.833vw;
    }

    .big-section-content {
        max-width: unset;
    }

    .big-section-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .container-lg {
        max-width: 100%;
    }

    .dealers__detail {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .dealers__detail-content .hr {
        margin-left: auto;
        margin-right: auto;
    }

    .felga__container {
        min-height: 550px;
    }

    .felga__product {
        padding: 5.333vw;
    }

    .felga__product h3 {
        font-size: 5.333vw;
        margin-bottom: 4vw;
    }

    .felga__product a.btn {
        font-size: 2.909vw;
        justify-content: center;
    }

    .akcesoria__nav {
        padding: 6.667vw;
    }

    .akcesoria__nav-text {
        font-size: 3.167vw;
    }

    .akcesoria__nav-container {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 250px);
    }

    .akcesoria__image {
        position: unset;
        max-width: 100%;
        transform: unset;
    }

    .contact__partner-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 13px;
    }

    .contact__partner-container p {
        color: #fff;
    }

    .contact__partner-container a.btn {
        border-radius: 38px;
        text-align: center;
        justify-content: center;
        width: 100%;
        max-width: 303px;
    }

    .contact__partner-container a.btn:first-child {
        font-size: 14px;
    }

    .contact__partner-container a.btn:first-child img {
        height: 22px;
        width: auto;
    }

    .contact__partner-container a.btn:last-child {
        text-transform: uppercase;
        font-size: 16px;
    }

    .contact__btn-container p,
    .contact__btn-container .wpcf7-submit {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

/*# sourceMappingURL=style.css.map */

/* Contact page hidden section */

.contact-interactive-map-section {
    display: none;
}

/* Main navigation language switcher overrides */

.wpml-ls-legacy-dropdown {
    width: auto;
}

.wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
    border: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-item-toggle .wpml-ls-sub-menu {
    border: none;
}

/* Information pop up overrides */

@media(max-width: 1400px) {
	.pum-theme-latex-theme .pum-container {
		width: 50% !important;
	}	
}

@media(max-width: 1200px) {
	.pum-theme-latex-theme .pum-container {
		width: 60% !important;
	}	
}

@media(max-width: 768px) {
	.pum-theme-latex-theme .pum-container {
		width: 85% !important;
	}	
}

body > div > h1 {
  display: none;
}


/*******************
 *  bartek's css ***/


/** header **/

.logged-in.admin-bar .nav {
  top: 32px;
}

.call_us {
	color: #FF0000; 
	text-align: right;
}

.call_us a {
    font-size: 20px;
    font-weight: bold;
}

.call_us img {
	height: 18px;
    position: relative;
    top: 2px;
    left: -2px;
}

/* homepage */

.home.translatepress-uk .header__title {
  max-width: 800px;
}

/** contact **/

.contact_h1 {
  margin-bottom: -25px;
  margin-top: 40px !important;
  font-size: 20px;
  color: #606060;
}

/*********** 
 * MOBILE **/

@media only screen and (max-width: 600px) {

	.nav__blank {
		height: 75px;
	}
	
	.nav__logo {
		height: 35px;
	}
	
	.call_us {
		margin-left: auto;
	}
	
	.call_us a {
    	font-size: 16px;
	}
	.call_us img {
    	height: 16px !important;
	}
}