@import url(aos.css);
@import url(swiper-bundle.css);
/* @import url(animsition.min.css); */
@import url(jquery.pagepiling.css);
@import url(jquery.fancybox.css);

/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/
/* 1.1 General */
html,
body {
    overflow: visible;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
html ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

html ::-webkit-scrollbar-button {
    display: none;
}

html ::-webkit-scrollbar-track-piece {
    background-color: #eaeaea;
}

html ::-webkit-scrollbar-thumb {
    background-color: #dcc574;
    border-radius: none;
}

html ::-webkit-scrollbar-corner {
    background-color: #999;
}

html ::-webkit-resizer {
    background-color: #666;
}

html.beige ::-webkit-scrollbar-thumb {
    background-color: #ffdf91;
    border-radius: none;
}

html.modern ::-webkit-scrollbar-thumb {
    background-color: #dcc574;
    border-radius: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    display: flex;
    flex-direction: column;
    min-width: 320px;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: "League Spartan", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #33352f;
    font-weight: 400;
    -webkit-locale: auto;
    white-space: normal;
    overflow-x: hidden;
}

main {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    background-color: #ffffff;
    margin-top: -7%;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

input:invalid,
textarea:invalid {
    box-shadow: none;
}

textarea {
    resize: none;
}

.btn1 {
    font-size: 14px;
    border: 1px solid #ccc;
    color: #9f9f9f;
    padding: 9px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: fit-content;
}

.btn1:hover {
    color: #1c1c1c;
}

.btn2 {
    font-size: 14px;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #000;
    height: fit-content;
}

.btn2:hover {
    color: #ffffff;
}
input[type="search"] {
    border-bottom: 1px solid #33352f;
    padding: 10px 0;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath d='M62.9 56.5l-17-13.8c7.2-9.9 6.1-23.7-2.7-32.5C38.4 5.3 32 2.7 25.3 2.7s-13 2.6-17.8 7.4S0 21.3 0 28s2.7 13.1 7.5 17.9c5.1 5.1 11.5 7.5 17.9 7.5 6.1 0 12.3-2.1 17.1-6.7l17.3 14.1c.5.5 1.1.5 1.6.5.8 0 1.6-.3 2.1-1.1.8-1 .8-2.6-.6-3.7zM25.3 48c-5.3 0-10.4-2.1-14.1-5.9-3.7-3.7-5.9-8.8-5.9-14.1s2.1-10.4 5.9-14.1S20 8 25.3 8s10.4 2.1 14.1 5.9 5.9 8.8 5.9 14.1-2.1 10.4-5.9 14.1c-3.7 3.8-8.7 5.9-14.1 5.9z'/%3e%3c/svg%3e ")
        no-repeat right center;
    background-size: 20px;
}

input[type="search"]::placeholder {
    font-size: 16px;
    opacity: 0.5;
}

input[type="search"]:focus::placeholder {
    opacity: 0;
}

textarea.custom-input {
    height: 150px;
    resize: none;
}
/* 1.2  Typography */
@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost-Light.woff2") format("woff2"),
        url("../fonts/Jost-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost-Regular.woff2") format("woff2"),
        url("../fonts/Jost-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost-Italic.woff2") format("woff2"),
        url("../fonts/Jost-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost-SemiBold.woff2") format("woff2"),
        url("../fonts/Jost-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Jost";
    src: url("../fonts/Jost-Bold.woff2") format("woff2"),
        url("../fonts/Jost-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Cinzel";
    src: url("../fonts/Cinzel-Regular.woff2") format("woff2"),
        url("../fonts/Cinzel-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "EB Garamond";
    src: url("../fonts/Ebgaramondregular.woff2") format("woff2"),
        url("../fonts/Ebgaramondregular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 1.3 Utils */
.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.field-error {
    font-size: 16px;
    line-height: 20px;
    color: #f5480c;
    margin-bottom: 15px;
    margin-top: 5px;
}

/* 1.5 Fields */
.field {
    position: relative;
    display: block;
    width: 100%;
    cursor: text;
}

.field .underline {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.field .underline::before,
.field .underline::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #33352f;
    transition: width 0.3s ease;
}

.field .underline::before {
    left: 50%;
}

.field .underline::after {
    right: 50%;
}

.field__hint {
    position: absolute;
    top: -1.7em;
    display: block;
    transition: 0.3s;
    font-size: 12px;
    text-transform: uppercase;
    color: #999999;
}

.field__hint .red {
    display: inline;
    position: relative;
    top: -7px;
    color: #ff0000;
}

.field input,
.field textarea {
    border: none;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 20px;
}

.field input::placeholder,
.field textarea::placeholder {
    color: transparent;
}

.field input:placeholder-shown ~ .field__hint,
.field textarea:placeholder-shown ~ .field__hint {
    font-size: 20px;
    text-transform: none;
    top: -5px;
}

.field input:focus ~ .field__hint,
.field textarea:focus ~ .field__hint {
    position: absolute;
    top: -1.7em;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.field input:focus ~ .underline::before,
.field textarea:focus ~ .underline::before {
    width: 50%;
}

.field input:focus ~ .underline::after,
.field textarea:focus ~ .underline::after {
    width: 50%;
}

.field textarea {
    resize: none;
    height: 150px;
}

@media (min-width: 1200px) {
    .field textarea {
        height: 209px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199.98px) {
    .field--md-small .field__hint {
        top: -1.2em;
        font-size: 10px;
    }

    .field--md-small input,
    .field--md-small textarea {
        padding-bottom: 6px;
        font-size: 14px;
    }

    .field--md-small input:placeholder-shown ~ .field__hint,
    .field--md-small textarea:placeholder-shown ~ .field__hint {
        font-size: 14px;
    }

    .field--md-small input:focus,
    .field--md-small textarea:focus {
        border-bottom-color: #33352f;
    }

    .field--md-small input:focus ~ .field__hint,
    .field--md-small textarea:focus ~ .field__hint {
        top: -1.2em;
        font-size: 10px;
    }
}

.field--bordered input,
.field--bordered textarea {
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1;
    color: #33352f;
    border: solid 1px #dadada;
    transition: border-color 0.3s ease;
}

@media (min-width: 1200px) {
    .field--bordered input,
    .field--bordered textarea {
        padding: 18px 30px;
    }
}

.field--bordered input:hover,
.field--bordered input:focus,
.field--bordered textarea:hover,
.field--bordered textarea:focus {
    outline: none;
    border-color: #33352f;
}

.field--bordered input::placeholder,
.field--bordered textarea::placeholder {
    color: #999999;
}

@media (min-width: 1200px) {
    .field--bordered textarea {
        height: 180px;
    }
}

/* 1.7 Heading */
.heading {
    margin: 0;
    font-size: 32px;
    line-height: 1.18;
    color: #33352f;
    font-weight: 300;
    letter-spacing: -0.025em;
}

.heading--h1 {
    font-size: 36px;
}

.heading--upper {
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .heading {
        font-size: 42px;
    }

    .heading--h1 {
        font-size: 48px;
    }
}

@media (min-width: 1200px) {
    .heading {
        font-size: 54px;
    }

    .heading--h1 {
        font-size: 64px;
    }
}

/* 1.8 Menu toggle button */
.menu-toggle {
    position: relative;
    display: block;
    width: 25px;
    height: 12px;
    padding: 0;
    border: none;
    background-color: transparent;
    appearance: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.menu-toggle--white::before,
.menu-toggle--white::after {
    border-top: solid 3px #ffffff;
}

.menu-toggle--opened::before {
    transform: translateY(2px);
}

.menu-toggle--opened::after {
    transform: translateY(-2px);
}

.menu-toggle::before,
.menu-toggle::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    border-top: solid 3px #33352f;
    transition: border-top-color 0.3s ease, transform 0.3s ease;
}

.menu-toggle::before {
    top: 0;
}

.menu-toggle::after {
    bottom: 0;
}

.menu-toggle--white::before,
.menu-toggle--white::after {
    border-top: solid 3px #ffffff;
}

.menu-toggle:hover,
.menu-toggle:focus {
    outline: none;
}

.menu-toggle:hover::before,
.menu-toggle:hover::after,
.menu-toggle:focus::before,
.menu-toggle:focus::after {
    border-top-color: #dcc574;
}

.webpage--modern .menu-toggle:hover::before,
.webpage--modern .menu-toggle:hover::after,
.webpage--modern .menu-toggle:focus::before,
.webpage--modern .menu-toggle:focus::after {
    border-top-color: #dcc574 !important;
}

/* 1.9 Header search */
.header-search {
    position: relative;
}

.header-search--white .header-search__toggle-icon {
    fill: #ffffff;
}

.header-search--opened .header-search__toggle-icon--loupe {
    display: none;
}

.header-search--opened .header-search__toggle-icon--close {
    display: block;
}

.header-search--opened .header-search__wrapper {
    display: block;
}

.header-search__wrapper {
    display: none;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background-color: #f3f1eb;
    padding: 10px 0;
    overflow: hidden;
    width: calc(100vw - 105px);
}

@media (min-width: 768px) {
    .header-search__wrapper {
        width: 50vw;
    }
}

@media (min-width: 1200px) {
    .header-search__wrapper {
        width: 21vw;
        max-width: 404px;
    }
}

.header-search form label {
    display: block;
    margin: 0;
}

.header-search form input {
    display: block;
    width: 100%;
    padding: 10px 16px;
    border: none;
    appearance: none;
    font-size: 14px;
    line-height: 1;
    color: #33352f;
    background-image: none;
    background-color: rgb(243 241 235);
}

.header-search form input::-ms-clear,
.header-search form input::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.header-search form input::-webkit-search-decoration,
.header-search form input::-webkit-search-cancel-button,
.header-search form input::-webkit-search-results-button,
.header-search form input::-webkit-search-results-decoration {
    display: none;
}

.header-search form input:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0.02);
}

.header-search form input::placeholder {
    color: #999999;
    opacity: 1;
}

.header-search__toggle {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    background-color: transparent;
    appearance: none;
    cursor: pointer;
    color: #dcc574;
}

.header-search__toggle-icon {
    display: block;
    width: 100%;
    height: auto;
    transition: fill 0.3s ease;
}

.header-search__toggle-icon--close {
    display: none;
}

.header-search__toggle:hover,
.header-search__toggle:focus {
    outline: none;
}

.header-search__toggle:hover svg,
.header-search__toggle:focus svg {
    fill: #dcc574;
}

.webpage--beige .header-search__wrapper {
    background-color: #4d524b;
}

.webpage--beige .header-search__toggle-icon {
    fill: #ffffff;
}

.webpage--beige .header-search__toggle:hover,
.webpage--beige .header-search__toggle:focus {
    outline: none;
}

.webpage--beige .header-search__toggle:hover svg,
.webpage--beige .header-search__toggle:focus svg {
    fill: #e6da89 !important;
}

.webpage--beige .header-search form input {
    color: #ffffff;
    background-color: #5a5f57;
}

.webpage--modern .header-search__toggle:hover svg,
.webpage--modern .header-search__toggle:focus svg {
    fill: #dcc574 !important;
}

/* 1.10 Chat button */
@media (min-width: 576px) {
    .lets-chat {
        position: relative;
        display: flex;
    }

    .lets-chat::before {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        border-bottom: solid 1px #33352f;
        transition: border-color 0.3s ease;
    }
}

.lets-chat:hover,
.lets-chat:focus {
    outline: none;
}

.lets-chat:hover .lets-chat__text,
.lets-chat:focus .lets-chat__text {
    color: #dcc574;
}

.lets-chat:hover::before,
.lets-chat:focus::before {
    border-color: #dcc574;
}

.lets-chat:hover svg,
.lets-chat:focus svg {
    fill: #dcc574;
}

.lets-chat__text {
    display: none;
}

@media (min-width: 576px) {
    .lets-chat__text {
        display: block;
        margin-right: 16px;
        align-self: center;
        font-size: 14px;
        line-height: 1.285;
        color: #33352f;
        font-weight: 600;
        text-transform: uppercase;
        transition: color 0.3s ease;
    }
}

.lets-chat__icon {
    align-self: center;
}

.lets-chat__icon svg {
    transition: fill 0.3s ease;
}

@media (min-width: 576px) {
    .lets-chat__icon svg {
        display: block;
        width: auto;
        height: 14px;
    }
}

/* 1.11 Navigation */
.navigation--column {
    display: block;
    width: 100%;
    padding: 6px 0;
    overflow: auto;
}

.navigation--column .navigation__list {
    display: block;
    padding-right: 10px;
}

.navigation--column .navigation__dropdown {
    display: none;
    opacity: 1;
    pointer-events: auto;
}

.navigation--column .navigation__item {
    margin-right: 0 !important;
    margin-bottom: 12px;
}

@media (min-height: 900px) {
    .navigation--column .navigation__item {
        margin-bottom: 22px;
    }
}

.navigation--column .navigation__item::after {
    display: none;
}

.navigation--column .navigation__link {
    font-size: 18px;
    line-height: 1.2;
    color: #33352f;
    text-transform: none;
}

.navigation--column .navigation__link:hover::after,
.navigation--column .navigation__link:focus::after {
    display: none;
}

.navigation--column .navigation__link:hover + .navigation__dropdown,
.navigation--column .navigation__link:focus + .navigation__dropdown {
    display: none;
    opacity: 1;
    pointer-events: auto;
}

.navigation--column .navigation__dropdown {
    position: static;
    transform: translateY(0);
    width: 100%;
    min-width: 0;
    padding: 0 0 0 16px;
    border: none;
    background-color: transparent;
}

.navigation--column .navigation__dropdown-wrapper {
    display: block;
}

.navigation--column .navigation__dropdown-column {
    width: 100%;
}

.navigation--column .navigation__dropdown-column-title {
    display: none;
}

.navigation--column .navigation__dropdown-column + * {
    width: 100% !important;
    padding-left: 0 !important;
}

.navigation--column .navigation__dropdown-item a {
    font-size: 14px;
    line-height: 1;
}

.navigation--technical .navigation__item::after {
    display: none;
}

.navigation--technical .navigation__item--current .navigation__link {
    color: #33352f;
    font-weight: 600;
}

.navigation--technical .navigation__item--current .navigation__link::before {
    opacity: 1;
}

.navigation--technical .navigation__link {
    position: relative;
}

.navigation--technical .navigation__link::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    background-color: #ffdf91;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.navigation--technical .navigation__link:hover,
.navigation--technical .navigation__link:focus {
    color: #33352f;
}

.navigation--technical .navigation__link:hover::before,
.navigation--technical .navigation__link:focus::before {
    opacity: 1;
}

.navigation--technical .navigation__dropdown-item a {
    position: relative;
}

.navigation--technical .navigation__dropdown-item a::before {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    background-color: #ffdf91;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.navigation--technical .navigation__dropdown-item a:hover,
.navigation--technical .navigation__dropdown-item a:focus {
    color: #33352f;
}

.navigation--technical .navigation__dropdown-item a:hover::before,
.navigation--technical .navigation__dropdown-item a:focus::before {
    opacity: 1;
}

.navigation--technical .navigation__dropdown-item--current a {
    color: #33352f !important;
}

.navigation--technical .navigation__dropdown-item--current a::before {
    opacity: 1;
}

.navigation__dropdown {
    position: absolute;
    z-index: 1;
    min-width: 400px;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    width: 100% !important;
}

.navigation__dropdown--columns {
    width: 670px;
    min-width: 0;
}

@media (min-width: 1200px) {
    .navigation__dropdown--columns {
        width: 550px;
    }
}

.navigation__dropdown:hover {
    opacity: 1;
    pointer-events: auto;
}

@media (min-width: 1200px) {
    .navigation__dropdown {
        left: 0;
        padding: 45px 55px 45px;
    }
}

.navigation__dropdown-column-title {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1;
    color: #dcc574;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.navigation__dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation__dropdown-item--current a {
    color: #dcc574 !important;
    font-weight: 600;
}

.navigation__dropdown-item a {
    font-size: 16px;
    line-height: 1.875;
    color: #3d3d3d;
    letter-spacing: 0.015em;
    transition: color 0.3s ease;
}

.navigation__dropdown-item a:hover,
.navigation__dropdown-item a:focus {
    outline: none;
    color: #dcc574;
}

.navigation__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.navigation__item {
    position: unset;
    margin-right: 20px;
}

@media (min-width: 1200px) {
    .navigation__item {
        margin-right: 70px;
    }
}

.navigation__item::after {
    content: "";
    position: absolute;
    top: 55%;
    right: -8px;
    transform: translateY(-50%) translateX(100%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #cccccc;
}

@media (min-width: 1200px) {
    .navigation__item::after {
        right: -27px;
    }
}

.navigation__item:last-child {
    margin-right: 0;
}

.navigation__item:last-child::after {
    display: none;
}

.navigation__item--current .navigation__link {
    color: #dcc574;
    font-weight: 400;
}

.navigation__link {
    font-size: 12px;
    line-height: 1;
    color: #33352f;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.navigation__link:hover,
.navigation__link:focus {
    outline: none;
    color: #dcc574;
    position: relative;
}

.navigation__link:hover::after,
.navigation__link:focus::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    height: 70px;
}

.navigation__link:hover + .navigation__dropdown,
.navigation__link:focus + .navigation__dropdown {
    opacity: 1;
    pointer-events: auto;
}

.navigation__link:active {
    opacity: 0.7;
}

.webpage--beige .navigation__item::after {
    display: none;
}

.webpage--beige .navigation__dropdown {
    background-color: #3b3f39;
}

.webpage--beige .navigation__dropdown-item a {
    color: #ffffff;
}

.webpage--beige .navigation__dropdown-item a:hover,
.webpage--beige .navigation__dropdown-item a:focus {
    color: #e6da89;
}

.webpage--beige .navigation__dropdown-item--current a {
    color: #e6da89 !important;
}

.webpage--modern .navigation__link:hover,
.webpage--modern .navigation__link:focus {
    color: #dcc574 !important;
}

.webpage--modern .navigation__item::after {
    display: none;
}

.webpage--modern .navigation__item--current .navigation__link {
    color: #dcc574;
}

.webpage--modern .navigation__dropdown-item a:hover,
.webpage--modern .navigation__dropdown-item a:focus {
    color: #dcc574;
}

.webpage--modern .navigation__dropdown-item--current a {
    color: #dcc574 !important;
}

/* 1.12 Logo */
.logo {
    display: flex;
}
.filter-sort {
    text-align: right;
}
.logo__image {
    display: block;
    width: 75px;
    margin-right: 8px;
    align-self: center;
}
.ic {
    display: none;
}
.icWrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 14px;
    align-items: center;
}
.icWrap button.mobileSearch {
    background-color: transparent;
    border: none;
    color: #dcc574;
    margin-top: 4px;
}
.icWrap button.mobileSearch:focus {
    outline: none;
}

@media (min-width: 768px) {
    .logo__image {
        width: 90px;
        margin-right: 14px;
    }
}

.logo__image svg {
    display: block;
    width: 100%;
    height: auto;
    transition: fill 0.3s ease;
}

.logo__text {
    display: block;
    max-width: 110px;
    align-self: center;
    font-size: 12px;
    line-height: 1.285;
    color: #33352f;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.22px;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
    .logo__text {
        font-size: 14px;
    }
}

.logo[href]:hover,
.logo[href]:focus {
    outline: none;
}

.logo[href]:hover svg,
.logo[href]:focus svg {
    fill: #dcc574;
}

.logo[href]:hover .logo__text,
.logo[href]:focus .logo__text {
    color: #dcc574;
}

.webpage--modern .logo__image svg {
    fill: #dcc574;
}

.webpage--modern .logo__text {
    display: block;
    max-width: 110px;
    align-self: center;
    font-size: 12px;
    line-height: 1.285;
    color: #33352f;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.22px;
    transition: color 0.3s ease;
}

@media (min-width: 768px) {
    .webpage--modern .logo__text {
        font-size: 14px;
    }
}

.webpage--modern .logo[href]:hover,
.webpage--modern .logo[href]:focus {
    outline: none;
}

.webpage--modern .logo[href]:hover svg,
.webpage--modern .logo[href]:focus svg {
    fill: #edff2f;
}

.webpage--modern .logo[href]:hover__text,
.webpage--modern .logo[href]:focus__text {
    color: #dcc574 !important;
}

/* 1.13 Social */
.social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.social--black .social__link {
    width: 20px;
    height: 20px;
    border: none;
    color: #d9c67f;
    font-size: 27px;
}

.social--black .social__link svg {
    fill: #33352f;
}

.social--black .social__link:hover,
.social--black .social__link:focus {
    background-color: transparent;
}

.social--black .social__link:hover svg,
.social--black .social__link:focus svg {
    fill: #dcc574;
}

.social--technical .social__link {
    border-color: #33352f;
}

.social--technical .social__link svg {
    fill: #33352f;
}

.social--technical .social__link:hover,
.social--technical .social__link:focus {
    border-color: #33352f;
    background-color: #ffdf91;
}

.social--technical .social__link:hover svg,
.social--technical .social__link:focus svg {
    fill: #33352f;
}

.social__item + .social__item {
    margin-left: 16px;
}

@media (min-width: 576px) {
    .social__item + .social__item {
        margin-left: 24px;
    }
}

.social__link {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    border: solid 1px #cccccc;
    border-radius: 5px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.social__link svg,
.social__link i {
    display: block;
    fill: #666666;
    align-self: center;
    transition: fill 0.3s ease;
    color: #c8b570;
}

.social__link:hover,
.social__link:focus {
    outline: none;
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}

.social__link:hover svg,
.social__link:focus svg {
    fill: #ffffff;
}

.social__link:active {
    opacity: 0.7;
}

.social .fb {
    background-color: #3b5999;
    border-color: #3b5999;
    transition: all 0.3s ease;
}

.social .tw {
    background-color: #55acee;
    border-color: #55acee;
    transition: all 0.3s ease;
}

.social .g-plus {
    background-color: #dd4b39;
    border-color: #dd4b39;
    transition: all 0.3s ease;
}

.social .tumblr {
    background-color: #2b4b6a;
    border-color: #2b4b6a;
    transition: all 0.3s ease;
}

.social .rss {
    background-color: #fb7000;
    border-color: #fb7000;
    transition: all 0.3s ease;
}

.webpage--beige .social__link {
    border-color: #6a7067;
}

.webpage--beige .social__link svg {
    fill: #fefefe;
}

.webpage--beige .social__link:hover,
.webpage--beige .social__link:focus {
    border-color: #e6da89;
    background-color: transparent;
}

.webpage--beige .social__link:hover svg,
.webpage--beige .social__link:focus svg {
    fill: #e6da89;
}

.webpage--modern .social--black .social__link:hover svg,
.webpage--modern .social--black .social__link:focus svg {
    fill: #dcc574;
}

/* 1.16 Pagination */
.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

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

.pagination__links {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: -1;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .pagination__links {
        width: auto;
        justify-content: flex-start;
        order: 0;
        margin-bottom: 0;
    }
}

.pagination__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 16px;
    color: #33352f;
}

@media (min-width: 768px) {
    .pagination__link {
        width: 45px;
        height: 45px;
    }
}

.pagination__link + .pagination__link {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .pagination__link + .pagination__link {
        margin-left: 17px;
    }
}

.pagination__link.active {
    color: #f5480c;
    border: 2px dashed #f5480c;
}

.pagination__btn {
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
}

.pagination__btn--prev {
    margin-right: 20px;
}

.pagination__btn--next {
    margin-left: 30px;
}

/* 1.17 Filter */
.filter--technical .filter__item {
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.filter--technical .filter__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    position: absolute;
    bottom: -40%;
    left: 0;
    z-index: -1;
    background-color: #ffdf91;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.filter--technical .filter__item:hover,
.filter--technical .filter__item:focus {
    color: #33352f;
}

.filter--technical .filter__item:hover::before,
.filter--technical .filter__item:focus::before {
    opacity: 1;
}

.filter--technical .filter__item--active {
    font-weight: 700;
    color: #33352f;
}

.filter--technical .filter__item--active::before {
    opacity: 1;
}

.filter__item {
    margin-right: 20px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    color: #33352f;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    appearance: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

@media (min-width: 1200px) {
    .filter__item {
        margin-right: 20px;
        font-size: 15px;
    }
}

.filter__item:last-child {
    margin-right: 0;
}

.filter__item:hover,
.filter__item:focus {
    outline: none;
    color: #dcc574;
}

.filter__item--active {
    color: #dcc574;
}

/* 1.18 Sort */
.sort {
    display: flex;
    align-items: baseline;
}

.sort__hint {
    margin-bottom: 0;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    align-self: center;
}

@media (min-width: 1200px) {
    .sort__hint {
        font-size: 16px;
    }
}

.sort__select {
    align-self: center;
    padding: 0 24px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #33352f;
    text-align: right;
    border: none;
    appearance: none;
    background-size: 12px 12px;
    background-position: right 0 top 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath d='M32 48.1c-1.3 0-2.4-.5-3.5-1.3L.8 20.7C-.3 19.6-.3 18 .8 17c1.1-1.1 2.7-1.1 3.7 0L32 42.8l27.5-26.1c1.1-1.1 2.7-1.1 3.7 0 1.1 1.1 1.1 2.7 0 3.7L35.5 46.5c-1.1 1.4-2.2 1.6-3.5 1.6z'/%3e%3c/svg%3e");
}

@media (min-width: 1200px) {
    .sort__select {
        font-size: 16px;
    }
}

.sort__select::-ms-expand {
    display: none;
}

/* 1.19 Paginate */
.paginate {
    overflow: hidden;
}

.paginate--simple {
    display: flex;
    justify-content: center;
}

.paginate--simple .paginate__item {
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .paginate--simple .paginate__item {
        height: 16.104vw;
    }
}

.paginate--simple .paginate__item a {
    font-size: 42px;
    line-height: 1;
    color: #33352f;
    transition: color 0.3s ease;
}

@media (min-width: 1200px) {
    .paginate--simple .paginate__item a {
        font-size: 90px;
    }
}

.paginate--simple .paginate__item a:hover,
.paginate--simple .paginate__item a:focus {
    outline: none;
    color: #dcc574;
}

.paginate--simple .paginate__item a:active {
    opacity: 0.7;
}

.paginate--arrows {
    display: flex;
    justify-content: center;
    height: 82px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .paginate--arrows {
        padding: 0 5px;
    }
}

@media (min-width: 1200px) {
    .paginate--arrows {
        padding: 0 13px;
    }
}

@media (min-width: 1560px) {
    .paginate--arrows {
        padding: 0 51px;
    }
}

.paginate--arrows .paginate__item {
    height: auto;
    padding: 0 15px;
    align-self: center;
    flex-shrink: 0;
}

.paginate--arrows .paginate__item--all {
    flex-grow: 1;
    text-align: center;
}

.paginate--arrows .paginate__item a {
    display: inline-block;
    vertical-align: top;
}

.paginate--arrows .paginate__item a.disabled svg {
    fill: #999999;
}

.paginate--arrows .paginate__item a svg {
    display: block;
    transition: fill 0.3s ease;
}

.paginate--arrows .paginate__item a:not(.disabled):hover,
.paginate--arrows .paginate__item a:not(.disabled):focus {
    outline: none;
}

.paginate--arrows .paginate__item a:not(.disabled):hover svg,
.paginate--arrows .paginate__item a:not(.disabled):focus svg {
    fill: #dcc574;
}

.paginate--arrows .paginate__item a:active {
    opacity: 0.7;
}

.paginate__item {
    position: relative;
    z-index: 0;
    height: 120px;
}

@media (min-width: 768px) {
    .paginate__item {
        height: 15.104vw;
    }
}

.paginate__item--prev .paginate__image {
    right: 0;
}

.paginate__item--next {
    text-align: right;
}

.paginate__item--next a {
    justify-content: flex-end;
}

.paginate__item--next .paginate__image {
    left: 0;
}

.paginate__item a {
    display: flex;
    height: 100%;
}

.paginate__item a:hover,
.paginate__item a:focus {
    outline: none;
}

.paginate__item a:hover .paginate__image,
.paginate__item a:focus .paginate__image {
    opacity: 1;
}

.paginate__item a:hover .paginate__text span,
.paginate__item a:focus .paginate__text span {
    top: -30px;
    opacity: 0;
}

.paginate__item a:active {
    opacity: 0.7;
}

.paginate__image {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 50vw;
    height: 100%;
    opacity: 0;
    transition: all 500ms 500ms ease-in-out;
}

.paginate__image img {
    display: block;
    width: auto;
    height: 100%;
}

.paginate__text {
    align-self: center;
    font-size: 20px;
    line-height: 1.3;
    color: #33352f;
}

@media (min-width: 1200px) {
    .paginate__text {
        font-size: 30px;
    }
}

.paginate__text span.hint {
    position: relative;
    top: 0;
    display: block;
    margin-bottom: 8px;
    transition: all 400ms 200ms ease-in-out;
    font-size: 12px;
    line-height: 1;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.075em;
}

@media (min-width: 1200px) {
    .paginate__text span.hint {
        margin-bottom: 16px;
        font-size: 14px;
    }
}

.paginate__text span:not(.hint) {
    position: relative;
    top: 0;
    transition: all 400ms 300ms ease-in-out;
}

/* 1.20 Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

/* 1.21 Modal */
/* .modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%) translateY(-50%);
  width: 640px;
  height: auto;
  padding: 40px;
  background-color: #ffffff;
  display: none;
} */

.modal__close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background-color: transparent;
    appearance: none;
    cursor: pointer;
}

.modal__close svg {
    fill: #33352f;
    align-self: center;
    transition: fill 0.3s ease;
}

.modal__close:hover,
.modal__close:focus {
    outline: none;
}

.modal__close:hover svg,
.modal__close:focus svg {
    fill: #dcc574;
}

.modal__close:active {
    opacity: 0.7;
}

.modal--video {
    width: 90vw;
    padding: 0;
}

.modal--video .wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.modal--video .wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
}

@media (min-width: 768px) {
    .modal--video {
        width: 70vw;
    }
}

.modal--video video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    border: none;
}

.modal--video .modal__close {
    transform: translateY(-100%);
}

.modal--video .modal__close svg {
    fill: #ffffff;
}

.modal--video .modal__close:hover svg,
.modal--video .modal__close:focus svg {
    fill: #dcc574;
}

.popup--thanks .popup__title {
    font-size: 32px;
    text-align: center;
}

.webpage--beige .modal__close:hover,
.webpage--beige .modal__close:focus {
    outline: none;
}

.webpage--beige .modal__close:hover svg,
.webpage--beige .modal__close:focus svg {
    fill: #e6da89 !important;
}

/* 1.22 Preloader */
/* .preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.preloader__text {
  align-self: center;
  font-size: 48px;
}

.preloader__spinner {
  position: relative;
  width: 50px;
  height: 50px;
  align-self: center;
}

.preloader__double-bounce {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: bounce 2s infinite ease-in-out;
  opacity: 0.6;
  border-radius: 50%;
  background-color: #dcc574;
}

.preloader__double-bounce--delay {
  animation-delay: -1s;
}

.webpage--beige .preloader {
  background-color: #d8d5bf;
}

.webpage--beige .preloader__double-bounce {
  background-color: #4d524b;
}

.webpage--modern .preloader__double-bounce {
  background-color: #dcc574;
}

@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
} */

/* 1.23 Webpage */
.webpage--beige {
    background-color: #4d524b;
}

.webpage--beige main {
    background-color: #4d524b;
}

.webpage__an-awards {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .webpage__an-awards {
        margin-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .webpage__an-awards {
        margin-bottom: 165px;
    }
}

.webpage__type-service {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .webpage__type-service {
        margin-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .webpage__type-service {
        margin-bottom: 172px;
    }
}

.webpage__latest-projects {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .webpage__latest-projects {
        margin-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .webpage__latest-projects {
        margin-bottom: 67px;
    }
}

.webpage__review {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .webpage__review {
        margin-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .webpage__review {
        margin-bottom: 185px;
    }
}

.webpage__review + .webpage__partners {
    margin-bottom: 0;
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .webpage__review + .webpage__partners {
        margin-bottom: 0;
        padding-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .webpage__review + .webpage__partners {
        margin-bottom: 0;
        padding-bottom: 143px;
    }
}

.webpage__rewards {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .webpage__rewards {
        margin-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .webpage__rewards {
        margin-bottom: 0px;
    }
}

.webpage__partners {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .webpage__partners {
        margin-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .webpage__partners {
        margin-bottom: 143px;
    }
}

.webpage__article-list {
    padding-bottom: 100px;
}

@media (min-width: 768px) {
    .webpage__article-list {
        padding-bottom: 150px;
    }
}

@media (min-width: 1200px) {
    .webpage__article-list {
        padding-bottom: 50px;
        background-color: #faf8f4;
        padding-top: 80px;
    }
}

.webpage__hero-banner {
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .webpage__hero-banner {
        margin-bottom: 150px;
    }
}

.webpage__latest-articles {
    margin-bottom: 60px;
    padding: 65px;
    background-color: #f3f1eb;
}

.webpage__instagram-block {
    padding-bottom: 60px;
}

@media (min-width: 1200px) {
    .webpage__instagram-block {
        padding-bottom: 100px;
    }
}

/* 1.24 Language switcher */
.lang-switcher {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.lang-switcher--white .lang-switcher__link {
    color: #dbdbdb;
}

.lang-switcher--upper .lang-switcher__link {
    text-transform: uppercase;
}

.lang-switcher--menu .lang-switcher__item {
    margin-right: 25px;
}

.lang-switcher--menu .lang-switcher__link {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #33352f;
}

.lang-switcher--menu .lang-switcher__link--current {
    color: #dcc574;
}

.lang-switcher__item {
    margin-right: 14px;
}

@media (min-width: 1200px) {
    .lang-switcher__item {
        margin-right: 50px;
    }
}

.lang-switcher__item:last-child {
    margin-right: 0;
}

.lang-switcher__link {
    font-size: 12px;
    line-height: 1;
    color: #999999;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

@media (min-width: 1200px) {
    .lang-switcher__link {
        font-size: 18px;
    }
}

.lang-switcher__link--current {
    color: #33352f;
    font-weight: 400;
    pointer-events: none;
}

.lang-switcher__link:hover,
.lang-switcher__link:focus {
    outline: none;
    color: #dcc574;
}

.lang-switcher__link:not(.lang-switcher__link--current):active {
    opacity: 0.7;
}

.webpage--modern .lang-switcher__link:hover,
.webpage--modern .lang-switcher__link:focus {
    color: #dcc574 !important;
}

.webpage--modern .lang-switcher--menu .lang-switcher__link:hover,
.webpage--modern .lang-switcher--menu .lang-switcher__link:focus {
    color: #dcc574;
}

.webpage--modern .lang-switcher--menu .lang-switcher__link--current {
    color: #dcc574;
}

.webpage--beige .lang-switcher__link:hover,
.webpage--beige .lang-switcher__link:focus {
    color: #e6da89 !important;
}

.webpage--beige .lang-switcher--menu .lang-switcher__link {
    color: #ffffff;
}

.webpage--beige .lang-switcher--menu .lang-switcher__link:hover,
.webpage--beige .lang-switcher--menu .lang-switcher__link:focus {
    color: #e6da89;
}

.webpage--beige .lang-switcher--menu .lang-switcher__link--current {
    color: #e6da89;
}

/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/
/* 2.1 Header type 1 */
.header {
    position: relative;
    z-index: 2;
    border-top: solid 5px #f5480c;
    background-color: #ffffff;
}

.header--aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: calc(100% - 52px);
    max-width: 375px;
    height: 100vh;
    min-height: 500px;
    padding: 0 !important;
    border-top: none;
    border-right: solid 1px #e2e2e2;
    background-color: #ffffff;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

@media (min-width: 1200px) {
    .header--aside {
        transition: none;
        transform: translateX(0);
        max-width: 300px;
    }
}

@media (min-width: 1560px) {
    .header--aside {
        max-width: 375px;
    }
}

.header--aside .header__inner {
    padding: 6.48vh 20px 8vh !important;
    flex-direction: column;
    height: 100%;
}

@media (min-width: 576px) {
    .header--aside .header__inner {
        padding-left: 3.64vw !important;
        padding-right: 3.64vw !important;
    }
}

.header--aside .header__inner > * {
    align-self: flex-start;
}

.header--aside .header__inner::before {
    content: "";
    width: 100%;
    margin: 4vh 0 3vh;
    border-bottom: solid 1px #e2e2e2;
}

@media (min-height: 900px) {
    .header--aside .header__inner::before {
        margin: 6.48vh 0 3.56vh;
    }
}

.header--aside .header__logo {
    margin: 0;
    order: -1;
}

.header--aside .header__lang-switcher {
    margin-bottom: 4vh;
    margin-left: 0;
    margin-right: 0;
}

@media (min-height: 900px) {
    .header--aside .header__lang-switcher {
        margin-bottom: 5.5vh;
    }
}

.header--aside .header__social {
    margin-top: 30px;
    margin-bottom: 2.5vh;
}

@media (min-height: 900px) {
    .header--aside .header__social {
        margin-bottom: 4.44vh;
    }
}

.header--aside .header__nav {
    display: block;
    margin-bottom: auto;
}

.header--aside .header__toggle {
    position: absolute;
    top: 12px;
    right: 0;
    transform: translateX(100%);
}

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

.header--aside .header__address {
    margin-bottom: 8px;
}

.header--opened {
    z-index: 1000;
    transform: translateX(0);
}

@media (min-width: 1200px) {
    .header--opened {
        z-index: 2;
    }
}

.header--white {
    border: none !important;
}

.header--white .header__inner {
    position: relative;
}

.header--white .header__inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    /* border-top: solid 1px rgba(255, 255, 255, 0.2); */
}

/* @media (min-width: 1200px) {
  .header--white .header__lang-switcher {
    margin-right: 5.41vw;
  }
} */

.header--white .logo__text {
    color: #ffffff;
}

.header--white .logo[href]:hover,
.header--white .logo[href]:focus {
    color: #dcc574;
}

.header--white .lang-switcher__link {
    color: #777;
    position: relative;
    font-size: 15px;
    letter-spacing: 1px;
}

/* 
.pro-count {
    position: absolute;
    top: 0px;
    padding: 0;
    font-size: 16px;
    border-radius: 20px;
    width: 18px;
    height: 18px;
    text-align: center;
} */

.header--white .lang-switcher__link:hover,
.header--white .lang-switcher__link:focus {
    color: #dcc574;
}

.header--white .header-search__toggle svg {
    fill: #ffffff;
}

.header--white .header-search__toggle:hover svg,
.header--white .header-search__toggle:focus svg {
    fill: #dcc574;
}

.header--white .menu-toggle::before,
.header--white .menu-toggle::after {
    border-top: solid 3px #dcc574;
}

.header--white .menu-toggle:hover::before,
.header--white .menu-toggle:hover::after,
.header--white .menu-toggle:focus::before,
.header--white .menu-toggle:focus::after {
    border-top-color: #dcc574;
}

.header--white .navigation__link {
    color: #f6f6f6;
    letter-spacing: 1px;
    position: relative;
}

.header--white .navigation__link:hover,
.header--white .navigation__link:focus {
    color: #dcc574;
}

.header--white .navigation__item--current .header--white .navigation__link {
    color: #dcc574 !important;
}

.header--absolute {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.header--intro {
    background-color: transparent;
}

.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #ffffff;
    transform: translateY(99%);
    border-top: none;
    transition: transform 0.5s ease;
}

.header__inner {
    border-bottom: 0.2px solid #9d9d9d5c;
}

.header--fixed .header__inner {
    border-bottom: unset;
}

@media (min-width: 768px) {
    .header--fixed .header__inner {
        padding-top: 20px;
        padding-bottom: 13px;
    }
}

.header--fixed .logo__image {
    width: 75px;
    margin-right: 10px;
}

.header--fixed .logo__text {
    font-size: 10px;
}

.header--technical {
    border-top: none;
    border-bottom: solid 1px #33352f;
}

.header--technical .header__inner {
    max-width: 1920px;
    padding-top: 0;
    padding-bottom: 0;
}

.header--technical .header__logo {
    margin-right: 0;
}

.header--technical .lang-switcher__link:hover,
.header--technical .lang-switcher__link:focus {
    color: #ffdf91;
}

.header--technical .header-search__toggle:hover svg,
.header--technical .header-search__toggle:focus svg {
    fill: #ffdf91;
}

@media (min-width: 768px) {
    .header {
        border-top-width: 7px;
    }
}

.header__purchase {
    margin-left: auto;
    border-radius: 0;
    align-self: center;
}

.header__purchase-text {
    display: none;
}

@media (min-width: 576px) {
    .header__purchase-text {
        display: inline;
    }
}

.header__purchase svg {
    display: block;
    fill: #ffffff;
}

@media (min-width: 576px) {
    .header__purchase svg {
        display: none;
    }
}

.header__inner {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .header__inner {
        padding: 8px 15px;
    }
}

.header__inner > * {
    align-self: center;
}

.header__lang-switcher {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .header__logo {
        margin-right: 0;
    }
}

.header__nav {
    display: none;
}

.header__chat {
    margin-right: 20px;
    margin-left: auto;
}

@media (min-width: 768px) {
    .header__chat {
        margin-right: 2.41vw;
    }
}

.header__search {
    margin: 0;
}

.header__address {
    font-size: 18px;
    line-height: 1.44;
    color: #666666;
    font-style: normal;
}

.header__phone {
    font-size: 18px;
    line-height: 1.44;
    color: #666666;
    transition: color 0.3s ease;
}

.header__phone:hover,
.header__phone:focus {
    outline: none;
    color: #dcc574;
}

.header__phone:active {
    opacity: 0.7;
}

.header__part {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header__part--center {
    flex-grow: 1;
}

.webpage--beige .header {
    background-color: #4d524b;
}

.webpage--beige .header--white .logo svg {
    fill: #e6da89;
}

.webpage--beige .header--white .logo[href]:hover svg,
.webpage--beige .header--white .logo[href]:focus svg {
    fill: #e6da89;
}

.webpage--beige .header--white .logo[href]:hover .logo__text,
.webpage--beige .header--white .logo[href]:focus .logo__text {
    color: #e6da89 !important;
}

.webpage--beige .header--white .lang-switcher__link {
    color: #ffffff;
}

.webpage--beige .header--white .lang-switcher__link:hover,
.webpage--beige .header--white .lang-switcher__link:focus {
    color: #e6da89;
}

.webpage--beige .header--white .search-toggle svg {
    fill: #ffffff;
}

.webpage--beige .header--white .search-toggle:hover svg,
.webpage--beige .header--white .search-toggle:focus svg {
    fill: #e6da89;
}

.webpage--beige .header--white .menu-toggle::before,
.webpage--beige .header--white .menu-toggle::after {
    border-top: solid 3px #ffffff;
}

.webpage--beige .header--white .menu-toggle:hover::before,
.webpage--beige .header--white .menu-toggle:hover::after,
.webpage--beige .header--white .menu-toggle:focus::before,
.webpage--beige .header--white .menu-toggle:focus::after {
    border-top-color: #e6da89;
}

.webpage--beige .header--white .navigation__link {
    color: #ffffff;
}

.webpage--beige .header--white .navigation__link:hover,
.webpage--beige .header--white .navigation__link:focus {
    color: #e6da89;
}

.webpage--beige .header--white .navigation__item--current .navigation__link {
    color: #e6da89 !important;
}

.webpage--beige .header--fixed {
    background-color: #4d524b;
}

.webpage--modern .header {
    border-top: none;
}

.webpage--modern .header--white {
    background-color: transparent;
}

.webpage--modern .header--white.header--fixed {
    background-color: #1e1e1e;
}

.webpage--modern .header--white.header--fixed .logo__text {
    color: #33352f;
}

.webpage--modern .header--white.header--fixed .logo[href]:hover,
.webpage--modern .header--white.header--fixed .logo[href]:focus {
    color: #dcc574;
}

/* .webpage--modern .header--white.header--fixed .lang-switcher__link {
  color: #33352f;
} */

.webpage--modern .header--white.header--fixed .lang-switcher__link:hover,
.webpage--modern .header--white.header--fixed .lang-switcher__link:focus {
    color: #dcc574;
}

.webpage--modern .header--white.header--fixed .header-search__toggle svg {
    fill: #33352f;
}

.webpage--modern .header--white.header--fixed .header-search__toggle:hover svg,
.webpage--modern .header--white.header--fixed .header-search__toggle:focus svg {
    fill: #dcc574;
}

.webpage--modern .header--white.header--fixed .menu-toggle::before,
.webpage--modern .header--white.header--fixed .menu-toggle::after {
    border-top: solid 3px #dcc574;
}

.webpage--modern .header--white.header--fixed .menu-toggle:hover::before,
.webpage--modern .header--white.header--fixed .menu-toggle:hover::after,
.webpage--modern .header--white.header--fixed .menu-toggle:focus::before,
.webpage--modern .header--white.header--fixed .menu-toggle:focus::after {
    border-top-color: #dcc574;
}

.webpage--modern .header--white.header--fixed .navigation__link,
.webpage--modern .header--white.header--fixed .navigation__link {
    color: #f4f4f4;
}

.webpage--modern .header--white.header--fixed .navigation__link:hover,
.webpage--modern .header--white.header--fixed .navigation__link:focus {
    color: #dcc574;
}

.webpage--modern
    .header--white.header--fixed
    .navigation__item--current
    .navigation__link {
    color: #dcc574 !important;
}

/* 2.2 Header type 2 */
.header-3 {
    display: block;
    width: 100%;
    border-top: none;
    background-color: transparent;
    padding: 8px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition: background-color 0.3s ease;
}

.header-3 .logo__image svg {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.header-3 .logo__text {
    color: #ffffff;
}

.header-3 .header__inner {
    max-width: 100%;
    padding: 0 15px;
    justify-content: space-between;
}

.header-3 .header__menu-toggle-wrapper {
    display: flex;
    align-items: center;
    align-self: center;
}

.header-3 .header__menu-toggle-wrapper span {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    padding-right: 17px;
    transition: color 0.3s ease;
}

.header-3 .header__menu-toggle::before,
.header-3 .header__menu-toggle::after {
    border-top-color: #ffffff;
    transition: border-top-color 0.3s ease;
}

.header-3--dark .logo__image svg {
    fill: #33352f;
}

.header-3--dark .logo__text {
    color: #33352f;
}

.header-3--dark .header__menu-toggle-wrapper span {
    color: #33352f;
}

.header-3--dark .header__menu-toggle::before,
.header-3--dark .header__menu-toggle::after {
    border-top-color: #33352f;
}

/*-------------------------------------------------------------------------------
  3. Footer
-------------------------------------------------------------------------------*/
/* 3.1 Footer type 1 */
.footer {
    padding: 32px 0;
    background-color: #f9fbfd;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-image: url("../images/footer-bg.jpg");
    background-size: cover;
}

@media (min-width: 768px) {
    .footer {
        padding: 60px 0 40px;
    }
}

@media (min-width: 1200px) {
    .footer {
        padding: 120px 70px 35px;
    }
}

.footer--lite {
    background-color: #ffffff;
    background-image: none;
}

@media (min-width: 768px) {
    .footer--lite {
        padding: 60px 0;
    }
}

@media (min-width: 1200px) {
    .footer--lite {
        padding: 90px 0;
    }
}

.footer--lite .footer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -16px;
}

@media (min-width: 768px) {
    .footer--lite .footer__menu {
        justify-content: flex-end;
    }
}

.footer--lite .footer__menu-item {
    margin-right: 16px;
    margin-top: 16px;
}

.footer--lite .footer__menu-link {
    display: block;
    font-size: 14px;
    line-height: 1.28;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.footer--lite .footer__menu-link:hover,
.footer--lite .footer__menu-link:focus {
    outline: none;
    color: #33352f;
}

.footer--lite .footer__copyright {
    font-size: 16px;
    line-height: 1.25;
    color: #33352f;
}

.footer--lite .footer__copyright .grey {
    color: #666666;
}

.footer--modern {
    background-image: none;
    background-color: #f3f1eb;
    background: url(../images/bg-light.jpg);
}

.footer--modern .footer__column-title {
    text-transform: uppercase;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .footer--modern .footer__inner {
        max-width: 1550px;
    }
}

.footer--technical {
    padding-top: 0;
    border-top: solid 4px #33352f;
    background-image: none;
    background-color: transparent;
}

.footer--technical .footer__top {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #33352f;
    background-color: #f9fbfd;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-image: url("../images/footer-bg.jpg");
    background-size: 100% auto;
}

@media (min-width: 1200px) {
    .footer--technical .footer__top {
        margin-bottom: 135px;
        padding-top: 135px;
        padding-bottom: 135px;
    }
}

.footer--technical .footer__top p {
    color: #33352f;
}

.footer--technical .footer__email {
    font-weight: 400;
    color: #33352f;
    letter-spacing: normal;
}

@media (min-width: 1200px) {
    .footer--technical .footer__email {
        font-size: 90px;
    }
}

.footer--technical .footer__column-item--current .footer__column-link,
.footer--technical .footer__column-link {
    position: relative;
}

.footer--technical .footer__column-item--current .footer__column-link::before,
.footer--technical .footer__column-link::before {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    position: absolute;
    top: 55%;
    left: 0;
    z-index: -1;
    background-color: #ffdf91;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer--technical .footer__column-item--current .footer__column-link:hover,
.footer--technical .footer__column-item--current .footer__column-link:focus,
.footer--technical .footer__column-link:hover,
.footer--technical .footer__column-link:focus {
    color: #33352f;
}

.footer--technical
    .footer__column-item--current
    .footer__column-link:hover::before,
.footer--technical
    .footer__column-item--current
    .footer__column-link:focus::before,
.footer--technical .footer__column-link:hover::before,
.footer--technical .footer__column-link:focus::before {
    opacity: 1;
}

.footer--technical .footer__phone {
    position: relative;
}

.footer--technical .footer__phone::before {
    content: "";
    display: block;
    width: 100%;
    height: 14px;
    position: absolute;
    top: 55%;
    left: 0;
    z-index: -1;
    background-color: #ffdf91;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.footer--technical .footer__phone:hover,
.footer--technical .footer__phone:focus {
    color: #33352f;
}

.footer--technical .footer__phone:hover::before,
.footer--technical .footer__phone:focus::before {
    opacity: 1;
}

.footer__appeal {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 0.4;
    color: #2d2d2d;
    /* letter-spacing: -0.025em; */
    font-weight: 300;
}

@media (min-width: 1200px) {
    .footer__appeal {
        max-width: 500px;
        margin-top: 1px;
        font-size: 34px;
        line-height: 0;
    }
}

.footer-logo img {
    width: 100px;
    filter: brightness(0.5);
}

.footer__appeal a {
    color: #dcc574;
}

.footer__appeal a:hover,
.footer__appeal a:focus {
    outline: none;
    text-decoration: underline;
}

.footer__top {
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .footer__top {
        margin-bottom: 56px;
        padding-bottom: 56px;
    }
}

@media (min-width: 1200px) {
    .footer__top {
        margin-bottom: 115px;
        padding-bottom: 130px;
    }
}

.footer__top p {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.33;
    color: #666666;
    letter-spacing: -0.025em;
}

@media (min-width: 768px) {
    .footer__top p {
        margin-top: 16px;
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .footer__top p {
        margin-top: 32px;
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .footer__middle {
        margin-bottom: 152px;
    }
}

.footer__email {
    font-size: 30px;
    line-height: 1.33;
    color: #dcc574;
    font-weight: 300;
    letter-spacing: -0.025em;
    transition: opacity 0.3s ease;
}

@media (min-width: 768px) {
    .footer__email {
        font-size: 42px;
    }
}

@media (min-width: 1200px) {
    .footer__email {
        font-size: 54px;
    }
}

.footer__email:hover,
.footer__email:focus {
    outline: none;
    color: #dcc574;
    opacity: 0.7;
}

.footer__address {
    font-size: 14px;
    line-height: 1.44;
    color: #666666;
    font-style: normal;
}

@media (min-width: 1200px) {
    .footer__address {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.footer__phone {
    font-size: 14px;
    line-height: 1;
    color: #666666;
    transition: color 0.3s ease;
}

@media (min-width: 1200px) {
    .footer__phone {
        font-size: 18px;
    }
}

.footer__phone:hover,
.footer__phone:focus {
    outline: none;
    color: #dcc574;
}

.footer__phone:active {
    opacity: 0.7;
}

.footer__copyright {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.5;
    color: #535353;
    letter-spacing: 0.015em;
}

.footer__copyright span {
    color: #33352f;
}

@media (min-width: 768px) {
    .footer__copyright {
        margin-bottom: 0;
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .footer__copyright {
        font-size: 16px;
    }
}

.footer__design {
    font-size: 12px;
    line-height: 1.5;
    color: #999999;
    letter-spacing: 0.015em;
}

.footer__design span {
    color: #33352f;
}

@media (min-width: 576px) {
    .footer__design {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .footer__design {
        font-size: 16px;
    }
}

.footer__column {
    margin-bottom: 24px;
}

.footer__column-title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1;
    color: #535353;
}

@media (min-width: 768px) {
    .footer__column-title {
        font-size: 21px;
        letter-spacing: 1px;
    }
}

@media (min-width: 1200px) {
    .footer__column-title {
        margin-bottom: 25px;
    }
}

.footer__column-address {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.3;
    color: #666666;
    font-style: normal;
}

.footer__column-email {
    font-size: 17px;
    line-height: 1.3;
    color: #6f6f6f;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 10px;
}

.footer__column-email:hover,
.footer__column-email:focus {
    outline: none;
    color: #dcc574;
}

.footer__column-info {
    margin-bottom: 17px;
}

.footer__column-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__column-item--current .footer__column-link {
    color: #33352f;
}

@media (min-width: 1200px) {
    .footer__column-item {
        margin-bottom: 9px;
    }
}

.footer__column-link {
    font-size: 14px;
    line-height: 1.44;
    color: #666666;
    transition: color 0.3s ease;
}

@media (min-width: 1200px) {
    .footer__column-link {
        font-size: 18px;
    }
}

.footer__column-link:hover,
.footer__column-link:focus {
    outline: none;
    color: #dcc574;
}

.footer__column-link:active {
    opacity: 0.7;
}

.footer__logo {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .footer__logo {
        margin-bottom: 0;
    }
}

.footer__hint {
    margin: 12px 0;
    font-size: 16px;
    line-height: 1;
    color: #535353;
}

@media (min-width: 768px) {
    .footer__hint {
        margin-top: 24px;
    }
}

.footer__bottom {
    margin-top: 45px;
    /* padding-top: 40px;
  border-top: solid 1px #9c9c9c; */
}

.webpage--beige .footer {
    position: relative;
    background-image: none;
    background-color: transparent;
}

.webpage--beige .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 30px);
    max-width: 1560px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.webpage--beige .footer__email {
    font-family: "Cinzel", "Georgia", serif;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .webpage--beige .footer__email {
        font-size: 60px;
        letter-spacing: -0.025em;
    }
}

.webpage--beige .footer__top {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.webpage--beige .footer__top p {
    color: #cccccc;
}

.webpage--beige .footer__column-title {
    font-size: 18px;
    color: #999999;
    text-transform: uppercase;
}

.webpage--beige .footer__column-link {
    color: #ffffff;
}

.webpage--beige .footer__column-link:hover,
.webpage--beige .footer__column-link:focus {
    color: #e6da89;
}

.webpage--beige .footer__address {
    color: #ffffff;
}

.webpage--beige .footer__phone {
    color: #ffffff;
}

.webpage--beige .footer__phone:hover,
.webpage--beige .footer__phone:focus {
    color: #e6da89;
}

.webpage--beige .footer__copyright span,
.webpage--beige .footer__design span {
    color: #ffffff;
}

.webpage--modern .footer__appeal a {
    color: #b19c4e;
}

.webpage--modern .footer__column-email:hover,
.webpage--modern .footer__column-email:focus {
    outline: none;
    color: #dcc574;
}

.webpage--modern .footer__column-link:hover,
.webpage--modern .footer__column-link:focus {
    outline: none;
    color: #dcc574;
}

/* 3.2 Footer type 2 */
.footer-3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 40px;
    padding: 8px 15px 8px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    transition: background-color 0.3s ease;
}

.footer-3__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-3__socials li + li {
    margin-left: 24px;
}

.footer-3__socials li a {
    display: block;
}

.footer-3__socials li a svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.footer-3__copyrights {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    text-align: right;
    color: #ffffff;
    transition: color 0.3s ease;
}

.footer-3__copyrights p {
    margin: 0;
}

.footer-3--dark .footer-3__socials li a svg {
    fill: #33352f;
}

.footer-3--dark .footer-3__copyrights {
    color: #33352f;
}

/*-------------------------------------------------------------------------------
  4. Main
-------------------------------------------------------------------------------*/

/* 4.2 Statistics */

.statistics--color-invert .statistics__item-value {
    font-weight: 400;
    color: #dcc574;
    font-size: 40px;
}

.statistics--color-invert .statistics__item-text {
    color: #797474;
}

.statistics--m {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .statistics--m {
        margin-top: 100px;
        margin-bottom: 80px;
    }
}

.statistics__item {
    text-align: center;
}

.statistics__item + .statistics__item {
    margin-top: 24px;
}

@media (min-width: 576px) {
    .statistics__item {
        display: flex;
        text-align: left;
    }

    .statistics__item + .statistics__item {
        margin-top: 0;
    }

    .statistics__item:last-child {
        margin-top: 24px;
    }
}

.statistics__item-value {
    margin-bottom: 6px;
    font-size: 36px;
    line-height: 1;
    color: #33352f;
    font-weight: 300;
}

@media (min-width: 576px) {
    .statistics__item-value {
        margin-bottom: 0;
        margin-right: 10px;
        font-size: 48px;
        align-self: center;
    }
}

@media (min-width: 1200px) {
    .statistics__item-value {
        font-size: 50px;
    }
}

.statistics__item-text {
    font-size: 14px;
    line-height: 1.625;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.statistics__item-text br {
    display: none;
}

@media (min-width: 576px) {
    .statistics__item-text {
        align-self: center;
    }

    .statistics__item-text br {
        display: block;
    }
}

@media (min-width: 1200px) {
    .statistics__item-text {
        font-size: 16px;
    }
}

.webpage--beige .statistics__item-value {
    font-family: "Cinzel", "Georgia", serif;
    color: #4d524b;
}

.webpage--beige .statistics__item-text {
    color: #666666;
}

/* 4.3 Phone block */
.phone-block {
    display: flex;
}

.phone-block--theme-orange .phone-block__icon {
    background-color: #dcc574;
}

.phone-block--theme-orange .phone-block__icon svg {
    fill: #ffffff;
}

.phone-block--theme-beige .phone-block__icon {
    background-color: #4d524b;
}

.phone-block--theme-beige .phone-block__icon svg {
    fill: #e6da89;
}

.phone-block--theme-beige .phone-block__number:hover,
.phone-block--theme-beige .phone-block__number:focus {
    outline: none;
    color: #aeab98;
}

.phone-block__icon {
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
    background-color: #faece7;
    flex-shrink: 0;
    align-self: center;
}

.phone-block__icon svg {
    fill: #dcc574;
    align-self: center;
}

.phone-block__content {
    align-self: center;
}

.phone-block__hint {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
    color: #666666;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.phone-block__number {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 1;
    color: #33352f;
    letter-spacing: 0.025em;
    transition: color 0.3s ease;
}

.phone-block__number:hover,
.phone-block__number:focus {
    outline: none;
    color: #dcc574;
}

/* 4.4 Work card */
.work-card--compact,
.work-card--masonry {
    position: relative;
    padding: 0;
    box-sizing: border-box;
}

.work-card--compact .work-card__content,
.work-card--masonry .work-card__content {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 15px 5px 30px;
}
.work-card--compact .work-card__image,
.work-card--masonry .work-card__image {
    position: relative;
    margin: 0;
}

.work-card--compact .work-card__image::before,
.work-card--masonry .work-card__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #dcc574;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.work-card--compact .work-card__image:hover,
.work-card--compact .work-card__image:focus,
.work-card--masonry .work-card__image:hover,
.work-card--masonry .work-card__image:focus {
    outline: none;
    opacity: 1;
}

.work-card--compact .work-card__image:hover::before,
.work-card--compact .work-card__image:focus::before,
.work-card--masonry .work-card__image:hover::before,
.work-card--masonry .work-card__image:focus::before {
    opacity: 0.7;
}

.work-card--compact .work-card__year,
.work-card--masonry .work-card__year {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1;
    color: #ffffff;
}

.work-card--compact .work-card__tags,
.work-card--masonry .work-card__tags {
    font-size: 14px;
    color: #8b8b8b;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

.work-card--compact .work-card__heading,
.work-card--masonry .work-card__heading {
    margin: 0;
    font-weight: 300;
}

@media (min-width: 1200px) {
    .work-card--compact .work-card__heading,
    .work-card--masonry .work-card__heading {
        font-size: 18px !important;
        font-weight: 400;
    }
}

.work-card--compact .work-card__heading a,
.work-card--masonry .work-card__heading a {
    color: #515151;
}

.work-card--masonry:hover .work-card__content {
    opacity: 1;
}

.work-card--masonry .work-card__content {
    padding: 36px 36px 30px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@media (min-width: 768px) {
    .work-card--masonry .work-card__content {
        padding: 48px 48px 42px;
    }
}

.work-card--grid {
    border: 4px solid #33352f;
    box-sizing: border-box;
}

.work-card--grid .work-card__image {
    height: 450px;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .work-card--grid .work-card__image {
        height: 780px;
        padding: 50px;
    }
}

.work-card--grid .work-card__image:hover img {
    transform: scale(1.3);
}

.work-card--grid .work-card__image img {
    height: 100%;
    object-fit: cover;
}

.work-card--grid .work-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 1px solid #33352f;
}

.work-card--grid .work-card__content-wrapper {
    padding: 45px 60px 25px;
}

.work-card--grid .work-card__tags {
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 10px;
}

.work-card--grid .work-card__heading a {
    font-size: 36px;
    letter-spacing: -0.025em;
    color: #33352f;
    text-transform: none;
    cursor: pointer;
}

.work-card--grid .work-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-top: 1px solid #33352f;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.work-card--grid .work-card__button svg {
    width: 96px;
    height: 54px;
}

.work-card__image {
    display: block;
    margin-bottom: 24px;
    overflow: hidden;
    height: 400px;
    transition: opacity 0.3s ease;
    border: 1px solid #cccccc45;
}
.artistListing .work-card__image{
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
    .work-card__image {
        margin-bottom: 25px;
    }
}

.work-card__image:hover,
.work-card__image:focus {
    outline: none;
    opacity: 0.7;
}

.work-card__image:hover img,
.work-card__image:focus img {
    transform: scale(1.1);
}

.work-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.work-card__tags {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1;
    color: #dcc574;
}

@media (min-width: 1200px) {
    .work-card__tags {
        margin-bottom: 5px;
    }
}

.work-card__heading {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1;
    color: #33352f;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* number of lines */
    overflow: hidden;
    min-height: calc(1.1em * 2);
}

@media (min-width: 1200px) {
    .work-card__heading {
        margin-bottom: 5px;
        font-size: 30px;
        text-overflow: ellipsis;
    }
}

.work-card__heading a {
    color: #33352f;
}

.work-card__heading a:hover,
.work-card__heading a:focus {
    outline: none;
}

.work-card__text {
    font-size: 16px;
    line-height: 1.625;
    color: #666666;
}

.webpage--modern .work-card--compact .work-card__image::before {
    background-color: #dcc574;
}

/* 4.5 Slide content */
.slide-content {
    box-sizing: border-box;
    padding: 35px 0 10px;
    background-color: #dbca94e6;
    transition: all 0.3s ease;
}

.payments {
    border-top: 1px solid #9e9e9ecc;
    text-align: center;
    padding: 20px;
    /* width: 80%; */
    /* margin: 0 auto; */
    border-bottom: 1px solid #9e9e9ecc;
}

.payments h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 10px;
    font-weight: 400;
    color: #2d2d2d;
}

.payments i,
.payments svg {
    font-size: 22px;
    color: #c8b570;
}

@media (min-width: 576px) {
    .slide-content {
        font-size: 22px;
        color: #bfb07a;
    }

    .slide-content:hover {
        background-color: #dcce9d;
    }

    .slide-content:hover .slide-content__heading a {
        color: #ffffff;
    }

    .slide-content:hover .slide-content__detail {
        color: #ffffff;
    }
}

@media (min-width: 1200px) {
    .slide-content {
        padding: 25px;
    }
}

.slide-content--thumb {
    cursor: pointer;
}

@media (min-width: 768px) {
    .slide-content--thumb {
        background-color: transparent;
        background-image: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.6),
            transparent
        );
    }
}

@media (min-width: 1200px) {
    .slide-content--thumb {
        padding: 28px;
    }
}

@media (min-width: 768px) {
    .slide-content--thumb .slide-content__detail {
        color: #ffffff;
    }
}

@media (min-width: 768px) {
    .slide-content--thumb .slide-content__heading {
        color: #ffffff;
        font-weight: 300;
    }

    .slide-content--thumb .slide-content__heading a {
        color: #ffffff;
    }
}

.slide-content--thumb:hover,
.slide-content--thumb:focus {
    background-color: #ffffff;
    background-image: none;
    transition: background-color 0.3s ease;
}

.slide-content--thumb:hover .slide-content__detail,
.slide-content--thumb:focus .slide-content__detail {
    color: #666666;
}

.slide-content--thumb:hover .slide-content__heading,
.slide-content--thumb:focus .slide-content__heading {
    color: #33352f;
}

.slide-content--thumb:hover .slide-content__heading a,
.slide-content--thumb:focus .slide-content__heading a {
    color: #33352f;
}

.slide-content--thumb:hover .slide-content__heading a:hover,
.slide-content--thumb:hover .slide-content__heading a:focus,
.slide-content--thumb:focus .slide-content__heading a:hover,
.slide-content--thumb:focus .slide-content__heading a:focus {
    color: #dcc574;
}

@media (min-width: 768px) {
    .slide-content--thumb:hover .slide-content__heading a,
    .slide-content--thumb:focus .slide-content__heading a {
        color: #33352f;
    }

    .slide-content--thumb:hover .slide-content__heading a:hover,
    .slide-content--thumb:hover .slide-content__heading a:focus,
    .slide-content--thumb:focus .slide-content__heading a:hover,
    .slide-content--thumb:focus .slide-content__heading a:focus {
        color: #dcc574;
    }
}

.slide-content__detail {
    margin-bottom: 6px;
    transition: color 0.3s ease;
    font-size: 12px;
    line-height: 1;
    color: #666666;
    letter-spacing: 0.025em;
}

@media (min-width: 1200px) {
    .slide-content__detail {
        margin-bottom: 20px;
        font-size: 16px;
    }
}

@media (min-width: 1560px) {
    .slide-content__detail {
        margin-bottom: 24px;
    }
}



.slide-content__heading {
  text-align: center;
}
.slide-content__heading a {
    color: #000000;
    transition: color 0.3s ease;
    font-size: 18px;
}

.slide-content__heading a:hover,
.slide-content__heading a:focus {
    outline: none;
    color: #dcc574;
}


@media (min-width: 1560px) {
    .slide-content__heading {
        font-size: 40px;
    }
}

/* 4.6 Slide */
.slide {
    position: relative;
}

.slide img {
    display: block;
    width: 100%;
    height: auto;
}

.slide__content {
    margin-top: 20px;
}

/* @media (min-width: 1200px) {
  .slide__content {
    min-width: 475px;
  }
} */

/* 4.7 Slider */
.slider {
    margin-bottom: 0 !important;
}

.slider .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
}

@media (min-width: 576px) {
    .slider .swiper-pagination {
        bottom: -48px;
    }
}

@media (min-width: 1200px) {
    .slider .swiper-pagination {
        bottom: -104px;
    }
}

.slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    appearance: none;
    border-radius: 4px;
    background-color: #cccccc;
    opacity: 1;
    transition: width 0.3s ease, background-color 0.3s ease;
}

@media (min-width: 576px) {
    .slider .swiper-pagination .swiper-pagination-bullet {
        margin: 0 11px;
    }
}

.slider .swiper-pagination .swiper-pagination-bullet-active {
    width: 36px;
    background-color: #dcc574;
}

.slider--single .swiper-pagination {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .slider--single .swiper-pagination {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .slider--single .swiper-pagination {
        margin-top: 55px;
    }
}

.slider--single .swiper-slide-next .slide__content {
    opacity: 1;
}

/* @media (min-width: 768px) {
  .slider--single .slider__item {
    width: 77%;
  }
} */
.slider__item.border {
    border: 1px solid #cccccc45;
}
.slider__item .image-contain {
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.slider__item.border .image-contain img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .slider--single .slider__item {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .slider--single .slider__nav {
        top: calc(50% - 20px);
        left: 0;
        right: 0;
        transform: translateY(-50%);
        z-index: 1;
    }
}

@media (min-width: 1200px) {
    .slider--single .slider__nav {
        top: calc(50% - 47px);
    }
}

.slider--carousel .swiper-scrollbar {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin-top: 30px;
    background-color: rgba(0, 0, 0, 0.15);
}

.slider--carousel .swiper-scrollbar-drag {
    top: -2px;
    height: 6px;
    background-color: #dcce9d;
}

.slider--carousel .slider__item {
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .slider--carousel .slider__item {
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .slider--carousel .slider__item {
        width: 35.5%;
    }
}

.slider--with-thumbs {
    padding-top: 60px;
}

@media (min-width: 768px) {
    .slider--with-thumbs {
        padding-top: 0;
    }
}

.slider--with-thumbs .slider__nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

@media (min-width: 768px) {
    .slider--with-thumbs .slider__nav {
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        z-index: 1;
    }
}

.slider--with-thumbs .slider__nav-btn {
    width: 18px;
    height: 32px;
    padding: 0;
    border: none;
    overflow: hidden;
    background-color: transparent;
    appearance: none;
    cursor: pointer;
}

.slider--with-thumbs .slider__nav-btn:hover,
.slider--with-thumbs .slider__nav-btn:focus {
    outline: none;
    background-color: transparent !important;
    border-color: transparent !important;
}

.slider--with-thumbs .slider__nav-btn:hover svg,
.slider--with-thumbs .slider__nav-btn:focus svg {
    fill: #dcc574 !important;
}

@media (min-width: 768px) {
    .slider--with-thumbs .slider__nav-btn {
        border: solid 1px #ffffff !important;
    }

    .slider--with-thumbs .slider__nav-btn:hover,
    .slider--with-thumbs .slider__nav-btn:focus {
        background-color: #dcc574 !important;
        border: solid 1px #dcc574;
    }

    .slider--with-thumbs .slider__nav-btn:hover svg,
    .slider--with-thumbs .slider__nav-btn:focus svg {
        fill: #ffffff !important;
    }
}

.slider--with-thumbs .slider__nav-btn.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}

@media (min-width: 768px) {
    .slider--with-thumbs .slider__nav-btn.swiper-button-disabled {
        border: solid 1px #ffffff;
        background-color: transparent !important;
    }

    .slider--with-thumbs .slider__nav-btn.swiper-button-disabled svg {
        fill: #ffffff !important;
    }
}

.slider--with-thumbs .slider__nav-btn svg {
    position: relative;
    left: 50%;
    display: block;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    transition: fill 0.3s ease;
}

@media (min-width: 768px) {
    .slider--with-thumbs .slider__nav-btn svg {
        position: static;
        width: 34px;
        height: auto;
        transform: translateX(0);
        fill: #ffffff;
    }
}

@media (min-width: 768px) {
    .slider--with-thumbs .slider__nav-btn {
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border: solid 1px #ffffff;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    .slider--with-thumbs .slider__nav-btn:hover,
    .slider--with-thumbs .slider__nav-btn:focus {
        background-color: #ffffff;
    }

    .slider--with-thumbs .slider__nav-btn:hover svg,
    .slider--with-thumbs .slider__nav-btn:focus svg {
        fill: #33352f;
    }
}

.slider__nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

@media (min-width: 768px) {
    .slider__nav {
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        z-index: 1;
    }
}

.slider__nav-btn {
    width: 18px;
    height: 32px;
    padding: 0;
    border: none;
    overflow: hidden;
    background-color: transparent;
    appearance: none;
    cursor: pointer;
}

.slider__nav-btn:hover,
.slider__nav-btn:focus {
    outline: none;
    background-color: #dcce9d !important;
    border-color: #dcce9d !important;
}

.slider__nav-btn:hover svg,
.slider__nav-btn:focus svg {
    fill: #ffffff !important;
}

.slider__nav-btn--next {
    margin-left: 12px;
}

@media (min-width: 768px) {
    .slider__nav-btn--next {
        right: 3.125vw;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .slider__nav-btn--prev {
        left: 3.125vw;
    }
}

.slider__nav-btn.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
}

@media (min-width: 768px) {
    .slider__nav-btn.swiper-button-disabled {
        border: solid 1px #ffffff;
        background-color: transparent !important;
    }

    .slider__nav-btn.swiper-button-disabled svg {
        fill: #ffffff !important;
    }
}

.slider__nav-btn svg {
    position: relative;
    left: 50%;
    display: block;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
    transition: fill 0.3s ease;
}

@media (min-width: 768px) {
    .slider__nav-btn svg {
        position: static;
        width: 34px;
        height: auto;
        transform: translateX(0);
        fill: #ffffff;
    }
}

@media (min-width: 768px) {
    .slider__nav-btn {
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        border: solid 1px #ffffff;
        transition: background-color 0.3s ease, border-color 0.3s ease;
    }

    .slider__nav-btn:hover,
    .slider__nav-btn:focus {
        background-color: #ffffff;
    }

    .slider__nav-btn:hover svg,
    .slider__nav-btn:focus svg {
        fill: #33352f;
    }
}

.webpage--modern .slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #dcc574;
}

/* 4.8 Project meta */
.project-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    margin-top: 45px;
}

.project-meta--line .project-meta__item {
    padding: 0 10px;
    text-align: center;
}

@media (min-width: 768px) {
    .project-meta--line .project-meta__item {
        width: 25%;
        margin: 0 !important;
    }
}

.project-meta--table {
    display: block;
}

.project-meta--table .project-meta__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 !important;
    padding: 10px 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.project-meta--table .project-meta__item:last-child {
    border-bottom: none;
}

.project-meta--table .project-meta__item-title {
    margin: 0;
    align-self: center;
}

@media (min-width: 576px) {
    .project-meta--table .project-meta__item-title {
        font-size: 14px;
    }
}

.project-meta--table .project-meta__item-text {
    text-align: right;
    align-self: center;
}

@media (min-width: 576px) {
    .project-meta--table .project-meta__item-text {
        font-size: 16px;
    }
}

.project-meta__item {
    width: 100%;
    padding-right: 10px;
}

@media (min-width: 1200px) {
    .project-meta__item {
        padding: 0;
    }
}

.project-meta__item-title {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

@media (min-width: 1200px) {
    .project-meta__item-title {
        margin-bottom: 10px;
        font-size: 15px;
    }
}

.project-meta__item-text {
    font-size: 14px;
    line-height: 1.66;
    color: #33352f;
}

@media (min-width: 1200px) {
    .project-meta__item-text {
        font-size: 18px;
    }
}

/* 4.9 Twitter block */
@media (min-width: 768px) {
    .twitter-block--small .twitter-block__wrapper {
        padding: 40px;
    }
}

@media (min-width: 1200px) {
    .twitter-block--small .twitter-block__wrapper {
        padding: 65px 57px 65px 70px;
    }
}

.twitter-block--small .twitter-block__text {
    font-size: 14px;
    line-height: 1.33;
    color: #33352f;
    font-style: italic;
}

@media (min-width: 576px) {
    .twitter-block--small .twitter-block__text {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .twitter-block--small .twitter-block__text {
        font-size: 30px;
    }
}

.twitter-block--sidebar {
    max-width: 100%;
}

.twitter-block--sidebar .twitter-block__wrapper {
    padding: 30px !important;
}

.twitter-block--sidebar .twitter-block__header {
    margin-bottom: 32px !important;
}

.twitter-block--sidebar .twitter-block__author-image {
    width: 45px !important;
    height: 45px !important;
}

.twitter-block--sidebar .twitter-block__author-meta,
.twitter-block--sidebar .twitter-block__author-name {
    font-size: 16px !important;
}

.twitter-block--sidebar .twitter-block__author-info {
    font-size: 12px !important;
}

.twitter-block--sidebar .twitter-block__text {
    margin-bottom: 30px;
    font-size: 18px !important;
}

.twitter-block--sidebar .twitter-block__social svg {
    width: 24px !important;
}

.twitter-block--sidebar time {
    font-size: 12px !important;
}

.twitter-block--technical .twitter-block__wrapper {
    padding: 0;
    border: none;
}

.twitter-block__heading {
    margin-bottom: 40px;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .twitter-block__heading {
        margin-bottom: 92px;
        font-size: 60px;
        line-height: 1;
        letter-spacing: -0.025em;
    }
}

.twitter-block__wrapper {
    padding: 20px;
    border: solid 1px #d6d6d6;
}

@media (min-width: 576px) {
    .twitter-block__wrapper {
        padding: 40px;
    }
}

@media (min-width: 768px) {
    .twitter-block__wrapper {
        padding: 60px;
    }
}

@media (min-width: 1200px) {
    .twitter-block__wrapper {
        padding: 93px 170px 105px;
    }
}

.twitter-block__header {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .twitter-block__header {
        margin-bottom: 40px;
    }
}

.twitter-block__author {
    display: flex;
}

.twitter-block__author-image {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    align-self: center;
    border-radius: 50%;
    overflow: hidden;
}

@media (min-width: 576px) {
    .twitter-block__author-image {
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
}

.twitter-block__author-image img {
    display: block;
    width: 100%;
    height: auto;
}

.twitter-block__author-meta {
    font-size: 14px;
    line-height: 1;
    color: #33352f;
    align-self: center;
    text-align: center;
}

.twitter-block__author-name {
    margin-bottom: 6px;
}

@media (min-width: 576px) {
    .twitter-block__author-name {
        font-size: 20px;
    }
}

.twitter-block__author-info {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0.015em;
}

@media (min-width: 576px) {
    .twitter-block__author-info {
        font-size: 16px;
    }
}

.twitter-block__author-info a {
    color: #999999;
    transition: color 0.3s ease;
}

.twitter-block__author-info a:hover,
.twitter-block__author-info a:focus {
    outline: none;
    color: #00ccff;
}

.twitter-block__author-info a:active {
    opacity: 0.7;
}

.twitter-block__social {
    align-self: center;
}

.twitter-block__social svg {
    display: block;
    width: 24px;
    height: auto;
    fill: #00ccff;
    transition: fill 0.3s ease;
}

@media (min-width: 576px) {
    .twitter-block__social svg {
        width: 34px;
    }
}

.twitter-block__text {
    font-size: 14px;
    line-height: 1.64;
    color: #5e5e5e;
    font-style: italic;
    text-align: center;
}

@media (min-width: 576px) {
    .twitter-block__text {
        font-size: 20px;
    }
}

.twitter-block__text a {
    color: #beb184;
    transition: color 0.3s ease;
}

.twitter-block__text a:hover,
.twitter-block__text a:focus {
    outline: none;
    color: #33d6ff;
}

.twitter-block__text a:active {
    opacity: 0.7;
}

.twitter-block time {
    font-size: 14px;
    line-height: 1;
    color: #999999;
    letter-spacing: 0.015em;
}

@media (min-width: 576px) {
    .twitter-block time {
        font-size: 16px;
    }
}

.webpage--beige .twitter-block__wrapper {
    border-color: #aeab98;
}

/* 4.10 Like */
.liked {
    width: 80px;
}

.liked__btn {
    display: flex;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: solid 1px #d6d6d6;
}

.liked__btn svg {
    align-self: center;
    fill: #dcc574;
    transition: transform 0.3s ease;
}

.liked__btn:hover,
.liked__btn:focus {
    outline: none;
}

.liked__btn:hover svg,
.liked__btn:focus svg {
    transform: scale(1.1);
}

.liked__btn:active {
    opacity: 0.7;
}

.liked__text {
    font-size: 16px;
    line-height: 1;
    color: #33352f;
    letter-spacing: 0.015em;
    text-align: center;
}

.webpage--beige .approach {
    background-color: transparent;
}

@media (min-width: 1200px) {
    .webpage--beige .approach {
        padding-bottom: 167px;
    }
}

.webpage--beige .approach__heading {
    font-family: "Cinzel", "Georgia", serif;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .webpage--beige .approach__heading {
        font-size: 60px;
    }
}

.webpage--beige .approach__card {
    border: solid 1px #6a7067;
    background-color: #4d524b;
}

.webpage--beige .approach__card-icon svg {
    fill: #e6da89;
}

.webpage--beige .approach__card-heading {
    max-width: none;
    font-family: "Cinzel", "Georgia", serif;
    color: #ffffff;
}

/* 4.15 Rewards */

/* 4.16 Form */
.form {
    overflow: hidden;
}

.form__title {
    font-size: 40px;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    font-weight: 300;
}

.form__subtitle {
    font-size: 18px;
    color: #666666;
    margin-bottom: 60px;
}

.form__group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .form__group {
        margin: 0 -30px 11px;
    }
}

.form__item {
    width: 100%;
    margin-bottom: 40px;
}
.field input:focus {
    padding-top: 6px;
}

@media (min-width: 768px) {
    .profile .form__item {
        width: calc(50% - 60px);
        margin: 0 30px 30px;
    }

    .form__item,
    .register .form__item {
        width: calc(33.3333% - 60px);
        margin: 0 30px 30px;
    }
    .register .terms,
    .profile .terms {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .form__field--width-full {
        width: 100%;
        margin: 0;
    }
}

.form__field--width-full {
    height: 150px;
    margin: 0;
}

@media (min-width: 1200px) {
    .form__field--width-full {
        height: 209px;
    }
}

.form__field--textarea {
    height: 150px;
}

@media (min-width: 1200px) {
    .form__field--textarea {
        height: 209px;
    }
}

.form__submit {
    width: auto;
    padding: 20px 30px;
    background-color: #2d2d2d;
    border: 1px solid #2d2d2d;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 3px;
}

@media (min-width: 768px) {
    .form__submit {
        left: 0;
        transform: none;
        margin-top: 40px;
    }
}

/* 4.17 Timer */

/* 4.18 Contact info */
.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 576px) {
    .contact-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.contact-info__item {
    display: flex;
    padding-top: 4px;
    margin-bottom: 12px;
}

.contact-info__item:last-child {
    margin-bottom: 0;
}

.contact-info__item:hover .contact-info__icon {
    border-color: #dcc574;
}

.contact-info__item:hover .contact-info__icon svg {
    fill: #dcc574;
}

@media (min-width: 576px) {
    .contact-info__item {
        width: calc(50% - 8px);
        margin-bottom: 0;
    }

    .contact-info__item:nth-child(n + 3) {
        margin-top: 24px;
    }
}

@media (min-width: 1200px) {
    .contact-info__item {
        width: calc(50% - 20px);
    }
}

.contact-info__icon {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    margin-top: 0px;
    border: solid 1px #999999;
    border-radius: 50%;
    transition: border-color 0.3s ease;
}

@media (min-width: 1200px) {
    .contact-info__icon {
        width: 70px;
        height: 70px;
        margin-right: 38px;
        margin-top: -30px;
    }
}

.contact-info__icon svg {
    align-self: center;
    fill: #999999;
    transition: fill 0.3s ease;
}

.contact-info__title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1;
    color: #999999;
    text-transform: uppercase;
}

.contact-info__text {
    font-size: 16px;
    line-height: 1.66;
    color: #33352f;
}

@media (min-width: 1200px) {
    .contact-info__text {
        font-size: 18px;
    }
}

.contact-info__text a {
    color: #33352f;
    transition: color 0.3s ease;
}

.contact-info__text a:hover,
.contact-info__text a:focus {
    outline: none;
    color: #dcc574;
}

.contact-info__text a:active {
    opacity: 0.7;
}

.contact-info__text address {
    font-style: normal;
}

/* 4.19 Specialization */
@media (min-width: 576px) {
    .specialization {
        display: flex;
    }
}

.specialization__item {
    margin-bottom: 32px;
    padding: 0 10px;
    flex-grow: 1;
    /*	&-percent {
			position: absolute;
			left: 50%;
			top: 50%;
			transform: translateX(-50%) translateY(-50%);
		}*/
}

.specialization__item:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .specialization__item {
        margin-bottom: 0;
    }
}

.specialization__item-diagram {
    margin: 0 auto 24px;
    /*&::before {
				content: "";
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				border-radius: 50%;
				border: solid 1px $color-grey4;
			}

			svg {
				display: block;
				width: 100%;
				height: auto;
				box-sizing: border-box;
				stroke: $color-orange;
				stroke-width: 1px;
				fill: none;
				//stroke-dasharray: 100%;
			}*/
}

.specialization__item-text {
    max-width: 140px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
    color: #33352f;
    text-align: center;
}

/* 4.20 Process step */
.process-step {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: process;
}

.process-step__item {
    position: relative;
    counter-increment: process;
    margin-bottom: 32px;
    padding-left: 50px;
    padding-bottom: 32px;
    border-bottom: solid 1px #e2e2e2;
}

@media (min-width: 1200px) {
    .process-step__item {
        margin-bottom: 63px;
        padding-left: 100px;
        padding-bottom: 51px;
    }
}

.process-step__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.process-step__item::before {
    content: counter(process) ".";
    position: absolute;
    top: -4px;
    left: 0;
    font-size: 48px;
    line-height: 1;
    color: #cccccc;
    font-family: "Cinzel", "Georgia", serif;
    letter-spacing: -0.025em;
}

@media (min-width: 1200px) {
    .process-step__item::before {
        font-size: 80px;
    }
}

.process-step__item-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
    color: #33352f;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .process-step__item-title {
        font-size: 24px;
    }
}

.process-step__item-text {
    font-size: 16px;
    line-height: 1.66;
    color: #666666;
    letter-spacing: -0.015em;
}

@media (min-width: 1200px) {
    .process-step__item-text {
        font-size: 18px;
    }
}

/* 4.21 Diagram */
/*.preloader {
	display: none !important;
}*/
.diagram {
    position: relative;
    width: 160px;
    height: 160px;
}

.diagram__circle {
    display: block;
    fill: none;
    stroke: #dcdcdc;
    stroke-width: 1px;
}

.diagram__circle--progress {
    fill: none;
    stroke: #dcc574;
    stroke-width: 1px;
    stroke-dasharray: 0 496;
    transition: all 2s linear;
}

.diagram__percent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 36px;
    line-height: 1;
    color: #dcc574;
}

/* 4.23 Contact block */
.contact-block {
    max-width: 360px;
}

.contact-block--thumb {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

.contact-block__hint {
    font-size: 14px;
    line-height: 1;
    color: #999999;
    text-transform: uppercase;
}

.contact-block__title {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 1.6;
    color: #33352f;
    letter-spacing: -0.025em;
    font-weight: 600;
}

.contact-block__title span {
    font-weight: 300;
    color: #999999;
}

.contact-block__address {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.625;
    color: #666666;
    font-style: normal;
}

@media (min-width: 1200px) {
    .contact-block__address {
        margin-bottom: 32px;
    }
}

.contact-block__email {
    margin-bottom: 24px;
}

@media (min-width: 1200px) {
    .contact-block__email {
        margin-bottom: 68px;
    }
}

.contact-block__email a {
    font-size: 16px;
    line-height: 1;
    color: #33352f;
    transition: color 0.3s ease;
}

.contact-block__email a:hover,
.contact-block__email a:focus {
    outline: none;
    color: #dcc574;
}

.contact-block__email a:active {
    opacity: 0.7;
}

.contact-block__phone {
    margin-bottom: 24px;
}

.contact-block__phone span {
    display: block;
    margin-bottom: 12px;
}

@media (min-width: 1200px) {
    .contact-block__phone {
        margin-bottom: 56px;
    }

    .contact-block__phone span {
        margin-bottom: 22px;
    }
}

.contact-block__phone a {
    font-size: 30px;
    line-height: 1;
    color: #33352f;
    letter-spacing: -0.025em;
    transition: color 0.3s ease;
}

@media (min-width: 1200px) {
    .contact-block__phone a {
        font-size: 36px;
    }
}

.contact-block__phone a:hover,
.contact-block__phone a:focus {
    outline: none;
    color: #dcc574;
}

.contact-block__phone a:active {
    opacity: 0.7;
}

.contact-block__offices {
    margin-bottom: 36px;
}

.contact-block__offices span {
    display: block;
    margin-bottom: 12px;
}

@media (min-width: 1200px) {
    .contact-block__offices {
        margin-bottom: 64px;
    }

    .contact-block__offices span {
        margin-bottom: 26px;
    }
}

.contact-block__offices-list {
    display: flex;
    flex-wrap: wrap;
}

.contact-block__offices-item {
    position: relative;
    margin-right: 20px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1;
    color: #33352f;
}

@media (min-width: 1200px) {
    .contact-block__offices-item {
        margin-right: 24px;
        margin-bottom: 12px;
    }
}

.contact-block__offices-item::after {
    content: "|";
    position: absolute;
    right: -12px;
    color: #999999;
}

.contact-block__offices-item:last-child {
    margin-right: 0;
}

.contact-block__offices-item:last-child::after {
    display: none;
}

.contact-block__offices-item:hover,
.contact-block__offices-item:focus {
    outline: none;
    color: #33352f;
    text-decoration: underline;
}

.contact-block__offices-item:active {
    opacity: 0.7;
}

.contact-block__offices-item--active {
    cursor: default;
    pointer-events: none;
    color: #dcc574;
}

/* 4.24 Feedback form */
.feedback-form__title {
    font-size: 54px;
    font-weight: bold;
    letter-spacing: -1.35px;
    text-transform: capitalize;
    margin-bottom: 27px;
}

@media (max-height: 800px) {
    .feedback-form__title {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

.feedback-form__field {
    margin-bottom: 15px;
}

.feedback-form__btn {
    margin-top: 40px;
    border-radius: 0;
    text-transform: capitalize;
}

/* 4.25 Header toggle */
.header-toggle {
    width: 48px;
    height: 48px;
    padding: 0;
    border: solid 1px #e2e2e2;
    border-left: none;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
}

.header-toggle:hover,
.header-toggle:focus {
    outline: none;
}

.header-toggle::before,
.header-toggle::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 50%;
    height: 4px;
    background-color: #33352f;
    border-radius: 2px;
    transition: transform 0.3s ease;
}

.header-toggle::before {
    transform: translateY(-175%);
}

.header-toggle::after {
    transform: translateY(75%);
}

.header-toggle.on::before {
    animation-name: before;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.header-toggle.on::after {
    animation-name: after;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.header-toggle.off::before {
    animation-name: before-back;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.header-toggle.off::after {
    animation-name: after-back;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes before {
    0% {
        transform: translateY(-175%);
    }

    50% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(-50%) rotate(45deg);
    }
}

@keyframes after {
    0% {
        transform: translateY(75%);
    }

    50% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(-50%) rotate(-45deg);
    }
}

@keyframes before-back {
    0% {
        transform: translateY(-50%) rotate(45deg);
    }

    50% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(-175%);
    }
}

@keyframes after-back {
    0% {
        transform: translateY(-50%) rotate(-45deg);
    }

    50% {
        transform: translateY(-50%);
    }

    100% {
        transform: translateY(75%);
    }
}
/* 4.28 Fact */
.fact {
    max-width: 298px;
    padding-top: 24px;
    border-top: solid 1px #dcc574;
}

@media (min-width: 768px) {
    .fact {
        padding-top: 32px;
    }
}

@media (min-width: 1200px) {
    .fact {
        padding-top: 40px;
    }
}

.fact--white .fact__title,
.fact--white .fact__value {
    color: #ffffff;
}

.fact__title {
    max-width: 120px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.3;
    color: #33352f;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .fact__title {
        margin-bottom: 12px;
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .fact__title {
        font-size: 20px;
    }
}

.fact__value {
    font-size: 42px;
    line-height: 1;
    color: #33352f;
}

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

@media (min-width: 1200px) {
    .fact__value {
        font-size: 72px;
    }
}

.webpage--modern .fact {
    border-top-color: #dcc574;
}

/* 4.29 Hero banner */
.hero-banner {
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .hero-banner {
        min-height: 540px;
    }
}

@media (min-width: 1200px) {
    .hero-banner {
        min-height: 70vh;
    }

    .bottom-right {
        top: -70px;
        left: -7%;
    }
}

.hero-banner .swiper-container {
    margin: 0;
    padding-bottom: 50px;
}

@media (min-width: 576px) {
    .hero-banner .swiper-container {
        padding-bottom: 0;
    }
}

.hero-banner .swiper-container .swiper-pagination {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: flex;
    justify-content: center;
}

@media (min-width: 576px) {
    .hero-banner .swiper-container .swiper-pagination {
        left: auto;
        bottom: 0;
        width: auto;
    }
}

.hero-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    appearance: none;
    border-radius: 4px;
    background-color: #ffffff;
    opacity: 1;
    transition: width 0.3s ease, background-color 0.3s ease;
}

@media (min-width: 576px) {
    .hero-banner
        .swiper-container
        .swiper-pagination
        .swiper-pagination-bullet {
        margin: 0 11px;
    }
}

.hero-banner
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet-active {
    width: 36px;
    background-color: #dcc574;
}

.hero-banner__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 15px;
}

@media (min-width: 1560px) {
    .hero-banner__inner {
        max-width: 1550px !important;
    }
}

.hero-banner__item {
    min-width: 300px;
    max-width: 100%;
}

@media (min-width: 576px) {
    .hero-banner__item {
        width: 510px;
    }
}

@media (min-width: 768px) {
    .hero-banner__item {
        width: 690px;
    }
}

@media (min-width: 1200px) {
    .hero-banner__item {
        width: 1110px;
    }
}

@media (min-width: 1560px) {
    .hero-banner__item {
        width: 1520px;
        /* padding-left: 0%; */
    }
}

.hero-banner__item br {
    display: none;
}

@media (min-width: 576px) {
    .hero-banner__item {
        display: flex;
    }

    .hero-banner__item br {
        display: block;
    }
}

@media (min-width: 576px) {
    .hero-banner__item-left {
        width: calc(100% - 240px);
    }
}

@media (min-width: 768px) {
    .hero-banner__item-left {
        width: calc(100% - 320px);
    }
}

@media (min-width: 1200px) {
    .hero-banner__item-left {
        /* width: calc(100% - 540px); */
        width: 100%;
        text-align: center;
    }
}

.hero-banner__item-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 540px;
    padding-top: 40px;
}

@media (min-width: 576px) {
    .hero-banner__item-right {
        width: 200px;
        padding-top: 0;
        margin-left: 40px;
    }
}

@media (min-width: 768px) {
    .hero-banner__item-right {
        width: 280px;
    }
}

@media (min-width: 1200px) {
    .hero-banner__item-right {
        width: 500px;
    }
}

.hero-banner__item-fact {
    width: calc(50% - 20px);
}

@media (min-width: 1200px) {
    .hero-banner__item-fact {
        width: calc(50% - 50px);
    }
}

.hero-banner__item-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 700;
}

@media (min-width: 768px) {
    .hero-banner__item-title {
        font-size: 48px;
    }
}

@media (min-width: 1200px) {
    .hero-banner__item-title {
        font-size: 60px;
    }
}

@media (min-width: 1560px) {
    .hero-banner__item-title {
        margin-bottom: 10vh;
        font-size: 40px;
        font-weight: 200;
    }
}

.hero-banner__item-text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
}

@media (min-width: 768px) {
    .hero-banner__item-text {
        max-width: 490px;
        margin-bottom: 36px;
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .hero-banner__item-text {
        max-width: 590px;
        font-size: 22px;
    }
}

@media (min-width: 1560px) {
    .hero-banner__item-text {
        margin-bottom: 10.3125vh;
        font-size: 24px;
    }
}

.hero-banner__down {
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%);
    width: 120px;
    height: 40px;
    padding-top: 8px;
    text-align: center;
    border: none;
    background-color: transparent;
    background-size: 100% auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 275 103'%3e%3cpath fill-rule='evenodd' fill='%23FFF' d='M.427 71.361s-8.822-8.972 51.994-8.972C93.315 62.389 83.361-.745 140.05 1c37.827 1.165 48.543 61.389 82.956 61.389 34.414 0 51.994 3.778 51.994 3.778V103H.427V71.361z'/%3e%3c/svg%3e");
    cursor: pointer;
    z-index: 99;
    color: #111;
}

@media (min-width: 1200px) {
    .hero-banner__down {
        width: 275px;
        height: 76px;
        padding-top: 24px;
    }
}

.hero-banner__down svg {
    width: 20px;
    height: auto;
    transition: fill 0.3s ease;
}

@media (min-width: 1200px) {
    .hero-banner__down svg {
        width: 30px;
        color: #dcc574;
    }
}

.hero-banner__down:hover,
.hero-banner__down:focus {
    outline: none;
    fill: #dcc574;
}

.tparrows {
    width: 60px;
    height: 60px;
    background-color: transparent;
    transition: all 0.3s ease;
}

.tparrows:hover,
.tparrows:focus {
    border-color: #dcc574;
    background-color: #dcc574;
}

.tparrows::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.tp-leftarrow.tparrows::before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='%23ffffff' d='M21.1 32L47.2 4.5c1.1-1.1 1.1-2.7 0-3.7s-2.7-1.1-3.7 0L17.4 28.5c-1.9 1.9-1.9 5.1 0 6.9l26.1 27.7c.5.5 1.3.8 1.9.8.5 0 1.3-.3 1.9-.8 1.1-1.1 1.1-2.7 0-3.7L21.1 32z'/%3e%3c/svg%3e ");
}

.tp-rightarrow.tparrows::before {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cpath fill='%23ffffff' d='M46.8 28.5L20.6.8c-1.1-1.1-2.7-1.1-3.7 0-1.1 1.1-1.1 2.7 0 3.7L42.8 32 16.6 59.5c-1.1 1.1-1.1 2.7 0 3.7.5.5 1.1.8 1.9.8s1.3-.3 1.9-.8l26.1-27.7c2.1-1.9 2.1-5.1.3-7z'/%3e%3c/svg%3e ");
}

.tp-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.tp-bullet.selected {
    background-color: #dcc574;
}

.webpage--modern
    .hero-banner
    .swiper-container
    .swiper-pagination
    .swiper-pagination-bullet-active {
    background-color: #dcc574;
}

.webpage--modern .hero-banner__down:hover,
.webpage--modern .hero-banner__down:focus {
    fill: #dcc574;
}

.webpage--modern .tp-bullet.selected {
    background-color: #dcc574;
}

.webpage--modern .tparrows:hover,
.webpage--modern .tparrows:focus {
    border-color: #dcc574;
    background-color: #dcc574;
}

/* 4.32 Sidebar */
.sidebar {
    width: 100%;
    margin-bottom: 50px;
}

.sidebar__block + .sidebar__block {
    margin-top: 40px;
}

.sidebar__block > p {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

.sidebar__block-title {
    margin-bottom: 32px;
    font-family: "Della Respira", serif;
    font-size: 27px;
    line-height: 1;
    color: #33352f;
    letter-spacing: -0.015em;
}

.sidebar__block input[type="search"] {
    width: 100%;
    max-width: 300px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.sidebar__social {
    margin-top: 23px;
    justify-content: center;
}

.sidebar__popular-posts-wrapper {
    margin-top: 29px;
    margin-bottom: 57px;
}

.sidebar__categories {
    margin-top: 31px;
}

.sidebar__categories-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-bottom: 13px;
}

.sidebar__categories-item + .sidebar__categories-item {
    border-top: 1px solid #dadada;
    padding-top: 13px;
}

.sidebar__categories-item.active .sidebar__categories-name,
.sidebar__categories-item.active .sidebar__categories-num {
    color: #dcc574;
}

.sidebar__categories-name,
.sidebar__categories-num {
    font-size: 14px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.sidebar__categories-num {
    color: #999999;
}

.sidebar__services {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: services;
}

.sidebar__services-item {
    counter-increment: services;
    margin-bottom: -1px;
    padding: 18px 20px 14px 0;
    border-bottom: solid 1px #dadada;
    font-size: 18px;
    line-height: 1.33;
    color: #33352f;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    display: flex;
}

.sidebar__services-item:last-child {
    border-bottom: none;
}

.sidebar__services-item a {
    display: flex;
    align-items: center;
    color: #33352f;
    transition: color 0.3s ease;
    padding-left: 15px;
}

.sidebar__services-item img {
    width: 45px;
    border-right: 1px solid #ccc;
    padding: 7px;
}

.sidebar__services-item a:hover,
.sidebar__services-item a:focus {
    outline: none;
    color: #dcc574;
}

.sidebar__services-item a:hover::before,
.sidebar__services-item a:focus::before {
    color: #33352f;
}

.sidebar__services-item a:active {
    opacity: 0.7;
}

/* 4.33 Menu */
.menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    min-height: 480px;
    overflow: auto;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right 0 bottom 0;
    background-size: auto 100%;
    background-image: url("../images/menu-bg.png");
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

@media (min-width: 576px) {
    .menu {
        width: 56%;
    }
}

.menu--opened {
    transform: translateX(0);
}

.menu__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 30px;
}

@media (min-width: 768px) {
    .menu__inner {
        padding: 44px 60px;
    }
}
.menu__wrapper {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 6px 0;
    overflow: auto;
}

.menu__bottom {
    margin-top: auto;
}

.menu__copy {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.71;
    color: #999999;
    letter-spacing: 0.015em;
}

.menu__copy span {
    color: #33352f;
}

.menu__dropdown {
    display: none;
}

.menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu__sublist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu__subitem {
    display: block;
    margin-top: 16px;
    line-height: 1 !important;
}

.menu__subitem:first-child {
    margin-top: 20px;
}

.menu__sublink {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1;
    color: #999999;
    transition: color 0.3s ease;
}

.menu__sublink--current {
    color: #33352f;
    pointer-events: none;
}

.menu__sublink--current:hover,
.menu__sublink--current:focus {
    color: #33352f !important;
}

.menu__sublink:hover,
.menu__sublink:focus {
    outline: none;
    color: #33352f !important;
}

.menu__sublink:active {
    opacity: 0.7;
}

.menu__item {
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.menu__item:has(.__js_menu-dropdown-link)::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;

    top: 4px;
    right: 0;
    z-index: -1;
}

.menu__item:last-child {
    margin-bottom: 0;
}

.menu__item--current .menu__link {
    color: #33352f;
}

.menu__link {
    font-size: 20px;
    line-height: 1;
    color: #111;
    font-weight: 500;
    transition: color 0.3s ease;
    width: 100%;
    display: inline-block;
    height: 30px;
}

.menu__link:hover,
.menu__link:focus {
    outline: none;
    color: #33352f;
}

.menu__link:active {
    opacity: 0.7;
}

.menu__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    background-color: transparent;
    appearance: none;
    cursor: pointer;
    font-size: 24px;
    color: #111;
}
.menu__link svg {
    font-size: 18px;
    color: #b19c4e;
    margin-right: 4px;
    width: 21px;
}

@media (min-width: 768px) {
    .menu__close {
        top: 32px;
        right: 48px;
    }
}

@media (min-width: 768px) {
    .menu__close {
        top: 68px;
        right: 88px;
    }
}

.menu__close svg {
    fill: #33352f;
    align-self: center;
    transition: fill 0.3s ease;
}

.menu__close:hover,
.menu__close:focus {
    outline: none;
}

.menu__close:hover svg,
.menu__close:focus svg {
    fill: #dcc574;
}

.menu__close:active {
    opacity: 0.7;
}

.webpage--beige .menu {
    background-color: #4d524b;
}

.webpage--beige .menu__item:last-child {
    margin-bottom: 0;
}

.webpage--beige .menu__item--current > a {
    color: #e6da89;
}

.webpage--beige .menu__link:hover,
.webpage--beige .menu__link:focus,
.webpage--beige .menu__sublink:hover,
.webpage--beige .menu__sublink:focus {
    outline: none;
    color: #e6da89 !important;
}

.webpage--beige .menu__sublink--current {
    color: #e6da89 !important;
}

.webpage--beige .menu__copy {
    color: #999999;
}

.webpage--beige .menu__copy span {
    color: #ffffff;
}

.webpage--beige .menu__close svg {
    fill: #ffffff;
}

.webpage--beige .menu__close:hover,
.webpage--beige .menu__close:focus {
    outline: none;
}

.webpage--beige .menu__close:hover svg,
.webpage--beige .menu__close:focus svg {
    fill: #e6da89;
}

/* 4.34 Latest projects */
.latest-projects {
    padding-bottom: 24px;
}

@media (min-width: 576px) {
    .latest-projects {
        padding-bottom: 48px;
    }
}

@media (min-width: 1200px) {
    .latest-projects {
        padding-bottom: 80px;
    }
}

.latest-projects__header {
    text-align: center;
    margin-bottom: 16px;
}

.latest-projects__header .slider__nav {
    position: relative;
    top: 30px;
}

.slider-featured__nav-btn--next {
    margin-left: 65px;
}

.slider-featured__nav-btn--next,
.slider-featured__nav-btn--prev {
    width: 45px;
    height: 45px;
    border: solid 1px #ededed;
}

.slider-featured__nav-btn--next svg,
.slider-featured__nav-btn--prev svg {
    width: 14px;
    color: #7e7e7e;
}

@media (min-width: 576px) {
    .latest-projects__header {
        margin-bottom: 24px;
    }
}

@media (min-width: 768px) {
    .latest-projects__header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 56px;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .latest-projects__header {
        margin-bottom: 45px;
    }
}

.latest-projects__preheading {
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1;
    color: #dcc574;
    text-transform: uppercase;
    font-weight: 500;
}

.latest-projects__heading {
    margin-bottom: 16px;
    text-align: center;
}

@media (min-width: 768px) {
    .latest-projects__heading {
        margin-bottom: 0;
        align-self: baseline;
    }
}

@media (min-width: 1200px) {
    .latest-projects__heading {
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .latest-projects__more {
        align-self: baseline;
    }
}

.latest-projects__inner {
    position: relative;
}

@media (min-width: 768px) {
    .latest-projects__slider-thumbs {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
    }
}

.latest-projects__slider-thumbs .swiper-wrapper {
    align-items: flex-end;
}

.webpage--modern .latest-projects__preheading {
    color: #dcc574;
    text-align: center;
    letter-spacing: 3px;
    width: 100%;
}

.webpage--modern .latest-projects__header {
    display: block;
}

.webpage--modern .latest-projects__heading {
    font-family: "Della Respira", serif;
    font-size: 27px;
    line-height: 1.2;
    color: #3e3e3e;
    letter-spacing: 0px;
}

.webpage--modern .latest-projects .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
}

@media (min-width: 1200px) {
    .webpage--modern .latest-projects .swiper-pagination {
        margin-top: 90px !important;
    }
}

@media (min-width: 1200px) {
    .works__header {
        margin-bottom: 62px;
    }
}

.works__filter {
    margin-right: auto;
}

.works__sort {
    margin-top: 20px;
}

.works__list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.works__list--masonry {
    margin-left: -15px;
    margin-right: -15px;
}
.works__item {
    margin-bottom: 40px;
    overflow: hidden;
}
.works__list--masonry .works__item {
    margin-bottom: 28px;
    padding: 0 15px;
}

@media (min-width: 576px) {
    .works__list--masonry .works__item {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .works__list--masonry .works__item {
        width: 33.33%;
    }
}

@media (min-width: 1200px) {
    .works__list--masonry .works__item {
        width: 25%;
    }
}

.works__list--masonry .works__item--long {
    grid-row: auto / span 2;
    order: 2;
}

@media (min-width: 1200px) {
    .works__list--masonry .works__item--long {
        order: 0;
    }
}

.works__list--masonry .works__item--short {
    order: 1;
}

@media (min-width: 1200px) {
    .works__list--masonry .works__item--short {
        order: 0;
    }
}

.works__list--masonry .works__item.work-card--compact {
    margin-bottom: 30px;
}

.works-page {
    padding: 40px 0;
}

@media (min-width: 1200px) {
    .works-page {
        padding: 80px 0 0px;
    }
}

/* 4.42 Single project */
.single-project {
    padding-top: 40px;
}

@media (min-width: 1200px) {
    .single-project {
        padding-top: 100px;
    }
}

.about__contacts {
    padding-top: 60px;
    border-top: solid 1px #e2e2e2;
}

@media (min-width: 1200px) {
    .about__contacts {
        padding-top: 137px;
    }
}

@media (min-width: 1200px) {
    .about__feedback {
        padding-top: 24px;
    }
}

.about__our-experts {
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .about__our-experts {
        margin-bottom: 140px;
    }
}

@media (min-width: 1560px) {
    .about__our-experts {
        margin-bottom: 170px;
    }
}

.about__twitter-block {
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .about__twitter-block {
        margin-bottom: 120px;
    }
}

/* 4.48 Post without sidebar */

.post-page__main-pic {
    margin: 0;
    height: 400px;
}

@media (min-width: 1560px) {
    .post-page__main-pic {
        height: 500px;
    }
}

.post-page__main-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 4.52 Error 404 */
.page-404__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100vh - 150px);
    padding: 60px 10px;
    text-align: center;
}

@media (min-width: 1200px) {
    .page-404__container {
        padding: 140px 0;
    }
}

.page-404__container img {
    width: 100%;
    max-width: 280px;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .page-404__container img {
        max-width: 320px;
    }
}

.page-404__title {
    font-size: 32px;
    margin-bottom: 14px;
}

@media (min-width: 768px) {
    .page-404__title {
        font-size: 42px;
    }
}

.page-404__subtitle {
    font-size: 16px;
    color: #666666;
}

@media (min-width: 768px) {
    .page-404__subtitle {
        font-size: 18px;
    }
}

.page-404__btn {
    width: 220px;
    padding: 10px;
    border-radius: 0;
    margin-top: 32px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .page-404__btn {
        font-size: 14px;
        padding: 21px 10px;
    }
}

/* 4.55 Contacts */
.contacts {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .contacts {
        position: relative;
    }
}

@media (min-width: 1200px) {
    .contacts {
        padding: 90px 0;
    }
}

@media (min-width: 1560px) {
    .contacts__inner {
        max-width: 1550px;
    }
}

.contacts__header {
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .contacts__header {
        margin-bottom: 138px;
        padding-top: 17px;
    }
}

.contacts__info {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .contacts__info {
        margin-left: 30px;
    }
}

.contacts__heading {
    max-width: 310px;
    margin-bottom: 32px;
    font-weight: 400;
    letter-spacing: -0.025em;
}

@media (min-width: 1200px) {
    .contacts__heading {
        margin-bottom: 66px;
        font-size: 60px;
    }
}

.contacts__contact {
    max-width: 400px;
    background-color: #ffffff;
}

@media (min-width: 768px) {
    .contacts__contact {
        position: relative;
        padding: 40px;
    }
}

@media (min-width: 1200px) {
    .contacts__contact {
        max-width: 595px;
        padding: 78px 83px 90px 100px;
    }
}

.contacts__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 72px 40px;
    background-color: #ffffff;
    display: none;
}

@media (min-width: 768px) {
    .contacts__modal {
        position: absolute;
        z-index: 2;
        padding: 52px 60px;
    }
}

@media (min-width: 1200px) {
    .contacts__modal {
        padding: 72px 100px;
    }
}

.contacts__modal-close {
    position: absolute;
    top: 30px;
    right: 24px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.contacts__modal-close svg {
    display: block;
    width: 100%;
    height: auto;
    transition: fill 0.3s ease;
}

.contacts__modal-close:hover,
.contacts__modal-close:focus {
    outline: none;
}

.contacts__modal-close:hover svg,
.contacts__modal-close:focus svg {
    fill: #dcc574;
}

.contacts__modal-close:active {
    opacity: 0.7;
}

.contacts__modal-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.contacts__modal-field {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .contacts__modal-field {
        margin-bottom: 18px;
    }
}

@media (min-width: 1200px) {
    .contacts__modal-field {
        margin-bottom: 30px;
    }
}

.contacts__modal-btn {
    margin-top: 20px;
    align-self: flex-start;
}

@media (min-width: 1200px) {
    .contacts__modal-btn {
        margin-top: 34px;
    }
}

.contacts__map {
    height: 300px;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: #999999;
}

@media (min-width: 1200px) {
    .contacts__map {
        margin-bottom: 137px;
    }
}

.contacts__map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media (min-width: 1200px) {
    .contacts__map {
        height: 700px;
    }
}

@media (min-width: 768px) {
    .contacts__map--absolute {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

/* 4.56 Services page */

.service-page__header {
    margin-bottom: 60px;
    margin-top: 60px;
}

.service-page__image {
    max-width: 1550px;
    margin: 0 auto 60px;
    padding: 0 15px;
}

@media (min-width: 1200px) {
    .service-page__image {
        margin-bottom: 75px;
    }
}

.service-page__image img {
    display: block;
    width: 100%;
    height: auto;
}

.service-page__sidebar {
    margin-top: 60px;
}

.single-project {
    padding-top: 40px;
}

@media (min-width: 1200px) {
    .single-project {
        padding-top: 100px;
    }
}

.single-project--minimalist .single-project__header {
    padding-bottom: 60px;
    border-bottom: solid 1px #eaeaea;
}

@media (min-width: 1200px) {
    .single-project--minimalist .single-project__header {
        margin-bottom: 106px;
        padding-bottom: 80px;
    }
}

.single-project--minimalist .single-project__intro-text {
    padding-bottom: 0;
    border: none;
    text-align: center;
}

.single-project--minimalist .single-project__heading {
    margin-bottom: 60px;
    text-align: center;
}

@media (min-width: 1200px) {
    .single-project--minimalist .single-project__heading {
        margin-bottom: 100px;
    }
}

.single-project--minimalist .single-project__social {
    margin: 80px auto;
    justify-content: center;
}

@media (min-width: 1200px) {
    .single-project--minimalist .single-project__social {
        margin: 0 auto 114px;
    }
}

.single-project--minimalist .single-project__photo {
    max-width: 100%;
    margin-bottom: 60px;
    text-align: center;
}

@media (min-width: 1200px) {
    .single-project--minimalist .single-project__photo {
        margin-bottom: 230px;
    }
}

.single-project--minimalist .single-project__photo img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.single-project--minimalist .single-project__photo--panorama {
    margin: 100px 0;
}

@media (min-width: 1200px) {
    .single-project--minimalist .single-project__photo--panorama {
        margin-bottom: 280px;
    }
}

@media (min-width: 768px) {
    .single-project--minimalist .single-project__photo--stuck {
        max-width: none;
    }

    .single-project--minimalist .single-project__photo--stuck img {
        width: calc(50vw - 15px);
        max-width: none;
    }
}

.single-project--minimalist .single-project__photo--width-inherit img {
    width: auto;
    max-width: none;
}

.single-project--minimalist .single-project__liked {
    margin-bottom: 156px;
}

.single-project--with-sidebar {
    padding-top: 0;
    border-top: solid 1px #d6d6d6;
}

@media (min-width: 1200px) {
    .single-project--with-sidebar {
        padding-top: 0;
    }

    .single-project--with-sidebar .container-fluid {
        max-width: 1920px;
        margin: 0 auto;
    }
}

.single-project--with-sidebar .single-project__heading {
    margin-bottom: 20px;
    letter-spacing: -0.025em;
}

@media (min-width: 576px) {
    .single-project--with-sidebar .single-project__heading {
        font-size: 36px;
    }
}

@media (min-width: 1200px) {
    .single-project--with-sidebar .single-project__heading {
        margin-bottom: 34px;
    }
}

.single-project--with-sidebar .single-project__meta {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .single-project--with-sidebar .single-project__meta {
        margin-bottom: 250px;
    }
}

.single-project--with-sidebar .single-project__paginate {
    margin-bottom: 40px;
}

@media (min-width: 1200px) {
    .single-project--with-sidebar .single-project__paginate {
        margin-bottom: 60px;
    }
}

.single-project--with-sidebar .single-project__short {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.625;
    color: #666666;
}

@media (min-width: 1200px) {
    .single-project--with-sidebar .single-project__short {
        margin-bottom: 37px;
    }
}

.single-project--with-sidebar .single-project__aside-content {
    padding: 0 15px;
}

@media (min-width: 768px) {
    .single-project--with-sidebar .single-project__aside-content {
        padding: 0 24px;
    }
}

@media (min-width: 1200px) {
    .single-project--with-sidebar .single-project__aside-content {
        padding: 0 32px;
    }
}

@media (min-width: 1560px) {
    .single-project--with-sidebar .single-project__aside-content {
        padding: 0 70px;
    }
}

.single-project__inner--width-full {
    max-width: 1550px !important;
}

.single-project img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}

.single-project__header {
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .single-project__header {
        margin-bottom: 60px;
    }
}

.single-project__heading {
    margin-bottom: 40px;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .single-project__heading {
        margin-bottom: 30px;
        font-size: 40px;
        font-weight: 300;
    }
}

.single-project__social {
    margin-bottom: 40px;
}

.single-project__bg-parallax {
    position: relative;
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .single-project__bg-parallax {
        margin-bottom: 65px;
    }
}

.single-project__bg-parallax-image {
    /*position: absolute;
			top: 0;
			left: 50%;
			width: 100%;
			transform: translateX(-50%);*/
}

.single-project__bg-parallax-image img {
    display: block;
    max-width: 100%;
    height: auto;
}

.single-project__intro {
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .single-project__intro {
        margin-bottom: 100px;
    }
}

.single-project__intro-text {
    padding-bottom: 60px;
    font-size: 20px;
    line-height: 1.6;
    color: #33352f;
    letter-spacing: -0.015em;
    border-bottom: solid 1px #eaeaea;
}

@media (min-width: 1200px) {
    .single-project__intro-text {
        padding-bottom: 75px;
        font-size: 30px;
    }
}

.single-project__section {
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .single-project__section {
        margin-bottom: 85px;
    }
}

.single-project__section-heading {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1;
    color: #33352f;
    font-weight: 400;
    letter-spacing: -0.025em;
}

@media (min-width: 768px) {
    .single-project__section-heading {
        margin-bottom: 36px;
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .single-project__section-heading {
        margin-bottom: 39px;
        font-size: 48px;
    }
}

.single-project__section-text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
}

@media (min-width: 768px) {
    .single-project__section-text {
        margin-bottom: 30px;
        font-size: 18px;
    }
}

.single-project__section ul {
    padding: 0 0 0 20px;
}

.single-project__section ul li {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #33352f;
}

@media (min-width: 768px) {
    .single-project__section ul li {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .single-project__section ul li {
        margin-bottom: 20px;
    }
}

.single-project__section ul li:last-child {
    margin-bottom: 0;
}

.single-project__review {
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .single-project__review {
        margin-bottom: 110px;
    }
}

.single-project__gallery {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .single-project__gallery {
        margin-bottom: 100px;
    }
}

@media (min-width: 1200px) {
    .single-project__gallery {
        margin-bottom: 156px;
    }
}

.single-project__gallery-inner {
    margin-top: -30px;
}

@media (min-width: 1200px) {
    .single-project__gallery-inner {
        max-width: 1550px !important;
        margin-top: -40px;
    }
}

.single-project__gallery-image {
    margin-top: 30px;
}

.single-project__gallery-image img {
    display: block;
}

.single-project__liked {
    margin: 0 auto 80px;
}

.service-page__form-wrap {
    margin-top: 24px;
    padding-top: 70px;
    padding-bottom: 70px;
}

@media (min-width: 1200px) {
    .service-page__form-wrap {
        padding-top: 60px;
        padding-bottom: 85px;
    }
}

/* Ignore this CSS */
#carouselExampleIndicators {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hero-banner .swiper-container {
    width: 100%;
    height: 100%;
}

.hero-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hero-banner .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: auto;
}

.swiper-text {
    position: absolute;
    bottom: 4%;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    left: 5%;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.hero-banner .swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.hero-banner .swiper-button-prev:after,
.hero-banner .swiper-button-next:after {
    font-size: 16px;
}

.hero-banner .swiper-button-prev,
.hero-banner .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 100px;
    bottom: 12px;
    top: 90%;
}

.hero-banner .swiper-button-next,
.hero-banner .swiper-container-rtl .swiper-button-prev {
    top: 90%;
    right: 65px;
}

.artist-img {
    margin-bottom: 30px;
    position: relative;
}

section#simplicity {
    padding-top: 120px;
    padding-bottom: 100px;
}

.bg-parallax {
    background-image: url(../images/hero-slider/04.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 55vh;
    position: relative;
    z-index: 1;
}

.featured-collection .latest-projects__preheading,
.featured-collection .latest-projects__heading {
    text-align: left;
}

.featured-collection .latest-projects__heading {
    margin-bottom: 20px;
}

.featured-collection {
    margin-bottom: 6%;
    margin-top: 6%;
}

.categories-product-detail .latest-projects__heading {
    text-align: left;
}

.categories-product {
    margin-top: 5%;
    margin-bottom: 5%;
}

.craft-content .latest-projects__header {
    background: #f8f8f8;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories-product-detail h2 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.categories-product-detail .view-btn {
    color: #d7bb5b;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 15px;
}

.craft-content .content {
    width: 80%;
    margin: 0 auto;
}

.craft-content .content p {
    text-align: center;
    margin-top: 30px;
    line-height: 1.3;
    color: #808080;
    font-weight: 300;
}

.craft-content .content a {
    display: block;
    bottom: 35px;
    width: auto;
    text-transform: uppercase;
    color: #777777;
    font-weight: 400;
    text-align: center;
    margin-top: 55px;
    letter-spacing: 4px;
    font-size: 15px;
}

.craft-img img {
    width: 100%;
}

.paintings-categories ul {
    padding-left: 0;
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: space-between;
}

.paintings-categories li {
    border-top: 1px solid #e7e7e7;
    padding: 20px 10px;
    border-bottom: 1px solid #e7e7e7;
}

.paintings-categories li a {
    color: #505050;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
}

.paintings-categories ul li img {
    width: 25px;
    opacity: 0.8;
    align-items: center;
    display: inline-flex;
    vertical-align: top;
    margin-right: 3px;
}

.paintings-categories {
    margin-top: 6%;
    margin-bottom: 6%;
}

.content-area {
    text-align: center;
    color: #fff;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.parallax-sec {
    height: 400px;
    position: relative;
}

.parallax-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ff93939e;
}

.contentarea {
    position: absolute;
    right: 12%;
    top: 25%;
    bottom: 5%;
    text-align: center;
    place-items: center;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.featured-collection p,
.categories-product-detail p {
    font-weight: 300;
    color: #656565;
}

.categories-product-detail .latest-projects__heading {
    font-family: "League Spartan";
}

.categories-product .content {
    text-align: left;
    margin-bottom: 30px;
}

.categories-product .content .latest-projects__preheading,
.categories-product .content .latest-projects__heading {
    text-align: left;
}

.video-section {
    position: relative;
    margin-bottom: -10px;
}

.video-section h4 {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.video-section p {
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}

.instagram-block ul {
    display: flex;
    justify-content: space-evenly;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #0000005c;
    height: 500px;
}

.instagram-block ul li a {
    display: inline;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #403b2d;
}

.instagram-block ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 30px;
}

.instagram-block ul li a::before {
    display: none;
}

.Subscribe-form input {
    width: 45%;
    border-bottom: 1px solid #ccc !important;
    padding: 8px 5px;
    border: none;
}

.Subscribe-form button,
.coupon-section button,
.checkout button,
.profile button,
.register button {
    background: #2d2d2d;
    border: transparent;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
}

/*---------SEARCH BAR----------*/

.header-search-details {
    width: 100%;
    position: fixed;
    top: -250%;
    left: 0;
    z-index: 999;
    height: 100%;
    transition: 0.5s;
    background: #000000ed;
}

.header-search-content ul {
    display: flex;
    justify-content: center;
}

.header-search-details.open-search-info {
    top: 0;
    padding: 100px;
}

.header-search-content h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header-search-details .close-icon {
    font-size: 30px;
    text-align: end;
}

.header-search-details .close-icon a {
    color: #777;
}

.header-search-content ul li a {
    font-size: 18px;
    color: #fff;
    margin: 20px;
    display: block;
}

.header-search-content ul li a:hover,
.header-search-details ul li a.active {
    color: #bababa;
}

/* form css  start*/
.header-search-content form a {
    left: 10px;
    top: 7px;
    font-size: 22px;
    color: #555555;
}

.header-search-content form input {
    border: 0;
    border-bottom: 2px solid #e1e1e1;
    padding: 0;
    width: 100%;
    padding-left: 45px;
    margin: 0;
    color: #555;
    padding-left: 10px;
    font-size: 20px;
    background: none;
    box-shadow: none;
    height: 45px;
    text-indent: 40px;
}

.header-search-content form input:focus {
    border-bottom: 2px solid #222;
}

.search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.search-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.hero-banner video {
    /* height: 100vh; */
    object-fit: cover;
}

.artists-slider {
    background-color: #f8f8f8;
    padding: 100px 0;
    margin-bottom: 0;
}

.artists-slider .work-card__content {
    position: absolute;
    top: 0;
}

.artists-slider .work-card--compact .work-card__heading a {
    color: #ffffff;
    background: #0000009c;
    padding: 10px;
    display: inline-block;
    font-size: 15px;
}

p.art-price {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #8b8b8b;
}

/*-----------artist detail page---------*/

.artist-detail {
    position: absolute;
    bottom: 5%;
}

.artist-banner {
    position: relative;
    padding: 0;
}

.artist-detail h3 {
    font-weight: 100;
    color: #929292;
    /* width: 50%; */
    font-size: 32px;
    /* font-family: "Della Respira", serif; */
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 200;
}

.artist-detail p {
    color: #dcc574;
    text-align: left;
    letter-spacing: 3px;
}

.artist-img img {
    position: relative;
    z-index: 10;
}

.artist-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -13px;
    bottom: -10px;
    display: block;
    background-color: #d3c4903b;
    z-index: 9;
    transform: skew(4deg, -5deg);
}

.artist-content,
.artist-content .latest-projects__preheading,
.artist-content .latest-projects__heading {
    text-align: left;
}

.artist-content .latest-projects__heading {
    font-size: 35px;
    margin-bottom: 20px;
}

section.service-page__header.artist--page .row {
    align-items: center;
}

.artist-content p {
    font-weight: 300;
    color: #656565;
    line-height: 1.7;
}

.artist-content {
    padding-left: 50px;
}

.artist-review {
    background: #f8f8f8;
    margin-top: 75px;
}

.selected-work {
    padding-top: 70px;
    padding-bottom: 70px;
}

/*------------listing------------*/

ul.breadcrumb {
    background: transparent;
    color: #fff;
    padding-left: 0;
}

.breadcrumb li {
    padding: 5px 3px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li .active {
    color: #d9c67f;
}

.breadcrumb li i,
.breadcrumb li svg {
    font-size: 12px;
}

/*-------listing filter-------*/

.overlayFilter {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgb(255 255 255);
    overflow-x: hidden;
    transition: 0.5s;
}
ul.catgmob {
    text-align: left;
    padding-left: 0;
    list-style: none;
}
ul.catgmob li a {
    font-size: 16px;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.overlay-Filter {
    position: relative;
    width: 100%;
    text-align: center;
}

.overlayFilter a {
    text-decoration: none;
    font-size: 36px;
    color: #9f9f9f;
    display: block;
    transition: 0.3s;
}

.overlayFilter a:hover,
.overlayFilter a:focus {
    color: #f1f1f1;
}
/* .overlay-Filter::after {
    content: '.';
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffffc7;
    z-index: -1;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
} */

.sortFilter .checkbox-group {
    padding: 10px;
}
@media screen and (max-height: 450px) {
    .overlayFilter a {
        font-size: 20px;
    }

    .overlayFilter .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

#main {
    margin: 35px 0;
}

#main #faq .card {
    margin-bottom: 0px;
    border: 0;
    border-radius: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #f7f7f7;
    color: #222;
    padding: 15px;
    font-size: 16px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #f7f7f7;
    color: #000;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}

#main .btn {
    border: #000;
}

.work-card__heading a {
    font-size: 20px;
}

.listing-price {
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.btn-group a {
    padding: 7px;
    text-transform: uppercase;
    font-size: 16px;
    color: #dcc574;
}

/* .btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */

/* .headBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
} */

.listing-price .art-price {
    margin-top: 0;
}

.modal-title-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 0px 15px;
}

.modal-title-head h3 {
    color: #000000;
    margin-bottom: 0;
    font-weight: 300;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.custom-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.custom-checkbox input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: var(--color-primary, #181818);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
    border-radius: 1px;
}

.custom-checkbox input[type="checkbox"]:checked {
    border-color: var(--color-primary, #003896);
}

.custom-checkbox input[type="checkbox"]:checked::before {
    transform: translate(-50%, -50%) scale(1);
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.filter-btn,
.sort-btn {
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 20px;
}

.btns-group {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* margin-top: 20px; */
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.btns-group .btn1 {
    font-size: 14px;
    border: 1px solid #ccc;
    color: #9f9f9f;
    padding: 8px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 45%;
}

.btns-group .btn2 {
    font-size: 14px;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #000;
    border: 1px solid #000;
    width: 45%;
}

/*------------Product Detail Page---------------*/

.portfolio-detail {
    padding: 75px 0;
}

.portfolio-detail-info {
    background-image: url(../images/product/bg-pinfo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 50px 50px 50px;
    margin-top: 10px;
    color: #fff;
}

.drop-cap span,
.elementor-drop-cap span {
    font-size: 24px;
    line-height: 40px;
    border: 1px solid #1a1a1a;
    display: block !important;
    font-weight: bold;
    color: #1a1a1a;
}

.drop-cap,
.elementor-drop-cap {
    font-family: "Della Respira", serif;
    float: left;
    text-align: center;
    background: #fff;
    width: 42px;
    height: 42px;
    line-height: 1;
    margin: 8px 18px 0 0 !important;
}

.post-page__main-pics {
    height: 330px;
}

.artist-painting-info {
    bottom: 0;
}

.artist-painting-info ul.breadcrumb {
    padding-top: 0;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    width: fit-content;
    border: 1px solid #ccc;
    border-radius: 0;
    overflow: hidden;
    height: 45px;
}

.quantity-btn {
    background-color: #f0f0f0;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
    user-select: none;
    color: #000;
}

.quantity-btn:hover {
    background-color: #ddd;
}

.quantity-input {
    width: 60px;
    text-align: center;
    border: none;
    font-size: 16px;
    padding: 10px;
}

.quantity-input:focus {
    outline: none;
}

.cart-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 15px;
}

.btns-groups .btn1 {
    font-size: 14px;
    border: 1px solid #ccc;
    color: #9f9f9f;
    padding: 9px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btns-groups .btn2 {
    font-size: 14px;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #000;
}

.btns-groups {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
/* 
.works{
  margin-bottom: 70px;
} */

.review-comments-area p {
    margin-bottom: 0;
    color: #363636;
}
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    font-size: 2.5em;
    width: max-content;
}
.star-rating input {
    display: none;
}
.reply-form .star-rating label {
    color: #c2c2c2;
    cursor: pointer;
    transition: color 0.2s;
    font-size: 27px;
    padding-right: 5px;
}
/* Hover and highlight all previous stars */
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #fca120;
}

/* When checked, highlight current and all previous stars */
.star-rating input:checked ~ label {
    color: #fca120;
}

.reply-form label {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3c3c3c;
}

.reply-form {
    background: #fff;
    padding: 20px;
}

.reply-form .btn {
    padding: 10px 40px;
    font-size: 12px;
    line-height: 21px;
    border-radius: 0;
    background: #ffffff;
    color: #1a1132;
    outline: 0 none;
    text-transform: capitalize;
    transition: 0.3s;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comments li {
    padding: 10px;
    background: #f5f5f5;
}

.product-tab .comments li span {
    color: #898989;
    font-size: 12px;
    padding-left: 0;
}

.stars-rate i {
    color: #fca120;
    padding-right: 5px;
}

.comments h5 {
    margin-bottom: 2px;
}
.cart-table .table th {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

#reviewForm {
    display: none;
}

#reviewForm.active {
    display: block;
    background: #fcfcfc;
    box-shadow: 1px 1px 10px #ccc;
    margin-top: 40px;
    padding: 30px;
}

.review-btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ReviewInputs input,
.ReviewInputs textarea {
    border-radius: 0;
    margin-bottom: 25px;
}

.reviewDiv {
    background: #fcfcfc;
    box-shadow: 1px 1px 10px #ccc;
    margin-top: 40px;
    padding: 30px;
    width: 100%;
}

.review-comments-area ul {
    padding-left: 0;
}

.review-comments-area ul li {
    list-style: none;
    padding: 15px;
}

.review-comments-area ul li i,
.review-comments-area ul li svg {
    font-size: 12px;
}

.product-detail-head,
.view-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-project__social .social__link {
    display: flex;
    width: 33px;
    height: 33px;
    justify-content: center;
    border: solid 1px #eee2b6;
    border-radius: 5px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    font-size: 14px;
}

.single-project__social .social__link i {
    color: #dfdfdf;
}

.related-products .latest-projects__header,
.explore-items .latest-projects__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 15px;
}

.related-products .slider__nav {
    left: -7%;
}

.explore-items .slider__nav {
    left: -10%;
}

.related-products .container,
.explore-items .container {
    border-top: 1px solid #e7e7e7;
    padding-top: 70px !important;
}

.explore-items,
.related-products {
    margin-top: 0;
    margin-bottom: 0;
}

.detail-img-zoom {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #3d3d3d;
}

.detail-img-zoom i,
.detail-img-zoom svg {
    font-size: 12px;
}

.single-project__section2 {
    margin-bottom: 55px;
}

.single-project-detail {
    padding-top: 70px;
}
.centerHeading {
    margin-bottom: 3rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}
.centerHeading svg {
    font-size: 24px;
    margin-right: 10px;
}
.cartWrapper {
    border-bottom: 1px solid #ddd;
    padding: 16px 16px 8px;
    margin-bottom: 20px;
}
.cart-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cart-item img {
    width: 100px;
    height: auto;
}
.cart-item > .flexer {
    display: flex;
    gap: 10px;
}
.details h4 {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 600;
    color: #33352f;
}
.details p {
    margin: 1px 0;
    color: #666;
    font-size: 14px;
}
.actions {
    margin-top: 10px;
}
.actions a {
    font-size: 14px;
    margin-right: 6px;
    color: #111;
}

.qty .quantity-wrapper {
    height: 35px;
}
.qty .quantity-wrapper .quantity-btn {
    padding: 4px 8px;
}
.qty .quantity-wrapper .quantity-input {
    width: 40px;
}
.policiesWrap h2 {
    font-size: 28px;
    font-weight: 300;
    margin-top: 28px;
}
.policiesWrap p {
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.policiesWrap a {
    color: #b19c4e;
}
.artistListing .work-card__image {
    margin-bottom: 12px;
}
.artistListing .work-card__heading {
    margin-bottom: 10px;
}
.artistListing .works__item {
    margin-bottom: 12px;
}
.artistListing {
    padding-bottom: 50px;
}
.apply-coupon {
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.apply-coupon button {
    position: absolute;
    right: 0;
    top: 0;
}
.apply-coupon input {
    width: 100%;
    font-weight: 300;
    padding: 6px 10px;
    border: none;
}
.coupon-box,
.cart-summary {
    background-color: #b19c4e1f;
    padding: 1rem;
    margin-bottom: 8px;
}
.coupon-box {
    position: relative;
}
.coupon-box p,
.cart-summary p {
    margin-bottom: 4px;
}
.coupon-box div {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.coupon-section strong {
    color: #b19c4e;
    font-weight: 500;
}
.couponWrap {
    max-height: 250px;
    overflow-y: auto;
}
.coupon-section h3 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 6px;
    margin-top: 20px;
}
.cart-summary strong {
    float: right;
}
.fa-copy {
    cursor: pointer;
}
.copied-msg {
    position: absolute;
    bottom: 4px;
    font-weight: 400;
    color: #115514;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
}
/* .checkout input {
    outline: unset;
    border: unset;
    -webkit-appearance: revert-layer;
} */
.addressList {
    border: 1px solid #ddd;
    padding: 18px 24px;
}
.addressList hr {
    background-color: #f9de7a;
}
.info h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 4px;
    line-height: 1;
}
.info p {
    font-size: 16px;
    font-weight: 300;
}
.add-data {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    max-width: 60%;
}
.address {
    display: flex;
    justify-content: space-between;
}
.add-action {
    font-size: 16px;
    display: flex;
    gap: 10px;
    font-weight: 300;
}
.add-action a:nth-child(1) {
    color: #b19c4e;
}
.add-action a:nth-child(2) {
    color: #cf0e00;
}
.add-address {
    width: 100%;
    margin: 2rem 0;
}
.addressForm {
    display: none;
}
.addressForm label {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300;
}
.addressForm span {
    color: #cf0e00;
    font-size: 19px;
    font-weight: 600;
}
.addressForm input,
.addressForm select {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    padding: 6px;
    height: 40px;
}
.order-summary {
    /* max-width: 600px; */
    border: 1px solid #eee;
    padding: 20px;
    font-size: 16px;
}

.order-summary h3 {
    margin-bottom: 15px;
}

.order-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.order-table td {
    padding: 8px 5px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    width: 70%;
    line-height: 1.2;
}
.order-table td:nth-child(2) {
    width: 30%;
    text-align: end;
    font-weight: 600;
    font-size: 14px;
}

.order-table tr.grand-total td {
    border-top: 2px solid #ddd;
    padding-top: 12px;
    font-weight: bold;
}

.payment-option,
.terms {
    margin-top: 10px;
}
.order-table td span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}
.grand-total strong {
    font-weight: 300;
}
strong.finalprice {
    color: #b19c4e;
    font-size: 20px;
    font-weight: 500;
}
.checkout a,
.terms a {
    color: #b19c4e;
}
.defAddress input {
    display: inline-block;
    width: auto;
    margin-right: 6px;
    height: unset;
}
.news-sb__item.orderList {
    display: flex;
}
.orderList img {
    width: 80px;
    height: 100%;
    margin-right: 12px;
    flex-grow: 0;
    flex-shrink: 0;
}
.orderList {
    border-bottom: 1px solid #eee;
    margin-bottom: 24px;
    padding-bottom: 12px;
}
.orderList .footer__column-link {
    margin-top: 8px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: fit-content;
    color: #111;
}
.detailList .cart-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.orderDetailInfo {
    padding: 20px 0 0 20px;
    border: 1px solid #ddd;
    margin-bottom: 42px;
}
.orderDetailInfo p {
    font-size: 14px;
}
.orderDetailInfo h6 {
    color: #b19c4e;
}
.register {
    padding-top: 40px;
    border-top: 1px solid #ddd;
    margin-top: 60px;
}
.about-row{
    background: #f8f8f8;
    align-items: center;
    padding: 30px 0;
}
.about-row .content{
    width: 90%;
}
.brands-participated .work-card__image{
    height: 120px;
    padding: 20px;
    margin-top: 30px;
}