.wrapper {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
}
.picture-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: -10;
}
.triangle-bottom-right {
    width: 0;
    height: 0;
    border-bottom: 50px solid #333;
    border-left: 50px solid transparent;
}
.sticky-body {
    overflow: hidden;
}
.services-new-grid {
    display: grid;
    gap: 20px;
    align-items: center;
}
.services-new-flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 6rem;
}
@media (max-width: 980px) {
    .services-new-grid {
        display: flex;
        flex-direction: column;
    }
}

.first-row {
    grid-template-columns: 30% 65%;
    padding-bottom: 6rem;
}
.second-row {
    grid-template-columns: 65% 30%;
}
.section-img {
    margin: 2rem 0;
    width: 100%;
    height: 500px;
    background-size: cover;
}
.section-img-first {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
        url('../images/zabezpieczenie-lakieru-powłoką-ceramiczną1.jpg');
    box-shadow: inset 200px -100px 100px -50px rgba(0, 0, 0, 0.8);
}
.section-img-second {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
        url('../images/zabezpieczenie-lakieru-powłoką-ceramiczną2.jpg');
    box-shadow: inset -200px 100px 100px -50px rgba(0, 0, 0, 0.8);
}
.section-img-third {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
        url('../images/zabezpieczenie-lakieru-folią-ochronną3.jpg');
    box-shadow: inset 200px -100px 100px -50px rgba(0, 0, 0, 0.8);
}
.section-img-fourth {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
        url('../images/zabezpieczenie-lakieru-folią-ochronną2.jpg');
    box-shadow: inset -200px 100px 100px -50px rgba(0, 0, 0, 0.8);
}
.section-img-fifth {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
        url('../images/odświeżenie-lakieru1.jpg');
    box-shadow: inset 200px -100px 100px -50px rgba(0, 0, 0, 0.8);
}
.section-img-sixth {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
        url('../images/odświeżenie-lakieru.jpg');
    box-shadow: inset -200px 100px 100px -50px rgba(0, 0, 0, 0.8);
}
.section-img-seventh {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
        url('../images/korekta-lakieru1.jpg');
    box-shadow: inset 200px -100px 100px -50px rgba(0, 0, 0, 0.8);
}
.section-img-eight {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
        url('../images/korekta-lakieru3.jpg');
    box-shadow: inset -200px 100px 100px -50px rgba(0, 0, 0, 0.8);
}
.section-img-ninth {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
        url('../images/detailing.jpg');
    box-shadow: inset 200px -100px 100px -50px rgba(0, 0, 0, 0.8);
}
.section-img-tenth {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
        url('../images/detailing2.jpg');
    box-shadow: inset -200px 100px 100px -50px rgba(0, 0, 0, 0.8);
}
.section-img-eleventh {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
        url('../images/przygotowanie-do-sprzedaży.jpg');
    box-shadow: inset 200px -100px 100px -50px rgba(0, 0, 0, 0.8);
}
.section-img-twelfth {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), 
        url('../images/przygotowanie-do-sprzedaży1.jpg');
    box-shadow: inset -200px 100px 100px -50px rgba(0, 0, 0, 0.8);
}
.section-small-title {
    font-size: 3.5rem;
    padding-bottom: 3rem;
    max-width: 95%;
    text-align: center;
}
.section-long-text {
    font-size: 2rem !important;
}

.section-under-title {
    padding-top: 6rem;
    text-align: center;
    font-size: 3rem;
    color: #fff;
}
.section-title {
    font-size: 4.2rem;
    color: #fff;
    text-transform: uppercase;
}
.cookie-hide {
    display: none;
}
.cookie-box {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 2rem;
    min-height: 100px;
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    background-color: #00baff;
    opacity: 0;
    transform: translateY(101%);
    animation: a .5s .5s forwards;
}
.cookie-box__btn {
    margin-top: 1rem;
    padding: .8rem 1.6rem;
    font-size: 1.6rem;
    color: #0e0e0e;
    background-color: #fff;
    border: none;
    transition: background-color .3s;
    cursor: pointer;
}
.cookie-box__btn:focus, .cookie-box__btn:hover {
    color: #fff;
    background-color: #0e0e0e;
}
.cookie-box .cookie-info-btn {
    color: #fff;
}
@keyframes a {
    to {
    opacity: 1;
    transform: translateY(0);
}
}@media (min-width:768px) {
    .section-title {
    font-size: 4.4rem;
}
}@media (min-width:992px) {
    .section-title {
    font-size: 5rem;
}
.cookie-box {
    font-size: 1.3rem;
}
}@media (min-width:1200px) {
    .section-title {
    font-size: 5.6rem;
}
}*, :after, :before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-padding-top: 80px;
    scroll-behavior: smooth;
    font-size: 62.5%}
