@font-face {
    font-family: "Suisse Intl Light";
    src: url(../fonts/SuisseIntl-Light.otf);
}

@font-face {
    font-family: "Suisse Intl SemiBold";
    src: url(../fonts/SuisseIntl-SemiBold.otf);
}

* {
    --main-black: rgba(0, 0, 0, 0.85);
    --main-gray: #929292;
    --main-orange: #ff5100;
    --white-gray: #f1f1f2;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1410px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.875rem;
}

.row {
    --bs-gutter-x: 1.875rem;
}

.g-0 {
    --bs-gutter-x: 0;
}

:where(.is-layout-flex) {
    gap: 1.875em;
}

body {
    font-family: "Suisse Intl Light", sans-serif;
    font-weight: 300;
    color: var(--main-black);
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

p, ul, ol {
    margin-bottom: 0;
}

strong {
    font-family: "Suisse Intl SemiBold", sans-serif;
    font-weight: 600;
}

header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #ffffff;
    position: relative;
}

header.sticky {
    position: fixed;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
    animation: stickyFadeIn 0.3s ease forwards;
    z-index: 9999;
}

header .top {
    padding: 10px 0;
    border-bottom: 1px solid var(--main-gray);
}

header .menu {
    padding: 0;
    list-style: none;
}

header .menu li {
    display: inline-block;
    margin-right: 20px;
}

header .menu li:last-child {
    margin-right: 0;
}

header .menu li a,
header .lang-switcher a {
    text-transform: lowercase;
    letter-spacing: 0.01em;
}

header .top-right {
    display: flex;
    justify-content: flex-end;
}

.lang-switcher {
    margin-left: 22px;
}

header .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo-title {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
}

header.sticky .logo-title {
    padding-top: 12px;
    padding-bottom: 5px;
}

.logo-title .logo {
    display: none;
}

.button {
    color: #f2f2f2;
    line-height: 1em;
    background-color: var(--main-black);
    border: none;
    padding: 11px 23px;
    text-align: center;
    border-radius: 48px;
    font-family: "Suisse Intl SemiBold", sans-serif;
    display: inline-block;
}

.button-plain {
    border: 1px solid var(--main-black);
    background: transparent;
    color: var(--main-black);
}


@keyframes stickyFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


footer {
    padding: 53px 0 55px;
    background: var(--main-black);
}

.footer-logo {
    margin-top: -1rem;
}

.footer-logo a {
    color: var(--white-gray);
    font-size: 4.5rem;
    line-height: 1.11em;
}

footer .footer-widget h3 {
    margin-bottom: 15px;
    color: var(--main-gray);
    font-size: 1em;
    line-height: 1.625em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 300;
}

footer .footer-widget p {
    margin-bottom: 2rem;
    color: var(--white-gray);
}

footer .footer-widget a {
    color: var(--white-gray);
}

footer .footer-widget ul {
    padding: 0;
    list-style: none;
}

footer .footer-widget ul li {
    color: var(--white-gray);
    text-transform: lowercase;
}

footer .bottom-row {
    margin-top: 144px;
}

footer .bottom-row .footer-widget p {
    margin-bottom: 0;
}

#page-title {
    margin-top: 50px;
    margin-bottom: 50px;
}

.page-heading {
    font-weight: 300;
    font-size: 88px;
    line-height: 92px;
    letter-spacing: -0.02em;
    text-transform: lowercase;
}

.page-title-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.autori-prostori-page #page-title .button {
    padding: 13px 32px;
}

.author-list {
    margin-bottom: 1rem;
}

.author-box {
    margin-bottom: 70px;
}

.author-name {
    letter-spacing: 0.01em;
    font-weight: 300;
    font-size: 1rem;
}

.default-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.default-page p {
    margin-bottom: 2rem;
}

.contact-page .page-heading {
    margin-top: 50px;
    margin-bottom: 50px;
}

.sub-heading {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0;
    font-weight: 300;
}

.contact-info {
    margin-top: 162px;
}

.contact-info p {
    margin-bottom: 20px;
}

#map {
    margin-top: 90px;
    margin-bottom: 85px;
}

.form-input-div {
    margin-bottom: 20px;
}

