.lite-title .article-title-wrapper {
    position: relative;
    width: 90vw;
    margin: 0 auto;
    padding: 9vw 0 4vw;
}

.lite-title h1 {
    font-size: 11vw;
    color: #855310;
}

.article-title-wrapper {
    position: relative;
    width: 90vw;
    margin: 0 auto;
    padding: 9vw 0;
}

.google-map {
    padding-bottom: 50%;
    position: relative;
    margin-bottom: 4vw;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.contacts-page-contacts-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4vw;
    margin-bottom: 8vw;
}

.contacts-page-contacts-wrapper h2 {
    font-size: 24px;
    font-weight: 700;
    color: #422a0a;
    margin-bottom: 7px;
}

.contacts-page-contacts-wrapper span {
    font-size: 16px;
    display: block;
    color: #855310;
    font-weight: 600;
}

.tickets a{
    background-color: #00876d;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 12px;
    border-radius: 99px;
    padding: 6px 14px;
}

.tickets blue-button{
    background-color: #0056b3; /* Синий цвет */
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 12px;
    border-radius: 99px;
    padding: 6px 14px;
}

@media screen and (min-width: 640px) {

    .lite-title .article-title-wrapper {
        position: relative;
        width: 57.031vw;
        margin: 0 auto;
    }

    .lite-title h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .article-title-wrapper {
        position: relative;
        width: 57.031vw;
        margin: 0 auto;
        padding: 0;
        height: 38vw;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .google-map {
        padding-bottom: 50%;
        position: relative;
        margin-bottom: 0;
    }    

    .contacts-page-contacts-wrapper {
        display: flex;
        flex-direction: row;
        gap: 0;
        justify-content: space-between;
        margin-bottom: 4.082vw;
    }

    .contacts-page-contacts-wrapper > div {
        flex-basis: 31%;
        padding: 2.857vw 2.449vw 3.265vw;
        background-color: #d4fff6;
    }    

    .contacts-page-contacts-wrapper h2 {
        font-size: 1.959vw;
        font-weight: 700;
        color: #422a0a;
        margin-bottom: 0.571vw;
    }
    
    .contacts-page-contacts-wrapper span {
        font-size: 1.306vw;
        display: block;
        color: #855310;
        font-weight: 600;
    }
}

@media screen and (min-width: 1300px) {

    .lite-title .article-title-wrapper {
        position: relative;
        width: 1095px;
        margin: 0 auto;
        padding: 20px 0 0;
    }

    .lite-title h1 {
        font-size: 46px;
    }

    .article-title-wrapper {
        position: relative;
        width: 1095px;
        margin: 0 auto;
        padding: 0;
        height: 723px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .google-map {
        padding-bottom: 50%;
        position: relative;
        margin-bottom: 0;
    }    

    .contacts-page-contacts-wrapper {
        display: flex;
        flex-direction: row;
        gap: 0;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .contacts-page-contacts-wrapper > div {
        flex-basis: 24%;
        padding: 25px 20px 32px;
        background-color: #d4fff6;
    }    
    
    .contacts-page-contacts-wrapper h2 {
        font-size: 18px;
        font-weight: 700;
        color: #422a0a;
        margin-bottom: 4px;
    }

    .contacts-page-contacts-wrapper span {
        font-size: 15px;
        display: block;
        color: #855310;
        font-weight: 600;
    }
}