﻿footer .address p {
    display: block;
    text-align: left;
    font-weight: normal;
    margin-bottom: 10px;
    color: #36302e;
}

.second-slider.history .title .more-btn {
    display: flex;
}

.buy-ticket-btn {
    font-size: 31px;
    font-family: PunktoBold, Rubik, Lato, Lucida Grande, Lucida Sans Unicode, Tahoma, Sans-Serif;
    line-height: 1;
    letter-spacing: 1.25px;
    color: #004cff;
    width: 219px;
    height: 63px;
    display: flex;
    padding-left: 27px;
    align-items: center;
    justify-content: flex-start;
    background-image: url(/Files/img/more-btn.svg);
}


.bathing-detail-hero.event-detail .title {
    margin-bottom: 0;
}

.bathing-detail-hero .wrapper .price {
    margin: 25px 0 0 0;
}


.architectural-highlights-more-btn-en {
    font-size: 31px;
    font-family: PunktoBold, Rubik, Lato, Lucida Grande, Lucida Sans Unicode, Tahoma, Sans-Serif;
    line-height: 1;
    letter-spacing: 1.25px;
    color: #004cff;
    width: 219px;
    height: 63px;
    display: flex;
    padding-left: 27px;
    align-items: center;
    justify-content: flex-start;
    background-image: url(/Files/img/more-btn.svg);
}

.architectural-highlights-more-btn-tr {
    font-size: 30px;
    font-family: PunktoBold, Rubik, Lato, Lucida Grande, Lucida Sans Unicode, Tahoma, Sans-Serif;
    line-height: 1;
    letter-spacing: 1.25px;
    color: #004cff;
    width: 368px;
    height: 63px;
    display: flex;
    padding-left: 35px;
    align-items: center;
    justify-content: flex-start;
    background-image: url(/Files/img/events/event-archive.svg);
}

.architectural-highlights-more-btn-tr {
    display: flex;
}

.architectural-highlights-more-btn-en {
    display: flex;
}

.architectural-highlights-more-btn-mobile-tr {
    display: none;
}

.architectural-highlights-more-btn-mobile-en {
    display: none;
}


@media (min-width: 320px) and (max-width: 767px) {
    .second-slider.history .title .more-btn {
        display: none;
    }

    .buy-ticket-btn {
        width: 94px;
        height: 27px;
        padding-left: 11px;
        font-size: 12px;
        background-image: url(/Files/img/more-btn-mobile.svg);
    }

    .architectural-highlights-more-btn-tr {
        display: none;
    }

    .architectural-highlights-more-btn-en {
        display: none;
    }

    .architectural-highlights-more-btn-mobile-tr {
        font-family: PunktoBold, Rubik, Lato, Lucida Grande, Lucida Sans Unicode, Tahoma, Sans-Serif;
        line-height: 1;
        letter-spacing: 1.25px;
        color: #004cff;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 33px 0 0 auto;
        width: 154px;
        height: 27px;
        background-image: url(/Files/img/tr/more-btn-mobile.svg);
        padding-left: 15px;
        font-size: 11px;
    }

    .architectural-highlights-more-btn-mobile-en {
        font-family: PunktoBold, Rubik, Lato, Lucida Grande, Lucida Sans Unicode, Tahoma, Sans-Serif;
        line-height: 1;
        letter-spacing: 1.25px;
        color: #004cff;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 33px 0 0 auto;
        width: 94px;
        height: 27px;
        padding-left: 10px;
        font-size: 13px;
        background-image: url(/Files/img/more-btn-mobile.svg);
    }
}