body {
    min-width: 300px;
    font-family: Open Sans, sans-serif;
    color: #fff;
}
.nav, body {
    background-color: #0e0e0e;
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    border-bottom: 2px solid #00baff;
    z-index: 100;
}
.nav:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 50%;
    height: 80px;
    background-color: #00baff;
}
.nav .wrapper {
    flex-direction: row;
    justify-content: space-between;
    height: 100%}
.nav .wrapper, .nav__logo {
    display: flex;
    align-items: center;
}
.nav__logo {
    padding-left: 1rem;
    justify-content: center;
    cursor: pointer;
}
.nav__logo img {
    width: 100px;
}
.nav__menu-mobile {
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: 50%;
    background-color: #00baff;
}
.nav__menu-mobile:before {
    position: absolute;
    bottom: 0;
    left: -80px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 80px solid #00baff;
    border-left: 80px solid transparent;
}
.nav__menu-mobile-links {
    position: fixed;
    top: 78px;
    left: 0;
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    transform: translateX(105%);
    background-color: #00baff;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    transition: transform .3s linear;
    z-index: 10;
}
.nav__menu-mobile-links .nav-link {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.nav__menu-mobile-links .nav-link-active {
    color: #0e0e0e;
}
.nav .menu-active {
    align-items: center;
    transform: translateX(0);
}
.nav__menu-btn {
    padding: 1rem;
    z-index: 1000;
    cursor: pointer;
}
.nav__menu-desktop {
    display: none;
}
.header {
    position: relative;
    height: 100vh;
    background-image: url(../../dist/img/main-header-img-large.jpeg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 0;
}
.header__text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 1rem;
}
.header__logotyp {
    width: 100%;
    max-width: 800px;
}
.header__btn {
    margin-top: 2rem;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border: 4px solid #00baff;
    cursor: pointer;
    transition: background-color .3s;
}
.header__btn:focus, .header__btn:hover {
    background-color: #00baff;
}
.header__arrow-down {
    padding-top: 1rem;
    fill: #fff;
    transition: fill .3s;
}
.header__arrow-down svg {
    width: 28px;
    height: 28px;
}
.header__arrow-down:focus, .header__arrow-down:hover {
    fill: #00baff;
}
.header__social-icons {
    position: absolute;
    padding: 0 1rem;
    bottom: 10rem;
    right: 0;
}
.header__social-icons .fb-icon, .header__social-icons .ig-icon {
    padding-left: 1rem;
    cursor: pointer;
}
.header__social-icons .fb-icon svg, .header__social-icons .ig-icon svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    transition: fill .3s;
}
.header__social-icons .fb-icon svg:focus, .header__social-icons .fb-icon svg:hover, .header__social-icons .ig-icon svg:focus, .header__social-icons .ig-icon svg:hover {
    fill: #00baff;
}
.header:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    background-color: #0e0e0e;
    box-shadow: 0 0 50px 50px #0e0e0e;
}
.services {
    display: flex;
    padding: 7rem 1rem;
    flex-direction: column;
    align-items: center;
}
.services__description {
    padding-bottom: 5rem;
}
.services__text {
    padding: 1rem 0 3rem;
    font-size: 1.6rem;
    color: #999;
}
.services__btn {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border: 4px solid #00baff;
    cursor: pointer;
    transition: background-color .3s;
}
.services__btn:focus, .services__btn:hover {
    background-color: #00baff;
}
.services__cards {
    flex-wrap: wrap;
    width: 100%;
}
.services__card, .services__cards {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.services__card {
    flex-direction: column;
    width: 50%;
    height: 160px;
    padding: 2rem 0;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: color .3s, transform .3s;
}
.services__card img {
    margin-bottom: 1rem;
    width: 64px;
    height: 64px;
}
.services__card :focus, .services__card:hover {
    transform: scale(.95);
    color: #00baff;
}
.packages {
    padding: 0 1rem;
}
.packages .section-title {
    text-align: center;
}
.packages__cards {
    padding: 0 0 4rem 0;
}
.packages__card , .packages__cards , .services__card__new {
    display: flex;
    flex-direction: column;
}
.packages__card {
    justify-content: space-between;
    align-items: center;
    padding: 4rem;
    margin: 2rem 0;
    width: 100%;
    height: 600px;
    background: #201f1e;
    background: linear-gradient(0deg, #201f1e, #131c20 35%, rgba(32, 30, 30, .8883928571));
    border: 4px solid #00baff;
}
.section-paint-correction-img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 4rem;
    margin: 2rem 0;
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .8);
    border: 2px solid #00baff;
}
.services__card__new {
    text-decoration: none;
    justify-content: center;
    align-items: center;
    padding: 4rem;
    margin: 2rem 0;
    width: 100%;
    height: 140px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .8);
    border: 4px solid #00baff;
}
.services__card--title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.packages__card--title {
    max-width: 200px;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.packages__card--stars {
    margin: 1rem 0;
    text-align: center;
}
.packages__card--stars i {
    margin: 0 .5rem;
    font-size: 3rem;
    color: #00baff;
}
.packages__card ul {
    text-align: center;
    list-style: none;
}
.packages__card--text {
    display: flex;
    padding: 1rem 0;
    text-align: left;
    font-size: 1.6rem;
    color: #dcdcdc;
}
.packages__card--check {
    padding-right: 1rem;
    font-size: 2rem;
    color: #00baff;
}
.packages__card--priceBtn {
    flex-direction: column;
}
.old-price {
    color: #777;
    position: relative;
    display: inline-block;
    margin-left: .5rem;
}
.old-price-light {
    color: #ccc;
    position: relative;
    display: inline-block;
    margin-left: .5rem;
}
.old-price::before, .old-price-light::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: red;
    top: 50%;
    left: 0;
    transform: rotate(-10deg);
    transform-origin: center;
}
.packages__card--btn-price, .packages__card--priceBtn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.packages__card--btn-price {
    width: 220px;
    height: 45px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #0e0e0e;
    background-color: #fff;
    text-decoration: none;
    transition: background-color .3s;
    color: #00baff;
}
.packages__card--btn, .packages__card--btn-price:focus, .packages__card--btn-price:hover {
    color: #fff;
    background-color: #00baff;
}
.packages__card--btn {
    margin-top: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 39px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    text-decoration: none;
    transition: background-color .3s;
}
.packages__card--btn:focus, .packages__card--btn:hover {
    color: #0e0e0e;
    background-color: #fff;
}
.projects {
    padding: 0 1rem;
}
.projects__gallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8rem 0;
    overflow: hidden;
}
.projects .realization {
    position: relative;
    width: 100%;
    height: 300px;
}
.projects .realization:hover .realization__text {
    opacity: 1;
}
.projects .realization__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.projects .realization__text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    font-size: 3rem;
    font-weight: 700;
    color: #00baff;
    background-color: rgba(0, 0, 0, .8);
    text-transform: uppercase;
    transition: opacity .3s;
}
.projects .realization__text .car-name {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cooperation {
    position: relative;
    padding: 8rem 0;
    margin-bottom: 8rem;
    background-image: url(../../dist/img/cooperation-img-small.jpg);
    background-position: 50%;
    background-size: cover;
    z-index: 0;
}
.cooperation .wrapper {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
}
.cooperation .section-title {
    color: #00baff;
}
.cooperation .picture-bg {
    background-color: rgba(0, 0, 0, .8);
}
.cooperation__text {
    font-size: 1.4rem;
}
.cooperation__text:first-of-type {
    padding-top: 2rem;
}
.cooperation__text:nth-of-type(2) {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.cooperation__btn-desktop {
    display: none;
}
.cooperation__btn-mobile {
    display: inline-block;
    padding: 1rem 3rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    border: 4px solid #00baff;
    text-decoration: none;
    transition: background-color .3s;
}
.cooperation__btn-mobile:focus, .cooperation__btn-mobile:hover {
    background-color: #00baff;
}
.contact {
    padding: 0 1rem;
}
.contact .section-title {
    text-align: center;
}
.contact__cards {
    padding: 2rem 0;
}
.contact__card {
    width: 100%;
    height: 180px;
    background-color: #00baff;
    border-bottom: 2px solid #fff;
}
.contact__card, .contact__card .card-body {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact__card .card-body {
    flex-direction: column;
}
.contact__card .card-body .card-title {
    padding-bottom: 1rem;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: uppercase;
}
.contact__card .card-body .card-icon-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact__card .card-body i {
    padding-bottom: 1rem;
    font-size: 5rem;
}
.contact__card .card-body a {
    color: #fff;
    padding-bottom: 1rem;
    text-decoration: none;
    cursor: pointer;
    transition: color .3s;
}
.contact__card .card-body a:focus, .contact__card .card-body a:hover {
    color: #0e0e0e;
}
.contact__card .card-body svg {
    fill: #fff;
}
.contact__card .card-body .card-text {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
}
.contact__card .card-body .fb-icon {
    padding-right: 2rem;
}
.contact__card .card-body .fb-icon svg, .contact__card .card-body .ig-icon svg {
    transition: fill .3s;
}
.contact__card .card-body .fb-icon:focus svg, .contact__card .card-body .fb-icon:hover svg, .contact__card .card-body .ig-icon:focus svg, .contact__card .card-body .ig-icon:hover svg {
    fill: #0e0e0e;
}
.contact__card:last-of-type {
    border-bottom: none;
}
.wycena-form {
    width: 40%;
}
.wycena-form button {
    align-self: center;
    margin-top: 2rem;
}
.wycena {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100% !important;
    margin-bottom: 6rem;
}
.contact__form-map {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact__form {
    width: 100%;
    padding-top: 4rem;
}
.contact__form .form-title {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    text-transform: uppercase;
}
.contact__form form {
    display: flex;
    flex-direction: column;
    padding: 2rem 0;
}
.contact__form form label {
    padding-bottom: .5rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #00baff;
}
select {
    height: 39px;
    cursor: pointer;
}
option:disabled {
    color: white;
    font-weight: bold;
}
option {
    font-size: 1.5rem;
    color: #00baff;
    background-color: #0e0e0e;
}
.contact__form form input, select {
    margin-bottom: 1rem;
    padding: 1rem;
    color: #fff;
    background-color: transparent;
    border: 2px solid #00baff;
}
.contact__form form input:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #aaa;
}
.contact__form form input::placeholder, select::placeholder  {
    color: #aaa;
}
.contact__form form textarea {
    margin-bottom: 1rem;
    padding: .5rem 1rem;
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    max-height: 500px;
    color: #fff;
    background-color: transparent;
    border: 2px solid #00baff;
}
.contact__form form textarea:-ms-input-placeholder {
    color: #aaa;
}
.contact__form form textarea::placeholder {
    color: #aaa;
}
.contact__form form button {
    display: block;
    width: -moz-max-content;
    width: max-content;
    padding: 1rem 3rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    background-color: #00baff;
    border: none;
    cursor: pointer;
    transition: background-color .3s, color .3s;
}
.contact__form form button:focus, .contact__form form button:hover {
    color: #0e0e0e;
    background-color: #fff;
}
.contact__map iframe {
    width: 100vw;
    height: 400px;
}
.footer-contact {
    padding: 8rem 0;
    background-color: #060606;
}
.footer-contact .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
}
.footer-contact .wrapper img {
    width: 145px;
}
.footer-contact .wrapper .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5rem;
}
.footer-contact .wrapper .box__title {
    padding-bottom: 1rem;
    font-size: 2.2rem;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-contact .wrapper .box__text {
    font-size: 1.4rem;
    color: #999;
}
.footer-contact .wrapper .box__text a {
    padding-left: .5rem;
    font-weight: 600;
    color: #00baff;
    text-decoration: none;
    transition: color .2s;
}
.footer-contact .wrapper .box__text a:focus, .footer-contact .wrapper .box__text a:hover {
    color: #fff;
}
.footer-contact .wrapper .box__socials svg {
    margin: 0 1rem;
    width: 40px;
    height: 40px;
    fill: #fff;
    transition: fill .2s;
}
.footer-contact .wrapper .box__socials svg:focus, .footer-contact .wrapper .box__socials svg:hover {
    fill: #00baff;
}
.footer {
    padding: 2rem 0;
    background-color: #060606;
    border-top: 2px solid #333;
}
.footer .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
}
.footer__text {
    font-size: 1.4rem;
}
.footer__text a {
    color: #00baff;
    text-decoration: none;
    transition: color .2s;
}
.footer__text a:focus, .footer__text a:hover {
    color: #fff;
}
.footer__text:first-of-type {
    padding-bottom: 1rem;
}
.contact-phone {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 2rem;
    margin-right: 1rem;
    width: 70px;
    height: 70px;
    background-color: #00baff;
    border: 2px solid #fff;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    transition: transform .3s;
}
.contact-phone, .contact-phone__icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-phone__icon img {
    width: 36px;
    height: 36px;
}
.contact-phone:focus, .contact-phone:hover {
    transform: scale(1.1);
}
.header-services {
    height: 65vh;
    background-image: url(../../dist/img/services-header-img-small.jpg);
}
.header-services .header__social-icons {
    bottom: 8rem;
}
.header-services .section-title {
    font-size: 7rem;
    line-height: 100%}
.header-services__text, .header-services-new__text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-services-new__text {
    text-align: center;
}
.services-services {
    padding: 8rem 1rem;
}
.services-services__cards .one {
    background-image: url(../../dist/img/services_img_one.jpg);
}
.services-services__cards .two {
    background-image: url(../../dist/img/services_img_two.jpg);
}
.services-services__cards .three {
    background-image: url(../../dist/img/services_img_three.jpg);
}
.services-services__cards .four {
    background-image: url(../../dist/img/services_img_four.jpg);
}
.services-services__cards .five {
    background-image: url(../../dist/img/services_img_five.jpg);
}
.services-services__cards .six {
    background-image: url(../../dist/img/services_img_six.jpg);
}
.services-services__cards .seven {
    background-image: url(../../dist/img/services_img_seven.jpg);
}
.services-services__cards .eight {
    background-image: url(../../dist/img/services_img_eight&ninie.jpg);
}
.services-services__cards .nine {
    background-image: url(../../dist/img/services_img_ppf.jpg);
}
.services-services__cards .ten {
    background-image: url(../../dist/img/services_img_ten.jpg);
}
.services-services__cards .eleven {
    background-image: url(../../dist/img/services_img_eleven.jpg);
}
.services-services__cards .twelve {
    background-image: url(../../dist/img/service_img_twelve.jpg);
}
.services-services__card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    height: 300px;
    padding: 2rem;
    background-position: 50%;
    background-size: cover;
    border-bottom: 1px solid #fff;
    z-index: -1;
}
.services-services__card .picture-bg {
    background-color: rgba(0, 0, 0, .8);
}
.services-services__card:last-of-type {
    border-bottom: none;
}
.services-services__title {
    padding-bottom: 1rem;
    text-align: left;
    font-size: 2.2rem;
    font-weight: 700;
    color: #00baff;
}
.services-services__text {
    font-size: 1.4em;
}
.header-tariff {
    height: 65vh;
    background-image: url(../../dist/img/price-header-img-small.jpg);
}
.header-ceramic {
    height: 65vh;
    background-image: url(../images/zabezpieczenie-lakieru-powłoką-ceramiczną3.jpg);
}
.header-foil {
    height: 65vh;
    background-image: url(../images/zabezpieczenie-lakieru-folią-ochronną1.jpg);
}
.header-refresh-paint {
    height: 65vh;
    background-image: url(../images/odświeżenie-lakieru3.jpg);
}
.header-correction-paint {
    height: 65vh;
    background-image: url(../images/korekta-lakieru2.jpg);
}
.header-detailing {
    height: 65vh;
    background-image: url(../images/detailing3.jpg);
}
.header-car-wash {
    height: 65vh;
    background-image: url(../images/przygotowanie-do-sprzedaży3.jpg);
}
.header-tariff .header__social-icons {
    bottom: 8rem;
}
.header-tariff .section-title {
    font-size: 7rem;
    line-height: 100%}
