﻿.text {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Open Sans';
}

    .text.small {
        font-size: 16px;
        line-height: 24px;
    }

.footer {
    font-family: 'Open Sans';
    flex: 0 0 auto;
    background: transparent;
    padding: 35px 24px;
    color: white;
    gap: 32px;
    max-width: 100%;
    background: linear-gradient(315deg, #25408f, #00a998);
}

    .footer .link {
        letter-spacing: 0;
    }

    .footer .mainRow {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

.mainRow_type_footer {
    margin-top: 15px;
}

.footer__logo {
    width: 100%;
    max-width: 342px;
    height: 83px;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.footer .text {
    margin: 0;
}

.footer .chat-open-button {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    color: white;
    display: flex;
    gap: 10px;
    width: max-content;
    margin-bottom: 8px;
}

    .footer .chat-open-button svg {
        width: 30px;
        fill: white;
    }

.footer .open-button {
    margin-top: 15px;
    margin-bottom: 8px;
}

.footer .callback-open-button {
    margin-bottom: 10px;
}

.footer__pageLinks {
    margin-left: 50px;
}

.footer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__menu_item {
    margin-bottom: 8px;
}

.footer__menu_follow {
    display: flex;
    gap: 16px;
    margin: 8px 0 20px;
}

.footer__menu_follow_item {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer__menu_follow_item img {
        width: 60%;
        height: 60%;
    }

    .footer__menu_follow_item:hover {
        background-color: white;
    }

        .footer__menu_follow_item:hover img {
            filter: invert(80%) sepia(58%) saturate(3772%) hue-rotate(297deg) brightness(104%) contrast(95%);
        }

.footer__menu_horizontal {
    display: flex;
    gap: 32px;
    align-items: center;
}

    .footer__menu_horizontal .footer__menu_item {
        margin-bottom: 0;
    }

        .footer__menu_horizontal .footer__menu_item a {
            font-size: 12px;
            line-height: 19px;
        }

.footer__address {
    padding-top: 32px;
}

.footer__copyright {
    font-family: 'Open Sans';
    min-width: 445.89px;
    font-size: 12px;
    line-height: 19px;
    margin: 0;
}

.footer .mainRow .footer__pageLinks {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.additionalInfo {
    min-width: 445.89px;
}

@media (max-width: 990px) {
    .footer .mainRow .mainInfo {
        margin: 0;
    }

    .footer__pageLinks {
        margin-left: 0;
    }


    .footer__address {
        padding: 0;
    }

    .footer__bottomInfo {
        padding: 8px 0 0;
        display: flex;
        flex-direction: column;
    }


    .footer__menu_horizontal {
        margin: 0;
    }

        .footer__menu_horizontal .footer__menu_item {
            font-size: 12px;
        }
}

@media (max-width: 767px) {
    .mainRow {
        gap: 15px;
    }

    .mainRow_type_footer {
        margin-top: 0;
    }

    .additionalInfo {
        min-width: 445.89px;
    }
}

@media (max-width: 717px) {
    .footer__menu_follow {
        margin-bottom: 20px;
    }

    .footer .open-button {
        margin-top: 0;
    }

    .footer .callback-open-button {
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {

    .additionalInfo {
        min-width: 0;
    }
}

.link {
    font-size: 18px;
    line-height: 26px;
    color: #ab1e89;
    text-decoration: underline;
    text-decoration-color: #ab1e89;
    text-underline-offset: 5px;
    font-family: "acumin-pro-condensed";
    font-weight: 500;
    letter-spacing: 0.75px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}

    .link:hover {
        color: #ab1e89;
        text-decoration-thickness: 2px;
    }

    .link.big {
        font-size: 24px;
        line-height: 1.2;
        font-family: "acumin-pro-condensed";
        font-weight: 600;
        color: #1e2222;
        text-decoration: underline;
        text-decoration-thickness: 1px;
        letter-spacing: normal;
        text-underline-offset: 5px;
    }

        .link.big:hover {
            color: #ab1e89;
            text-decoration-thickness: 2px;
        }

    .link.white {
        font-size: 16px;
        color: white;
        text-transform: none;
        font-family: "Open Sans";
        text-decoration: underline;
        text-decoration-color: white !important;
        text-underline-offset: 3px;
    }

        .link.white:hover {
            text-decoration-thickness: 2px;
        }

.link_type_multiple_rotator_white {
    color: white;
    text-decoration-color: white;
}

    .link_type_multiple_rotator_white:hover {
        color: white;
    }


.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 9;
    background-color: #f5f5f5;
}

.chat-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    filter: brightness(0) invert(1);
}

    .chat-icon svg {
        width: 24px;
        height: 24px;
        fill: white;
    }

.chat-title-bar {
    display: inline-block;
    border-bottom: 4px solid;
    border-image: linear-gradient(315deg, #25408f 0%, #00a998 100%) 1;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

    .chat-title-bar h3 {
        font-family: "acumin-pro-condensed";
        font-size: 32px;
        line-height: 1.2;
        font-weight: 500;
        margin: 0;
    }

.chat-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-popup table th {
    color: #1e2222;
    font-size: 12px;
    padding: 15px;
    text-align: left;
    border: none;
    font-weight: normal;
    background: #f5f5f5;
}

.chat-popup table {
    border: none;
    margin-bottom: 8px;
}

.chat-popup td, .chat-popup tr:nth-child(2n) td {
    border: none;
    background: #f5f5f5;
    padding: 15px;
}

.chat-popup button {
    color: white;
    background: #25408f;
    border: 2px solid #25408f;
    font-family: "acumin-pro-condensed";
    font-weight: 700;
    font-size: 18px;
    line-height: 19px;
    padding: 16px 20px 17px;
    transition: background-color ease-out 0.3s;
    letter-spacing: 1px;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

    .chat-popup button:hover {
        color: #25408f;
        background: white;
    }

.chat-popup select {
    color: #000;
    min-width: 220px;
    width: -webkit-fill-available;
    padding: 1px 2px;
}

.callback-message {
    padding-left: 15px;
}

.callback-success-message {
    color: #04ff04;
}

.callback-fail-message {
    color: #ff0f07;
}

.chat-popup h3 {
    color: #1e2222;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0px;
}

.chat-popup input {
    min-width: 220px;
    width: -webkit-fill-available;
}

#callback-title {
    font-size: 20px;
}

.chat-popup link {
    margin-bottom: 5px;
}

.chat-popup {
    background-color: #f5f5f5;
}

    .chat-popup .red {
        color: red;
    }

@media (max-width: 500px) {
    .chat-popup .cancel {
        margin-left: 10px;
    }
}


.disabled {
    opacity: 0.2;
    cursor: not-allowed !important;
}
