html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}



.alert {
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
    z-index: 1;

    font-size: 20px;
    text-align: center;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}



.main-container {
    max-width: 992px;
}



@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#background_video,
#background {
    z-index: -1;
    opacity: 0;
    position: fixed;

    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 1
}

#background_video,
#background {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}



.main-container {
    min-height: 100%;
    background: white;
    border: 1px solid rgb(149, 149, 149);
    padding: 0;
}



.bold-font {
    font-weight: bold;
}



.content-container,
.footer-container {
    padding: 25px;
}



.clicked-input:invalid {
    border-color: red;
    border-style: solid;
    border-width: 2px;
}

.clicked-input:invalid {
    box-shadow: none
}



.footer {
    border-top: 1px solid black;
    width: 100%;
}



div.horizontal-line {
    width: 24px;
    height: 4px;
    background-color: black;
    margin: 25px 0;
}



span.special-span {
    letter-spacing: .0772727em;
    font-size: 115%;
}




.subscribe-block {
    max-width: 550px;

}

.footer-container form {
    margin-bottom: 10px;
}

.footer-container form label {
    display: block;
    font-weight: normal;
}

.footer-container form label::after {
    content: "*";
}

.footer-container form button {
    cursor: pointer;
    background-color: black;
    color: white;
    transition: border 0.4s ease 0s, background-color 0.4s ease 0s;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}

.footer-container form button:hover {
    background-color: #ebeae9;
}



.footer-links {
    margin-top: 40px;
    text-align: center;
}

.footer-links a {
    text-decoration: underline;
    color: black;
}

.footer-links a:hover {
    color: black;
}


.header {
    padding: 25px;
}



.logo-container {
    border: 4px solid black;
    padding: 5px 15px;
    /* text-align: center; */
    display: inline-block;
}

.logo-container a span {
    color: black;
    font-size: 135%;
    font-weight: bold;
    line-height: 56px;
}

.logo-container img,
.navbar-brand img {
    height: 56px;
}

#navbar-brand-mob {
    display: none;
}

.logo-container-wrapper {
    text-align: center;
}

@media all and (max-width: 575px) {
    .logo-container-wrapper {
        display: none;
    }

    #navbar-brand-mob {
        display: inline;
    }
}

nav.navbar ul.navbar-nav {
    text-align: center;
}



.carousel-container,
.carousel-element {
    position: relative;
    cursor: pointer;
}

.carousel-container .carousel-element img {
    width: 100%;
    height: 347px;
    object-fit: cover;
    object-position: 50% 50%;
}

.carousel-container .carousel-element .topright {
    position: absolute;
    top: 8px;
    right: 26px;
    font-size: 18px;
}

.carousel-container .carousel-element .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px;
    background: rgba(255, 255, 255, 0.8);
}

.carousel-container .carousel-element .topright,
.carousel-container .carousel-element .bottom {
    opacity: 0;
    transition: 0.3s;
}

.carousel-container:hover .carousel-element .topright,
.carousel-container:hover .carousel-element .bottom {
    opacity: 1;
}



.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 900px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


.close {
    z-index: 3;
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}



.modal-left-button,
.modal-right-button {
    z-index: 2;
    cursor: pointer;
    position: fixed;
    top: 0;
    height: 100%;
    opacity: .9;
    overflow: hidden;
    transition: opacity .5s ease 0s;
    width: 33%;
}

.modal-left-button {
    left: 0;
}

.modal-right-button {
    right: 0;
}

.modal-left-button svg,
.modal-right-button svg {
    stroke: #fff;
    stroke-width: 20;
    height: 31px;
    position: absolute;
    top: 50%;
    width: 18px;
}

.modal-left-button svg {
    left: 50px;
}

.modal-right-button svg {
    right: 50px;
}

.ad_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

@media (min-width: 992px) {
    iframe {
        width: 752px;
        height: 302px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    iframe {
        width: 502px;
        height: 302px;
    }
}

@media (max-width: 767px) {
    iframe {
        width: 302px;
        height: 202px;
    }
}

iframe {
    border: 1px solid rgb(149, 149, 149);
}

.native {
    border: 0;
    width: 288px;
    height: 380.7px;
}