.header-tariff__text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tariff {
    padding: 8rem 1rem;
}
.tariff .table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.tariff .table .column-left {
    text-align-last: left;
    width: 65%}
.tariff .table .column-right {
    text-align: right;
    width: 35%}
.tariff .table .table-space {
    border: none;
    background-color: transparent;
}
.tariff .table__price-title, .tariff .table__services-title {
    padding: .5rem;
    font-size: 1.9rem;
    font-weight: 700;
}
.tariff .table__services-text {
    padding: 1rem;
    font-size: 1.5rem;
}
.tariff .table__services-text p {
    padding-bottom: 1rem;
}
.tariff .table__services-text .title {
    padding-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
}
.tariff .table__services-text ul li {
    padding: .4rem 0;
}
.tariff .table__services-text.packages {
    padding-left: 3rem;
}
.tariff .table__price-text {
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}
.tariff .table td {
    height: 41px;
    background-color: rgba(0, 186, 255, .05);
    border: 1px solid #00baff;
}
.tariff .table th {
    background-color: rgba(0, 186, 255, .2);
    border: 1px solid #00baff;
}
.tariff .attention-to-price {
    padding-top: 2rem;
    font-size: 1.2rem;
    color: #aaa;
}
.tariff .attention-to-ceramics {
    padding: 2rem 0 .5rem;
    font-size: 1.2rem;
    color: #aaa;
}
.tariff .attention-to-ceramics-two {
    padding: .5rem 0 2rem;
    font-size: 1.2rem;
    color: #aaa;
}
.cookie-info {
    padding: 10rem 1rem;
}
.cookie-info__title {
    padding-top: 3rem;
    padding-bottom: .5rem;
    font-size: 2rem;
    font-weight: 700;
    color: #00baff;
}
.cookie-info__text {
    font-size: 1.3rem;
}
.cookie-info ul {
    padding-bottom: 3rem;
    list-style: inside;
}
.cookie-info li {
    padding: .5rem 0;
    font-size: 1.3rem;
    color: #aaa;
}
.thankyou {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 80vh;
}
.thankyou .title {
    padding: 2rem 0;
    text-align: center;
    font-size: 4rem;
    color: #00baff;
}
.thankyou .text {
    text-align: center;
    font-size: 1.4rem;
}
.thankyou .btn-return {
    padding-top: 1rem;
    font-size: 1.2rem;
    color: #00baff;
    transition: color .2s;
}
.thankyou .btn-return:hover {
    color: #fff;
}
.realizations {
    justify-content: center;
    padding: 1em 0;
}
.box-gallery, .realizations {
    display: flex;
    align-items: center;
}
.box-gallery {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.box-gallery .gallery-img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 5px solid transparent;
    cursor: pointer;
    transform: scale(1);
    transition: transform .2s;
}
.box-gallery .gallery-img:hover {
    transform: scale(.98);
}
.popup {
    flex-direction: column;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    animation: b .3s;
    z-index: 100;
}
.popup, .popup__box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup.hidden {
    display: none;
}
.number-img {
    font-size: 2rem;
    color: #fff;
}
.popup.fade-out {
    animation: c .3s both;
}
.popup-img {
    max-height: 80%;
    max-width: 100%}
