body {
    font-family: "Inter", sans-serif;
}
section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.row {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.col-inner {
    padding: 0 15px;
}
.col.large-3 {
    max-width: 25%;
    flex-basis: 25%;
}
.col.large-4 {
    max-width: 33.3333%;
    flex-basis: 33.3333%;
}
.col.large-6 {
    max-width: 50%;
    flex-basis: 50%;
}
.col.large-8 {
    max-width: 66.6667%;
    flex-basis: 66.6667%;
}
a {
    text-decoration: none;
}¸
a, .link { 
    color: #141617;
}
.link:hover { 
    color: #72bf44;
}
/* Header */
.header-top-row {
    padding: 20px 0;
    align-items: center;
}
.header-icons {
    display: flex;
    align-items: center;
    gap: 5%;
    justify-content: flex-end;
}
.header-icon a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.header-icon a img  {
    width: 20px;
}
.header-bottom-row a {
    padding: 22px 0 18px;
    display: block;
    color: #fff;
    border-bottom: 4px solid transparent;
}
.header-bottom-row a:hover {
    border-color: #fff;
}
.header-bottom-links {
    display: flex;
    gap: 0 75px;
}
/* Content */
.hero-section {
    min-height: 450px;
    background-color: #f2f2e9;
    background-image: url(/uploads/kv-sinupret.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 120px;
    justify-content: flex-end;
}
.hero-section .row {
    margin-bottom: -55px;
}
.hero-col-wrapper {
    background: #8cbc6e;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 20px;
}
.hero-col-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.hero-col-text a {
    color: #fff;
    text-decoration: underline;
}
.main-section {
    margin-bottom: 120px;
}
.main-content h1 {
    font-size: 30px;
    font-weight: 500;
    color: #00804e;
    margin-top: 0;
}
.main-content h3 {
    font-size: 22px;
    font-weight: 500;
    color: #00804e;
}
.main-content p {
    color: #666;
    line-height: 1.5;
}
.main-content p a {
    color: #00804e;
}
.main-content img {
    float: left;
    max-width: 235px;
    margin-right: 15px;
}
.sidebar-left-products {
    border: 1px solid #73af4f;
    border-radius: 5px;
    padding: 20px;
}
.sidebar-left-products a {
    display: block;
    margin-bottom: 40px;
}
.sidebar-left-products a img {
    width: 100%;
}
.sidebar-left-products a div {
    color: #00804e;
}
.main-content p a:hover,
.sidebar-left-products a:hover div {
    text-decoration: underline;
    color: #73af4f;
}
.sorodne-vsebine-title {
    color: #00804e;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 40px 0 20px;
}
.sorodne-vsebine-link {
    display: block;
    color: #00804e;
    border: 1px solid #73af4f;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.sorodne-vsebine-link:hover,
.sidebar-right a:hover div{
    color: #73af4f;
}
.sidebar-right a {
    display: block;
    color: #00804e;
    border: 1px solid #73af4f;
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.sidebar-right a div {
    color: #00804e;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.sidebar-right a img {
    width: 100%;
}
/* Footer */
section.footer {
    background: #72bf44;
    padding: 50px 0;
    color: #fff;
}
.footer .col.large-12 img {
    margin: 0 auto 20px;
    display: block;
    max-width: 100%;
}
.footer-title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0;
}
.footer-text p,
.footer-text p a {
    margin: 0;
    line-height: 1.6;
    color: #fff;
}
.awb-icon-facebook:before {
    content: "\e604";
}
.footer-social a {
    padding: 5px;
}
.footer-bottom-left,
.footer-bottom-right {
    margin-top: 30px;
}
.footer-bottom-right {
    text-align: right;
}
@media only screen and (max-width: 850px) {
    .col.small-6 {
        max-width: 50%;
        flex-basis: 50%;
    }
    .header-bottom-row {
        display: none !important;
    }
    .header-bottom-row-mobile {
        display: flex !important;
        padding: 10px 0;
        position: relative;
    }
    .header-social {
        text-align: right;
    }
    #mobile-menu {
        width: fit-content;
        padding: 5px;
        cursor: pointer;
    }
    .mobile-menu-list {
        position: absolute;
        top: 45px;
        left: 0px;
        right: 0px;
        width: 100%;
        display: flex;
        flex-direction: column;
        background: rgb(255, 255, 255);
        padding: 15px;
    }
    .mobile-menu-list a {
        color: #141617;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    .header-icon div {
        display: none;
    }
    .header-top-row .col.large-4 img {
        width: 133px;
    }
    .hero-section {
        min-height: unset;
        background-position: top;
    }
    #main .col.large-4,
    #main .col.large-3,
    #main .col.large-6,
    footer .col.large-3,
    footer .col.large-6 {
        max-width: 100%;
        flex-basis: 100%;
    }
    .hero-section .row {
        margin-top: 45%;
        gap: 20px;
    }
    .main-section .col.large-3 {
        order: 1;
    } 
    .main-section {
        margin-bottom: 30px;
    }
    footer .col.large-3,
    footer .col.large-6 {
        text-align: center;
    }
    .footer-bottom-right {
        text-align: center;
    }
    .sidebar-left-products a div,
    .sidebar-right a div {
        text-align: center;
    }
}