html, body {
    scroll-behavior: auto !important;
}
html {
    height: auto !important;
}
body {
    top: 0 !important;
    position: static !important;
}
.skiptranslate {
    display: none !important;
}
.goog-text-highlight {
    background-color: inherit;
    box-shadow: none;
    box-sizing: inherit;
}
body {
    font-family: "Raleway", sans-serif;
    color: #444;
}
a {
    color: #57a934;
    text-decoration: none;
}
a:hover {
    color: #3b832d;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}
.back-to-top {
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 996;
    background: #57a934;
    width: 50px;
    height: 50px;
    border-radius: 2rem;
    transition: all 0.4s;
    box-shadow: -2px 7px 17px rgb(0 0 0 / 25%);
}
.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    transform: scale(1.1)!important;
    background: #3b832d;
    color: #fff;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #57a934;
    border-top-color: #ffe9e3;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.8);
}
#header.header-scrolled,
#header.header-inner-pages {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
}
#header .logo a {
    color: #fff;
}
#header .logo img {
    max-height: 40px;
}
@media (max-width: 991px) {
    .menu-pad {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar > ul > li {
    white-space: nowrap;
    padding: 8px 12px;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    background: rgba(21, 34, 43, 0.85) !important;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    white-space: nowrap;
    transition: 0.3s;
}
.navbar a,
.navbar a.no-hover-icon:focus {
    display: block;
}
.navbar a i,
.navbar a:focus i {
    font-size: 14px;
    line-height: 0;
    margin-left: 5px;
}
.navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #57a934;
    visibility: hidden;
    width: 0;
    transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}
.navbar > ul > li > a.no-hover-icon:before {
    visibility: hidden;
}
.navbar a {
    color: #505050;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #000;
}
.navbar .getstarted,
.navbar .getstarted:focus {
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
    border: 2px solid #fff;
}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    color: #fff;
    background: #fd3800;
    border-color: #57a934;
}
.navbar > ul > li > .getstarted:before {
    visibility: hidden;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
    cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1679px) {
    .navbar .dropdown ul {
        left: -140px;
    }
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: #15222b;
    font-weight: 400;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #57a934;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
.mobile-nav-toggle {
    color: #000;
    font-size: 35px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
    color: #ffffff;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(4, 7, 9, 0.8);
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 29px;
    right: 20px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 75px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #15222b;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #57a934;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #57a934;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

.section-banner {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 0;
    background-attachment: fixed;
}

.section-banner::before {
    content: "";
    background: rgba(13, 20, 26, 0.7);
    position: absolute;
    inset: 0;
}

.section-banner .home-container {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.section-banner h1,
.section-banner h2 {
    margin: 0;
    color: #fff;
}

.section-banner h1 {
    font-size: calc(28px + 2vw);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.section-banner h2 {
    color: #eee;
    margin-top: 10px;
    font-size: calc(18px + 1vw);
}

#home { background-image: url(../img/main.webp); }
#about-of-company { background-image: url(../img/pro-kompaniyu.webp); }
#rules-and-agreement { background-image: url(../img/pravila-i-dogovir.webp); }
#reporting { background-image: url(../img/zvitnist.webp); }
#protection-consumer { background-image: url(../img/zahist-prav-spozhivachiv.webp); }
#news-banner { background-image: url(../img/noviny.webp); }
#contacts-banner { background-image: url(../img/kontakty.webp); }

@media (max-width: 1023px) {
    .section-banner h1 {
        font-size: calc(24px + 2vw);
    }

    .section-banner h2 {
        font-size: calc(16px + 1vw);
    }
}

@media (max-width: 767px) {
    .section-banner h1 {
        font-size: calc(20px + 2vw);
        line-height: 1.3;
    }

    .section-banner h2 {
        font-size: calc(14px + 1.2vw);
        margin-top: 5px;
    }
}

section {
    padding: 3.75rem 0;
    overflow: hidden;
}
.section-bg {
    background-color: #f0f4f8;
}
.section-title {
    padding-bottom: 2.5rem;
}
.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5c8eb0;
    font-family: "Poppins", sans-serif;
}
.section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #57a934;
    margin: 4px 10px;
}
.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #263d4d;
}
.about-us .container {
    padding-bottom: 15px;
}
.about-us .count-box {
    padding: 60px 0;
    width: 100%;
}
.about-us .count-box i {
    display: block;
    font-size: 48px;
    color: #a1bdd1;
    float: left;
    line-height: 0;
}
.about-us .count-box span {
    font-size: 28px;
    line-height: 25px;
    display: block;
    font-weight: 700;
    color: #365870;
    margin-left: 60px;
}
.about-us .count-box p {
    padding: 5px 0 0 0;
    margin: 0 0 0 60px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #2e4b5e;
}
.about-us .count-box a {
    font-weight: 600;
    display: block;
    margin-top: 20px;
    color: #2e4b5e;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    transition: ease-in-out 0.3s;
}
.about-us .count-box a:hover {
    color: #477392;
}
.about-us .content {
    font-size: 18px;
}
.about-us .content h3 {
    font-weight: 700;
    font-size: 24px;
    color: #263d4d;
}
.about-us .content ul {
    list-style: none;
    padding: 0;
}
.about-us .content ul li {
    padding-bottom: 10px;
    padding-left: 28px;
    position: relative;
}
.about-us .content ul i {
    font-size: 24px;
    color: #57a934;
    position: absolute;
    left: 0;
    top: 0px;
}
.about-us .about-mustang .content ul i {
    top: 2.5px;
}
.about-us .card-footer a i {
    font-size: 22px;
    position: relative;
    left: 0;
    top: 3px;
}
.about-us .content p:last-child {
    margin-bottom: 0;
}
.about-us-boxes .container,
.about-us-boxes .container-fluid {
    position: relative;
    z-index: 10;
}
.about-us-boxes .card {
    border-radius: 3px;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin-bottom: 30px;
}
.about-us-boxes .card-icon {
    text-align: center;
    margin-top: -32px; 
}
.about-us-boxes .card-icon i {
    font-size: 32px;
    color: #fff;
    width: 64px;
    height: 64px;
    padding-top: 10px;
    text-align: center;
    background-color: #57a934;
    border-radius: 4px;
    text-align: center;
    border: 4px solid #fff;
    transition: 0.3s;
    display: inline-block;
}
.about-us-boxes .card-body {
    padding-top: 12px;
}
.about-us-boxes .card-title {
    font-weight: 700;
    text-align: center;
}
.about-us-boxes .card-title a {
    color: #15222b;
}
.about-us-boxes .card-title a:hover {
    color: #57a934;
}
.about-us-boxes .card-text {
    color: #5e5e5e;
}
.about-us-boxes .card:hover .card-icon i {
    background: #fff;
    color: #57a934;
}
@media (max-width: 1024px) {
    .about-us-boxes {
        background-attachment: scroll;
    }
}
.our-services .icon-box {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 6px;
    background: #fff;
}
.our-services .icon-box i {
    float: left;
    color: #5c8eb0;
    font-size: 40px;
    line-height: 0;
}
.our-services .icon-box h4 {
    margin-left: 70px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}
.our-services .icon-box h4 a {
    color: #365870;
    transition: 0.3s;
}
.our-services .icon-box .icon-box:hover h4 a {
    color: #57a934;
}
.our-services .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 14px;
}
.our-services .icon-box:hover h4 a {
    color: #57a934;
}
.our-opportunities #our-opportunities-flters {
    padding: 0;
    margin: 0 auto 25px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
}
.our-opportunities #our-opportunities-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #444;
    margin: 0 3px 10px 3px;
    transition: all ease-in-out 0.3s;
    background: #e5edf3;
    border-radius: 4px;
}
.our-opportunities #our-opportunities-flters li:hover,
.our-opportunities #our-opportunities-flters li.filter-active {
    color: #fff;
    background: #57a934;
}
.our-opportunities #our-opportunities-flters li:last-child {
    margin-right: 0;
}
.our-opportunities .our-opportunities-item {
    margin-bottom: 30px;
    overflow: hidden;
}
.our-opportunities .our-opportunities-item img {
    position: relative;
    top: 0;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.our-opportunities .our-opportunities-item .our-opportunities-info {
    opacity: 0;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -50px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #57a934;
    padding: 15px 20px;
}
.our-opportunities .our-opportunities-item .our-opportunities-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.our-opportunities .our-opportunities-item .our-opportunities-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.our-opportunities .our-opportunities-item .our-opportunities-info .preview-link,
.our-opportunities .our-opportunities-item .our-opportunities-info .details-link {
    position: absolute;
    right: 50px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #fff;
    transition: ease-in-out 0.3s;
}
.our-opportunities .our-opportunities-item .our-opportunities-info .preview-link:hover,
.our-opportunities .our-opportunities-item .our-opportunities-info .details-link:hover {
    color: #ffc1b0;
}
.our-opportunities .our-opportunities-item .our-opportunities-info .details-link {
    right: 15px;
}
.our-opportunities .our-opportunities-item:hover img {
    top: -30px;
}
.our-opportunities .our-opportunities-item:hover .our-opportunities-info {
    opacity: 1;
    bottom: 0;
}
.our-opportunities-details {
    padding-top: 40px;
}
.our-opportunities-details .our-opportunities-details-slider img {
    width: 100%;
}
.our-opportunities-details .our-opportunities-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}
.our-opportunities-details .our-opportunities-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #57a934;
}
.our-opportunities-details .our-opportunities-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #57a934;
}
.our-opportunities-details .our-opportunities-info {
    padding: 30px;
    box-shadow: 0 0 30px rgba(21, 34, 43, 0.08);
}
.our-opportunities-details .our-opportunities-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.our-opportunities-details .our-opportunities-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.our-opportunities-details .our-opportunities-info ul li + li {
    margin-top: 10px;
}
.our-opportunities-details .our-opportunities-description {
    padding-top: 30px;
}
.our-opportunities-details .our-opportunities-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.our-opportunities-details .our-opportunities-description p {
    padding: 0;
}
.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
}
.contact .info-box i {
    font-size: 32px;
    color: #57a934;
    border-radius: 50%;
    padding: 8px;
}
.contact .info-box h3 {
    font-size: 20px;
    color: #777;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}
.box-card {
    color: #444;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
}
.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}
.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .error-message br + br {
    margin-top: 25px;
}
.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #57a934;
}
.contact .php-email-form input {
    padding: 10px 15px;
}
.contact .php-email-form textarea {
    padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
    background: #57a934;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
    background: #ff5e31;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.breadcrumbs {
    padding: 15px 0;
    background: #f0f4f8;
    min-height: 40px;
    margin-top: 78px;
}
.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 400;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #263d4d;
    content: "/";
}
@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 52px;
    }
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}
#footer {
    background: #bbbbbd;
    padding: 0 0 0 0;
    color: #000;
    font-size: 14px;
}
#footer .footer-top {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    background: #f3f5fa;
    padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
    font-size: 28px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}
