/* Footer Styles for header_26 theme */
/* Combined from stylesheet.css and footer_april25.twig */

/* Base Footer Styles */
.footer {
    padding-top: 20px;
    background-color: var(--h26-panel-bg, #25323b);
    color: var(--h26-panel-text, #ffffff);
    margin-top: 4em;
    word-spacing: .04em;
    letter-spacing: .07em;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.footer__logo {
    width: 143px;
    opacity: 1
}

.footer__logo img {
    max-width: 200px
}

.footer-social {
    margin-top: 25px
}

.footer-social a {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    padding: 1em
}

.footer-powered-and-public-offer {
    margin: 65px 15% 100px;
    text-align: center
}

.footer-bottom a {
    color: inherit;
    padding-bottom: 5px;
    text-decoration: none
}

.footer_link {
    text-align: center
}

.footer_link a, .footer_link__inner {
    display: inline-block
}

.footer_link__adres {
    margin-bottom: 20px
}

.footer_link a {
    font-weight: 300;
    color: #191919
}

.footer_link a:not(:first-child) {
    margin-left: 25px
}

/* Modern Footer Layout from footer_april25.twig */
.nf {
    display: flex;
    text-align: left;
    min-height: 350px;
    margin: 40px auto 80px;
    word-spacing: 0.5px;
    letter-spacing: 0.1px;
    column-gap: 45px;
    justify-content: space-between;
}

.nf .footer-container *, footer.apr25.footer * {
    font-family: Gilroy, sans-serif;
}

.nf .footer-container {
    width: 20%;
    min-width: 11em;
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: space-between;
}

.nf .logo-section {
    background-position: left top;
    margin: -8px 0;
}

.company-info {
    font-size: 12px;
    line-height: 16px;
    opacity: 0.6;
}

.objects-column {
    list-style: none;
    column-count: 2;
    margin: 0;
    padding: 0;
    column-gap: 20px;
}

.nf .copyright {
    font-size: 18px;
    margin-top: 25px;
    opacity: 1;
}

.delivery-section, .projects-section, .subscribe-section {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.projects-section, .footer-social {
    width: 10%;
}

.projects-section {
    min-width: 9em;
    justify-content: flex-start;
}

.delivery-section {
    min-width: 17em;
}

.subscribe-section {
    width: 35%;
}

.nf h3 {
    font-size: 28px;
    font-family: Gilroy, sans-serif;
    font-weight: bold;
    margin: 0 0 45px;
    text-transform: uppercase;
    letter-spacing: -0.7px;
}

.contact-info {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.contact-info p {
    margin-bottom: 8px;
}

.email {
    font-size: 18px;
}

.cities-list {
    list-style: none;
    font-size: 13px;
    padding-inline-start: 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.objects-column li, .cities-list li {
    line-height: 19px;
    opacity: 0.65;
    font-weight: 300;
    font-size: 12px;
}

.cities-list li:last-child {
    grid-column: span 2;
    margin-top: 5px;
}

.social-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    margin: 0;
    align-items: flex-end;
    width: 60px;
}

.social-icons a {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.social-icons a:hover {
    opacity: 1;
}

.social-icon {
    width: 60px;
    height: 60px;
    background-size: 600px 60px;
}

.icon-vk {
    background-position: -198px -12px;
}

.icon-telegram {
    background-position: -136px 0;
}

.icon-whatsapp {
    background-position: -438px 0;
}

.icon-youtube {
    background-position: -320px 0;
}

.icon-viber {
    background-position: -379px 0;
}

/* Newsletter Form Styles */
.email-input {
    width: 100%;
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 2px;
    color: white;
    margin-bottom: 15px;
    font-size: 14px;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.checkbox-container input {
    margin-right: 10px;
    margin-top: 5px;
    transform: scale(1.1);
}

.checkbox-container p {
    font-size: 18px;
    line-height: 22px;
}

.policy-link {
    color: white;
    text-decoration: underline;
}

.disclaimer {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 20px;
    opacity: 0.6;
}

.agreement-link {
    display: block;
    color: white;
    text-decoration: underline;
    font-size: 18px;
    margin-top: 1em;
}

.policy-link:hover, .agreement-link:hover {
    text-decoration: none;
}

.newsletter-form {
    width: 100%;
}

.subscribe-button {
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s;
    margin-bottom: 15px;
}

.subscribe-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

#newsletter-message {
    font-size: 13px;
    padding: 10px 0;
    margin-bottom: 10px;
}

#newsletter-message.success {
    color: #4CAF50;
}

#newsletter-message.error {
    color: #F44336;
}

/* Responsive Design */
@media (max-width: 1920px) and (min-width: 1280px) {
    .nf {
        column-gap: 25px;
    }
    
    .nf h3 {
        font-size: 18px;
        margin: 0;
        display: block;
        min-height: 3.4em;
    }
    
    .checkbox-container p {
        font-size: 12px;
        line-height: 15px;
    }
    
    .nf .copyright {
        font-size: 14px;
    }
    
    footer .logo {
        width: 167px;
        background-size: 140px;
    }
    
    .disclaimer p {
        font-size: 11px;
        line-height: 14px;
    }
    
    a.agreement-link {
        font-size: 14px;
    }
    
    .checkbox-container {
        margin-bottom: 0;
    }
    
    .disclaimer {
        margin-top: 0px;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
        background-size: 390px 39px;
    }
    
    .icon-vk {
        background-position: -128px 0px;
    }
    
    .icon-telegram {
        background-position: -88px 0;
    }
    
    .icon-whatsapp {
        background-position: -284px 0;
    }
    
    .icon-youtube {
        background-position: -207px 0;
    }
    
    .icon-viber {
        background-position: -246.4px 0;
    }
    
    .contact-info {
        font-size: 13px;
    }
    
    .email {
        font-size: 16px;
    }
    
    .delivery-section {
        min-width: 9em;
    }
    
    .projects-section {
        min-width: 7em;
    }
    
    .subscribe-section {
        width: 35%;
    }
}

@media (max-width: 768px) {
    .nf {
        flex-direction: column;
        margin: 30px auto 50px;
        row-gap: 45px;
    }
    
    .nf .footer-container,
    .delivery-section,
    .projects-section,
    .subscribe-section,
    .footer-social {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
        box-sizing: border-box;
    }
    
    .delivery-section {
        order: 1;
        margin: 0;
        row-gap: 40px;
    }
    
    .subscribe-section {
        order: 2;
    }
    
    .projects-section {
        order: 3;
        min-width: 100%;
        margin-bottom: 30px;
    }
    
    .nf .footer-container {
        order: 5;
    }
    
    .footer-social {
        order: 4;
    }
    
    .nf h3 {
        font-size: 16pt;
        margin: 0 0 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .objects-column {
        column-count: 2;
        margin-bottom: 20px;
    }
    
    .social-icons {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
        margin: 20px 0;
        padding: 20px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
        background-size: 400px 40px;
    }
    
    .icon-vk {
        background-position: -132px 0;
    }
    
    .icon-telegram {
        background-position: -90px 0;
    }
    
    .icon-whatsapp {
        background-position: -290px 0;
    }
    
    .icon-youtube {
        background-position: -213px 0;
    }
    
    .icon-viber {
        background-position: -253px 0;
    }
    
    .contact-info {
        font-size: 14px;
        margin-bottom: 25px;
        line-height: 1.7;
    }
    
    .contact-info a {
        color: white;
        text-decoration: none;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
        padding-bottom: 2px;
    }
    
    .contact-info p {
        margin-bottom: 10px;
    }
    
    .email a {
        font-size: 14px;
        color: white;
        text-decoration: none;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
        padding-bottom: 2px;
    }
    
    .cities-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .cities-list li {
        width: 48%;
        margin-bottom: 15px;
        line-height: 1.4;
    }
    
    .cities-list li:last-child {
        width: 100%;
        margin-top: 10px;
        font-weight: bold;
    }
    
    .cities-list a {
        color: white;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 2px;
        transition: border-color 0.2s;
    }
    
    .cities-list a:hover {
        border-color: rgba(255, 255, 255, 0.5);
    }
    
    .checkbox-container {
        margin-bottom: 20px;
    }
    
    .checkbox-container p {
        font-size: 12px;
        line-height: 1.6;
    }
    
    .email-input {
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 4px;
        margin-bottom: 20px;
        transition: background-color 0.3s;
    }
    
    .email-input:focus {
        background-color: rgba(255, 255, 255, 0.15);
    }
    
    .subscribe-button {
        width: 100%;
        padding: 12px;
        background-color: rgba(255, 255, 255, 0.15);
        border-radius: 4px;
        font-weight: bold;
        letter-spacing: 0.5px;
        transition: background-color 0.3s;
    }
    
    .subscribe-button:hover {
        background-color: rgba(255, 255, 255, 0.25);
    }
    
    #newsletter-message {
        text-align: center;
        padding: 15px 0;
    }
    
    footer.footer .disclaimer p {
        font-size: 12px;
        line-height: 16px;
        opacity: 0.6;
        padding-top: 20px;
    }
    
    .disclaimer {
        margin: 0;
        opacity: 1;
    }
    
    .agreement-link {
        display: inline-block;
        margin-top: 10px;
    }
    
    .company-info {
        text-align: center;
        font-size: 12px;
        line-height: 1.8;
        opacity: 0.8;
    }
    
    .copyright {
        margin-top: 15px;
        font-size: 12px;
        text-align: center;
    }
    
    .nf .logo-section {
        width: 100%;
        margin: auto;
        background-position: center top;
    }
}

@media (max-width: 480px) {
    .nf {
        padding: 0 10px;
    }
    
    .nf h3 {
        font-size: 15pt;
        margin: 0 0 15px;
    }
    
    .cities-list {
        column-count: 2;
        display: block;
    }
    
    .cities-list li {
        width: 100%;
        margin-bottom: 12px;
    }
    
    .social-icons {
        gap: 15px;
    }
    
    .social-icon {
        width: 36px;
        height: 36px;
        background-size: 360px 36px;
    }
    
    .icon-vk {
        background-position: -119px 0;
    }
    
    .icon-telegram {
        background-position: -84px 0;
    }
    
    .icon-whatsapp {
        background-position: -262px 0;
    }
    
    .icon-youtube {
        background-position: -192px 0;
    }
    
    .email-input,
    .subscribe-button {
        padding: 12px 10px;
    }
    
    .company-info {
        font-size: 11px;
    }
}

/* Additional responsive styles from original stylesheet */
@media (min-width: 992px) {
    .footer-left {
        float: left;
        width: 50%
    }
    
    .footer-right {
        float: right;
        width: 50%
    }
}

@media (min-width: 992px) {
    .footer {
        padding-top: 60px
    }
    
    .footer-right-list {
        display: block;
        margin-top: 0;
        text-align: right
    }
    
    .footer-right-list li {
        display: list-item
    }
    
    .footer-right-list span {
        display: inline-block
    }
    
    .footer__email {
        margin: 0;
        padding: 0;
        border: 0
    }
    
    .footer-right-list i, .footer-right-list_mobile {
        display: none
    }
    
    .footer-powered-and-public-offer {
        opacity: 1
    }
}


@media (max-width: 540px) {
    .footer-powered-and-public-offer {
        line-height: 120%
    }
}

@media (max-width: 540px) {
    .footer_link a {
        padding: 5px 0
    }
}

@media (max-width: 540px) {
    .footer-bottom a {
        padding-bottom: 0
    }
}

@media (max-width: 540px) {
    .footer-powered-and-public-offer {
        margin: 3em .5em 1em
    }
}

@media (max-width: 540px) {
    .footer {
        padding-top: 10px
    }
}

@media (max-width: 540px) {
    .footer-right-list, .footer-right-list span {
        display: none
    }
}

@media (max-width: 540px) {
    .footer-right-list i, .footer-right-list li, .footer__email {
        display: inline-block
    }
}

@media (max-width: 540px) {
    .footer__email {
        margin: 0 10px;
        padding: 10px 15px;
        border-right: 1px solid #25323b;
        border-left: 1px solid #25323b
    }
}

@media (max-width: 540px) {
    .footer-right-list_mobile {
        display: block
    }
}

@media (max-width: 540px) {
    .footer-social a {
        font-size: 32px;
        padding: 5px
    }
}

@media (max-width: 540px) {
    .footer-powered-and-public-offer {
        opacity: .7;
        line-height: 1.2
    }
}



/*<!-- CSS styles to be added to your stylesheet ## cookie-notice ## -->*/

 .cookie-notice {
     position: fixed;
     bottom: 20px;
     left: 20px;
     z-index: 9999;
     visibility: hidden;
     opacity: 0;
     transition: opacity 0.5s, visibility 0.5s;
 }

.cookie-notice.show {
    visibility: visible;
    opacity: 1;
}

.cookie-notice-inner {
    position: relative;
    width: 320px;
    height: 320px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url("/image/pages/coockiesbgr.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.cookie-notice-content {
    padding: 30px 5px;
    max-width: 240px;
}

.cookie-notice-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 12px;
}

.cookie-notice-text {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 12px;
}
.cookie-notice-text > a {
    text-decoration: underline;
    color: white;
}


.cookie-notice-button {
    background-color: #ffffff;
    color: #263238;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 12px;
}

.cookie-notice-button:hover {
    background-color: #f0f0f0;
}

@media (max-width: 767px) {
    .cookie-notice-inner {
        width: 280px;
        height: 280px;
    }

    .cookie-notice-content {
        padding: 20px;
        max-width: 220px;
    }

    .cookie-notice-title {
        font-size: 16px;
    }

    .cookie-notice-text {
        font-size: 12px;
    }
}
