    .contacty {
        font-family: 'Open Sans', sans-serif;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        text-align: left;
        padding: 0px;
        margin: 0px;
    }

    .contacty1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .contacty-title {
        font-weight: 700;
        font-size: 49px;
        line-height: 100%;
        color: #000000;
        margin-bottom: 50px;
    }

    .swiper-slide-contacty {
        width: 416px !important;
        height: 213px !important;
        border-radius: 10px !important;
        border: 1px solid #AAADB066 !important;
        background-color: #EEEFF1;
        padding-top: 20px;
        padding-left: 20px;
    }

    .swiper-wrapper-contacty .swiper-slide {
        align-items: initial !important;
        justify-content: initial !important;
        padding-bottom: 100px;
    }

    .contacty-name-kart {
        font-weight: 600;
        font-size: 35px;
        line-height: 100%;
        color: #2B2B2C;
        margin-bottom: 15px;
    }

    .contacty-kart {
        display: flex;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .copy-notification {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: #4CC574;
        color: white;
        padding: 10px 20px;
        border-radius: 10px;
        display: none;
        animation: fadeInOut 3s ease-in-out;
        z-index: 1;
    }

    @keyframes fadeInOut {
        0% {
            opacity: 0;
        }
        10% {
            opacity: 1;
        }
        90% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }

    .img-contact-glav {
        width: 24px !important;
        height: 24px !important;
        margin-right: 10px;
    }

    .contacty-kart a {
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: #2B2B2C;
    }

    .ulica-contact {
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        color: #2B2B2C;
    }

    @media (max-width: 1700px) {
        .contacty1 {
            margin-left: 167px;
        }
    }

    @media (max-width: 1700px) {
        .contacty1 {
            margin-left: 170px;
        }
    }

    @media (max-width: 1370px) {
        .contacty1 {
            margin-left: 105px;
        }
    }

    @media (max-width: 700px) {
        .swiper-wrapper-contacty {
            display: block;
        }

        .swiper-slide-contacty {
            margin-right: 0px;
            margin-bottom: 15px;
        }
    }

    @media (max-width: 630px) {
        .contacty1 {
            margin-left: 80px;
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }

    @media (max-width: 520px) {
        .swiper-slide-contacty {
            width: 360px !important;
        }

        .contacty-name-kart {
            font-size: 30px;
        }

        .ulica-contact {
            font-size: 15px;
        }

        .contacty-kart a {
            font-size: 15px;
        }
    }

    @media (max-width: 470px) {
        .contacty1 {
            margin-left: 62px;
        }
    }

    @media (max-width: 450px) {
        .contacty-title {
            font-weight: 600;
            font-size: 27px;
            line-height: 100%;
            margin-bottom: 30px;
        }

        .contacty-name-kart {
            font-weight: 700;
            font-size: 14px;
            line-height: 100%;
        }

        .ulica-contact {
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            color: #2B2B2C;
        }

        .contacty-kart a {
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            color: #2B2B2C;
        }

        .swiper-slide-contacty {
            border-radius: 10px !important;
            width: 327px !important;
            height: 181px !important;
        }
    }

    @media (max-width: 420px) {
        .contacty1 {
            margin-left: 18px;
        }
    }

    @media (max-width: 359px) {
        .swiper-slide-contacty {
            width: 295px !important;
            height: 164px !important;
        }

        .ulica-contact {
            font-size: 12px;
        }

        .contacty-kart a {
            font-size: 12px;
        }
    }