.popup-close {
    position: fixed;
    top: 0;
    right: 0;
}
.popup-arrow, .popup-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 5rem;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    border: none;
    cursor: pointer;
}
.popup-arrow {
    position: absolute;
    top: 50%}
.popup-arrow, .popup-close {
    transition: color .3s;
}
.popup-close i {
    font-size: 4rem;
}
.popup-arrow:hover, .popup-close:hover {
    color: #00baff;
}
.popup-arrow--left {
    left: 0;
}
.popup-arrow--right {
    right: 0;
}
@keyframes b {
    0% {
    opacity: 0;
}
to {
    opacity: 1;
}
}@keyframes c {
    0% {
    opacity: 1;
}
to {
    opacity: 0;
}
}@media (min-width:576px) {
    .projects .realization {
    height: 400px;
}
}@media (min-width:768px) {
    .nav__logo img {
    width: 130px;
}
.services__card {
    width: 33.3%;
    height: 160px;
    font-size: 1.5rem;
}
.packages__cards {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 4rem;
    width: 100%;
    padding: 8rem 0 8rem 0;
}
.packages__card , .services__card__new{
    margin: 0;
    width: 47%}
.packages__card--text {
    padding: 1rem 0;
    font-size: 1.6rem;
}
.projects__gallery {
    flex-direction: row;
    flex-wrap: wrap;
}
.projects .realization {
    width: 50%}
.cooperation {
    padding: 10rem 0;
    background-image: url(../../dist/img/cooperation-img-large.jpg);
}
.cooperation .wrapper {
    flex-direction: row;
    justify-content: space-between;
}
.cooperation__box-top {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cooperation__box-bottom {
    width: 55%}
.cooperation__text {
    font-size: 1.5rem;
}
.cooperation__text:first-of-type {
    padding-top: 0;
}
.cooperation__text:nth-of-type(2) {
    padding-top: 2rem;
    padding-bottom: 0;
}
.cooperation__btn-desktop {
    display: block;
    width: -moz-max-content;
    width: max-content;
    padding: 1rem 3rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    border: 4px solid #00baff;
    text-decoration: none;
    transition: background-color .3s;
}
.cooperation__btn-desktop:focus, .cooperation__btn-desktop:hover {
    background-color: #00baff;
}
.cooperation__btn-mobile {
    display: none;
}
.header-services {
    background-image: url(../../dist/img/services-header-img-large.jpg);
}
.header-services .section-title, .header-tariff .section-title {
    padding-bottom: 8rem;
    font-size: 8rem;
}
.header-services__text, .header-tariff__text {
    display: flex;
    justify-content: flex-end;
    align-items: start;
}
.services-services__cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%}
.services-services__card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    width: 50%;
    height: 300px;
    padding-top: 6rem;
    border-bottom: none;
}
.services-services__title {
    padding-bottom: 1rem;
    text-align: left;
    font-size: 2.2rem;
    font-weight: 700;
    color: #00baff;
}
.services-services__text {
    font-size: 1.4em;
}
.header-tariff {
    background-image: url(../../dist/img/price-header-img-large.jpg);
}
.tariff .table .column-left {
    width: 75%}
