
/*

#3f9c3c
rgb(63,156,60)

#4c2816
rgb(76,40,22)

#303030 - footer top
#212121 - footer bottom

#de8650 - ? orange

Viber #6f3faa
Telegram #0088cc
Facebook #1877f2
Instagram #c32aa3
Tiktok #000
YouTube #FF0000

*/


* {
    outline: none !important;
}

body {
    max-width: 1920px;
    line-height: normal;
    margin: 0 auto;
}

main {
    margin: 50px 0;
    min-height: calc(100vh - 447px);
}

textarea {
    resize: vertical !important;
}

.link-underline-none {
    text-decoration: none !important;
}
a[data-fancybox] {
    cursor: zoom-in;
}


.text-brown {
    color: #4c2816;
}
.text-green {
    color: #3f9c3c;
}

.bg-brown {
    background-color: #4c2816;
}
.bg-green {
    background-color: #3f9c3c;
}
.bg-dark {
    background-color: #212121 !important;
}

.btn-brown,
.btn-brown:hover,
.btn-brown:active {
    color: #f7f7f7;
    background-color: #4c2816;
    border-color: #4c2816;
}
.btn-green,
.btn-green:hover,
.btn-green:active {
    color: #f7f7f7;
    background-color: #3f9c3c;
    border-color: #3f9c3c;
}


.form-check-input {
    border-color: rgba(39,39,41,0.3);
}
.form-check-input:checked {
    background-color: #4c2816;
    border-color: #4c2816;
}
.form-control:focus,
.form-select:focus {
    color: #4c2816;
    border-color: #4c2816;
    box-shadow: none !important;
}
.form-check-input:focus {
    box-shadow: none !important;
}


.breadcrumb > .breadcrumb-item > a,
.breadcrumb > .breadcrumb-item > span {
    color: #f5f5f5;
    text-decoration: none !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #f5f5f5;
}

.navbar {
    background-color: #f5f5f5;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
.navbar-brand > img {
    width: 70px;
}
#navbar-offcanvas {
    background-color: #f5f5f5;
}
#navbar-offcanvas .nav-link {
    margin: 0 15px;
    color: #4c2816;
    font-size: 24px;
    font-weight: 500;
}
#navbar-offcanvas .dropdown-menu {
    min-width: 300px;
    border: none;
    border-radius: 0;
    background-color: #f5f5f5;
}
#navbar-offcanvas .dropdown .dropdown-toggle.no-caret:after {
    display: none !important;
}
#navbar-offcanvas .dropdown-menu .dropdown-item {
    color: #4c2816;
    font-size: 18px;
    font-weight: 500;
}
#navbar-offcanvas .dropdown-menu .dropdown-item:active {
    color: #f7f7f7;
    background-color: #3f9c3c;
}

#navbar-offcanvas + .offcanvas-backdrop {
    background-color: #272727;
}
#navbar-offcanvas + .offcanvas-backdrop.show {
    opacity: 1;
}
@media (max-width: 991px) {
    .navbar-brand > img {
        width: 50px;
    }
    #navbar-offcanvas .nav-link {
        font-size: 20px;
    }
}


header:not(.page-header) {
    border-top: 1px solid rgba(76,40,22,0.3);
    border-bottom: 1px solid rgba(76,40,22,0.3);
}
header.page-header {
    position: relative;
    background: #4c2816 url(../images/bg/header.jpg) no-repeat center bottom;
    background-size: cover;
}
header.page-header .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(37,37,37,0.5);
    backdrop-filter: blur(5px);
}
header.page-header h1 {
    position: relative;
    margin: 50px 0;
    color: #f7f7f7;
    text-align: center;
    text-shadow: 0 0 3px rgba(63,156,60,0.7);
}
@media (max-width: 991px) {
    header.page-header h1 {
        margin: 30px 0;
    }
}


footer {
    background-color: #303030;
}
footer a {
    color: #f7f7f7 !important;
    text-decoration: none;
}
footer a:hover,
footer a:active,
footer a:focus {
    color: #3f9c3c !important;
}


.swal2-popup {
    border-radius: 0 !important;
}
.swal2-icon {
    font-size: 12px !important;
}
.swal2-icon-content {
    font-style: normal !important;
    font-weight: 500;
}
.swal2-title {
    padding: 15px 15px 0 !important;
}
.swal2-styled.swal2-cancel,
.swal2-styled.swal2-confirm {
    border-radius: 0 !important;
}


#scrollUp {
    right: 15px;
    bottom: 15px;
    width: 35px;
    height: 35px;
    padding: 6px 0;
    color: #f7f7f7;
    font-family: "FontAwesome";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    background-color: #4c2816;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 0 5px rgba(0,0,3,0.3);
    opacity: 0.7;
}
#scrollUp:before {
    content: "\f062";
}
#scrollUp:hover {
    opacity: 1;
}