#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #777;
}
#footer .footer-top .footer-info a {
    transition: 0.1s;
}
#footer .footer-top .footer-info a:hover {
    font-weight: 600;
}
#footer .footer-top .social-links .telegram,
.navbar-mobile .telegram {
    background: #0088cc;
}
#footer .footer-top .social-links .instagram,
.navbar-mobile .instagram {
    background: #F56040;
}
#footer .footer-top .social-links .facebook,
.navbar-mobile .facebook {
    background: #4267B2;
}
.navbar-mobile a .telegram i, .navbar a:focus .telegram i,
.navbar-mobile a .instagram i, .navbar a:focus .instagram i,
.navbar-mobile a .facebook i, .navbar a:focus .facebook i {
    margin-left: 0px!important;
}
.navbar-mobile .telegram,
.navbar-mobile .instagram,
.navbar-mobile .facebook {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    padding: 3px 0;
    margin-right: 15px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a{
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 20px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
    background: #57a934;
    color: #000;
    text-decoration: none;
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #3b832d;
    font-size: 18px;
    line-height: 1;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
    color: #57a934;
    font-weight: 600;
}
#footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #57a934;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    background: #ff5e31;
}
#footer .footer-copyright {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
}
#footer .credits a {
    transition: 0.3s;
}
.no-hover-icon {
    color: #57a934 !important;
}
.hr-color {
    color: #57a934 !important;
    opacity: 100;
    border-top: 2px solid;
    width: 50%;
}
@media (min-width: 310px) and (max-width: 575px) {
    .hr-color {
        width: 90%;
    }
}
@media (min-width: 576px) and (max-width: 991px) {
    .hr-color {
        width: 85%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hr-color {
        width: 70%;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .hr-color {
        width: 65%;
    }
}
@media (min-width: 1441px) and (max-width: 1680px) {
    .hr-color {
        width: 60%;
    }
}
@media (min-width: 1681px) {
    .hr-color {
        width: 55%;
    }
}
.font-weight-bold {
    font-weight: 700 !important;
}
.espinolla-link a:link {
    text-shadow: 1px -0.4px 2px #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    color: #57a934;
    cursor: pointer;
    transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
}
.espinolla-link a:hover {
    text-decoration: none;
    font-size: 1.051rem;
    color: #3b832d;
    transform: scale(1.5);
    transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -webkit-transition: 0.5s ease-out;
    cursor: pointer;
}
footer.page-footer {
    bottom: 0;
    color: #fff;
}
footer.page-footer .container-fluid {
    width: auto;
}
footer.page-footer .footer-copyright {
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.6);
}
.zoom img {
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}
.img-bord {
    border-radius: 0.3rem;
}
.text-justify {
    text-align: justify;
}
.hoverable {
    -webkit-transition: 0.55s ease-in-out;
    -o-transition: 0.55s ease-in-out;
    transition: 0.55s ease-in-out;
}
.hoverable:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-transition: 0.55s ease-in-out;
    -o-transition: 0.55s ease-in-out;
    transition: 0.55s ease-in-out;
}
.shadow-text {
    text-shadow: 2px -2px 2px #000;
}
.zoom-card-contact {
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}
.zoom-card-contact:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.zoom-card-services {
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}
.zoom-card-services:hover {
    transition: 0.5s;
    transform: translateY(-12px);
}
.logo-height {
    height: 70px;
}
@media (max-width: 380px) {
    .logo-height {
        height: 48px;
    }
}
@media (max-width: 1399px) {
    .map-google {
        height: 634px !important;
    }
}
@media (max-width: 991px) {
    .map-google {
        height: 350px !important;
    }
}
.abzac {
    text-indent: 2rem;
}
.color-444 {
    color: #444444!important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/plus.svg) !important;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
}
.accordion-button::after {
    background-image: url(../img/plus.svg) !important;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0.099rem rgba(72, 136, 47, 0.25)!important;
}
.accordion-button:not(.collapsed) {
    background-color: rgba(245, 217, 13, 0.099) !important
}
.block-shadow {
    box-shadow: -2px 7px 17px rgb(0 0 0 / 25%);
}
.img-accordion-main {
    object-fit: cover; 
    object-position: center;
}
@media (min-width: 992px) and (max-width:1399px) {
    .img-accordion-main {
        height: 500px;
    }
}