.tariff .table .column-right {
    width: 25%}
.tariff .table__price-title, .tariff .table__services-title {
    font-size: 2.2rem;
}
.tariff .table__price-text, .tariff .table__services-text {
    font-size: 1.6rem;
}
.tariff .table td {
    height: 43px;
}
.tariff .attention-to-ceramics, .tariff .attention-to-ceramics-two, .tariff .attention-to-price {
    font-size: 1.4rem;
}
.cookie-info__title {
    font-size: 2.2rem;
}
.cookie-info__text, .cookie-info li {
    font-size: 1.4rem;
}
.box-gallery .gallery-img {
    width: 50%;
    height: 400px;
}
}
.full-front {
    display: flex;
}
@media (max-width:992px) {
    .header__social-icons {
        display: flex;
        gap: .5rem;
        flex-direction: column;
        margin-bottom: 1.5rem;
    }
    .services-w-50 {
        width: 90% !important;
    }
    .full-front {
        flex-direction: column;
    }
    .services-foil-list {
        width: 90% !important;
    }
}
@media (min-width:992px) {
    html {
    scroll-padding-top: 100px;
}
.nav {
    position: fixed;
    height: 100px;
}
.nav:after {
    height: 40%}
.nav__logo img {
    width: 145px;
}
.nav__menu-desktop {
    position: relative;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    height: 100px;
    width: 50%;
    background-color: transparent;
    z-index: 100;
}
.nav__menu-desktop:before {
    position: absolute;
    bottom: 0;
    left: -40px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 40px solid #00baff;
    border-left: 40px solid transparent;
}
.nav__menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60%;
    color: #999;
    font-size: 1.3rem;
    font-weight: 600;
}
.nav__menu-top .menu-top-contact {
    color: #999;
    text-decoration: none;
    transition: color .2s;
}
.nav__menu-top .menu-top-contact:focus, .nav__menu-top .menu-top-contact:hover {
    color: #fff;
}
.nav__menu-top .menu-top-number {
    color: #00baff;
    text-decoration: none;
    transition: color .2s;
}
.nav__menu-top .menu-top-number:focus, .nav__menu-top .menu-top-number:hover {
    color: #fff;
}
.nav__menu-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40%;
    background-color: #00baff;
}
.nav__menu-bottom .nav-link {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: color .2s;
}
.nav__menu-bottom .nav-link-active, .nav__menu-bottom .nav-link:focus, .nav__menu-bottom .nav-link:hover {
    color: #0e0e0e;
}
.nav__menu-btn, .nav__menu-mobile {
    display: none;
}
.header__btn {
    margin-top: 3rem;
    font-size: 1.6rem;
}
.header__social-icons .fb-icon, .header__social-icons .ig-icon {
    padding-left: 2rem;
}
.header__social-icons .fb-icon svg, .header__social-icons .ig-icon svg {
    width: 45px;
    height: 45px;
    fill: #fff;
    transition: fill .2s;
}
.services {
    display: flex;
    justify-content: space-between;
    width: 100%}
