body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
    background-image: none;
    background-color: #fff;
}

.header-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.header-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    margin: 0;
    padding: 0;
    border: none;
}

.climate-equipment {
    width: 100%;
    height: 768px;
    background-color: #f4f1e8;
    background-image: url(../img/logo-img.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}

.climate-equipment h1 {
    text-align: center;
    font-size: 40px;
    margin-top: 20px;
}

.climate-equipment {
    text-align: center;
    font-size: 26px;
}

.paragraph-1 {
    padding-top: 250px;
}

.paragraph-2 {
    padding-top: 0;
}

.order-a-call img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.call {
    font-size: 14px;
}

.order-a-call {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: transparent;
    border: 1px solid black;
    transition: background-color 0.3s ease;
    margin-top: 130px;
}

.order-a-call .call {
    margin: 10px;
    font-size: 16px;
}

.order-a-call:hover {
    background-color: white;
    cursor: pointer;
}

.about-the-brend h2 {
    font-size: 40px;
}

.about-the-brend p {
    font-size: 26px;
}

.about-the-brend-container {
    display: flex;
    align-items: center;
}

.about-the-brend {
    flex: 1;
    margin-left: 20px;
}

.about-the-brend-img {
    flex-shrink: 0;
}

.about-the-brend-img img {
    margin-left: 0;
    margin-right: 0;
}

.about-us-container {
    display: flex;
    align-items: center;
}

.about-us {
    flex: 1;
    margin-left: 20px;
}

.about-us h2 {
    font-size: 40px;
}

.about-us p {
    font-size: 26px;
}

.about-us-img {
    flex-shrink: 0;
}

.about-us-img img {
    margin-left: 0;
    margin-right: 0;
}

.modern-design {
    width: 100%;
    height: 768px;
    background-image: url(../img/logo-img-2.png);
    background-color: #f4f1e8;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}

.modern-design img {
    width: 100px;
    height: 100px;
    margin-right: 8px;
    margin-top: 20px;
}

.modern-design p {
    font-size: 26px;
    text-align: center;
    margin-top: 200px;
}

.modern-design h2 {
    text-align: center;
    font-size: 40px;
}

.order-a-call-2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: transparent;
    border: 1px solid black;
    transition: background-color 0.3s ease;
    margin-top: 160px;
}

.order-a-call-2:hover {
    background-color: white;
    cursor: pointer;
}

.order-a-call-2 .call-2 {
    margin: 10px;
    font-size: 16px;
}

.order-a-call-2 img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: 0;
}

.catalog {
    width: 100%;
    margin: 0 auto;
}

.catalog h2 {
    text-align: center;
    font-size: 40px;
}

.product-row {
    display: flex;
    justify-content: center; /* Центрирует блоки по горизонтали */
}

.product-block, .product-block-1, .product-block-2, .product-block-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 260px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    margin-left: 20px; /* Добавляет пространство между блоками */
}

.product-block img, .product-block-1 img, .product-block-2 img, .product-block-3 img {
    width: auto;
    height: 100px;
    margin-bottom: 10px;
}

.product-block p, .product-block-1 p, .product-block-2 p, .product-block-3 p {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

.product-block h2, .product-block-1 h2, .product-block-2 h2, .product-block-3 h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}


.wide-range-of-products {
    width: 100%;
    height: 768px;
    background-color: #f4f1e8;
    background-image: url(../img/logo-img.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}

.wide-range-of-products img {
    width: 100px;
    height: 100px;
    margin-right: 8px;
    margin-top: 20px;
}

.wide-range-of-products h2 {
    text-align: center;
    font-size: 40px;
}

.wide-range-of-products p {
    font-size: 26px;
    text-align: center;
    margin-top: 200px;
}

.order-a-call-3 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: transparent;
    border: 1px solid black;
    transition: background-color 0.3s ease;
    margin-top: 200px;
}

.order-a-call-3:hover {
    background-color: white;
    cursor: pointer;
}

.order-a-call-3 img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: 0;
}

.order-a-call-3 .call-3 {
    margin: 10px;
    font-size: 16px;
}

.reliability-and-durability {
    display: flex;
    align-items: center;
}

.reliability-and-durability-name {
    text-align: center;
    font-size: 40px;
}

.reliability-and-durability-img {
    flex: 1;
    margin-left: 20px;
}

.reliability-and-durability-text {
    flex: 1;
    margin-left: 20px;
}

.reliability-and-durability-text p {
    font-size: 26px;
}

.silent-operation {
    width: 100%;
    height: 768px;
    background-color: #f4f1e8;
    color: black;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}