.partners-main img:hover {
    filter: none;
    transform: scale(1.15);
}
.partners-main img {
    max-width: 65%;
    transition: .4s ease-in-out;
    display: inline-block;
    filter: grayscale(100);
}
.partners-main, .partners-main img {
    padding: 25px 0;
}
.partners-main-hover {
    filter: none!important;
    transform: scale(1.15);
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-bullet-active {
    background: #f6da0e;
    position: relative;
    top: 2px;
    width: 12px;
    height: 12px;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #09a223;
    --bs-btn-border-color: #09a223;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #047f19;
    --bs-btn-hover-border-color: #047f19;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #047f19;
    --bs-btn-active-border-color: #047f19;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #09a223;
    --bs-btn-disabled-border-color: #09a223;
}
.modal-btn-effect {
    border-radius: 2.5rem;
    padding: 25px 110px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}
.modal-btn-effect .text-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.modal-btn-effect .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    transition: transform 0.3s ease;
}
.modal-btn-effect .text.text-top {
    transform: translateY(-250%);
}
.modal-btn-effect:hover .text.text-main {
    transform: translateY(250%);
}
.modal-btn-effect:hover .text.text-top {
    transform: translateY(-50%);
}
.modal-content-mod {
    box-shadow: 0 1px 30px rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}
