* {
    outline: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

.fancybox__caption
{
    text-align: center;
}

img
{
    max-width: 100%;
}

textarea
{
    resize: none;
}

.modal-content
{
    position: relative;
}

.modal-content .btn-close
{
    position: absolute;
    right: 0px;
    top: -20px;
    background: none;
    background-color: #ee1313;
    opacity: 1 !important;
    border-radius: 50%;
    padding: 1px;
    color: #fff;
    font-size: 14px;
}

.modal-content .btn-close::before
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f00d";
}

.site-content-view img
{
    height: auto !important;
    margin: 0px auto;
    display: block;
}

a, a::before, a::after, button, a svg, a path, button path{
    transition: all 0.3s;
}

.max-container
{
    max-width: 1920px;
    width: 100%;
    margin: 0px auto;
}

@media (max-width: 575px) {
    .modal-dialog {
        margin-top: 25px;
    }
}