
.thumbnail-mary::after {
    display: inline-block;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.thumbnail-mary-2::after {
    display: none;
}

.thumbnail-mary-2 .thumbnail-mary-caption .icon:hover {
    color: #3c6a36;
}

.thumbnail-xxs .thumbnail-mary-caption .icon {
    font-size: 30px;
}

.thumbnail-mary-figure {
    display: block;
}

.thumbnail-mary-figure img {
    width: 100%;
    transition: all .3s ease;
}

.thumbnail-mary-caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.thumbnail-mary-caption > * {
    pointer-events: auto;
}

.thumbnail-mary-caption .icon {
    font-size: 36px;
}

.thumbnail-mary-caption .icon img {
    display: none;
}

.thumbnail-mary-caption .icon, .thumbnail-mary-caption .icon:focus, .thumbnail-mary-caption .icon:active {
    color: #ffffff;
}

.thumbnail-mary-caption .icon:hover {
    color: rgba(255, 255, 255, 0.5);
}

.thumbnail-mary-title {
    color: #ffffff;
}

.thumbnail-mary-title a, .thumbnail-mary-title a:focus, .thumbnail-mary-title a:active {
    color: inherit;
}

.thumbnail-mary-title a:hover {
    color: #eda407;
}

.thumbnail-mary-project {
    font-weight: 400;
}

.thumbnail-mary-time {
    font-weight: 400;
    color: #3c6a36;
}

.owl-timeline .thumbnail-mary-decor {
    display: inline-block;
    position: relative;
    margin: 15px 0 14px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #3c6a36;
}

.owl-timeline .thumbnail-mary-decor::before, .owl-timeline .thumbnail-mary-decor::after {
    display: inline-block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    transform: none;
    visibility: visible;
}

.owl-timeline .thumbnail-mary-decor::before {
    background: rgba(60, 106, 54, 0.5);
    animation: item1B 1s ease infinite;
}

.owl-timeline .thumbnail-mary-decor::after {
    background: rgba(60, 106, 54, 0.3);
    animation: item1A 1s ease infinite;
}

@media (min-width: 992px) {
    .desktop .thumbnail-mary::before {
        opacity: 0;
        visibility: hidden;
    }
    .desktop .thumbnail-mary::after {
        transform: scale(0.85);
        opacity: 0;
        visibility: hidden;
    }
    .desktop .thumbnail-mary-figure img {
        transform: scale(1.2);
        will-change: transform;
    }
    .desktop .thumbnail-mary-caption .icon,
    .desktop .thumbnail-mary-title {
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
    }
    .desktop .thumbnail-mary-caption .icon {
        transform: translate3d(0, -10px, 0);
    }
    .desktop .thumbnail-mary-title {
        transform: translate3d(0, 10px, 0);
    }
    .desktop .thumbnail-mary:hover::before {
        opacity: 1;
        visibility: visible;
    }
    .desktop .thumbnail-mary:hover::after {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    .desktop .thumbnail-mary:hover .thumbnail-mary-figure img {
        transform: none;
    }
    .desktop .thumbnail-mary:hover .icon,
    .desktop .thumbnail-mary:hover .thumbnail-mary-title {
        opacity: 1;
        visibility: visible;
        transform: none;
    }
    .desktop .owl-timeline:hover .thumbnail-mary-decor::before, .desktop .owl-timeline:hover .thumbnail-mary-decor::after {
        animation: none;
    }
    .desktop .owl-timeline:hover .owl-stage > .owl-item:hover .thumbnail-mary-decor::before {
        animation: item1B 1s ease infinite;
    }
    .desktop .owl-timeline:hover .owl-stage > .owl-item:hover .thumbnail-mary-decor::after {
        animation: item1A 1s ease infinite;
    }
}

@keyframes item1B {
    25% {
        opacity: 1;
        transform: none;
        visibility: visible;
    }
    100% {
        opacity: 0;
        transform: scale(3);
        visibility: hidden;
    }
}

@keyframes item1A {
    100% {
        opacity: 0;
        transform: scale(4);
        visibility: hidden;
    }
}

* + .thumbnail-mary-title {
    margin-top: 16px;
}

* + .thumbnail-mary-description {
    margin-top: 24px;
}

/*
*
* Breadcrumbs
*/
.breadcrumbs-custom {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    text-align: center;
    background-color: #cccccc;
    z-index: 1;
}

.breadcrumbs-custom-title {
    letter-spacing: 0;
}

.breadcrumbs-custom-path {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
    line-height: 1.33;
}

.breadcrumbs-custom-path > * {
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumbs-custom-path a {
    display: inline;
    vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
    color: #ffffff;
}

.breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs-custom-path li::after {
    content: "/";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -8px;
    color: rgba(255, 255, 255, 0.53);
    transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
    display: none;
}

.breadcrumbs-custom-path a:hover {
    color: rgba(255, 255, 255, 0.53);
}

.breadcrumbs-custom-path li.active {
    color: rgba(255, 255, 255, 0.53);
}

* + .breadcrumbs-custom-path {
    margin-top: 14px;
}

@media (min-width: 576px) {
    * + .breadcrumbs-custom-path {
        margin-top: 18px;
    }
}

@media (min-width: 1200px) {
    .breadcrumbs-custom {
        padding: 142px 0 157px;
    }
}

/*
*
* Pagination custom
*/
.pagination {
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    margin-bottom: -14px;
    margin-left: -14px;
}

.pagination:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.pagination > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 14px;
    margin-left: 14px;
}

@media (min-width: 576px) {
    .pagination {
        margin-bottom: -18px;
        margin-left: -18px;
    }
    .pagination:empty {
        margin-bottom: 0;
        margin-left: 0;
    }
    .pagination > * {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 18px;
        margin-left: 18px;
    }
}

.page-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.page-item:first-child .page-link, .page-item:last-child .page-link {
    color: #3c6a36;
    border-radius: 50%;
}

.page-item:first-child .page-link:hover, .page-item:first-child .page-link:focus, .page-item:first-child .page-link:active, .page-item:last-child .page-link:hover, .page-item:last-child .page-link:focus, .page-item:last-child .page-link:active {
    color: #eda407;
}

.page-item:last-child .page-link {
    padding: 4px 4px 2px 6px;
}

.page-item:first-child .page-link {
    padding: 4px 6px 2px 4px;
}

@media (min-width: 576px) {
    .page-item:last-child .page-link {
        padding: 8px 8px 6px 10px;
    }
    .page-item:first-child .page-link {
        padding: 8px 10px 6px 8px;
    }
}

.page-link {
    display: inline-block;
    min-width: 38px;
    padding: 6px 5px 4px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: .075em;
    color: #151515;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid transparent;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.17);
    transition: all 0.3s ease-in-out;
}

.page-link .icon {
    font-size: 22px;
}

@media (min-width: 576px) {
    .page-link {
        min-width: 45px;
        padding: 9px 9px 7px;
        font-size: 20px;
        line-height: 1.25;
    }
}

.page-link:hover, .page-link:focus, .page-link:active {
    color: #eda407;
    background-color: transparent;
    border-color: transparent;
}

.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
    color: #eda407;
    background-color: transparent;
    border-color: transparent;
}

.page-item.disabled > .page-link, .page-item.disabled > .page-link:hover, .page-item.disabled > .page-link:focus, .page-item.disabled > .page-link:active {
    color: #9b9b9b;
    background-color: transparent;
    border-color: transparent;
}

.page-item-control .icon::before {
    font-family: 'FontAwesome';
    line-height: 25px;
}

.page-item-control:first-child .icon::before {
    content: '\f0d9';
    margin-left: -1px;
}

.page-item-control:last-child .icon::before {
    content: '\f0da';
    margin-right: -1px;
}

* + .pagination-wrap {
    margin-top: 50px;
}

/*
*
* Snackbars
*/
.snackbars {
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    text-align: left;
    background-color: #151515;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
}

.snackbars .icon-xxs {
    font-size: 18px;
}

.snackbars p span:last-child {
    padding-left: 14px;
}

.snackbars-left {
    display: inline-block;
    margin-bottom: 0;
}

.snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

.snackbars-right:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .snackbars {
        max-width: 540px;
        padding: 12px 15px;
        font-size: 15px;
    }
}