.silent-operation img {
    width: 100px;
    height: 100px;
    margin-right: 8px;
    margin-top: 20px;
}

.silent-operation h2 {
    text-align: center;
    font-size: 40px;
}

.silent-operation p {
    font-size: 26px;
    text-align: center;
    margin-top: 200px;
}

.order-a-call-4 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: transparent;
    border: 1px solid black;
    transition: background-color 0.3s ease;
    margin-top: 200px;
}

.order-a-call-4:hover {
    background-color: white;
    cursor: pointer;
}

.order-a-call-4 img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: 0;
}

.order-a-call-4 .call-4 {
    margin: 10px;
    font-size: 16px;
}

.everything-for-your-comfort-name {
    text-align: center;
    font-size: 40px;
}

.everything-for-your-comfort {
    display: flex;
    align-items: center;
}

.everything-for-your-comfort-img{
    flex: 1;
    margin-left: 20px;
}

.everything-for-your-comfort-text {
    flex: 1;
    margin-left: 20px;
}

.everything-for-your-comfort-text p {
    font-size: 26px;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
}

.h3-footer {
    text-align: center;
    font-size: 23px;
}

.footer-content {
    display: flex;
    align-items: center;
}

.contact-form {
    margin-left: 20px;
}

.contacts {
    margin-left: 250px;
    margin-bottom: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contacts p {
    margin-bottom: 10px;
    text-align: center;
}

.icons {
    display: flex;
    justify-content: center;
}

.icons a {
    margin: 0 10px;
}

.contacts img {
    display: block;
    width: 50px;
    height: auto;
}

.about-us-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 250px;
    margin-bottom: 110px;
}

.about-us-footer p {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 18px;
}

.about-us-footer img {
    max-width: 200px;
    height: auto;
}

.about-us-footer u {
    margin-left: 10px;
}

.telegram {
    margin-left: 10px;
}

.phone {
    font-size: 18px;
    margin-left: 100px;
}

.name {
    font-size: 18px;
    margin-left: 100px;
}

.phone-input {
    width: 200px;
    height: 20px;
    font-size: 14px;
    padding: 10px;
    margin-left: 40px;
}

.name-input {
    width: 200px;
    height: 20px;
    font-size: 14px;
    padding: 10px;
    margin-left: 40px;
    margin-top: 5px;
}

.send {
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: white;
    border: 1px solid black;
    transition: background-color 0.3s ease;
    font-size: 10px;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 180px;
    margin-top: 5px;
}

.send:hover {
    background-color: lightgray;
}

.who-are-we h3 {
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}

.pay {
    text-align: center;
}

.pay img {
    width: 150px;
    height: auto;
    margin: 0 10px;
}

.about-us-footer a {
    color: white;
    text-decoration: none;
}

.about-us-footer a:hover {
    color: white;
}

.modal {
    display: none;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #888;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-content h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.modal-content p {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.modal-content form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.modal-content form label {
    font-size: 14px;
    color: #333;
}