.services .section-title {
    font-size: 3.8rem;
}
.services__description {
    padding-right: 1rem;
    width: 30%}
.services__text {
    padding: 1rem 0 3rem;
    font-size: 1.6rem;
}
.services__btn {
    font-size: 1.5rem;
}
.services__cards {
    width: 70%}
.services__card {
    height: 160px;
    font-size: 1.5rem;
}
.services__card svg {
    margin-bottom: 1rem;
    width: 64px;
    height: 64px;
}
.projects__gallery {
    flex-direction: row;
    flex-wrap: wrap;
}
.projects .realization {
    width: 33.3%}
.cooperation__text {
    font-size: 1.6rem;
}
.cooperation__btn-desktop {
    font-size: 1.5rem;
}
.contact .section-title {
    text-align: left;
}
.contact__cards {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact__card {
    border-bottom: none;
    border-right: 2px solid #fff;
}
.contact__card .card-body {
    justify-content: flex-start;
    height: 150px;
}
.contact__card .card-body .card-title {
    font-size: 2.4rem;
}
.contact__card .card-body .card-text {
    font-size: 1.6rem;
}
.contact__card .card-body .fb-icon {
    padding-right: 2rem;
}
.contact__card:last-of-type {
    border-right: none;
}
.contact__form-map {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 2rem;
}
.contact__form {
    width: 40%;
    padding-top: 0;
}
.contact__form .form-title {
    text-align: left;
}
.contact__form form textarea {
    min-height: 350px;
    max-height: 550px;
}
.contact__form form button {
    font-size: 1.6rem;
}
.contact__map {
    padding-left: 2rem;
    width: 60%;
    height: 661px;
}
.contact__map iframe {
    width: 100%;
    height: 100%}
.footer-contact .wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-contact .wrapper .box {
    padding-top: 0;
}
.footer .wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
}
.footer__text:first-of-type {
    padding-bottom: 0;
}
.header-services .section-title, .header-tariff .section-title {
    font-size: 9rem;
}
.cookie-info__title {
    font-size: 2.4rem;
}
.cookie-info__text, .cookie-info li {
    font-size: 1.5rem;
}
.box-gallery .gallery-img {
    width: 50%;
    height: 400px;
}
}@media (min-width:1200px) {
    .nav__menu-top {
    font-size: 1.4rem;
}
.nav__menu-top .menu-top-number {
    font-size: 2rem;
}
.header__btn, .nav__menu-bottom .nav-link {
    font-size: 1.8rem;
}
.header__social-icons .fb-icon svg, .header__social-icons .ig-icon svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    transition: fill .2s;
}
.services {
    display: flex;
    justify-content: space-between;
    padding: 7rem 1rem;
    width: 100%}