.form-control:focus {
    border-color: #09a223;
    box-shadow: 0 0 0 .25rem rgba(9, 162, 35, .25);
}
.zvitnist-a a {
    font-weight: 500;
}
.info-box .zvitnist-a a:hover {
    font-weight: 600;
}
.hr-zvitnist {
    opacity: 100;
    border-top: 2px solid;
    border-radius: 5rem;
    width: 100%;
    color: #a5a5a5;
}

a.vanillatop {
    background-color: #ff009d;
    border-radius: 50%;
    bottom: 40px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.14), 0 1px 5px rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    display: block;
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 10px;
    text-align: center;
    transform: translateX(120px);
    transition: transform 1s;
    width: 40px;
    z-index: 9999;
}

a.vanillatop::before {
    color: #fff;
    content: "▲";
    font-size: 1.2em;
}

a.vanillatop:link {
    text-decoration: none;
}

a.vanillatop:hover {
    background-color: #3995f4;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.14), 0 1px 7px rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    a.vanillatop {
        bottom: 20px;
        right: 20px;
    }
}

@media (min-width: 1024px) {
    a.vanillatop {
        bottom: 30px;
        height: 50px;
        line-height: 50px;
        right: 30px;
        width: 50px;
    }
}
.truncated-text .show-more {
    text-decoration: underline;
    cursor: pointer;
    color: black;
}
.page-link {
    color: #09a223;
}
.active>.page-link, .page-link.active {
    background-color: #48882f;
    border-color: #57a934;
}
.page-link:hover {
    color: #444444;
    background-color: rgba(245, 217, 13, 0.099);
}
.page-link:focus {
    color: #444444;
    background-color: rgba(245, 217, 13, 0.099);
    box-shadow: 0 0 0 .25rem rgba(9, 162, 35, .25);
}
@media (max-width: 414px) {
    .pagination-lg {
        --bs-pagination-padding-x: 0.85rem;
        --bs-pagination-padding-y: 0.55rem;
        --bs-pagination-font-size: 1rem;
    }
}
@media (min-width:415px) and (max-width: 575px) {
    .pagination-lg {
        --bs-pagination-padding-x: 1.2rem;
        --bs-pagination-padding-y: 0.575rem;
        --bs-pagination-font-size: 1rem;
    }
}
#nadannya-poslug-faktoringu {
    scroll-margin-top: 300px;
}
#nadannya-koshtiv {
    scroll-margin-top: 270px;
}
#nadannya-poslug-lizingu {
    scroll-margin-top: 300px;
}

@media (max-width: 1399px) {
    #nadannya-koshtiv {
        scroll-margin-top: 300px;
    }
}