@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allerta&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allerta&family=Roboto+Slab&display=swap");
@import url("../icons-1.7.2/font/bootstrap-icons.css");

body {
    background-color: #f4f3f3;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
}

.container {
    max-width: 1383px;
}

.btn {
    box-shadow: none !important;
}

.navbar-brand>img {
    max-height: 66px;
}

.navbar {
    padding-top: 17px;
    padding-bottom: 17px;
    background: #FFFFFF url("../images/navbar_bg.png") repeat-x left bottom;
}

.navbar-nav .nav-link {
    padding-left: 13px !important;
    padding-right: 13px !important;
    font-family: "Allerta", sans-serif;
    font-size: 18px;
    color: #454441;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #94be21 !important;
}

.navbar-nav .nav-link.facebook {
    padding-left: 7px !important;
    padding-right: 7px !important;
    color: #43a3be;
}

.navbar-nav .nav-link.instagram {
    padding-left: 7px !important;
    padding-right: 7px !important;
    color: #9f438f;
}

.btn-green {
    border-color: #94be21;
    background-color: #94be21;
    color: white;
}

.btn-green:hover,
.btn-green:focus {
    border-color: #5a7500;
    background-color: #5a7500;
    color: #FFFFFF;
}

.btn-gree-text {
    font-family: "Allerta", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.btn-orange {
    border-color: #f0b720;
    background-color: #f0b720;
    color: white;
}

.btn-orange:hover,
.btn-orange:focus {
    border-color: #ce9b0f;
    background-color: #ce9b0f;
    color: #FFFFFF;
}

.slider .carousel-item>.carousel-caption>h5 {
    font-family: "Allerta", sans-serif;
    font-size: 32px;
    text-shadow: 3px 1px 14px rgba(150, 150, 150, 1);
}

.slider .carousel-item>.carousel-caption>p {
    font-family: "Allerta", sans-serif;
    font-size: 20px;
    text-shadow: 3px 1px 14px rgba(150, 150, 150, 1);
}

.main {
    margin-top: 70px;
}

.block-head {
    margin-bottom: 30px;
}

.block-head>.title {
    text-transform: uppercase;
    font-family: "Allerta", sans-serif;
    font-size: 40px;
    font-weight: bold;
    color: #96bb10;
}

.block-head>.head-badge {
    display: inline-block;
    padding: 6px 18px;
    background-color: #96bb10;
    text-transform: uppercase;
    font-family: "Allerta", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.block-head.head-orange>.title {
    color: #f0b720;
}

.block-head.head-orange>.head-badge {
    background-color: #f0b720;
}

.main-news .news-title {
    position: absolute;
    left: 0;
    bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #96bb10;
    border-radius: 5px;
}

.main-news .news-title>h5,
.main-news .news-title>a>h5 {
    margin-bottom: 0;
    padding: 6px 18px;
    font-family: "Allerta", sans-serif;
    font-size: 22px;
    color: #FFFFFF;
}

.news-card {
    transition: transform .2s;
}

.news-card:hover {
    transform: scale(1.1);
    z-index: 999;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.vote-block {
    padding: 34px;
    background-color: #ecdbae;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.vote-block .progress {
    background-color: transparent;
}

.vote-block .progress-bar {
    background-color: #43a3bd;
}

.vote-block>.title {
    margin-bottom: 15px;
    line-height: 30px;
    font-family: "Roboto Slab", serif;
    font-size: 22px;
    font-weight: bold;
    color: #403f3e;
}

.vote-block>.vote-option>.title {
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #403f3e;
}

.right-banner-block {
    margin-top: 54px;
    background-color: #FFFFFF;
    padding: 34px;
}

footer {
    position: relative;
    margin-top: 40px;
    background-color: #363735;
    padding-top: 34px;
    padding-bottom: 27px;
}

.footer-nav {
    margin: 0;
    padding: 0;
    list-style: unset;
    display: block;
}

.footer-nav>li {
    display: inline-block;
    padding: 8px;
}

.footer-nav>li>a {
    font-family: "Allerta", sans-serif;
    font-size: 22px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-nav>li>a:hover {
    color: #96bb10;
}

.footer-social {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: unset;
    display: block;
}

.footer-social>li {
    padding: 8px;
    display: inline-block;
}

.footer-social>li>a {
    font-size: 22px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-social>li>a:hover {
    color: #96bb10;
}

.szechenyi {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.szechenyi img {
    width: auto;
    height: 150px;
}

footer .copyright {
    margin-top: 34px;
    font-family: "Allerta", sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

.back-to-top {
    display: none;
    width: 48px;
    height: 48px;
    line-height: 0;
    border: 1px solid #DF4DC6;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 999;
    text-align: center;
    font-size: 30px;
    color: #DF4DC6;
    background: transparent;
    border-radius: 50rem;
    outline: unset !important;
}

.back-to-top:hover {
    background: #DF4DC6;
    color: #FFF;
}

.main-banners .banner {
    position: relative;
}

.main-banners .banner img {
    max-width: 100%;
}

.partners .col {
    padding-top: 15px;
    padding-bottom: 15px;
}

.text-deatails {
    background-color: #FFFFFF;
    padding: 44px;
    margin-bottom: 30px;
}

.text-deatails .title {
    margin-bottom: 25px;
    font-family: "Allerta", sans-serif;
    font-size: 40px;
    color: #292a28;
}

.text-deatails .text {
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #292a28;
}

.gallery {
    background-color: #FFFFFF;
    padding: 44px;
    margin-bottom: 30px;
}

.gallery .title {
    margin-bottom: 25px;
    font-family: "Allerta", sans-serif;
    font-size: 40px;
    color: #292a28;
}

.gallery .gallery-col>.card {
    transition: transform .2s;
}

.gallery .gallery-col:hover>.card {
    transform: scale(1.2);
    z-index: 9999;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.breadcrumb .breadcrumb-item {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.breadcrumb .breadcrumb-item a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #96bb10;
}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem;
    background-color: #FFFFFF;
}

.callout strong {
    font-weight: 600;
}

.callout-info {
    border-left-color: #5bc0de;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 0.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote p {
    display: inline;
}

@media only screen and (max-width: 768px) {
    section.slider {
        display: none;
    }

    .main {
        margin-top: 30px;
    }

    .main-right-col {
        margin-top: 35px;
    }

    .text-deatails {
        padding: 25px;
    }

    .breadcrumb {
        margin-bottom: 25px;
    }

    .breadcrumb .breadcrumb-item {
        width: 100%;
    }

    /*
    footer .szechenyi {
        text-align: right;
        position: relative;
        right: -12px;
        bottom: -27px;
    }
     */

    .vote-block .form-check-input:checked {
        background-color: #F0B720 !important;
        border-color: #F0B720 !important;
    }

    .vote-block .btn-warning.disabled {
        cursor: not-allowed;
        pointer-events: all !important;
        background: red !important;
    }
}
