/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
#appbar>nav.navbar[b-alofizvaz5]{
    padding-inline: 0.2rem;
}

.menu-bar .navbar-toggler-icon[b-alofizvaz5] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(232, 94, 56, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#mobile-menu-button[b-alofizvaz5] {
    position: relative;
    height: 1rem;
    width: 1.3rem;
}

    #mobile-menu-button .menu-btn-line[b-alofizvaz5] {
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #818181;
        transition: all 0.3s ease-in-out;
    }

        #mobile-menu-button .menu-btn-line.top[b-alofizvaz5] {
            top: 0;
        }

        #mobile-menu-button .menu-btn-line.mid[b-alofizvaz5] {
            top: 50%;
        }

        #mobile-menu-button .menu-btn-line.bot[b-alofizvaz5] {
            top: 100%;
        }

    #mobile-menu-button.active .menu-btn-line.top[b-alofizvaz5] {
        transform: rotate(45deg);
        top: 50%;
    }

    #mobile-menu-button.active .menu-btn-line.mid[b-alofizvaz5] {
        transform: rotate(45deg);
        opacity: 0;
    }

    #mobile-menu-button.active .menu-btn-line.bot[b-alofizvaz5] {
        transform: rotate(-45deg);
        top: 50%;
    }

a.navbar-brand[b-alofizvaz5] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-alofizvaz5] {
    color: #0077cc;
}

.btn-primary[b-alofizvaz5] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-alofizvaz5], .nav-pills .show > .nav-link[b-alofizvaz5] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-alofizvaz5] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-alofizvaz5] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-alofizvaz5] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-alofizvaz5] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-alofizvaz5] {
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

    .footer .footer-link[b-alofizvaz5] {
        cursor: pointer;
        color: var(--bs-text-light);
        text-decoration: none;
        font-size: 0.9rem;
    }

        .footer .footer-link:hover[b-alofizvaz5] {
            text-decoration: underline;
        }

    .footer .footer-newsletter .container[b-alofizvaz5] {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-block: 2rem;
        align-items: center;
    }

        .footer .footer-newsletter .container h4[b-alofizvaz5] {
            width: 100%;
            font-size: 1.2rem;
            text-wrap: auto;
        }

        .footer .footer-newsletter .container .input[b-alofizvaz5] {
            position: relative;
            width: 100%;
            height: 3rem;
        }

            .footer .footer-newsletter .container .input input[b-alofizvaz5] {
                width: 100%;
                height: 100%;
                border: 1px solid #acacac;
                border-radius: 1.5rem;
                font-size: 0.8rem;
                padding-inline: 1rem 3rem;
            }

                .footer .footer-newsletter .container .input input:focus[b-alofizvaz5] {
                    border: 1px solid #acacac;
                    border-radius: 2rem;
                    outline: none;
                    box-shadow: 0 0 2px #e85e38;
                }

                .footer .footer-newsletter .container .input input:active[b-alofizvaz5] {
                    border: 1px solid #acacac;
                    border-radius: 2rem;
                    outline: none;
                }

            .footer .footer-newsletter .container .input button[b-alofizvaz5] {
                position: absolute;
                right: 0.2rem;
                top: 0.2rem;
                width: 2.6rem;
                height: 2.6rem;
                border: none;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #e85e38;
            }

                .footer .footer-newsletter .container .input button:hover[b-alofizvaz5] {
                    background-color: #d84e28;
                    outline: none;
                }

                .footer .footer-newsletter .container .input button:focus[b-alofizvaz5] {
                    background-color: #d84e28;
                    outline: none;
                }

                .footer .footer-newsletter .container .input button:active[b-alofizvaz5] {
                    background-color: #c83e18;
                    outline: none;
                }

                .footer .footer-newsletter .container .input button span[b-alofizvaz5] {
                    line-height: 2rem;
                    font-size: 2rem;
                    color: #fff;
                }

@media (min-width: 380px) {

    .footer .footer-newsletter .container .input[b-alofizvaz5] {
        width: 80%;
    }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .footer .footer-newsletter .container h4[b-alofizvaz5] {
        width: 50%;
        font-size: 1.5rem;
    }

    .footer .footer-newsletter .container .input[b-alofizvaz5] {
        width: 45%;
        height: 4rem;
    }

        .footer .footer-newsletter .container .input input[b-alofizvaz5] {
            border-radius: 2rem;
            font-size: 1.2rem;
            padding-inline: 2rem 4rem;
        }

        .footer .footer-newsletter .container .input button[b-alofizvaz5] {
            width: 3.6rem;
            height: 3.6rem;
        }

            .footer .footer-newsletter .container .input button span[b-alofizvaz5] {
                line-height: 3rem;
                font-size: 3rem;
            }
}

@media (min-width: 992px) {

    .footer .footer-newsletter .container .input[b-alofizvaz5] {
        width: 40%;
    }
}

@media (min-width: 1200px) {

    .footer .footer-newsletter .container .input[b-alofizvaz5] {
        width: 30%;
    }
}

@media (min-width: 1400px) {
}

.main-header[b-alofizvaz5] {
    z-index: 3;
}

.top-bar[b-alofizvaz5] {
    background-color: #f0f2f5;
    z-index: 20;
    font-size: 0.9rem;
}

    .top-bar .l-top[b-alofizvaz5] {
        display: flex;
        justify-content: start;
        padding-left: 0;
        list-style: none;
        margin: 2px 0;
    }

    .top-bar a[b-alofizvaz5] {
        margin-right: 0.5rem;
        outline: none !important;
        text-decoration: none !important;
        color: #212121;
    }

    .top-bar .r-top[b-alofizvaz5] {
        display: flex;
        align-items: center;
        padding-left: 0;
        list-style: none;
        margin: 2px 0;
        justify-content: end;
    }

        .top-bar .r-top .contacts-divider[b-alofizvaz5] {
            display: block;
            margin-inline: 5px;
            height: 1.5rem;
            width: 0;
            border-right: 1px solid #212121;
        }

@media (max-width: 1399px) {
    .top-bar[b-alofizvaz5] {
        font-size: 0.8rem;
    }
}

.bg-color-head[b-alofizvaz5] {
    background: #eb543b;
    background: -moz-linear-gradient(-45deg,#e85e38 0%,#f9ba00 100%);
    background: -webkit-linear-gradient(-45deg,#e85e38 0%,#f9ba00 100%);
    background: linear-gradient(135deg,#e85e38 0%,#f9ba00 100%);
}

.btn-success[b-alofizvaz5] {
    border-color: #fbbf3b;
    background: #eb543b;
    background: -moz-linear-gradient(-45deg,#e85e38 0%,#f9ba00 100%);
    background: -webkit-linear-gradient(-45deg,#e85e38 0%,#f9ba00 100%);
    background: linear-gradient(135deg,#e85e38 0%,#f9ba00 100%);
    border-color: #e4ab2c;
}

.rounded-right[b-alofizvaz5] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.form-inline[b-alofizvaz5] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.sr-only[b-alofizvaz5] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.sp-header .dropdown-toggle[b-alofizvaz5] {
    height: 74px;
    display: flex;
    align-items: center;
}

.not-drop[b-alofizvaz5]::after {
    display: none;
}

.nav-pill[b-alofizvaz5] {
    display: flex;
    font-size: 16px;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
}

    .nav-pill:hover[b-alofizvaz5] {
        background-color: #f1f1f1 !important;
    }

    .nav-pill span[b-alofizvaz5] {
        margin: auto;
    }

footer .h4[b-alofizvaz5] {
    white-space: pre-line;
}