.form-input-div input:not([type="submit"]),
.form-input-div textarea {
    color: #B0B0B0;
    font-family: "Suisse Intl Light", sans-serif;
    border: 1px solid #B0B0B0;
    border-radius: 23px;
    line-height: 20px;
    box-shadow: none;
    padding: 12px 28px 14px;
}

.form-input-div input:not([type="submit"])::placeholder,
.form-input-div textarea::placeholder {
    color: #B0B0B0;
}

.form-input-div.bigger-margin {
    margin-bottom: 32px;
}

.contact-page form {
    margin-top: 10px;
}

.wpcf7-not-valid-tip {
    margin-left: 0.5em;
}

.about-page .page-heading {
    margin-top: 50px;
    margin-bottom: 75px;
}

.about-intro {
    margin-top: 75px;
    margin-bottom: 85px;
}

.up-heading {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.333em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-intro .up-heading {
    margin-bottom: 5px;
}

.about-intro .page-heading {
    line-height: 1.0909em;
    margin-top: 0;
    text-transform: none;
}

.about-text {
    margin-bottom: 60px;
}

.about-text .row {
    align-items: flex-end;
}

.about-text p {
    margin-bottom: 24px;
}

#brands {
    margin-bottom: 95px;
    border-top: 1px solid var(--main-gray);
    border-left: 1px solid var(--main-gray);
}

#brands .row > div {
    border-right: 1px solid var(--main-gray);
    border-bottom: 1px solid var(--main-gray);
}

.brand-logo {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.struja-art-page .page-heading,
.catalogs-page .page-heading,
.news-page .page-heading {
    margin-top: 50px;
    margin-bottom: 65px;
}

#magazines {
    margin-bottom: 20px;
}

.mag {
    margin-bottom: 70px;
}

.mag img {
    margin-bottom: 14px;
}

.mag h4 {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0;
}

.single-post-title {
    margin-top: 60px;
}

.meta {
    color: var(--main-gray);
    margin-bottom: 10px;
    line-height: 100%;
}

.single-post-title h1 {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.2em;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.single-post-page .cover {
    margin-bottom: 75px;
}

.post-content p {
    margin-bottom: 1.5rem;
}

.post-content {
    padding-bottom: 60px;
    border-bottom: 1px solid var(--main-gray);
}

.post-content .wp-block-group,
.post-content .pc-cont > figure {
    margin-bottom: 75px;
    margin-top: 75px;
}

.single-post-page .single-post-below {
    padding-top: 24px;
    padding-bottom: 90px;
}

.single-post-below .share span {
    display: inline-block;
    font-size: 14px;
    margin-right: 14px;
}

.share a {
    display: inline-block;
    margin-right: 22px;
}

.post-nav {
    display: flex;
    justify-content: flex-end;
}

.prev-post {
    margin-right: 40px;
}

.post-nav a {
    font-size: 14px;
    line-height: 24px;
}

a.disabled span {
    color: var(--main-gray);
}

.prev-post img {
    margin-right: 15px;
}

.next-post img {
    margin-left: 15px;
}

.news-page .cover {
    margin-bottom: 45px;
}

#featured-post h3 {
    font-weight: 300;
    font-size: 32px;
    line-height: 1.1875em;
    letter-spacing: 0;
}

.feat-text p {
    margin-bottom: 1.5rem;
}

#older-posts {
    margin-top: 80px;
    padding-bottom: 20px;
}

#older-posts h5 {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.333em;
    letter-spacing: 0;
    margin-bottom: 70px;
}

#older-posts .meta {
    margin-top: 20px;
    margin-bottom: 10px;
}

#older-posts .thumbnail {
    overflow: hidden;
}

#older-posts .thumbnail img {
    transition: all .6s ease;
}

#older-posts a:hover img {
    transform: scale(1.1);
}

.mag-slider .slick-dots {
    bottom: 18%;
}
.mag-slider .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 4px;
}
.mag-slider .slick-dots li button {
    width: 11px;
    height: 11px;
    padding: 0;
}
.mag-slider .slick-dots li button:before {
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    content: '';
    opacity: 1;
}
.mag-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #d9d9d9;
}