/*
*
* Footers
*/
.box-footer-small {
    padding-top: 45px;
}

.footer-brand + p {
    margin-top: 22px;
}

@media (min-width: 480px) {
    .box-footer {
        padding: 40px 30px;
    }
}

@media (min-width: 992px) {
    .box-footer * + .rd-form {
        margin-top: 8px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .box-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1800px) {
    .box-footer {
        padding: 60px 60px 50px;
    }
}

.box-footer-form {
    padding: 30px 20px;
    background: #3c6a36;
}

.box-footer-form .form-input {
    min-height: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.box-footer-form .form-label {
    top: 25px;
}

.box-footer-form textarea.form-input {
    height: 116px;
    max-height: 197px;
}

.box-footer-form .button {
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.box-footer-form .form-wrap + * {
    margin-top: 10px;
}

.ios .box-footer-form .form-label,
.iphone .box-footer-form .form-label,
.ipad .box-footer-form .form-label,
.mac-os .box-footer-form .form-label {
    top: 13px;
    transform: none;
}

.box-footer-2-title {
    letter-spacing: .025em;
}

.box-footer-2-text {
    letter-spacing: .025em;
    color: #9b9b9b;
}

* + .box-footer-2-text {
    margin-top: 8px;
}

@media (min-width: 768px) {
    .box-footer-2 {
        border: none;
    }
}

@media (min-width: 992px) {
    .box-footer-2 {
        padding: 35px 30px 25px;
    }
    .box-footer-2 .footer-contacts li + li {
        margin-top: 28px;
    }
    .box-footer-form {
        padding: 35px 25px;
    }
    .box-footer-2-text + .footer-contacts {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .box-footer-2-text + .footer-contacts {
        margin-top: 50px;
    }
}

.footer-variant-2 {
    text-align: center;
    letter-spacing: 0;
}

.footer-variant-2 .form-label,
.footer-variant-2 .form-input {
    text-align: center;
}

.footer-variant-2 .rights {
    font-size: 14px;
}

.footer-variant-2 .rd-form * + .button {
    margin-top: 10px;
}

.footer-variant-2 * + .rd-form {
    margin-top: 25px;
}

.footer-variant-2 * + .group-lg {
    margin-top: 30px;
}

.footer-variant-2 * + .row {
    margin-top: 24px;
}

.footer-variant-2 * + .footer-contacts {
    margin-top: 22px;
    padding-top: 32px;
    border-top: 1px solid #d7d7d7;
}

@media (min-width: 768px) {
    .footer-variant-2 {
        text-align: left;
    }
}

.footer-variant-2-content {
    padding: 50px 0;
}

@media (min-width: 768px) {
    .footer-variant-2-content {
        padding-top: 70px;
        padding-bottom: 65px;
    }
}

.footer-variant-2-bottom-panel {
    padding: 30px 0;
}

.footer-contacts {
    text-align: left;
    font-size: 0;
    line-height: 0;
}

.footer-contacts .icon {
    vertical-align: middle;
    text-align: left;
    min-width: 21px;
    font-size: 24px;
    line-height: 24px;
    color: #eda407;
}

.footer-contacts .fa-envelope {
    font-size: 20px;
}

.footer-contacts .fa-clock-o {
    font-size: 22px;
}

.footer-contacts .link-phone {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .025em;
}

.footer-contacts .link-location {
    max-width: 192px;
}

.footer-contacts p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .025em;
}

.footer-contacts a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
}

.footer-contacts a, .footer-contacts a:focus, .footer-contacts a:active {
    color: #151515;
}

.footer-contacts a:hover {
    color: #3c6a36;
}

.footer-contacts li + li {
    margin-top: 18px;
}

* + .footer-contacts {
    margin-top: 28px;
}

.footer-social-list-2 .icon {
    font-size: 16px;
}

.footer-social-list-2 a, .footer-social-list-2 a:focus, .footer-social-list-2 a:active {
    color: #151515;
}

.footer-social-list-2 a:hover {
    color: #eda407;
}

.footer-modern {
    font-size: 16px;
    line-height: 1.5;
    background: #2b2a28;
}

.footer-modern .footer-variant-2-bottom-panel {
    background: #222120;
}

.footer-link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: -5px;
    margin-left: -20px;
}

.footer-link-list:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.footer-link-list > * {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 20px;
}

.footer-link-list a, .footer-link-list a:focus, .footer-link-list a:active {
    color: #151515;
}

.footer-link-list a:hover {
    color: #eda407;
}

@media (min-width: 768px) {
    .footer-link-list {
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .footer-link-list {
        justify-content: space-between;
    }
}

.section-prefooter {
    position: relative;
}

.section-prefooter .rd-google-map {
    height: 250px;
}

@media (min-width: 768px) {
    .section-prefooter .rd-google-map-wrap {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .section-prefooter .rd-google-map {
        width: inherit;
        height: inherit;
    }
}

/*
*
* Product
*/
.product {
    position: relative;
    text-align: center;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

.product.box-ordered-item::before {
    position: absolute;
    display: inline-block;
    text-align: center;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "Mangaba", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    border-radius: 50%;
    color: #ffffff;
    background: #3c6a36;
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
}

.product-2 {
    text-align: left;
    max-width: 260px;
}

.product-2 .unit {
    align-items: center;
    flex-direction: column;
    margin-bottom: -16px;
    margin-left: -20px;
}

.product-2 .unit > * {
    margin-bottom: 16px;
    margin-left: 20px;
}

.product-2 .button.button-sm {
    min-width: auto;
}

.product-2 .product-figure {
    max-width: 100px;
}

.product-2 .product-button {
    display: none;
}

.product-2 * + .button {
    margin-top: 6px;
}

@media (min-width: 576px) {
    .product-2 {
        max-width: none;
    }
}

@media (max-width: 991px) {
    .product-title {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .product-2 {
        text-align: center;
    }
    .product-2 .product-figure {
        max-width: none;
    }
    .product-2 .product-button {
        display: block;
    }
    .product-2 .button.button-sm {
        display: none;
    }
}

.product-figure {
    position: relative;
    overflow: hidden;
    background: #f1efeb;
    transition: all .3s ease;
}

.product-figure img {
    width: 100%;
    transform: none;
    transition: inherit;
}

.product-button {
    margin: 0 10px 10px;
}

.product-button .button {
    width: 100%;
    font-size: 15px;
}

.product-title a, .product-title a:focus, .product-title a:active {
    color: inherit;
}

.product-title a:hover {
    color: #eda407;
}

.product-price {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .01em;
    color: #3c6a36;
}

.product-price-old {
    color: #9b9b9b;
    text-decoration: line-through;
}

.product-price-old + .product-price {
    margin-left: 4px;
}

@media (min-width: 992px) {
    .desktop .product.box-ordered-item::before {
        display: none;
    }
    .desktop .product-figure::before {
        position: absolute;
        text-align: center;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        background: rgba(17, 17, 17, 0.39);
        transition: all .3s ease;
        pointer-events: none;
        z-index: 1;
    }
    .desktop .product-button {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        margin: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translate3d(0, 15px, 0);
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        pointer-events: none;
        z-index: 1;
    }
    .desktop .product-button .button {
        width: auto;
        pointer-events: auto;
    }
    .desktop .product.active .product-figure::before,
    .desktop .product:hover .product-figure::before {
        transform: scale(0.93);
        opacity: 1;
        visibility: visible;
    }
    .desktop .product.active .product-figure img,
    .desktop .product:hover .product-figure img {
        transform: scale(1.04);
    }
    .desktop .product.active .product-button,
    .desktop .product:hover .product-button {
        transform: none;
        opacity: 1;
        visibility: visible;
        transition-delay: .18s;
    }
}

* + .product-title {
    margin-top: 14px;
}

* + .product-price-wrap {
    margin-top: 4px;
}

.product-banner {
    position: relative;
}

.product-banner-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-banner-inner {
    padding: 65px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.product-banner-subtitle {
    color: #927f4c;
}

.product-banner-title {
    color: #3c6a36;
}

/*
*
* Headings
*/
.title-modern {
    letter-spacing: .05em;
}

.title-modern > span {
    position: absolute;
    left: 50%;
    font-size: 3.75em;
    line-height: 1;
    letter-spacing: .07em;
    color: rgba(255, 255, 255, 0.07);
    transform: translate3d(-50%, 0, 0);
    will-change: transform;
    animation: titleColor 3s linear infinite;
}

h1.title-modern > span {
    top: -65px;
    font-size: 3.75em;
}

@media (min-width: 768px) {
    h1.title-modern > span {
        top: -85px;
    }
}

@media (min-width: 992px) {
    h1.title-modern > span {
        top: -110px;
    }
}

h2.title-modern {
    font-weight: 300;
}

h2.title-modern > span {
    top: -70px;
    font-size: 5.86em;
}

@media (min-width: 768px) {
    h2.title-modern > span {
        top: -90px;
    }
}

@media (min-width: 992px) {
    h2.title-modern > span {
        top: -120px;
    }
}

@media (min-width: 1200px) {
    h2.title-modern > span {
        top: -135px;
    }
}

@keyframes titleColor {
    50% {
        color: rgba(255, 255, 255, 0.3);
    }
    100% {
        color: rgba(255, 255, 255, 0.07);
    }
}

.title-opacity-9 {
    color: rgba(21, 21, 21, 0.09);
}

/*
*
* Team
*/
.team-classic {
    position: relative;
    overflow: hidden;
    text-align: left;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.team-classic-2 .team-classic-status {
    color: #eda407;
}

.team-classic-figure {
    display: block;
}

.team-classic-figure img {
    width: 100%;
    filter: grayscale(100%);
    transition: all .3s ease;
}

.team-classic-caption {
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 27px;
    width: 80%;
    min-width: 300px;
    margin-left: -25px;
    padding: 15px 20px 15px 50px;
    transition: all .3s ease;
    z-index: 1;
}

.team-classic-caption::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 0.5);
    transform: skew(10deg);
    transform-origin: 50% 100%;
    z-index: -1;
}

.team-classic-name {
    color: #ffffff;
}

.team-classic-name a, .team-classic-name a:focus, .team-classic-name a:active {
    color: inherit;
}

.team-classic-name a:hover {
    color: #eda407;
}

.team-classic-status {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: .025em;
}

* + .team-classic-status {
    margin-top: 0;
}

@media (min-width: 576px) {
    .team-classic-lg {
        max-width: 420px;
    }
    .team-classic-lg .team-classic-caption {
        bottom: 44px;
        margin-left: -30px;
        padding: 15px 20px 15px 85px;
    }
}

@media (min-width: 992px) {
    .desktop .team-classic:hover .team-classic-figure img {
        filter: grayscale(0);
    }
    .desktop .team-classic:hover .team-classic-caption {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .team-classic-lg .team-classic-caption {
        bottom: 10%;
        padding: 15px 6% 15px 18%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .team-classic-lg .team-classic-caption {
        min-width: 260px;
    }
}

.clients-modern {
    position: relative;
    display: block;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    transition: all .3s ease-in-out;
}

.clients-modern::before, .clients-modern::after {
    position: absolute;
    content: '';
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    transition: color .1s ease, transform .3s ease;
    will-change: transform;
}

.clients-modern::before {
    transform: scaleX(0);
}

.clients-modern::after {
    transform: scaleY(0);
}

.clients-modern img {
    width: 100%;
    opacity: .5;
}

@media (min-width: 992px) {
    .desktop .clients-modern img {
        will-change: transform;
        transition: all .3s ease;
    }
    .desktop .clients-modern:hover {
        border-color: transparent;
    }
    .desktop .clients-modern:hover::before, .desktop .clients-modern:hover::after {
        transform: none;
    }
    .desktop .clients-modern:hover::before {
        border-color: #3c6a36 transparent #3c6a36 transparent;
    }
    .desktop .clients-modern:hover::after {
        border-color: transparent #3c6a36 transparent #3c6a36;
    }
    .desktop .clients-modern:hover img {
        opacity: 1;
        transform: scale(0.9);
    }
}

/** @section Banner */
.section-banner {
    display: block;
    background-position: center right;
    background-size: cover;
}

.section-banner img {
    max-width: 100%;
    height: auto;
}

/*
*
* Page layout
*/
.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    text-align: center;
}

[data-x-mode] .page {
    opacity: 1;
}

html.boxed body {
    background: #f1efeb url(../images/bg-pattern-boxed.png) repeat fixed;
}

@media (min-width: 1630px) {
    html.boxed .page {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 0 23px 0 rgba(1, 1, 1, 0.1);
    }
    html.boxed .rd-navbar-static {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
    }
    html.boxed .rd-navbar-static.rd-navbar--is-stuck {
        max-width: 1600px;
        width: 100%;
        left: calc(50% - 1600px);
        right: calc(50% - 1600px);
    }
}

/*
*
* Text styling
*/
.text-italic {
    font-style: italic;
}

.text-normal {
    font-style: normal;
}

.text-underline {
    text-decoration: underline;
}

.text-strike {
    text-decoration: line-through;
}

.font-weight-thin {
    font-weight: 100;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-regular {
    font-weight: 400;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-sbold {
    font-weight: 600;
}

.font-weight-ubold {
    font-weight: 900;
}

.text-spacing-0 {
    letter-spacing: 0;
}

.text-spacing-25 {
    letter-spacing: .025em;
}

.text-spacing-50 {
    letter-spacing: .05em;
}

.text-spacing-75 {
    letter-spacing: .075em;
}

.text-spacing-100 {
    letter-spacing: .1em;
}

.text-primary {
    color: #3c6a36;
}

.text-secondary {
    color: #eda407;
}

.text-secondary-1 {
    color: #927f4c;
}

.text-gray-500 {
    color: #9b9b9b;
}

.text-img {
    display: inline-block;
    overflow: hidden;
    font-size: 400px;
    line-height: 85%;
    font-weight: 500;
    height: 280px;
    font-family: "Mangaba", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #151515;
}

.text-img:hover {
    color: #9b9b9b;
}

@media (min-width: 576px) {
    .text-img {
        font-size: 500px;
        height: 355px;
    }
}

@media (min-width: 992px) {
    .text-img {
        letter-spacing: .05em;
    }
}

@supports (-webkit-background-clip: text) {
    .text-img {
        -webkit-text-fill-color: transparent;
        background: -webkit-linear-gradient(transparent, transparent);
        background: -o-linear-gradient(transparent, transparent);
        background: url(../images/text-image.jpg) repeat;
        -webkit-background-clip: text;
        background-position-y: 40%;
        animation: imgPos 5s linear normal infinite paused;
    }
    .text-img > span {
        pointer-events: none;
    }
    .text-img:hover {
        animation-play-state: running;
        color: red;
    }
    @media (min-width: 576px) {
        .text-img {
            background-position-y: 22%;
        }
    }
}

@keyframes imgPos {
    0% {
        background-position-x: 0;
    }
    50% {
        background-position-x: 100%;
    }
    100% {
        background-position-x: 0;
    }
}

.text-style-1 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .025em;
    text-indent: -28px;
    padding-left: 28px;
}

.text-style-1 .icon {
    vertical-align: middle;
    font-size: 20px;
    line-height: 24px;
    min-width: 18px;
    margin-right: 10px;
    text-indent: 0;
}

* + .text-style-1 {
    margin-top: 20px;
}

/*
*
* Offsets
*/
* + p {
    margin-top: 15px;
}

h1 + h2 {
    margin-top: 4px;
}

h2 + h3 {
    margin-top: 9px;
}

h3 + h4 {
    margin-top: 13px;
}

h4 + h5 {
    margin-top: 19px;
}

h5 + h6 {
    margin-top: 27px;
}

h1 + p {
    margin-top: 4px;
}

h2 + p {
    margin-top: 8px;
}

h3 + p {
    margin-top: 20px;
}

h4 + p {
    margin-top: 16px;
}

h5 + p {
    margin-top: 17px;
}

h6 + p {
    margin-top: 17px;
}

h3.font-weight-normal + p {
    margin-top: 16px;
}

p + h2,
p + .heading-2 {
    margin-top: 15px;
}

p + p {
    margin-top: 12px;
}

img + p {
    margin-top: 15px;
}

h3 + img {
    margin-top: 40px;
}

* + .row {
    margin-top: 40px;
}

* + .row-xxs {
    margin-top: 10px;
}

* + .row-xs {
    margin-top: 20px;
}

* + .row-sm {
    margin-top: 30px;
}

* + .row-lg {
    margin-top: 50px;
}

* + .row-xl {
    margin-top: 60px;
}

* + .row-xxl {
    margin-top: 70px;
}

* + .owl-carousel {
    margin-top: 30px;
}

* + .offset-top-30 {
    margin-top: 30px;
}

* + .big {
    margin-top: 30px;
}

* + .button {
    margin-top: 30px;
}

* + .button-wrap {
    margin-top: 35px;
}

h3 + .section-relative {
    margin-top: 35px;
}

h4 + .instafeed {
    margin-top: 2px;
}

.row + h3,
.row + .heading-3 {
    margin-top: 80px;
}

.container + .container {
    margin-top: 35px;
}

.row + .row {
    margin-top: 35px;
}

.row + .button-wrap {
    margin-top: 45px;
}

@media (min-width: 1200px) {
    .container + .container {
        margin-top: 60px;
    }
    .row + .row {
        margin-top: 60px;
    }
    .h2-title + .row {
        margin-top: 70px;
    }
    * + .owl-carousel {
        margin-top: 60px;
    }
}

.row-0 {
    margin-bottom: 0px;
}

.row-0:empty {
    margin-bottom: 0;
}

.row-0 > * {
    margin-bottom: 0px;
}

.row-4 {
    margin-bottom: -4px;
}

.row-4:empty {
    margin-bottom: 0;
}

.row-4 > * {
    margin-bottom: 4px;
}

.row-6 {
    margin-bottom: -6px;
}

.row-6:empty {
    margin-bottom: 0;
}

.row-6 > * {
    margin-bottom: 6px;
}

.row-10 {
    margin-bottom: -10px;
}

.row-10:empty {
    margin-bottom: 0;
}

.row-10 > * {
    margin-bottom: 10px;
}

.row-14 {
    margin-bottom: -14px;
}

.row-14:empty {
    margin-bottom: 0;
}

.row-14 > * {
    margin-bottom: 14px;
}

.row-15 {
    margin-bottom: -15px;
}

.row-15:empty {
    margin-bottom: 0;
}

.row-15 > * {
    margin-bottom: 15px;
}

.row-16 {
    margin-bottom: -16px;
}

.row-16:empty {
    margin-bottom: 0;
}

.row-16 > * {
    margin-bottom: 16px;
}

.row-20 {
    margin-bottom: -20px;
}

.row-20:empty {
    margin-bottom: 0;
}

.row-20 > * {
    margin-bottom: 20px;
}

.row-30 {
    margin-bottom: -30px;
}

.row-30:empty {
    margin-bottom: 0;
}

.row-30 > * {
    margin-bottom: 30px;
}

.row-40 {
    margin-bottom: -40px;
}

.row-40:empty {
    margin-bottom: 0;
}

.row-40 > * {
    margin-bottom: 40px;
}

.row-50 {
    margin-bottom: -50px;
}

.row-50:empty {
    margin-bottom: 0;
}

.row-50 > * {
    margin-bottom: 50px;
}

.row-55 {
    margin-bottom: -55px;
}

.row-55:empty {
    margin-bottom: 0;
}

.row-55 > * {
    margin-bottom: 55px;
}

.row-60 {
    margin-bottom: -60px;
}

.row-60:empty {
    margin-bottom: 0;
}

.row-60 > * {
    margin-bottom: 60px;
}

.row-70 {
    margin-bottom: -70px;
}

.row-70:empty {
    margin-bottom: 0;
}

.row-70 > * {
    margin-bottom: 70px;
}

.row-90 {
    margin-bottom: -90px;
}

.row-90:empty {
    margin-bottom: 0;
}

.row-90 > * {
    margin-bottom: 90px;
}

@media (min-width: 768px) {
    .row-md-50 {
        margin-bottom: -50px;
    }
    .row-md-50:empty {
        margin-bottom: 0;
    }
    .row-md-50 > * {
        margin-bottom: 50px;
    }
    .row-md-80 {
        margin-bottom: -80px;
    }
    .row-md-80:empty {
        margin-bottom: 0;
    }
    .row-md-80 > * {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .row-lg-40 {
        margin-bottom: -40px;
    }
    .row-lg-40:empty {
        margin-bottom: 0;
    }
    .row-lg-40 > * {
        margin-bottom: 40px;
    }
    .row-lg-70 {
        margin-bottom: -70px;
    }
    .row-lg-70:empty {
        margin-bottom: 0;
    }
    .row-lg-70 > * {
        margin-bottom: 70px;
    }
    .row-lg-80 {
        margin-bottom: -80px;
    }
    .row-lg-80:empty {
        margin-bottom: 0;
    }
    .row-lg-80 > * {
        margin-bottom: 80px;
    }
    .row-lg-90 {
        margin-bottom: -90px;
    }
    .row-lg-90:empty {
        margin-bottom: 0;
    }
    .row-lg-90 > * {
        margin-bottom: 90px;
    }
}

@media (min-width: 1200px) {
    .row-xl-24 {
        margin-bottom: -24px;
    }
    .row-xl-24:empty {
        margin-bottom: 0;
    }
    .row-xl-24 > * {
        margin-bottom: 24px;
    }
}

.box-typography h1 + p {
    margin-top: 16px;
}

.box-typography h2 + p {
    margin-top: 16px;
}

.box-typography h3 + p {
    margin-top: 16px;
}

.box-typography h4 + p {
    margin-top: 16px;
}

.box-typography h5 + p {
    margin-top: 16px;
}

.box-typography h6 + p {
    margin-top: 16px;
}

@media (min-width: 992px) {
    .box-typography h1 + p {
        margin-top: 4px;
    }
    .box-typography h2 + p {
        margin-top: 8px;
    }
    .box-typography h3 + p {
        margin-top: 8px;
    }
    .box-typography h5 + p {
        margin-top: 17px;
    }
    .box-typography h6 + p {
        margin-top: 17px;
    }
}

/*
*
* Sections
*/
.section-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-sm {
    padding: 30px 0;
}

.section-sm.section-first {
    padding-top: 60px;
}

.section-sm.section-last {
    padding-bottom: 60px;
}

.section-60,
.section-md,
.section-lg,
.section-xl {
    padding: 60px 0;
}

html [class*='section-'].section-bottom-0 {
    padding-bottom: 0;
}

html [class*='section-'].section-top-0 {
    padding-top: 0;
}

@media (min-width: 992px) {
    html [class*='section-'].section-lg-0 {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .section-sm {
        padding: 40px 0;
    }
    .section-sm.section-first {
        padding-top: 80px;
    }
    .section-sm.section-last {
        padding-bottom: 80px;
    }
    .section-md {
        padding: 70px 0;
    }
    .section-lg {
        padding: 80px 0;
    }
    .section-xl {
        padding: 90px 0;
    }
}

@media (min-width: 992px) {
    .section-sm {
        padding: 50px 0;
    }
    .section-sm.section-first {
        padding-top: 100px;
    }
    .section-sm.section-last {
        padding-bottom: 100px;
    }
    .section-md {
        padding: 100px 0 100px;
    }
    .section-lg {
        padding: 130px 0;
    }
    .section-lg-1 {
        padding-bottom: 100px;
    }
    .section-inset-custom-6,
    .section-xl {
        padding: 100px 0;
    }
    .desktop .section-top-1 {
        padding-top: 0;
    }
}

@media (min-width: 1600px) {
    .section-inset-custom-1 {
        padding-top: 120px;
        padding-bottom: 160px;
    }
    .section-inset-custom-2 {
        padding-top: 90px;
        padding-bottom: 130px;
    }
    .section-inset-custom-3 {
        padding-top: 100px;
        padding-bottom: 130px;
    }
    .section-inset-custom-4 {
        padding-top: 125px;
        padding-bottom: 140px;
    }
    .section-inset-custom-5 {
        padding-top: 135px;
        padding-bottom: 135px;
    }
}

@media (min-width: 1600px) {
    .section-fluid {
        padding-left: 75px;
        padding-right: 75px;
    }
    .section-fluid .container-fluid {
        padding-left: 0;
        padding-right: 0;
        max-width: 1770px;
        margin-left: auto;
        margin-right: auto;
    }
}

.section-single {
    position: relative;
    overflow: hidden;
    display: flex;
    text-align: center;
}

.section-single p {
    margin-left: auto;
    margin-right: auto;
}

.section-single .rights {
    letter-spacing: 0;
    font-weight: 400;
}

.section-single .rights a {
    position: relative;
    margin-left: 10px;
    border-bottom: 1px solid #ffffff;
}

.section-single .rd-mailform-wrap {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-single * + p {
    margin-top: 6px;
}

.section-single p + p {
    margin-top: 0;
}

.section-single .DateCountdown + p {
    margin-top: 60px;
}

.section-single * + .button {
    margin-top: 40px;
}

.section-single * + .rights {
    margin-top: 35px;
}

.section-single * + .countdown-wrap {
    margin-top: 35px;
}

.section-single * + .rd-mailform-wrap {
    margin-top: 20px;
}

.section-single .countdown-wrap + * {
    margin-top: 35px;
}

@media (min-width: 992px) {
    .section-single * + .button {
        margin-top: 60px;
    }
    .section-single * + .rights {
        margin-top: 60px;
    }
    .section-single .countdown-wrap + * {
        margin-top: 35px;
    }
}

@media (min-width: 1200px) {
    .section-404 * + .button {
        margin-top: 90px;
    }
}

.section-single-header {
    padding: calc(1em + 4vh) 0 calc(1em + 2vh);
}

.section-single-main {
    padding: 60px 0 calc(1em + 5vh);
}

.section-single-footer {
    padding: calc(1em + 2vh) 0 calc(1em + 4vh);
}

.section-single-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
}

.section-single-inner > * {
    width: 100%;
}

@supports (display: grid) {
    .section-single-inner {
        display: grid;
        justify-items: center;
        align-content: space-between;
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .section-single-main {
        padding: 70px 0 30px;
    }
}

@media (min-width: 1200px) {
    .section-single-header {
        padding-top: calc(1em + 9vh);
    }
}

@media (min-width: 1600px) {
    .section-single-main {
        padding-top: 65px;
        padding-bottom: 100px;
    }
}

.section-top-image {
    position: relative;
}

.section-top-image:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 26px;
    background: url("../images/bg-top.png") center center;
    background-size: cover;
}

.section-top-image-dark:before {
    background: url("../images/bg-top-1.png") center center;
}

/*
*
* Grid modules
*/
.grid-demonstration {
    text-align: left;
}

@media (max-width: 1599px) {
    .grid-demonstration p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.grid-demonstration-fullwidth {
    line-height: 1.86;
}

.grid-demonstration-fullwidth * + p {
    margin-top: 12px;
}

.grid-demonstration-boxed {
    line-height: 1.8;
}

.grid-demonstration-boxed * + p {
    margin-top: 22px;
}

/*
*
* Backgrounds
*/
.context-dark, .bg-gray-dark, .bg-primary,
.context-dark h1,
.bg-gray-dark h1,
.bg-primary h1, .context-dark h2, .bg-gray-dark h2, .bg-primary h2, .context-dark h3, .bg-gray-dark h3, .bg-primary h3, .context-dark h4, .bg-gray-dark h4, .bg-primary h4, .context-dark h5, .bg-gray-dark h5, .bg-primary h5, .context-dark h6, .bg-gray-dark h6, .bg-primary h6, .context-dark [class*='heading-'], .bg-gray-dark [class*='heading-'], .bg-primary [class*='heading-'] {
    color: #ffffff;
}

.context-dark .big, .bg-gray-dark .big, .bg-primary .big {
    color: rgba(255, 255, 255, 0.6);
}

.context-dark .form-wrap.has-error .form-input, .bg-gray-dark .form-wrap.has-error .form-input, .bg-primary .form-wrap.has-error .form-input {
    border-color: transparent;
}

.context-dark .form-input, .bg-gray-dark .form-input, .bg-primary .form-input,
.context-dark .form-label,
.bg-gray-dark .form-label,
.bg-primary .form-label,
.context-dark .form-validation,
.bg-gray-dark .form-validation,
.bg-primary .form-validation {
    color: #ffffff;
}

.context-dark .form-input, .bg-gray-dark .form-input, .bg-primary .form-input {
    background: rgba(255, 255, 255, 0.34);
    border-color: transparent;
}

.context-dark .rights, .bg-gray-dark .rights, .bg-primary .rights {
    color: #ffffff;
}

.context-dark .rights a, .bg-gray-dark .rights a, .bg-primary .rights a, .context-dark .rights a:focus, .bg-gray-dark .rights a:focus, .bg-primary .rights a:focus, .context-dark .rights a:active, .bg-gray-dark .rights a:active, .bg-primary .rights a:active {
    color: inherit;
}

.context-dark .rights a:hover, .bg-gray-dark .rights a:hover, .bg-primary .rights a:hover {
    color: #eda407;
}

.context-dark .button.button-pipaluk::after, .bg-gray-dark .button.button-pipaluk::after, .bg-primary .button.button-pipaluk::after {
    border-color: #ffffff;
}

.context-dark .button.button-pipaluk:hover, .bg-gray-dark .button.button-pipaluk:hover, .bg-primary .button.button-pipaluk:hover, .context-dark .button.button-pipaluk:active, .bg-gray-dark .button.button-pipaluk:active, .bg-primary .button.button-pipaluk:active {
    color: #ffffff;
}

.context-dark .button.button-ujarak:not([class*='button-secondary'])::before, .bg-gray-dark .button.button-ujarak:not([class*='button-secondary'])::before, .bg-primary .button.button-ujarak:not([class*='button-secondary'])::before {
    background: #eda407;
}

.context-dark .button.button-ujarak:not([class*='button-secondary']):hover, .bg-gray-dark .button.button-ujarak:not([class*='button-secondary']):hover, .bg-primary .button.button-ujarak:not([class*='button-secondary']):hover, .context-dark .button.button-ujarak:not([class*='button-secondary']):active, .bg-gray-dark .button.button-ujarak:not([class*='button-secondary']):active, .bg-primary .button.button-ujarak:not([class*='button-secondary']):active {
    border-color: #eda407;
}

.context-dark .button-secondary.button-ujarak::before, .bg-gray-dark .button-secondary.button-ujarak::before, .bg-primary .button-secondary.button-ujarak::before {
    background: #3c6a36;
}

.context-dark .button-secondary.button-ujarak:hover, .bg-gray-dark .button-secondary.button-ujarak:hover, .bg-primary .button-secondary.button-ujarak:hover, .context-dark .button-secondary.button-ujarak:active, .bg-gray-dark .button-secondary.button-ujarak:active, .bg-primary .button-secondary.button-ujarak:active {
    border-color: #3c6a36;
}

.footer-variant-2.context-dark, .footer-variant-2.bg-gray-dark, .footer-variant-2.bg-primary {
    color: rgba(255, 255, 255, 0.3);
}

.footer-variant-2.context-dark .rights, .footer-variant-2.bg-gray-dark .rights, .footer-variant-2.bg-primary .rights {
    color: rgba(255, 255, 255, 0.3);
}

.footer-variant-2.context-dark .button.button-ujarak::before, .footer-variant-2.bg-gray-dark .button.button-ujarak::before, .footer-variant-2.bg-primary .button.button-ujarak::before {
    background: #ffffff;
}

.footer-variant-2.context-dark .button.button-ujarak:hover, .footer-variant-2.bg-gray-dark .button.button-ujarak:hover, .footer-variant-2.bg-primary .button.button-ujarak:hover, .footer-variant-2.context-dark .button.button-ujarak:active, .footer-variant-2.bg-gray-dark .button.button-ujarak:active, .footer-variant-2.bg-primary .button.button-ujarak:active {
    color: #eda407;
    border-color: #ffffff;
}

.footer-modern.context-dark .form-input, .footer-modern.bg-gray-dark .form-input, .footer-modern.bg-primary .form-input {
    background: rgba(255, 255, 255, 0.1);
}

.context-dark .footer-contacts, .bg-gray-dark .footer-contacts, .bg-primary .footer-contacts {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.context-dark .footer-contacts .icon, .bg-gray-dark .footer-contacts .icon, .bg-primary .footer-contacts .icon {
    color: rgba(255, 255, 255, 0.2);
}

.context-dark .footer-contacts p, .bg-gray-dark .footer-contacts p, .bg-primary .footer-contacts p {
    color: #ffffff;
}

.context-dark .footer-contacts a, .bg-gray-dark .footer-contacts a, .bg-primary .footer-contacts a, .context-dark .footer-contacts a:focus, .bg-gray-dark .footer-contacts a:focus, .bg-primary .footer-contacts a:focus, .context-dark .footer-contacts a:active, .bg-gray-dark .footer-contacts a:active, .bg-primary .footer-contacts a:active {
    color: #ffffff;
}

.context-dark .footer-contacts a:hover, .bg-gray-dark .footer-contacts a:hover, .bg-primary .footer-contacts a:hover {
    color: #eda407;
}

.context-dark .footer-link-list a, .bg-gray-dark .footer-link-list a, .bg-primary .footer-link-list a, .context-dark .footer-link-list a:focus, .bg-gray-dark .footer-link-list a:focus, .bg-primary .footer-link-list a:focus, .context-dark .footer-link-list a:active, .bg-gray-dark .footer-link-list a:active, .bg-primary .footer-link-list a:active {
    color: inherit;
}

.context-dark .footer-link-list a:hover, .bg-gray-dark .footer-link-list a:hover, .bg-primary .footer-link-list a:hover {
    color: #3c6a36;
}

.context-dark .footer-social-list-2 a, .bg-gray-dark .footer-social-list-2 a, .bg-primary .footer-social-list-2 a, .context-dark .footer-social-list-2 a:focus, .bg-gray-dark .footer-social-list-2 a:focus, .bg-primary .footer-social-list-2 a:focus, .context-dark .footer-social-list-2 a:active, .bg-gray-dark .footer-social-list-2 a:active, .bg-primary .footer-social-list-2 a:active {
    color: #ffffff;
}

.context-dark .footer-social-list-2 a:hover, .bg-gray-dark .footer-social-list-2 a:hover, .bg-primary .footer-social-list-2 a:hover {
    color: #eda407;
}

.footer-minimal.context-dark .footer-minimal-bottom-panel, .footer-minimal.bg-gray-dark .footer-minimal-bottom-panel, .footer-minimal.bg-primary .footer-minimal-bottom-panel,
.footer-minimal.context-dark .footer-corporate-bottom-panel,
.footer-minimal.bg-gray-dark .footer-corporate-bottom-panel,
.footer-minimal.bg-primary .footer-corporate-bottom-panel, .footer-corporate.context-dark .footer-minimal-bottom-panel, .footer-corporate.bg-gray-dark .footer-minimal-bottom-panel, .footer-corporate.bg-primary .footer-minimal-bottom-panel,
.footer-corporate.context-dark .footer-corporate-bottom-panel,
.footer-corporate.bg-gray-dark .footer-corporate-bottom-panel,
.footer-corporate.bg-primary .footer-corporate-bottom-panel {
    color: rgba(255, 255, 255, 0.3);
}

.footer-minimal.context-dark .footer-minimal-bottom-panel a, .footer-minimal.bg-gray-dark .footer-minimal-bottom-panel a, .footer-minimal.bg-primary .footer-minimal-bottom-panel a, .footer-minimal.context-dark .footer-minimal-bottom-panel a:focus, .footer-minimal.bg-gray-dark .footer-minimal-bottom-panel a:focus, .footer-minimal.bg-primary .footer-minimal-bottom-panel a:focus, .footer-minimal.context-dark .footer-minimal-bottom-panel a:active, .footer-minimal.bg-gray-dark .footer-minimal-bottom-panel a:active, .footer-minimal.bg-primary .footer-minimal-bottom-panel a:active,
.footer-minimal.context-dark .footer-corporate-bottom-panel a,
.footer-minimal.bg-gray-dark .footer-corporate-bottom-panel a,
.footer-minimal.bg-primary .footer-corporate-bottom-panel a,
.footer-minimal.context-dark .footer-corporate-bottom-panel a:focus,
.footer-minimal.bg-gray-dark .footer-corporate-bottom-panel a:focus,
.footer-minimal.bg-primary .footer-corporate-bottom-panel a:focus,
.footer-minimal.context-dark .footer-corporate-bottom-panel a:active,
.footer-minimal.bg-gray-dark .footer-corporate-bottom-panel a:active,
.footer-minimal.bg-primary .footer-corporate-bottom-panel a:active, .footer-corporate.context-dark .footer-minimal-bottom-panel a, .footer-corporate.bg-gray-dark .footer-minimal-bottom-panel a, .footer-corporate.bg-primary .footer-minimal-bottom-panel a, .footer-corporate.context-dark .footer-minimal-bottom-panel a:focus, .footer-corporate.bg-gray-dark .footer-minimal-bottom-panel a:focus, .footer-corporate.bg-primary .footer-minimal-bottom-panel a:focus, .footer-corporate.context-dark .footer-minimal-bottom-panel a:active, .footer-corporate.bg-gray-dark .footer-minimal-bottom-panel a:active, .footer-corporate.bg-primary .footer-minimal-bottom-panel a:active,
.footer-corporate.context-dark .footer-corporate-bottom-panel a,
.footer-corporate.bg-gray-dark .footer-corporate-bottom-panel a,
.footer-corporate.bg-primary .footer-corporate-bottom-panel a,
.footer-corporate.context-dark .footer-corporate-bottom-panel a:focus,
.footer-corporate.bg-gray-dark .footer-corporate-bottom-panel a:focus,
.footer-corporate.bg-primary .footer-corporate-bottom-panel a:focus,
.footer-corporate.context-dark .footer-corporate-bottom-panel a:active,
.footer-corporate.bg-gray-dark .footer-corporate-bottom-panel a:active,
.footer-corporate.bg-primary .footer-corporate-bottom-panel a:active {
    color: inherit;
}

.footer-minimal.context-dark .footer-minimal-bottom-panel a:hover, .footer-minimal.bg-gray-dark .footer-minimal-bottom-panel a:hover, .footer-minimal.bg-primary .footer-minimal-bottom-panel a:hover,
.footer-minimal.context-dark .footer-corporate-bottom-panel a:hover,
.footer-minimal.bg-gray-dark .footer-corporate-bottom-panel a:hover,
.footer-minimal.bg-primary .footer-corporate-bottom-panel a:hover, .footer-corporate.context-dark .footer-minimal-bottom-panel a:hover, .footer-corporate.bg-gray-dark .footer-minimal-bottom-panel a:hover, .footer-corporate.bg-primary .footer-minimal-bottom-panel a:hover,
.footer-corporate.context-dark .footer-corporate-bottom-panel a:hover,
.footer-corporate.bg-gray-dark .footer-corporate-bottom-panel a:hover,
.footer-corporate.bg-primary .footer-corporate-bottom-panel a:hover {
    color: #3c6a36;
}

.footer-minimal.context-dark .rights, .footer-minimal.bg-gray-dark .rights, .footer-minimal.bg-primary .rights, .footer-corporate.context-dark .rights, .footer-corporate.bg-gray-dark .rights, .footer-corporate.bg-primary .rights {
    color: inherit;
}

.footer-minimal.context-dark .button-gray-31.button-ujarak::before, .footer-minimal.bg-gray-dark .button-gray-31.button-ujarak::before, .footer-minimal.bg-primary .button-gray-31.button-ujarak::before, .footer-corporate.context-dark .button-gray-31.button-ujarak::before, .footer-corporate.bg-gray-dark .button-gray-31.button-ujarak::before, .footer-corporate.bg-primary .button-gray-31.button-ujarak::before {
    background: #3c6a36;
}

.footer-minimal.context-dark .button-gray-31.button-ujarak:hover, .footer-minimal.bg-gray-dark .button-gray-31.button-ujarak:hover, .footer-minimal.bg-primary .button-gray-31.button-ujarak:hover, .footer-minimal.context-dark .button-gray-31.button-ujarak:active, .footer-minimal.bg-gray-dark .button-gray-31.button-ujarak:active, .footer-minimal.bg-primary .button-gray-31.button-ujarak:active, .footer-corporate.context-dark .button-gray-31.button-ujarak:hover, .footer-corporate.bg-gray-dark .button-gray-31.button-ujarak:hover, .footer-corporate.bg-primary .button-gray-31.button-ujarak:hover, .footer-corporate.context-dark .button-gray-31.button-ujarak:active, .footer-corporate.bg-gray-dark .button-gray-31.button-ujarak:active, .footer-corporate.bg-primary .button-gray-31.button-ujarak:active {
    color: #ffffff;
    border-color: #3c6a36;
}

.footer-corporate-2.context-dark .footer-contacts .icon, .footer-corporate-2.bg-gray-dark .footer-contacts .icon, .footer-corporate-2.bg-primary .footer-contacts .icon {
    color: #3c6a36;
}

.footer-corporate-2.context-dark .button-gray-31.button-ujarak::before, .footer-corporate-2.bg-gray-dark .button-gray-31.button-ujarak::before, .footer-corporate-2.bg-primary .button-gray-31.button-ujarak::before {
    background: #eda407;
}

.footer-corporate-2.context-dark .button-gray-31.button-ujarak:hover, .footer-corporate-2.bg-gray-dark .button-gray-31.button-ujarak:hover, .footer-corporate-2.bg-primary .button-gray-31.button-ujarak:hover, .footer-corporate-2.context-dark .button-gray-31.button-ujarak:active, .footer-corporate-2.bg-gray-dark .button-gray-31.button-ujarak:active, .footer-corporate-2.bg-primary .button-gray-31.button-ujarak:active {
    border-color: #eda407;
}

.context-dark .post-minimal-2-time, .bg-gray-dark .post-minimal-2-time, .bg-primary .post-minimal-2-time {
    color: rgba(255, 255, 255, 0.25);
}

.context-dark .video-modern-subtitle, .bg-gray-dark .video-modern-subtitle, .bg-primary .video-modern-subtitle {
    color: #3c6a36;
}

.context-dark .title-decoration-lines-left::before, .bg-gray-dark .title-decoration-lines-left::before, .bg-primary .title-decoration-lines-left::before {
    background: #eda407;
}

.context-dark .text-gray-500, .bg-gray-dark .text-gray-500, .bg-primary .text-gray-500 {
    color: rgba(255, 255, 255, 0.3);
}

.context-dark .brand .brand-logo-dark, .bg-gray-dark .brand .brand-logo-dark, .bg-primary .brand .brand-logo-dark {
    display: none;
}

.context-dark .brand .brand-logo-light, .bg-gray-dark .brand .brand-logo-light, .bg-primary .brand .brand-logo-light {
    display: block;
}

/**
* Light Backgrounds
*/
.bg-default {
    background-color: #ffffff;
}

.bg-default + .bg-default {
    padding-top: 0;
}

.bg-gray-100 {
    background-color: #f1efeb;
}

.bg-gray-100 + .bg-gray-100 {
    padding-top: 0;
}

/**
* Dark Backgrounds
*/
.bg-gray-dark {
    background-color: #222120;
}

.bg-gray-dark + .bg-gray-dark {
    padding-top: 0;
}

/**
* Accent Backgrounds
*/
.bg-primary + .bg-primary {
    padding-top: 0;
}

/**
* Background Image
*/
[class*='bg-'] {
    background-size: cover;
    background-position: center center;
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .bg-fixed {
        background-attachment: fixed;
    }
}

[class*='bg-overlay-'] {
    position: relative;
}

[class*='bg-overlay-']::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

[class*='bg-overlay-'] .section-single-inner,
[class*='bg-overlay-'] .container {
    position: relative;
}

[class*='bg-second-overlay-']::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.bg-overlay-68::before {
    background: rgba(36, 36, 36, 0.68);
}

.bg-overlay-64::before {
    background: rgba(36, 36, 36, 0.64);
}

.bg-overlay-60::before {
    background: rgba(36, 36, 36, 0.6);
}

.bg-overlay-59::before {
    background: rgba(36, 36, 36, 0.59);
}

.bg-overlay-55::before {
    background: rgba(36, 36, 36, 0.55);
}

.bg-overlay-53::before {
    background: rgba(36, 36, 36, 0.53);
}

.bg-overlay-49::before {
    background: rgba(36, 36, 36, 0.49);
}

.bg-overlay-48::before {
    background: rgba(36, 36, 36, 0.48);
}

.bg-overlay-46::before {
    background: rgba(36, 36, 36, 0.46);
}

.bg-overlay-43::before {
    background: rgba(36, 36, 36, 0.43);
}

.bg-overlay-3-41::before {
    background: rgba(1, 23, 42, 0.41);
}

.bg-overlay-41::before {
    background: rgba(36, 36, 36, 0.41);
}

.bg-overlay-40::before {
    background: rgba(36, 36, 36, 0.4);
}

.bg-overlay-39::before {
    background: rgba(36, 36, 36, 0.39);
}

.bg-overlay-37::before {
    background: rgba(36, 36, 36, 0.37);
}

.bg-overlay-33::before {
    background: rgba(36, 36, 36, 0.33);
}

.bg-overlay-26::before {
    background: rgba(36, 36, 36, 0.26);
}

.bg-overlay-24::before {
    background: rgba(36, 36, 36, 0.24);
}

.bg-second-overlay-4-22::after {
    background: rgba(24, 26, 35, 0.21);
}

.bg-overlay-2-21::before {
    background: rgba(24, 26, 35, 0.21);
}

.bg-overlay-2-14::before {
    background: rgba(24, 26, 35, 0.14);
}

.bg-overlay-4-60::before {
    background: rgba(24, 38, 50, 0.6);
}

/*
*
* Utilities custom
*/
.height-fill {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.height-fill > * {
    flex-grow: 1;
    flex-shrink: 0;
}

.object-inline {
    white-space: nowrap;
}

.object-inline > * {
    display: inline-block;
    min-width: 20px;
    vertical-align: top;
    white-space: normal;
}

.object-inline > * + * {
    margin-left: 5px;
}

.oh {
    position: relative;
    overflow: hidden;
}

@media (min-width: 992px) {
    .desktop .oh-desktop {
        overflow: hidden;
    }
}

.section-relative {
    position: relative;
}

.text-width-extra-small {
    max-width: 320px;
}

.text-width-small {
    max-width: 430px;
}

.text-width-medium {
    max-width: 600px;
}

.text-width-large {
    max-width: 660px;
}

.text-width-extra-large {
    max-width: 715px;
}

.text-center [class*='text-width-'] {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    [class*='text-width-'] {
        margin-left: auto;
        margin-right: auto;
    }
}

p.rights {
    color: #9b9b9b;
}

p.rights a {
    color: inherit;
}

p.rights a:hover {
    color: #3c6a36;
}

[style*='z-index: 1000;'] {
    z-index: 1101 !important;
}

.text-block > * {
    margin-left: 4px;
    margin-right: 4px;
}

.inset-top-10 {
    padding-top: 10px;
}

.inset-top-18 {
    padding-top: 18px;
}

@media (min-width: 992px) {
    .offset-top-lg-24 {
        margin-top: 24px;
    }
    .desktop .offset-negative-1 {
        margin-top: -35px;
    }
}

@media (min-width: 1200px) {
    .offset-right-xl-15 {
        margin-right: 15px;
    }
    .offset-top-xl-26 {
        margin-top: 26px;
    }
    .offset-left-xl-45 {
        margin-left: 45px;
    }
    .offset-left-xl-65 {
        margin-left: 65px;
    }
    .offset-left-xl-70 {
        margin-left: 70px;
    }
}

@media (min-width: 992px) {
    .box-width-lg-470 {
        max-width: 470px;
        margin-left: auto;
        margin-right: auto;
    }
}

.gutters-4 {
    margin-left: -2px;
    margin-right: -2px;
}

.gutters-4 [class*='col-'] {
    padding-left: 2px;
    padding-right: 2px;
}

.gutters-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.gutters-10 [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

.gutters-14 {
    margin-left: -7px;
    margin-right: -7px;
}

.gutters-14 [class*='col-'] {
    padding-left: 7px;
    padding-right: 7px;
}

.breadcrumbs-custom {
    position: relative;
    overflow: hidden;
}

.box-position {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    will-change: transform;
    animation: bgPos 50s linear infinite;
    transform: translate3d(-75px, -75px, 0) rotate(0.001deg);
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}

@keyframes bgPos {
    25% {
        transform: translate3d(-150px, -150px, 0) rotate(0.001deg);
    }
    75% {
        transform: translate3d(0, 0, 0) rotate(0.001deg);
    }
}

.order-negative-2 {
    order: -2;
}

.table-sortable tbody tr {
    cursor: move;
}
/*#del0{
    display: none;
}*/
