/*
Theme Name: Fitpass
Theme URI: http://blog.fitpass.me
Author: Tvoj Ime
Author URI: http://fitpass.me
Description: Custom tema za Fitpass blog
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fitpass
*/

@import url("https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap");

html {
    overflow-x: clip;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Wix Madefor Display', sans-serif;
    overflow-x: clip;
    color: #373737;
}

* {
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

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

.stop_scrolling {
    touch-action: none !important;
    -ms-touch-action: none !important;
    overflow: hidden !important;
}


/*----------------------  Blog page ------------------------------------------------------------------*/
/*hero section*/
.blog_hero_section {
    padding: 58px 0 80px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog_hero_section h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 15px;
}

.blog_hero_section h1 span {
    font-weight: 800;
}

.blog_hero_section p {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.5px;
    color: #fff;
    padding-right: 5px;
}


/*recent posts section*/
.blog_recent_posts_section {
    padding: 60px 0;
}

.blog_recent_posts_wrapper {
    display: grid;
    grid-column-gap: 38px;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
    -webkit-align-items: stretch;
}

.blog_recent_post_div {
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px #00000040;
    height: 100%;
}

.blog_recent_post_image {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.blog_recent_post_image:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 70%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 37.93%, #FFFFFF 84.23%);
}

.blog_recent_post_title {
    padding: 0 30px 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.1px;
    color: #000;
}

/*tabs section*/
.blog_tabs_section {
    padding: 60px 0;
}

.tabcontent {
    animation: fadeEffect 1s;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tablinks {
    border-radius: 20px;
    border: unset !important;
    background-color: #f5f5f5;
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.1px;
    padding: 5px 20px;
    margin-right: 22px;
    margin-bottom: 15px;
}

.tablinks:hover,
.tablinks.active {
    font-weight: 600;
}

.tab {
    padding-bottom: 100px;
}

.blog_post {
    margin-bottom: 60px;
}

.blog_post_img {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.blog_post_content_wrapper {
    padding: 50px 60px;
}

.blog_post_title {
    font-size: 25px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: 0.1px;
    color: #000;
    margin-bottom: 25px;
}

.blog_post_text {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.1px;
    color: #888888;
    margin-bottom: 25px;
}

.blog_post_a {
    border: 1px solid #949494E5;
    padding: 7px 23px;
    color: #888888;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 29px;
    transition: 0.3s ease-in-out all;
}

.blog_post_a:hover {
    color: #888888;
    box-shadow: 0 0 3px 0 #888888;
}

.load-more.blog_button {
    border: 1px solid #949494E5;
    padding: 11px 42px;
    color: #888888;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 29px;
    background-color: #fff;
    margin: auto;
    transition: 0.3s ease-in-out all;
}

.load-more.blog_button:hover {
    box-shadow: 0 0 3px 0 #888888;
}

.category_posts_col {
    padding-right: 55px;
    padding-left: 0;
}

.sidebar_blog_post_img {
    height: 173px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 15px;
}

.sidebar_blog_post_img_overlay {
    background: #1E3D8980;
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
    padding: 17px 22px;
    display: flex;
    display: -webkit-flex;
    align-items: end;
    -webkit-align-items: flex-end;
}

.sidebar_blog_post_title {
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.1px;
    color: #fff;
    margin-bottom: 0;
}

.sidebar_blog_post_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.1px;
    margin-bottom: 15px;
}

.sidebar_blog_post_content_wrapper {
    padding: 0;
}

.sidebar_blog_post {
    margin-bottom: 90px;
}

.blog_tabs_container {
    position: relative;
    min-height: 1500px; /*!!!!!!!!!!!!!!!!!!!!!  zbog onih kategorija gde ima samo jedan post na Blog stranici !!!!!!!!!!!!!!!!!!!!!!!!!*/
}

.sidebar_posts_col {
    position: absolute;
    right: 0;
    top: 149px;
    width: 33%;
    height: calc(100% - 155px);
}

.sidebar_posts_wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    padding-left: 60px;
}

.blog_hero_p_section_mob {
    display: none;
}


/*---------------  Single Blog post  ----------------------------------------------------------------*/
.single_img_div {
    height: 527px;
    border-radius: 10px;
    box-shadow: 0 0 40px 0 #757575;
    margin-bottom: 60px;
}

.single_container {
    padding: 77px 0 50px;
}

.single_category_posts_col {
    padding-right: 60px;
}

.single_post_title {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0.1px;
    margin-bottom: 50px;
}

.single_post_title_content_wrapper {
    padding: 0 60px;
}

.single_post_content {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0.1px;
    color: #888888;
}

.single_post_content figure {
    margin: 30px 0;
}

.single_post_content h2 {
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #000;
}

.single_post_content strong {
    color: #000;
}

.single_post_back_button {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid #949494E5;
    border-radius: 29px;
    color: #888888;
    padding: 6px 13px;
}

.single_post_back_button_wrapper {
    margin-top: 70px;
}

.single_post_back_button:hover {
    color: #888888;
}

.single_post_recent_posts_title {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 0.1px;
    margin-bottom: 50px;
    color: #000;
}

.single_blog_recent_posts_section {
    padding-bottom: 170px;
}

.single_sidebar_posts_wrapper_wrapper {
    position: relative;
    height: 100%;
}

.single_sidebar_posts_wrapper_wrapper .sidebar_posts_wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.single_post_sidebar_posts {
    padding-left: 0;
}

.single_sidebar_posts_section_mobile {
    display: none;
}


/**************************************************************************************************/
/*          R      E       S       P       O       N       S       I       V       E              */
/**************************************************************************************************/
/* npr. za od-do ako zatreba...
@media only screen and (min-width: 1200px) and (max-width: 1365.98px)
 */

@media only screen and (min-width: 1400px) {
    .blog_container {
        min-width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}


@media only screen and (max-width: 1199px) {
    .blog_recent_post_title,
    .sidebar_blog_post_title {
        font-size: 18px;
        line-height: 26px;
    }

    .sidebar_posts_col {
        top: 198px;
        height: calc(100% - 204px);
    }

    .single_img_div {
        height: 350px;
    }
}


@media only screen and (max-width: 991px) {
    .home_intro_section {
        padding: 100px 0 100px;
    }

    .blog_recent_post_title,
    .sidebar_blog_post_title {
        font-size: 16px;
        line-height: 22px;
    }

    .sidebar_posts_wrapper {
        padding-left: 15px;
    }

    .blog_recent_post_title {
        padding: 0 15px 15px;
    }

    .blog_recent_posts_wrapper {
        grid-column-gap: 15px;
    }

    .single_post_title_content_wrapper {
        padding: 0 30px;
    }

    .single_img_div {
        height: 280px;
    }

    .single_post_title {
        font-size: 26px;
        line-height: 38px;
    }

    .single_blog_recent_posts_section {
        padding-bottom: 100px;
    }

    .single_container {
        padding: 50px 0;
    }

    .blog_post_img {
        height: 280px;
    }
}

@media only screen and (max-width: 767px) {
    .blog_recent_posts_wrapper {
        grid-template-columns: 1fr;
        row-gap: 23px;
    }

    .category_posts_col {
        padding-right: 0;
    }

    .sidebar_posts_col {
        position: relative;
        width: 100%;
        height: auto;
    }

    .sidebar_posts_wrapper {
        position: unset;
        top: unset;
        padding-left: 0;
    }

    .blog_hero_container .blog_hero_p {
        display: none;
    }

    .blog_hero_p_section_mob {
        display: block;
        padding: 30px 0;
    }

    .blog_hero_p_section_mob .blog_hero_p {
        font-size: 13px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0.5px;
        color: #636160;
    }

    .blog_recent_posts_section {
        padding: 0;
    }

    .tab {
        padding-bottom: 45px;
    }

    .blog_hero_section {
        padding-top: 100px;
    }

    .sidebar_posts_col {
        top: 0;
        height: unset;
    }

    .tabcontent {
        padding-bottom: 72px;
        margin-bottom: 72px;
        border-bottom: 1px solid #00000026;
    }

    .top_bar_text {
        text-align: center;
    }

    .blog_tabs_section {
        padding-bottom: 0;
    }

    .tabcontent .blog_post {
        margin-bottom: 0;
    }

    .blog_hero_p_section_mob .blog_hero_p {
        font-size: 20px;
        line-height: 35px;
    }

    .sidebar_blog_post {
        margin-bottom: 50px;
    }

    .sidebar_blog_post_content_wrapper {
        text-align: center;
    }

    .single_category_posts_col {
        padding-right: 15px;
    }

    .single_post_title_content_wrapper {
        padding-bottom: 70px;
    }

    .single_post_sidebar_posts {
        padding-left: 15px;
    }

    .single_blog_recent_posts_section {
        padding-bottom: 70px;
    }

    .single_img_div {
        height: 330px;
    }

    .single_blog_recent_posts_section {
        padding-top: 0;
    }

    .blog_tabs_section {
        padding-top: 70px;
    }

    .single_container {
        padding-bottom: 70px;
    }

    .single_post_back_button_wrapper {
        margin-top: 50px;
    }

    .single_sidebar_posts_desktop {
        display: none;
    }

    .single_sidebar_posts_section_mobile {
        display: block;
        padding: 70px 0;
        border-top: 1px solid #00000026;
    }
}

@media only screen and (max-width: 575px) {
    .blog_post_col .blog_post_img {
        border-radius: 0;
    }

    .blog_container,
    .tab,
    .sidebar_posts_col {
        padding-left: 30px;
        padding-right: 30px;
    }

    .blog_tabs_container {
        padding-left: 0;
        padding-right: 0;
    }

    .tabcontent .blog_post_content_wrapper {
        padding: 20px 45px 30px;
    }

    .tab .blog_post {
        margin-bottom: 20px;
    }

    .sidebar_posts_col .blog_post {
        margin-bottom: 50px;
    }

    .blog_tabs_section {
        padding-bottom: 30px;
    }

    .blog_hero_section h1 {
        font-size: 45px;
    }

    .blog_recent_post_title {
        font-size: 18px;
        line-height: 22px;
        padding: 0 25px 20px;
    }

    .sidebar_blog_post_title {
        font-size: 22px;
        line-height: 30px;
    }

    .sidebar_blog_post_img_overlay {
        padding: 0 22px 17px;
    }

    .blog_post_title {
        font-size: 16px;
        line-height: 20px;
    }

    .blog_post_text {
        font-size: 13px;
        line-height: 20px;
    }

    .tablinks {
        font-size: 11px;
        margin-right: 6px;
        margin-bottom: 14px;
    }

    .load-more.blog_button {
        margin-top: 30px;
    }

    .blog_hero_p_section_mob .blog_hero_p {
        font-size: 13px;
        line-height: 20px;
    }

    .tabcontent .blog_post_img {
        height: 187px;
    }

    .blog_recent_post_image {
        height: 170px;
    }

    .single_img_div {
        width: 100vw;
        position: relative;
        left: -30px;
        border-radius: 0;
        box-shadow: unset;
        margin-bottom: 30px;
        height: 243px;
    }

    .single_container {
        padding-top: 0;
    }

    .single_post_title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .single_post_content {
        font-size: 13px;
        line-height: 20px;
    }

    .single_post_title_content_wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .single_post_recent_posts_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .single_post_content h2 {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .sidebar_posts_wrapper .blog_post_img {
        height: 173px;
    }

}

/*-------------------------------------------------------------------------------------------*/
html {
    font-size: 45%;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 60%;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 62.5%;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: Wix Madefor Display, sans-serif;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    color: #373737;
    word-break: keep-all;

    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}


/*topbar ----------------------------------------------------------------------*/
.topbar {
    position: relative;
    background-color: #e5431f;
    padding: 10px 0;
    color: #fff;
    min-height: 45px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

@media (min-width: 1024px) {
    .topbar {
        padding: 5px 0;
    }
}

.wrapper {
    position: relative;
    width: 100%;
    padding: 0 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 1400px) {
    .wrapper {
        padding: 0;
    }
}

.topbar .top-bar-flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.topbar p.hero-small {
    flex: 1 1;
    -webkit-flex: 1 1;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
}

@media (min-width: 280px) {
    .topbar p.hero-small {
        font-size: 13px;
    }
}

@media (min-width: 1024px) {
    .topbar p.hero-small {
        font-size: 15px;
    }
}


.topbar .top-bar-logo-lang-wrap {
    display: none;
    gap: 4.5rem;
}

@media (min-width: 1200px) {
    .topbar .top-bar-logo-lang-wrap {
        display: flex;
        display: -webkit-flex;
    }
}

.lang-switch {
    cursor: pointer;
    align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    -webkit-column-gap: 10px;
    position: relative;
}

.lang-switch--desktop {
    display: none;
}

@media (min-width: 1200px) {
    .lang-switch--desktop {
        display: flex;
        display: -webkit-flex;
    }
}

.lang-switch span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    width: 30px;
    padding-left: 10px;
}

.lang-switch-arrow {
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.lang-switch .lang-switch-arrow {
    transition: all .3s ease-in-out;
}

ul {
    list-style-type: none;
    padding: 0;
}

.lang-switch .lang-switch-dropdown {
    position: absolute;
    top: 30px;
    height: 0;
    width: 100%;
    opacity: 0;
    transition: all .1s;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .lang-switch .lang-switch-dropdown {
        background-color: #e5431f;
    }
}

.lang-switch .lang-switch-dropdown li {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    border-bottom: 1px solid #fff;
    padding: 4px 0 4px 10px;
}

.lang-switch .lang-switch-dropdown li:last-child {
    border-bottom: none;
}

.topbar p.hero-small span {
    display: inline-block;
}

.navbar {
    position: relative;
    background-color: white;
}

.navbar-nav {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    list-style-type: none;
    padding: 3rem 0 2rem 0;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.navbar-nav-flex {
    display: flex;
    display: -webkit-flex;
    gap: 5rem;
    -webkit-column-gap: 5rem;
    width: 100%;
}

.btn-form-container {
    display: none;
    align-items: center;
    -webkit-align-items: center;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    gap: 2rem;
    -webkit-column-gap: 2rem;
}

.btn-form-container svg polyline {
    stroke: white;
}

.down-arrow {
    transition: all 0.3s ease-in-out;
}

.down-arrow.active {
    transform: rotate(180deg);
}

@media (min-width: 1200px) {
    .btn-form-container {
        display: flex;
        display: -webkit-flex;
    }
}

.btn-form-container p {
    color: #706c6e;
    font-size: 16px;
    font-weight: 600;
    transition: color 0.3s;
    cursor: pointer;
}

.btn-form-container p:hover {
    color: #e5431f;
}

.dropdown {
    position: absolute;
    top: 55px;
    left: 0;
    background-color: #e5431f;
    max-height: 0;
    visibility: hidden;
    transition: all 0.3s;
    color: white;
}

.dropdown.active {
    visibility: visible;
    max-height: 100px;
}

.navbar-nav a {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.nav-links {
    display: none;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-top: 5px;
    gap: 2rem;
    -webkit-column-gap: 2rem;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-left: auto;
}

.nav-links a {
    color: #706c6e;
}

.nav-links a:active {
    color: #e5431f;
}

@media (min-width: 1200px) {
    .nav-links {
        gap: 3rem;
        -webkit-column-gap: 3rem;
        display: flex;
        display: -webkit-flex;
    }
}

.nav-links li {
    position: relative;
    display: flex;
    display: -webkit-flex;
    transition: color 0.3s;
}

.nav-links li:hover {
    color: #e5431f;
}

.nav-links li:hover svg polyline {
    stroke: #e5431f;
}

.nav-links li .dropdown {
    position: absolute;
    top: 21px;
    left: 0;
    background-color: #e5431f;
    max-height: 0;
    visibility: hidden;
    transition: all 0.3s;
    color: white;
}

.nav-links li .dropdown.active {
    visibility: visible;
    max-height: 100px;
}

.nav-links li .down-arrow {
    transition: all 0.3s ease-in-out;
}

.nav-links li .down-arrow.active {
    transform: rotate(180deg);
}

.nav-links span {
    margin-left: 5px;
    display: inline-block;
}

.nav-links span svg polyline {
    stroke: #706c6e;
}

.hamburger {
    display: block;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .hamburger {
        display: none;
    }
}


img.logo-fit {
    width: 18.3rem;
    height: 5.8rem;
    object-fit: contain;
    object-position: left center;
}

.navbar {
    padding: 0;
}

.navbar-nav {
    gap: unset;
}

@media (min-width: 1200px) {
    .topbar p.hero-small {
        margin-right: 55px;
    }
}


/*mobile nav ----------------------------------*/
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform .3s ease-in-out;
    z-index: 9999;
    overflow-y: hidden;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.mobile-nav.active {
    transform: translateX(0);
}

.mobile-nav.active .wrapper {
    height: 100%;
}

.mobile-nav-wrap {
    padding: 2rem 1rem 14rem;
    overflow-y: auto;
}

.mobile-nav.active .wrapper .mobile-nav-wrap {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.mobile-nav-head {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 1rem;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .mobile-nav-head {
        margin-bottom: 60px;
    }
}

button,
img.logo-fit {
    cursor: pointer;
}

button, img.logo-fit {
    cursor: pointer;
}

img.logo-fit {
    width: 18.3rem;
    height: 5.8rem;
    object-fit: contain;
    object-position: left center;
}

.lang-switch {
    cursor: pointer;
    align-items: center;
    -webkit-align-items: center;
    gap: 10px;
    -webkit-column-gap: 10px;
    position: relative;
}

.lang-switch--mobile {
    display: flex;
    display: -webkit-flex;
}

.mobile-nav-links {
    font-size: 2.2rem;
    font-weight: 600;
    padding-left: 10px;
}

.mobile-nav-links div {
    cursor: pointer;
    margin-bottom: 2.5rem;
}

.mobile-nav .mobile-nav-footer {
    margin-top: 10rem;
}

.p, p {
    font-size: 2.2rem;
}

.mobile-nav .mobile-nav-footer p {
    font-weight: 800;
    margin-bottom: 2rem;
}

.mobile-nav .mobile-nav-footer__icons {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 5px; /*****/
    -webkit-column-gap: 5px;
    margin-bottom: 20px;
}

.mobile-nav .mobile-nav-footer a.social {
    display: inline-block;
    background: red;
    width: 32px;
    height: 32px;
    position: relative;
    border-radius: 50%;
    transition: all .3s;
}

.mobile-nav .mobile-nav-footer a.social.fb {
    background: #3b5998;
}

.mobile-nav .mobile-nav-footer a.social.instagram {
    background: linear-gradient(165.51deg, #4e60d3, #913baf 14.28%, #d52d88 76.15%, #f26d4f);
}

.mobile-nav .mobile-nav-footer a.social.linkedin {
    background: #007bb5;
}

.mobile-nav .mobile-nav-footer a.social i:before {
    font-size: 16px;
}

.fa-brands, .fa {
    font-weight: 400;
}

.mobile-nav .mobile-nav-footer a.social i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

canvas, img, picture, svg, video {
    display: block;
    max-width: 100%;
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.mobile-nav .mobile-nav-footer__icons img {
    width: 100px;
}

.mobile-nav-links a,
.mobile-nav-links a:hover,
.mobile-nav-links a:active {
    color: inherit;
}


/*footer -------------------------------------*/
footer {
    background-color: white;
    padding-top: 15rem;
}

footer img {
    cursor: pointer;
    object-fit: contain;
    object-position: center;
}

footer article p {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 2rem;
}

@media (min-width: 567px) {
    footer article p {
        font-size: 16px;
        margin-bottom: 2rem;
    }
}

footer ul.links li {
    transition: color 0.3s;
}

footer ul.links li:hover {
}

footer ul.links.contact li {
    transition: color 0.3s;
}

footer ul.links.contact li:hover {
    color: inherit;
}

footer ul a,
footer ul li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1rem;
    color: inherit;
    display: block;
    text-decoration: none;
}

@media (min-width: 567px) {
    footer ul a,
    footer ul li {
        font-size: 16px;
        margin-bottom: 2rem;
    }

    footer ul li:last-child {
        margin-bottom: 0;
    }
}

footer ul a.email-link {
    display: inline-block;
    transition: color 0.3s;
}

footer ul a.email-link:hover {
}

.footer-top {
    padding: 0 0 6rem 0;
}

@media (min-width: 768px) {
    .footer-top {
        padding: 0 0 6rem 0;
    }
}

.footer-top .wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

@media (min-width: 1200px) {
    .footer-top .wrapper {
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }
}

.footer-top--left {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 3rem; /*****/
    -webkit-column-gap: 3rem;
}

@media (min-width: 567px) {
    .footer-top--left {
        flex-direction: row;
        -webkit-flex-direction: row;
    }
}

@media (min-width: 768px) {
    .footer-top--left {
        gap: 6rem;
        -webkit-column-gap: 6rem;
    }
}

.footer-top--right {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 6rem;
    -webkit-column-gap: 6rem;
    margin-top: 5rem;
}

@media (min-width: 768px) {
    .footer-top--right {
        flex-direction: row;
        -webkit-flex-direction: row;
    }
}

@media (min-width: 1200px) {
    .footer-top--right {
        margin-top: 0;
    }
}

.footer-top--right article .social {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 1rem;
    -webkit-column-gap: 1rem;
    margin-bottom: 5rem;
}

.footer-top--right article .social:last-child {
    margin-bottom: 0;
}

.footer-top--right article .social .store-icon {
    width: 100px;
    cursor: default;
}

.footer-top--right article .social .social-icon {
    cursor: pointer;
}

.footer-top--right article .social .social-icon:active {
    transform: scale(0.9);
}

.footer-top--right article .stores-icons-wrap {
    display: flex;
    display: -webkit-flex;
    gap: 1rem;
    -webkit-column-gap: 1rem;
}

@media (min-width: 1200px) {
    .footer-top--right article .stores-icons-wrap {
        gap: 2rem;
        -webkit-column-gap: 2rem;
    }
}

.footer-bottom {
    padding: 3rem 0 4.5rem 0;
    border-top: 1px solid #d9d9d9;
}

@media (min-width: 768px) {
    .footer-bottom {
        padding: 3rem 0 4.5rem 0;
    }
}

.footer-bottom .wrapper {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    gap: 2rem;
    -webkit-column-gap: 2rem;
}

@media (min-width: 1024px) {
    .footer-bottom .wrapper {
        flex-direction: row;
        -webkit-flex-direction: row;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        gap: 6rem;
        -webkit-column-gap: 6rem;
    }
}

.footer-bottom .copyright {
    font-size: 13px;
    font-weight: 400;
}

footer .footer-top--right article .stores-icons-wrap .store-icon {
    width: 100px;
}

@media (min-width: 567px) {
    footer article ul a:last-child, footer article ul li:last-child {
        margin-bottom: 0;
    }
}

footer article ul.links li:hover {
    color: #e5431f;
}

footer article ul a.email-link {
    display: inline-block;
    color: #e5431f;
    transition: color .3s;
}

footer article ul a.email-link:hover {
    color: #373737;
}

footer .footer-top--right article .social a {
    display: inline-block;
    background: red;
    width: 32px;
    height: 32px;
    position: relative;
    border-radius: 50%;
    transition: all .3s;
}

footer .footer-top--right article .social a.fb {
    background: #3b5998;
}

footer .footer-top--right article .social a.instagram {
    background: linear-gradient(165.51deg, #4e60d3, #913baf 14.28%, #d52d88 76.15%, #f26d4f);
}

footer .footer-top--right article .social a.linkedin {
    background: #007bb5;
}

footer .footer-top--right article .social a i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

footer .footer-top--right article .social a i:before {
    font-size: 16px;
}

@media (min-width: 1200px) {
    footer .footer-top--right article .social a.fb:hover {
        background: #fff;
    }
}

@media (min-width: 1200px) {
    footer .footer-top--right article .social a.fb:hover i {
        color: #3b5998;
    }
}

@media (min-width: 1200px) {
    footer .footer-top--right article .social a.instagram:hover {
        background: #fff;
    }
}

@media (min-width: 1200px) {
    footer .footer-top--right article .social a.instagram:hover i {
        color: #e5431f;
    }
}

@media (min-width: 1200px) {
    footer .footer-top--right article .social a.linkedin:hover {
        background: #fff;
    }
}

@media (min-width: 1200px) {
    footer .footer-top--right article .social a.linkedin:hover i {
        color: #007bb5;
    }
}

.footer-top--left ul {
    margin-bottom: 0;
}


/*zlatimir*/
.newsletter-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.newsletter-modal .newsletter-modal-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 9999;
    padding: 40px 20px 20px 20px;
    border-radius: 10px;
    width: 880px;
}

@media (min-width: 960px) {
    .newsletter-modal .newsletter-modal-content {
        padding: 40px;
    }

    .newsletter-modal h2 {
        font-size: 24px;
    }

    .newsletter-modal svg {
        right: 10px;
        top: 10px;
    }
}

.newsletter-modal .newsletter-modal-content .form-top {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    gap: 15px;
    -webkit-column-gap: 15px;
    margin-bottom: 25px;
}

.newsletter-modal .newsletter-modal-content input[type="text"],
.newsletter-modal .newsletter-modal-content input[type="email"] {
    width: 100%;
    border: none;
    background-color: transparent;
}

.newsletter-modal .newsletter-modal-content button {
    margin: 20px 0 0 0 !important;
    width: 100%;
}

.newsletter-modal .newsletter-modal-content h2 {
    font-size: 20px;
    color: #373737;
    margin-bottom: 3rem;
}

.newsletter-modal .newsletter-modal-content .terms-error {
    color: #ff0033 !important;
}

.newsletter-modal svg {
    position: absolute;
    right: 10px;
    top: 10px;
    stroke: #373737;
}

.newsletter-modal .form-bottom-flex {
    display: flex;
    display: -webkit-flex;
    gap: 1rem;
    -webkit-column-gap: 1rem;
    margin-top: 10px;
}

.newsletter-modal .form-bottom-flex input[type="checkbox"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #9fb0d9;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.newsletter-modal .form-bottom-flex input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.newsletter-modal .form-bottom-flex p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #595858;
}

.newsletter-modal .form-bottom-flex span {
    display: block;
    line-height: 1.2;
}

.newsletter-modal .form-bottom-flex .links-form a {
    color: #373737;
    transition: all 0.3s ease-in-out;
}

.newsletter-modal .form-bottom-flex .links-form a:hover {
    color: #000;
    text-decoration: underline;
}

.iframe-newsletter-popup {
    width: 320px;
    height: 350px;
}

@media (min-width: 360px) {
    .iframe-newsletter-popup {
        width: 340px;
        height: 350px;
    }
}

@media (min-width: 411px) {
    .iframe-newsletter-popup {
        width: 380px;
        height: 380px;
    }
}

@media (min-width: 567px) {
    .iframe-newsletter-popup {
        width: 580px;
    }
}

@media (min-width: 768px) {
    .iframe-newsletter-popup {
        width: 860px;
        height: 725px;
    }
}

.newsletter-modal {
    display: none;
}

.gray-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1;
}

@media (min-width: 1200px) {
    .gray-overlay {
        background-color: rgba(0, 0, 0, .2);
    }
}