.modal-content form input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.modal-content form button {
    padding: 10px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.modal-content form button:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
        body, html {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        font-family: Arial, sans-serif;
        overflow-x: hidden;
    }
    
    .header-container {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    
    .header-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: flex;
        margin: 0;
        padding: 0;
        border: none;
    }
    
    .climate-equipment {
        width: 100%;
        height: 768px;
        background-image: url(../img/logo-img.png);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        position: relative;
        text-align: center;
    }
    
    .climate-equipment h1 {
        text-align: center;
        font-size: 40px;
        margin-top: 20px;
    }
    
    .climate-equipment {
        text-align: center;
        font-size: 26px;
    }
    
    .paragraph-1 {
        padding-top: 0;
        font-size: 14px;
    }
    
    .paragraph-2 {
        padding-top: 0;
        font-size: 14px;
    }
    
    .order-a-call img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    
    .call {
        font-size: 14px;
    }
    
    .order-a-call {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        padding: 5px;
        background-color: transparent;
        border: 1px solid black;
        transition: background-color 0.3s ease;
        margin-top: 100px;
    }
    
    .order-a-call .call {
        margin: 10px;
        font-size: 16px;
    }
    
    .order-a-call:hover {
        background-color: white;
        cursor: pointer;
    }
    
    .about-the-brend h2 {
        font-size: 40px;
    }
    
    .about-the-brend p {
        font-size: 26px;
    }
    
    .about-the-brend-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .about-the-brend {
        flex: 1;
        margin-left: 20px;
    }
    
    .about-the-brend-img {
        flex-shrink: 0;
    }
    
    .about-the-brend-img img {
        margin: 0;
    }
    
    .about-us-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .about-us {
        flex: 1;
        margin-left: 20px;
    }
    
    .about-us h2 {
        font-size: 40px;
    }
    
    .about-us p {
        font-size: 26px;
    }
    
    .about-us-img {
        flex-shrink: 0;
    }
    
    .about-us-img img {
        margin: 0;
        width: 200px;
        height: auto;
        margin-bottom: 10px;
    }
    
    .modern-design {
        width: 100%;
        height: 768px;
        background-image: url(../img/logo-img-2.png);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        position: relative;
        text-align: center;
    }
    
    .modern-design img {
        width: 100px;
        height: 100px;
        margin-right: 8px;
        margin-top: 20px;
    }
    
    .modern-design p {
        font-size: 14px;
        text-align: center;
        margin-top: 0;
    }
    
    .modern-design h2 {
        text-align: center;
        font-size: 40px;
    }
    
    .order-a-call-2 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        padding: 5px;
        background-color: transparent;
        border: 1px solid black;
        transition: background-color 0.3s ease;
        margin-top: 160px;
    }
    
    .order-a-call-2:hover {
        background-color: white;
        cursor: pointer;
    }
    
    .order-a-call-2 .call-2 {
        margin: 10px;
        font-size: 16px;
    }
    
    .order-a-call-2 img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        margin-top: 0;
    }
    
    .catalog {
        width: 100%;
        margin: 0 auto;
    }
    
    .catalog h2 {
        text-align: center;
        font-size: 40px;
    }
    
    .product-row {
        display: flex;
        justify-content: flex-start;
        overflow-y: auto;
    }
    
    .product-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 260px;
        padding: 20px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 8px;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    
    .product-block img {
        width: auto;
        height: 100px;
        margin-bottom: 10px;
    }
    
    .product-block p {
        font-size: 14px;
        color: #666;
        margin: 10px 0;
    }
    
    .product-block h2 {
        font-size: 20px;
        color: #333;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .product-block-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 260px;
        padding: 20px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 8px;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    
    .product-block-1 img {
        width: auto;
        height: 100px;
        margin-bottom: 10px;
    }
    
    .product-block-1 p {
        font-size: 14px;
        color: #666;
        margin: 10px 0;
    }
    
    .product-block-1 h2 {
        font-size: 20px;
        color: #333;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .product-block-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 260px;
        padding: 20px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 8px;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    
    .product-block-2 img {
        width: auto;
        height: 100px;
        margin-bottom: 10px;
    }
    
    .product-block-2 p {
        font-size: 14px;
        color: #666;
        margin: 10px 0;
    }
    
    .product-block-2 h2 {
        font-size: 20px;
        color: #333;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .product-block-3 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 260px;
        padding: 20px;
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 8px;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    
    .product-block-3 img {
        width: auto;
        height: 100px;
        margin-bottom: 10px;
    }
    
    .product-block-3 p {
        font-size: 14px;
        color: #666;
        margin: 10px 0;
    }
    
    .product-block-3 h2 {
        font-size: 20px;
        color: #333;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .wide-range-of-products {
        width: 100%;
        height: 768px;
        background-image: url(../img/logo-img.png);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        position: relative;
        text-align: center;
    }
    
    .wide-range-of-products img {
        width: 100px;
        height: 100px;
        margin-right: 8px;
        margin-top: 20px;
    }
    
    .wide-range-of-products h2 {
        text-align: center;
        font-size: 40px;
    }
    
    .wide-range-of-products p {
        font-size: 14px;
        text-align: center;
        margin-top: 0;
    }
    
    .order-a-call-3 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        padding: 5px;
        background-color: transparent;
        border: 1px solid black;
        transition: background-color 0.3s ease;
        margin-top: 100px;
    }
    
    .order-a-call-3:hover {
        background-color: white;
        cursor: pointer;
    }
    
    .order-a-call-3 img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        margin-top: 0;
    }
    
    .order-a-call-3 .call-3 {
        margin: 10px;
        font-size: 16px;
    }
    
    .reliability-and-durability {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .reliability-and-durability-img {
        width: 100%;
        height: auto;
    }
    
    .reliability-and-durability-img img {
        margin-top: 20px;
        width: 100%;
        height: auto;
        max-width: 100%;
        display: block;
    }
    
    .reliability-and-durability-text {
        margin-top: 20px;
        text-align: center;
    }
    
    .reliability-and-durability-text p {
        font-size: 18px;
    }
    
    .reliability-and-durability-name {
        text-align: center;
        font-size: 30px;
    }
    
    
    .silent-operation {
        width: 100%;
    height: 768px;
    background-color: #f4f1e8;
    color: black;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    }
    
    .silent-operation img {
        width: 100px;
        height: 100px;
        margin-right: 8px;
        margin-top: 20px;
    }
    
    .silent-operation h2 {
        text-align: center;
        font-size: 40px;
    }
    
    .silent-operation p {
        font-size: 14px;
        text-align: center;
        margin-top: 0;
    }
    
    .order-a-call-4 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        padding: 5px;
        background-color: transparent;
        border: 1px solid black;
        transition: background-color 0.3s ease;
        margin-top: 100px;
    }
    
    .order-a-call-4:hover {
        background-color: white;
        cursor: pointer;
    }
    
    .order-a-call-4 img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        margin-top: 0;
    }
    
    .order-a-call-4 .call-4 {
        margin: 10px;
        font-size: 16px;
    }
    
    .everything-for-your-comfort-name {
        text-align: center;
        font-size: 30px;
    }
    
    .everything-for-your-comfort {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .everything-for-your-comfort-img{
        width: 100%;
        height: auto;
    }
    
    .everything-for-your-comfort-img img {
        margin-top: 20px;
        width: 100%;
        height: auto;
        max-width: 100%;
        display: block;
    }
    
    .everything-for-your-comfort-text {
        margin-top: 20px;
        text-align: center;
    }
    
    .everything-for-your-comfort-text p {
        font-size: 18px;
    }
    
    footer {
        background-color: #333;
        color: #fff;
        padding: 20px;
    }
    
    .h3-footer {
        text-align: center;
        font-size: 23px;
    }
    
    .footer-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .contacts,
    .about-us-footer,
    .contact-form {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    
    .contacts p {
        margin-bottom: 10px;
    }
    
    .icons {
        display: flex;
        justify-content: center;
    }
    
    .icons a {
        margin: 0 10px;
    }
    
    .contacts img {
        display: block;
        width: 50px;
        height: auto;
    }
    
    .about-us-footer p {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 18px;
    }
    
    .about-us-footer img {
        max-width: 200px;
        height: auto;
        margin-left: 20px;
    }
    
    .about-us-footer u {
        margin-left: 0;
    }
    
    .telegram {
        margin-left: 0;
    }
    
    .phone {
        font-size: 18px;
        margin-left: 40px;
    }
    
    .name {
        font-size: 18px;
        margin-left: 40px;
        margin-right: 0;
    }
    
    .phone-input {
        width: 200px;
        height: 20px;
        font-size: 14px;
        padding: 10px;
        margin-left: 40px;
    }
    
    .name-input {
        width: 200px;
        height: 20px;
        font-size: 14px;
        padding: 10px;
        margin-left: 40px;
        margin-top: 5px;
    }
    
    .send {
        left: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        background-color: white;
        border: 1px solid black;
        transition: background-color 0.3s ease;
        font-size: 10px;
        height: 30px;
        font-size: 14px;
        cursor: pointer;
        margin-left: 181px;
        margin-top: 5px;
    }
    
    .send:hover {
        background-color: lightgray;
    }
    
    .who-are-we h3 {
        font-size: 23px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .pay {
        text-align: center;
    }
    
    .pay img {
        width: 150px;
        height: auto;
        margin: 0 10px;
    }
    
    .about-us-footer a {
        color: white;
        text-decoration: none;
    }
    
    .about-us-footer a:hover {
        color: white;
    }
    
    .modal {
        display: none;
        position: fixed; 
        z-index: 1; 
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.4);
    }
    
    .modal-content {
        background-color: #fff;
        margin: 10% auto;
        padding: 20px;
        border-radius: 8px;
        border: 1px solid #888;
        width: 90%;
        max-width: 500px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        animation: fadeIn 0.3s ease-in-out;
    }
    
    @keyframes fadeIn {
        from {opacity: 0;}
        to {opacity: 1;}
    }
    
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    
    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    
    .modal-content h2 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 24px;
        color: #333;
    }
    
    .modal-content p {
        text-align: center;
        font-size: 16px;
        color: #666;
    }
    
    .modal-content form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .modal-content form label {
        font-size: 14px;
        color: #333;
    }
    
    .modal-content form input {
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-size: 16px;
    }
    
    .modal-content form button {
        padding: 10px;
        background-color: #007BFF;
        color: #fff;
        border: none;
        border-radius: 4px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .modal-content form button:hover {
        background-color: #0056b3;
    }
}