.services .section-title {
    font-size: 4.7rem;
}
.services__description {
    padding-bottom: 5rem;
    padding-right: 1rem;
    width: 30%}
.services__text {
    padding: 1rem 0 3rem;
    font-size: 1.8rem;
}
.services__btn {
    font-size: 1.6rem;
}
.services__cards {
    width: 70%}
.services__card {
    width: 25%}
.packages {
    padding: 0 1rem;
}
.packages .section-title {
    text-align: center;
}
.packages__cards {
    gap: 4rem;
}
.packages__card {
    width: 31%}
.packages__card--text {
    padding: 1rem 0;
    font-size: 1.6rem;
}
.cooperation {
    padding: 12rem 0;
}
.cooperation__text {
    font-size: 1.8rem;
}
.cooperation__btn-desktop {
    font-size: 1.6rem;
}
.contact__card .card-body .card-title {
    font-size: 2.6rem;
}
.contact__card .card-body .card-text {
    font-size: 1.8rem;
}
.contact__form .form-title {
    text-align: left;
    font-size: 3rem;
}
.contact__form form label {
    font-size: 1.8rem;
}
.contact__form form input, select {
    margin-bottom: 1rem;
    padding: 1rem;
}
.contact__form form button {
    font-size: 1.7rem;
}
.contact__map {
    height: 674px;
}
.header-services .section-title, .header-tariff .section-title {
    font-size: 10rem;
}
.services-services__cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%}
.services-services__card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    height: 350px;
    padding-top: 8rem;
    border-bottom: none;
}
.services-services__title {
    padding-bottom: 1rem;
    text-align: left;
    font-size: 3rem;
    font-weight: 700;
    color: #00baff;
}
.services-services__text {
    font-size: 1.6em;
}
.box-gallery .gallery-img {
    width: 33.3%;
    height: 400px;
}
}
.services-start {
    justify-self: start;
}
.services-end {
    justify-self: end;
}
.services-text-right {
    text-align: right;
}
.services-text-center {
    text-align: center;
}
.services-m-top {
    margin-top: .2rem;
}
.services-m-top-2 {
    margin-top: 2rem;
}
.services-m-top-4 {
    margin-top: 4rem;
}
.services-m-bot-2 {
    margin-bottom: 2rem;
}
.services-m-bot-8 {
    margin-bottom: 8rem;
}
.services-color-text {
    color: #00baff;
}
.services-w-90 {
    width: 90%;
}
.services-w-50 {
    width: 50%;
}
.services-m-text {
    margin-top: 2rem;
    text-align: center;
}
.main-service-bg-ceramic {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
        url('../../dist/images/zabezpieczenie-lakieru-powłoką-ceramiczną.jpg');
}
.main-service-bg-foil {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
        url('../../dist/images/zabezpieczenie-lakieru-folią-ochronną.jpg');
}
.main-service-bg-fresh-paint {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
        url('../../dist/images/odświeżenie-lakieru2.jpg');
}
.main-service-bg-paint {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
        url('../../dist/images/korekta-lakieru.jpg');
}
.main-service-bg-detailing {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
        url('../../dist/images/detailing1.jpg');
}
.main-service-bg-sell {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
        url('../../dist/images/przygotowanie-do-sprzedaży.jpg');
}
.d-none  {
    display: none;
}
.services-paint-second {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), 
        url('../../dist/images/korekta-lakieru1.jpg'); 
        margin-top: 4rem;
}
.services-foil-list {
    width: 42.5%; 
    font-size: 2rem; 
    margin-top: 2rem;
}
