@charset "UTF-8";

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

html,
img {
    margin: 0;
    padding: 0
}

html {
    vertical-align: baseline;
    margin-top: 0px!important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

hr,
html,
img {
    border: 0
}

img {
    font-size: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

table {
    border-spacing: 0
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
    color: #685f53
}

hr {
    width: 100%;
    height: 1px;
    background: #b09d8d
}

.designer__img,
.efekt,
.file-upload-input,
.header-link,
.link--line:before,
.menu__link,
.nav-slider__item,
.product__title,
.txtForm,
.view-all,
.work-with-us input,
.work-with-us select {
    transition: all .25s ease-in-out
}

.ortala {
    margin-left: auto;
    margin-right: auto
}

.flex,
.header {
    justify-content: space-between
}

.flex,
.header,
.header__left,
.header__right,
.menu__list {
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.footer__menus,
.home-about--flex {
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.copyright--flex,
.features-title,
.flex-title,
.nav-slider,
.news-article__top {
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.mobil .footer-links,
.mobil__social {
    display: -ms-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.mobil .footer-links {
    justify-content: space-between
}

.bdrs {
    border-radius: .25rem
}

.btnNewsletter,
.custom-arrow,
.dikeyAbsolute {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dikeyFlex {
    display: flex;
    align-items: center
}

.bxs {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .1)
}

.bxs:Hover {
    box-shadow: 0 8px 18px rgba(0, 0, 0, .1), 0 8px 18px rgba(0, 0, 0, .1)
}

.bxs,
.bxsh {
    transition: all .2s ease-in-out
}

.bxsh:Hover {
    box-shadow: 0 10px 22px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .1)
}

.fz15 {
    font-size: 1.5rem
}

.fz14 {
    font-size: 14rem
}

.fz13 {
    font-size: 1.3rem
}

.fz12 {
    font-size: 1.2rem
}

.fz11 {
    font-size: 1.1rem
}

.fz10 {
    font-size: 1rem
}

.fz9 {
    font-size: .9rem
}

.fz85 {
    font-size: .85rem
}

.fz8 {
    font-size: .8rem
}

.fz7 {
    font-size: .7rem
}

.bgcover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.fw300 {
    font-weight: 300
}

.contact__info .dist-list li ul li strong,
.fw400 {
    font-weight: 400
}

.fw500 {
    font-weight: 500
}

.fw600 {
    font-weight: 600
}

.fw700 {
    font-weight: 700
}

.fw800 {
    font-weight: 800
}

.mb15 {
    margin-bottom: 15px
}

.mb30 {
    margin-bottom: 30px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mb75 {
    margin-bottom: 75px
}

.mb100 {
    margin-bottom: 100px
}

.mb150 {
    margin-bottom: 150px
}

.mt15 {
    margin-top: 15px
}

.mt30 {
    margin-top: 30px
}

.mt50 {
    margin-top: 50px
}

.mt60 {
    margin-top: 60px
}

.mt75 {
    margin-top: 75px
}

.mt100 {
    margin-top: 100px
}

.mt150 {
    margin-top: 150px
}

.visible-scrollbar::-webkit-scrollbar {
    -webkit-appearance: none
}

.visible-scrollbar::-webkit-scrollbar:vertical {
    width: 2px
}

.visible-scrollbar::-webkit-scrollbar:horizontal {
    height: 2px
}

.visible-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.visible-scrollbar::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .1)
}

.scrollbar::-webkit-scrollbar {
    width: 4px
}

.scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1
}

.scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 6px
}

.scrollbar-yatay::-webkit-scrollbar-thumb:hover,
.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #f07400
}

.scrollbar-yatay::-webkit-scrollbar {
    height: 4px
}

.scrollbar-yatay::-webkit-scrollbar-track {
    background: #f1f1f1
}

.scrollbar-yatay::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .2);
    border-radius: 6px
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

html {
    font-size: 90%;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

img,
svg {
    max-width: 100%;
    vertical-align: middle
}

button,
input,
select,
textarea {
    font-family: "Poppins", sans-serif
}

.pos-rel {
    position: relative
}

.slick-slide,
.slick-slide a {
    outline: transparent !important
}

.slick-slide img {
    width: 100%;
    display: block
}

.form-control[type=file],
.noscroll {
    overflow: hidden
}

.slick-slide.slick-loading img,
.tab-panel {
    display: none
}

.tab-active {
    display: block
}

.fadeIn,
.tab-active,
.tabcontent {
    -webkit-animation: fadeIn .5s;
    animation: fadeIn .5s
}

.form-control {
    display: block;
    width: 100%;
    padding: .475rem .95rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #b09d8d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b09d8d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #b09d8d;
    background-color: #fff;
    border-color: #b09d8d;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(176, 157, 141, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #b09d8d;
    opacity: 1
}

.form-control::placeholder {
    color: #b09d8d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease;
    display: block
}

.hamburger-inner {
    top: 50%;
    margin-top: -2px
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: ""
}

.hamburger-inner::before {
    top: -10px
}

.hamburger-inner::after {
    bottom: -10px
}

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform .15s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
    transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

@-ms-viewport {
    width: device-width
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1440px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -ms-flex-wrap: wrap
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    min-height: 1px
}

.col-auto {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    min-height: 1px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    -ms-flex: 0 0 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex: 0 0 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    -ms-flex: 0 0 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    -ms-flex: 0 0 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    -ms-flex: 0 0 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        -ms-flex-positive: 1;
        -ms-flex-preferred-size: 0
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        -ms-flex: 0 0 auto
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -ms-flex: 0 0 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -ms-flex: 0 0 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -ms-flex: 0 0 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }
}

@media (min-width:1200px) {
    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
        -ms-flex: 0 0 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        -ms-flex: 0 0 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
        -ms-flex: 0 0 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        -ms-flex: 0 0 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
        -ms-flex: 0 0 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
        -ms-flex: 0 0 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        -ms-flex: 0 0 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
        -ms-flex: 0 0 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        -ms-flex: 0 0 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
        -ms-flex: 0 0 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%
    }
}

.d-flex {
    display: flex !important
}

.flex-wrap {
    flex-wrap: wrap
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.justify-content-start {
    justify-content: flex-start !important;
    -ms-flex-pack: start !important
}

.justify-content-end {
    justify-content: flex-end !important;
    -ms-flex-pack: end !important
}

.justify-content-center {
    justify-content: center !important;
    -ms-flex-pack: center !important
}

.justify-content-between {
    justify-content: space-between !important;
    -ms-flex-pack: justify !important
}

.justify-content-around {
    justify-content: space-around !important;
    -ms-flex-pack: distribute !important
}

.align-items-start {
    align-items: flex-start !important;
    -ms-flex-align: start !important
}

.align-items-end {
    align-items: flex-end !important;
    -ms-flex-align: end !important
}

.align-items-center {
    align-items: center !important;
    -ms-flex-align: center !important
}

.m-0 {
    margin: 0 !important
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mr-5 {
    margin-right: 3rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.ml-5 {
    margin-left: 3rem !important
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(./ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url(./fonts/slick.eot);
    src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 0;
    outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }

    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}

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

.title {
    font-size: 2.8rem;
    display: inline-block;
    color: #685f53;
    line-height: 1.2;
    font-family: "Butler", sans-serif;
    font-weight: 300
}

.title--light {
    color: #b09d8d
}

.title--big {
    font-size: 3rem
}

.title--bigger {
    font-size: 5rem
}

.title--medium {
    font-size: 2rem
}

.title--smaller {
    font-size: 1.5rem
}

@media (max-width:1200px) {
    .title {
        font-size: 2.5rem
    }

    .title--medium {
        font-size: 1.7rem
    }

    .title--smaller {
        font-size: 1.2rem
    }
}

@media (max-width:992px) {
    .title {
        font-size: 2.4rem
    }

    .title--medium {
        font-size: 1.5rem
    }

    .title--smaller {
        font-size: 1.1rem
    }
}

@media (max-width:768px) {
    .title {
        font-size: 1.7rem
    }

    .title--medium {
        font-size: 1.3rem
    }

    .title--smaller {
        font-size: 1.1rem
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .575rem 2rem .5rem;
    font-size: 1rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn,
.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #b09d8d;
    border-color: #b09d8d
}

.btn-primary:hover {
    color: #fff;
    background-color: #685f53;
    border-color: #685f53
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-outline-primary {
    color: #b09d8d;
    border-color: #685f53
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #b09d8d;
    border-color: #685f53
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-success {
    color: #198754;
    border-color: #198754
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-white {
    color: #dcd5ca;
    border-color: #dcd5ca
}

.btn-outline-white:hover {
    color: #685f53;
    background-color: #dcd5ca;
    border-color: #dcd5ca
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
    padding-top: 3px
}

.custom-control-label::after,
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label::before {
    pointer-events: none;
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.25rem + 2px)
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label,
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label {
    left: 0;
    height: calc(2.25rem + 2px);
    font-weight: 400;
    border: 1px solid #ced4da;
    z-index: 1;
    background-color: #fff;
    border-radius: .25rem
}

.custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.arama-bg,
.mobil-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 996;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    transition: all .3s cubic-bezier(.25, .8, .25, 1)
}

.menu-icon {
    transition: background .25s ease-in-out;
    position: relative;
    width: 70px;
    height: 90px;
    cursor: pointer
}

.menu-icon .menu-icon__cheeckbox {
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    -webkit-touch-callout: none
}

.menu-icon div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 22px;
    height: 12px
}

.menu-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    transition: all .2s cubic-bezier(.1, .82, .76, .965)
}

.menu-icon span:first-of-type {
    top: 0
}

.menu-icon span:last-of-type {
    bottom: 0
}

.menu-icon:hover {
    background: rgba(255, 255, 255, .2)
}

@media (min-width:992px) {
    .menu-icon:hover span:first-of-type {
        width: 26px
    }

    .menu-icon:hover span:last-of-type {
        width: 12px
    }
}

.header {
    position: relative;
    z-index: 3;
    height: 90px;
    border-bottom: 1px solid #fff
}

.header__left {
    justify-content: flex-start;
}

.header__mid {
    width: 31%
}

.header__mid a {
    display: block;
    padding: 8px 0
}

.header__mid a img {
    max-height: 60px
}

.header__right {
    justify-content: flex-end;
}

.header__mail {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff
}

.header__mail,
.header__search {
    padding: 0 30px
}

.header__search svg {
    transition: fill .25s ease-in-out;
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.header--page .header__search path,
.header__search:hover svg {
    fill: #b09d8d
}

.header--page {
    /* overflow: hidden; */
    background: #fff
}

.header--page .header-link,
.header--page .menu__link {
    color: #b09d8d
}

.header--page .header-link:hover,
.header--page .menu__link:hover {
    background: rgba(176, 157, 141, .4);
    color: #685f53
}

.header--page .active.menu__link,
.header--page .header-link.active,
.header--page .menu__link.active {
    color: #36393a;
    font-weight: 500
}

.header--page,
.header--page .header__mail,
.header--page .menu {
    border-color: #b09d8d
}

.header--page .menu-icon span {
    background: #b09d8d
}

.header-link,
.menu__link {
    display: inline-block;
    height: 90px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 90px
}

.header-link:hover,
.menu__link:hover {
    background: rgba(255, 255, 255, .8);
    color: #b09d8d
}

.menu {
    border-left: 1px solid #fff
}

.menu__list {
    justify-content: flex-start
}

.menu__item {
    display: inline-block
}

.menu__link {
    padding: 0 30px
}

.link,
.link--line:before {
    position: relative;
    display: inline-block
}

.link {
    transition: color .25s ease-in-out;
    color: #fff;
    text-decoration: none
}

.link--brown:hover,
.link:hover {
    color: #b09d8d
}

.link--line:before {
    top: -5px;
    margin-right: 10px;
    width: 40px;
    height: 1px;
    background: #fff;
    content: ""
}

.link--line:hover:before {
    width: 50px;
    background: #b09d8d
}

.link--brown,
.link--cream:hover {
    color: #685f53
}

.link--brown:before {
    background: #685f53
}

.box:hover .box__title,
.link--cream {
    color: #b09d8d
}

.link--cream:before {
    background: #b09d8d
}

.home-slider-wrapper {
    position: relative;
    z-index: 1;
    margin-top: -120px;
    background: #918c92
}

.home-slider-wrapper .slick-dots {
    bottom: 15px;
    text-align: right
}

.home-slider-wrapper .slick-dots li button:before {
    color: #fff;
    font-size: 14px
}

.home-slider-wrapper .custom-arrow--prev {
    left: 15px
}

.home-slider-wrapper .custom-arrow--next {
    right: 15px
}

.home-slider .item {
    position: relative
}

.slider-detail {
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 800px
}

.slider-detail__box {
    padding: 30px 30px 30px 60px;
    color: #fff
}

.slider-detail__title {
    display: block;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 2.6rem;
    font-family: "Butler", sans-serif;
    line-height: 1.3;
    margin-bottom: 10px
}

.slider-detail__title small {
    font-size: 80%;
    display: block;
    margin: 5px 0
}

.slider-detail__text {
    display: block;
    font-weight: 300;
    font-size: .9rem
}

.slider-detail__text span {
    display: block;
    margin-left: auto
}

.slider-detail__link {
    margin-left: auto;
    text-align: left;
    letter-spacing: 4px;
    font-weight: 300;
    font-size: 1.6rem
}

.slider-detail__link:before {
    top: -8px;
    width: 80px
}

.slider-detail__link:hover {
    color: #fff
}

.slider-detail__link:hover:before {
    width: 95px;
    background: #fff
}

.home-about--flex {
    align-items: flex-start
}

.home-about .title {
    width: 250px
}

.home-about .box,
.home-about .detail-right {
    width: calc(100% - 280px)
}

.box a,
.designer a {
    text-decoration: none
}

.box__image {
    margin-bottom: 20px;
    background: #fff
}

.box__image img {
    transition: opacity .25s ease-in-out;
    width: 100%
}

.box__title {
    transition: color .25s ease-in-out;
    display: block;
    margin-bottom: 15px;
    color: #685f53;
    font-weight: 400;
    font-size: 1.4rem
}

.box__title--smaller {
    font-size: 1.3rem
}

.box__title--big {
    font-weight: 300;
    font-size: 2.2rem;
    font-family: "Butler", sans-serif
}

.box__title--big small {
    font-size: 1.4rem;
    font-family: "Poppins", sans-serif
}

.box__title--flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.box__text {
    display: block;
    padding-right: 12%;
    color: #685f53;
    font-weight: 300;
    font-size: 1.1rem
}

.box__text--smaller {
    padding-right: 0;
    width: 50%
}

.box__text--default {
    padding-right: 0;
    font-size: 1rem
}

.box__text--arrow {
    position: relative;
    padding-left: 30px
}

.box__text--arrow .arrow-text {
    position: absolute;
    top: 8px;
    left: 0;
    width: 20px
}

.box__text--arrowReverse .arrow-text,
.overlay__more svg,
.product__title img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.box:hover .box__image img {
    opacity: .8
}

.box--project .box__title {
    font-size: 1.4rem;
    font-family: "Poppins", sans-serif
}

.box--project .box__text {
    font-size: .9rem
}

.arrow-text {
    display: inline-block;
    width: 20px
}

.container-fluid {
    padding-right: 70px;
    padding-left: 70px
}

#home-collections-slider .box__image img {
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover
}

#home-collections-slider .slick-list {
    margin: 0 -15px
}

#home-collections-slider .slick-slide {
    margin: 0 15px
}

.custom-slider-wrapper {
    position: relative
}

.progress {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, .1);
    background-image: linear-gradient(to right, #b09d8d, #b09d8d);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .9s ease-in-out
}

.custom-arrow,
.custom-nav__arrow {
    transition: opacity .25s ease-in-out;
    opacity: .8
}

.custom-nav__arrow {
    width: 36px
}

.custom-nav__arrow:hover {
    opacity: 1
}

.custom-nav__arrow.slick-disabled {
    opacity: .2
}

.custom-nav .progress {
    width: calc(100% - 120px)
}

.custom-arrow {
    z-index: 2;
    text-decoration: none
}

.custom-arrow.slick-disabled {
    opacity: .2
}

.custom-arrow:hover,
.designer:hover .designer__overlay {
    opacity: 1
}

.custom-arrow--prev {
    left: -25px
}

.custom-arrow--next {
    right: -25px
}

.home-collections .custom-arrow {
    top: 40%
}

.designer {
    background: #fff
}

.designer a {
    display: block
}

.designer__figure {
    position: relative
}

.designer__overlay {
    transition: opacity .25s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(176, 157, 141, .5);
    opacity: 0
}

.designer__img {
    display: block;
    margin-bottom: 10px;
    width: 100%
}

.designer__title {
    transition: color .25s ease-in-out;
    color: #685f53;
    text-align: justify;
    font-size: 1rem;
    font-family: "Butler", sans-serif
}

.designer__role {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    min-height: 53px;
    border-bottom: 1px solid #b09d8d;
    font-weight: 300;
    font-size: .9rem
}

.designer__email {
    color: #685f53;
    text-decoration: none;
    font-weight: 300;
    font-size: .9rem
}

.designer__email:hover {
    text-decoration: underline
}

.designer:hover .designer__title,
.footer-links a:hover {
    color: #b09d8d
}

.designer:hover .designer__img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.designer--smaller {
    padding: 15px;
    border: 1px solid #b09d8d
}

.designer--smaller .designer__title {
    display: block;
    margin-top: 15px;
    margin-bottom: 2px;
    font-weight: 300;
    font-size: 1.1rem;
    font-family: "Poppins", sans-serif
}

.designer--smaller .designer__img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.overlay {
    text-align: center
}

.overlay__title {
    display: block;
    padding: 0 5px;
    color: #fff;
    font-size: 1.3rem
}

.overlay__role {
    display: block;
    margin-bottom: 45px;
    color: #fff
}

.overlay__more {
    color: #fff;
    text-align: center;
    text-decoration: underline;
    font-size: .9rem;
    cursor: pointer
}

.overlay__more svg {
    position: relative;
    top: -2px;
    margin-left: 4px;
    width: 16px;
    height: 16px
}

.footer {
    border-top: 1px solid #dcd5ca
}

.footer--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer__social {
    width: 270px
}

.footer__menus {
    align-items: flex-start;
    padding: 40px;
    width: calc(100% - 870px)
}

.footer__newsletter {
    padding: 40px;
    width: 600px;
    border-left: 1px solid #dcd5ca
}

.copyright {
    margin-top: -1px;
    padding: 15px 0;
    border-top: 1px solid #dcd5ca;
    color: #685f53;
    font-weight: 300;
    font-size: .9rem
}

.footer-links a {
    transition: color .25s ease-in-out;
    display: inline-block;
    margin-left: 25px;
    color: #685f53
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.footer-social svg {
    width: 32px;
    height: 32px
}

.footer-social svg path,
.social-link circle,
.social-link path,
.social-link rect {
    transition: fill .25s ease-in-out;
    fill: #b09d8d
}

.footer-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 135px;
    border-right: 1px solid #dcd5ca;
    border-bottom: 1px solid #dcd5ca
}

.footer-social__link:hover svg path,
.social-link:hover svg circle,
.social-link:hover svg path,
.social-link:hover svg rect {
    fill: #685f53
}

.nav-slider__item svg,
.social-link--instagram svg {
    width: 28px;
    height: 28px
}

.footer-menu {
    margin-right: 30px;
    color: #685f53
}

.footer-menu__title {
    display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-family: "Butler", sans-serif
}

.footer-menu__item {
    display: block;
    margin-bottom: 4px
}

.footer-menu__link {
    text-decoration: none;
    font-weight: 300
}

.contact__info .dist-list li a:hover,
.footer-menu__link:hover {
    text-decoration: underline
}

.footer-menu__link,
.text {
    color: #685f53;
    font-size: .9rem
}

.text--bigger {
    font-weight: 300;
    font-size: 1.3rem
}

.newsletter {
    position: relative
}

.txtNewsletter {
    padding-right: 70px;
    width: 100%;
    height: 50px;
    outline: transparent;
    border: 0;
    border-bottom: 1px solid #dcd5ca;
    background: #fff;
    font-weight: 300;
    font-size: 1.1rem
}

.btnNewsletter {
    transition: opacity .25s ease-in-out;
    right: 0;
    cursor: pointer
}

.btnNewsletter:hover,
.news:Hover .news__image img {
    opacity: .8
}

.mobil {
    overflow-y: scroll
}

.flex-title .title--light {
    color: #c1a192
}

.nav-slider__filter {
    padding-right: 30px;
    width: calc(100% - 282px)
}

.nav-slider__item {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -1px;
    padding: 8px 8px 8px 15px;
    border: 1px solid #685f53;
    border-bottom: none;
    border-radius: 11px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #685f53;
    text-decoration: none;
    font-weight: 300;
    font-size: 1.2rem
}

.nav-slider__item span {
    position: relative;
    display: inline-block;
    min-width: 120px
}

.nav-slider__item small {
    position: absolute;
    bottom: -7px;
    left: 0;
    display: block;
    width: 100%;
    font-size: .7rem;
    line-height: 1
}

.nav-slider__item svg {
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-slider__item.slick-active,
.nav-slider__item:Hover {
    background: #685f53;
    color: #fff
}

.nav-slider__item.slick-active svg,
.nav-slider__item:Hover svg {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.nav-slider__arrows {
    position: relative;
    width: 110px
}

.nav-slider__arrows .custom-arrow--prev {
    left: 0
}

.nav-slider__arrows .custom-arrow--next {
    right: 0
}

.product {
    position: relative
}

.footer-links a,
.news a,
.product a {
    text-decoration: none
}

.product__title {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 15px 0;
    background: rgba(250, 249, 245, .75);
    color: #685f53;
    text-align: center;
    font-weight: 300;
    font-size: 1.1rem
}

.product__title img {
    position: relative;
    top: -4px;
    width: 22px
}

.news-slider-wrapper {
    position: relative;
    overflow: hidden
}

.news-slider-wrapper .slick-slide {
    transition: opacity .25s ease-in-out;
    margin: 0 15px;
    opacity: .3
}

.news-slider-wrapper .slick-current {
    opacity: 1
}

.news-slider-wrapper .slick-list {
    margin: 0 -15px
}

.news-slider-wrapper .custom-arrow--next {
    right: 25px
}

.news-slider-wrapper .custom-arrow--prev {
    left: 25px
}

/* .news {
    position: relative;
    padding-right: 120px
} */

.news a {
    color: inherit
}

.news__image img {
    transition: opacity .25s ease-in-out;
    width: 100%
}

.news__date {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 15px;
    width: 120px;
    color: #b09d8d;
    font-size: 1.2rem
}

.news__date small {
    display: block;
    font-size: 1rem
}

.news__content {
    position: relative;
    display: block;
    margin-top: 30px;
    padding-left: 50px
}

.news__content .arrow-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.news__text,
.news__title {
    transition: color .25s ease-in-out
}

.news__title {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 1.4rem
}

.news__text {
    font-size: 1rem
}

.news:Hover .news__text,
.news:Hover .news__title {
    color: #b09d8d
}

.category-links {
    color: #b09d8d;
    font-weight: 300
}

.category-links__item {
    transition: color .25s ease-in-out;
    color: #b09d8d;
    text-decoration: none;
    font-size: 1.3rem
}

.category-links__item:hover {
    color: #685f53
}

.category-links__item.active {
    font-weight: 500
}

.category-links__divider {
    margin: 0 15px
}

.quality-top .row {
    align-items: flex-end
}

.quality__title {
    display: block;
    font-weight: 300;
    font-size: 1.4rem;
	font-family: 'Poppins', sans-serif;
}

.quality__title--smaller {
    font-size: 1.3rem
}

.quality__img img {
    width: 100%
}

.quality__img--small {
    padding-right: 15px
}

.row--border .border-item {
    margin-bottom: 30px;
    margin-left: -1px;
    height: 40px;
    border: 1px solid #b09d8d;
    border-bottom: none;
    border-radius: 11px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.quality-boxes {
    position: relative;
    z-index: 3;
    border: 1px solid #b09d8d;
    background: #fff
}

.quality-boxes .row {
    align-items: center;
    border-bottom: 1px solid #b09d8d
}

.quality-boxes .row:last-child {
    border-bottom: none
}

.quality-boxes .reverse-row {
    flex-direction: row-reverse
}

.quality-boxes .reverse-row .quality-boxes__img {
    margin-left: -1px;
    max-width: calc(100% + 1px);
    width: calc(100% + 1px);
    border-right: none;
    border-left: 1px solid #b09d8d
}

.quality-boxes__img {
    position: relative;
    z-index: -1;
    padding: 50px;
    height: 100%;
    border-right: 1px solid #b09d8d;
    background: #f7f3f2
}

.quality-boxes__img img {
    max-width: calc(100% + 1px);
    width: calc(100% + 1px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.quality-boxes__text {
    padding: 50px
}

.our-story .quality__img--small {
    padding-right: 0;
    padding-left: 15px
}

.collection-nav {
    transition: border-color .25s ease-in-out;
    position: relative;
    padding-left: 15px;
    border-left: 1px solid #b09d8d
}

.collection-nav__title {
    transition: color .25s ease-in-out;
    display: block;
    margin-bottom: 50px;
    color: #b09d8d;
    font-weight: 300;
    font-size: 1.2rem
}

.collection-nav:hover {
    border-color: #685f53
}

.collection-nav:hover .collection-nav__title {
    color: #685f53
}

.collection-slider-nav .item {
    cursor: pointer
}

.collection-slider-nav .slick-current .collection-nav {
    border-color: #685f53
}

.collection-slider-nav .slick-current .collection-nav__title {
    color: #685f53;
    font-weight: 500
}

.collection-big {
    padding-left: 30px;
    border-left: 1px solid #b09d8d
}

.details-list li {
    display: inline-block;
    margin-right: 30px;
    font-weight: 300;
    font-size: 1.1rem
}

sup {
    font-size: 60%
}

.detail-icon {
    top: -2px;
    display: inline-block !important;
    width: 20px !important
}

.collection-gallery,
.detail-icon,
.details-slider,
.hero {
    position: relative
}

.collection-gallery .custom-arrow--prev {
    left: 25px
}

.collection-gallery .custom-arrow--next {
    right: 25px
}

.details-slider #detail-prev {
    left: 30px
}

.details-slider #detail-next {
    right: 30px
}

.details-slider .slick-slide {
    margin: 1vw
}

.details-slider .slick-dots {
    position: absolute;
    right: 21vw;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: right
}

.details-slider .slick-dots li {
    margin: 1vh 0 0 2rem;
    width: auto;
    font-weight: 300;
    font-size: 20px
}

.details-slider .slick-dots li span:before {
    content: "0"
}

.details-slider .slick-dots li span:after {
    position: relative;
    top: -6px;
    left: 1rem;
    display: inline-block;
    width: 0;
    height: 1px;
    background: #685f53;
    content: "";
    transition: width .3s
}

.details-slider .slick-dots .slick-active span:after {
    width: 43px
}

.hero {
    z-index: 1;
    margin-top: -90px;
    padding-top: 250px
}

.hero__details {
    padding-bottom: 25vh;
    padding-left: 30px;
    border-left: 1px solid #dfdfdf
}

.hero__title {
    max-width: 100%;
    width: 400px
}

.hero:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53, 56, 57, .6);
    content: ''
}

.hero .container-fluid {
    position: relative;
    z-index: 3;
    color: #fff
}

.hero .container-fluid .title {
    color: #fff
}

.hero .title--big {
    margin-bottom: 30px
}

.hero .breadcrumb {
    display: block;
    margin-bottom: 90px
}

.breadcrumb {
    display: block;
    color: #fff;
    font-weight: 300;
    font-size: .9rem
}

.breadcrumb__link {
    transition: color .25s ease-in-out;
    color: #fff;
    text-decoration: none
}

.breadcrumb__link:hover {
    color: #b09d8d
}

.breadcrumb__divider {
    margin: 0 6px
}

.product-border .home-about {
    padding-top: 70px;
    padding-left: 30px;
    border-left: 1px solid #b09d8d
}

.badge,
.badges {
    align-items: center
}

.badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.badge {
    display: inline-flex;
    justify-content: space-between;
    width: 250px;
    font-weight: 300;
    font-size: 1.2rem
}

.badge img {
    margin-right: 10px
}

.features-title {
    color: #685f53;
    text-decoration: none;
    font-weight: 300
}

.contact__info a,
.features-title,
.features-title .title {
    transition: color .25s ease-in-out
}

.features-title svg {
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    width: 40px;
    height: 40px
}

.contact__info a:hover,
.features-title.active,
.features-title.active .title,
.features-title:hover,
.features-title:hover .title {
    color: #b09d8d
}

.features-title.active svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.features-list {
    display: none
}

.features-list__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.features-list__left {
    margin-bottom: 80px;
    padding-right: 30px;
    width: 60%;
    border-right: 2px solid #dcd5ca
}

.features-list__right {
    margin-bottom: 80px;
    padding-left: 30px;
    width: 40%
}

.features-list__right .feature__item {
    width: calc(25% - 20px)
}

.feature__flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.feature__item {
    margin: 10px;
    width: calc(16.66666667% - 20px);
    text-align: center
}

.feature__img {
    width: 90px
}

.feature__title {
    display: block;
    margin-top: 5px;
    width: 100%;
    font-size: .9rem
}

.feature__title small {
    display: block;
    font-weight: 600;
    font-size: .8rem
}

.border-box {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
    padding-bottom: 30px;
    height: 100%;
    border-bottom: 1px solid #dcd5ca
}

.border-box img {
    height: 42px;
    -o-object-fit: contain;
    object-fit: contain
}

.border-box .text--bigger {
    display: block;
    margin-bottom: 15px
}

.border-box .box__text {
    font-weight: 400;
    font-size: .9rem
}

.contact__left {
    background: #C1A192;
}

.contact__info {
    color: #fff
}

.contact__info a {
    color: #fff;
    text-decoration: none;
    font-weight: 300
}

.contact__info .dist-list {
    margin-bottom: 30px
}

.contact__info .dist-list li strong {
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3
}

.contact__info .dist-list li a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    font-size: .85rem
}

.contact__info .dist-list li ul {
    margin-top: 10px;
    margin-bottom: 15px
}

.contact__info .dist-list li ul li {
    margin-bottom: 5px;
    padding-left: 10px;
    color: rgba(255, 255, 255, .8);
    font-size: .9rem
}

.contact__title {
    display: block;
    margin: 15px 0;
    font-weight: 400;
    font-size: 1.5rem
}

.contact__address {
    display: block;
    max-width: 100%
}

.contact__phone {
    display: block
}

.contact__mail {
    display: block;
    margin-bottom: 120px
}

.contact__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.contact-info .link {
    color: #b09d8d
}

.contact-info .link:hover {
    text-decoration: underline
}

.show-map {
    font-size: 1.1rem
}

.show-map .bi {
    width: 28px;
    height: 28px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.file-upload-input,
.txtForm,
.work-with-us input,
.work-with-us select {
    display: block;
    width: 100%;
    height: 35px;
    outline: transparent;
    border: 0;
    border-bottom: 1px solid #b09d8d;
    color: #685f53
}

.file-upload-input:focus,
.file-upload-input:hover,
.txtForm:focus,
.txtForm:hover,
.work-with-us input:focus,
.work-with-us input:hover,
.work-with-us select:focus,
.work-with-us select:hover {
    /* border-color: #685f53 */
}

.file-upload-input::-webkit-input-placeholder,
.txtForm::-webkit-input-placeholder,
.work-with-us input::-webkit-input-placeholder,
.work-with-us select::-webkit-input-placeholder {
    color: #b09d8d
}

.file-upload-input:-ms-input-placeholder,
.file-upload-input::-ms-input-placeholder,
.txtForm:-ms-input-placeholder,
.txtForm::-ms-input-placeholder,
.work-with-us input:-ms-input-placeholder,
.work-with-us input::-ms-input-placeholder,
.work-with-us select:-ms-input-placeholder,
.work-with-us select::-ms-input-placeholder {
    color: #b09d8d
}

.file-upload-input::placeholder,
.txtForm::placeholder,
.work-with-us input::placeholder,
.work-with-us select::placeholder {
    color: #b09d8d
}

.txtForm--area {
    height: 165px
}

.form-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.form-nav .custom-control {
    margin-right: 45px;
    width: 350px;
    font-size: .8rem
}

.news-article {
    padding-left: 50px
}

.news-article__top {
    max-width: 100%;
    width: 350px;
    color: #b09d8d;
    font-weight: 300;
    font-size: 1.1rem
}

.news-article__title {
    display: block;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 2rem
}

.news-article__text,
.news-article__text p {
    font-size: 1rem;
    line-height: 1.6 !important
}

.news-article__text p {
    display: block !important;
    margin-bottom: 30px !important;
    font-size: 1rem !important
}

.news-article__text pre,
.news-article__text span {
    font-size: 1rem !important;
    font-family: "Poppins", sans-serif !important;
    line-height: 1.6 !important
}

.news-article__text,
.news-article__text p,
.news-article__text strong {
    font-family: "Poppins", sans-serif !important
}

.news-article__text h1,
.news-article__text h2 {
    font-size: 1.8rem !important;
    font-family: "Poppins", sans-serif !important
}

.news-article__text h2 {
    font-size: 1.6rem !important
}

.news-article__text h3,
.news-article__text h4 {
    font-size: 1.4rem !important;
    font-family: "Poppins", sans-serif !important
}

.news-article__text h4 {
    font-size: 1.2rem !important
}

.news-article__text img {
    display: block;
    margin: 30px auto;
    width: 100%
}

.article-links .link {
    margin-right: 50px;
    margin-bottom: 10px
}

.contact__info .dist-list li,
.dist-list li {
    margin-bottom: 20px
}

.dist-list li strong {
    display: block;
    font-weight: 500;
    font-size: 1rem
}

.dist-list li span {
    font-weight: 300;
    font-size: .9rem
}

.box--cover .box__image img,
.collection-designer .col-md-9 img,
.collection-gallery .details-slider .slick-slide img,
.w-100 {
    width: 100%
}

.catalog__img {
    border: 1px solid rgba(176, 157, 141, .4)
}

.catalog__buttons {
    text-align: right
}

.login-form {
    max-width: 100%;
    width: 500px
}

.login-form .copyright--flex .btn,
.login-form .features-title .btn,
.login-form .flex .btn,
.login-form .flex-title .btn,
.login-form .footer__menus .btn,
.login-form .header .btn,
.login-form .header__left .btn,
.login-form .header__right .btn,
.login-form .home-about--flex .btn,
.login-form .menu__list .btn,
.login-form .mobil .footer-links .btn,
.login-form .mobil__social .btn,
.login-form .nav-slider .btn,
.login-form .news-article__top .btn,
.mobil .login-form .footer-links .btn {
    width: 48%
}

.forgot-password {
    color: #b09d8d;
    text-decoration: none;
    font-size: .9rem
}

.forgot-password:hover,
.mobil .footer-links a:hover {
    text-decoration: underline
}

.slider-scroll {
    transition: bottom .25s ease-in-out;
    position: absolute;
    right: 0;
    bottom: -28px;
    left: 0;
    margin: 0 auto;
    width: 50px
}

.slider-scroll svg {
    transition: color .25s ease-in-out;
    width: 50px;
    height: 50px;
    color: #b09d8d
}

.slider-scroll:Hover {
    bottom: -32px
}

.slider-scroll:Hover svg {
    color: #685f53
}

.project-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.project-filters .form-control {
    margin-right: 30px;
    width: auto
}

select.form-control {
    padding-right: 24px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: center right 10px;
    background-size: 12px;
    background-repeat: no-repeat
}

.project-modal__bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}

.modal-slider-wrapper {
    position: relative
}

.project-modal {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 35;
    display: none;
    margin: 0 auto;
    padding: 15px;
    max-width: calc(100% - 30px);
    width: 960px;
    background: #fff
}

.project-modal__close {
    transition: color .25s ease-in-out;
    position: absolute;
    top: -40px;
    right: -10px;
    color: #fff;
    cursor: pointer
}

.project-modal__close svg,
.team-modal__close svg {
    width: 36px;
    height: 36px
}

.project-modal__close:hover {
    color: #b09d8d
}

.modal-nav {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    margin: 0 auto;
    padding: 8px 5px;
    max-width: calc(100% - 30px);
    width: 80%;
    background: #fff
}

.modal-nav .slick-slide {
    margin: 0 5px
}

.image-container {
    display: flex;
    flex-direction: row;
    padding: 5px
}

.thumbnail-container {
    display: flex;
    flex-direction: column
}

.thumb {
    margin-bottom: 5px;
    width: 80px;
    height: 50px
}

.thumb:hover {
    box-shadow: 0 0 5px orange
}

.preview {
    display: none;
    margin-left: 15px;
    width: 640px;
    height: 400px;
    border: 3px solid orange
}

.cursor-overlay {
    position: fixed;
    display: none;
    background-color: rgba(0, 150, 50, .5);
    pointer-events: none
}

.easyzoom-flyout {
    width: 250px !important;
    height: 250px !important;
    border: 1px solid #dfdfdf;
    text-align: center
}

.easyzoom-flyout img {
    right: 0;
    left: 0;
    margin: 0 auto
}

.home-projects .slick-list {
    margin: 0 -15px
}

.home-projects .slick-slide {
    margin: 0 15px
}

.team-modal,
.team-modal__bg {
    position: fixed;
    left: 0;
    display: none
}

.team-modal__bg {
    height: 100%;
    background: rgba(0, 0, 0, .4);
    top: 0;
    z-index: 30;
    width: 100%
}

.team-modal {
    top: 10%;
    right: 0;
    z-index: 35;
    margin: 0 auto;
    padding: 15px;
    max-width: calc(100% - 30px);
    width: 860px;
    background: #fff
}

.team-modal__close {
    transition: color .25s ease-in-out;
    position: absolute;
    top: -40px;
    right: -10px;
    color: #fff;
    cursor: pointer
}

.team-modal__close:hover {
    color: #b09d8d
}

.team-modal__img {
    vertical-align: middle
}

.team-modal__role,
.team-modal__title {
    display: block;
    margin-bottom: 10px;
    color: #685f53;
    font-size: 1.7rem
}

.team-modal__role {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 1.1rem
}

.custom-file-upload label,
.team-modal__text {
    display: block
}

.row--team {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: 1400px
}

.row--team .designer {
    width: 20%
}

.quality-articles {
    padding-top: 30px;
    padding-bottom: 0;
    border: 0;
    background: #f7f3f2
}

.quality-articles .row {
    position: relative;
    align-items: center;
    margin-bottom: 70px;
    padding-right: 30px;
    padding-left: 30px
}

.quality-articles .row:after {
    position: absolute;
    top: calc(10% - 15px);
    left: 0;
    z-index: 1;
    width: 100%;
    height: 80%;
    background: #fff;
    content: ''
}

.quality-articles .row--reverse-lg {
    position: relative;
    flex-direction: row-reverse
}

.quality-articles .row--reverse-lg:after {
    display: none
}

.quality-articles .row .mb30 {
    position: relative;
    z-index: 3
}

.quality-articles .quality-articles__img {
    width: 90%
}

.quality-articles .quality-box:last-child .row:after {
    height: 120%
}

.title-sub {
    display: block;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    line-height: 1.6
}

.show-mobile {
    display: none
}

.custom-file-upload-hidden {
    position: absolute;
    left: -9999px;
    display: none;
    visibility: hidden
}

.custom-file-upload {
    display: block;
    width: auto
}

.file-upload-wrapper {
    position: relative
}

.file-upload-button {
    position: absolute;
    right: 0;
    bottom: 1px;
    display: inline-block;
    margin-left: -1px;
    height: 35px;
    border: 0;
    background: #fff;
    color: #685f53;
    cursor: pointer;
    transition: all .2s ease-in
}

.file-upload-button:hover {
    color: #b09d8d
}

.all-btn {
    position: relative;
    right: -1px
}

.contact__title {
    text-transform: uppercase
}

#map * {
    border: 0 !important
}

#map,
#map * {
    outline: 0 !important
}

.contact__info {
    padding: 40px 40px 10px
}

.contact__address {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 300
}

.contact__phone {
    margin-bottom: 0
}

.contact-info .quality__title {
    margin-bottom: 5px !important;
    font-size: 1rem
}

.contact-info .link,
.contact__phone {
    font-size: .9rem;
    font-weight: 300
}

.collection-img,
.img-item {
    position: relative;
    display: block
}

.collection-img:hover .view-all {
    opacity: 1
}

.img-item:after,
.modal-gallery {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.img-item:after {
    content: '';
    background: #91918a;
    opacity: .6;
    transition: opacity .25s ease-in-out;
    position: absolute
}

.slick-center .img-item:after {
    opacity: 0
}

.modal-gallery {
    position: fixed;
    z-index: 990;
    overflow-y: auto;
    max-height: 100vh;
    background: #232323;
    display: none
}

.modal-gallery__close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    text-decoration: none;
    transition: color .25s ease-in-out
}

.modal-gallery__close svg {
    width: 24px;
    height: 24px
}

.modal-gallery__close:hover {
    color: #b09d8d
}

.modal-gallery__content {
    padding: 50px
}

.modal-gallery__img {
    width: 100%;
    transition: box-shadow .25s ease-in-out
}

.modal-gallery__img:hover {
    box-shadow: 0 0 0 1px #b09d8d
}

.view-all {
    background: #fff;
    color: #b09d8d;
    padding: 10px 0;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 300;
    text-decoration: none;
    width: 140px;
    text-align: center;
    opacity: 0
}

.view-all svg {
    top: -2px;
    margin-right: 6px
}

.view-all:hover {
    background: #b09d8d;
    color: #fff
}

.pdf-list {
    width: 350px;
    max-width: 100%;
    border: 1px solid #dfdfdf
}

.pdf-item {
    border-bottom: 1px solid #dfdfdf;
    padding: 10px;
    display: block
}

.pdf-item a {
    text-decoration: none;
    color: #685f53;
    transition: color .25s ease-in-out
}

.pdf-item a:Hover {
    text-decoration: underline;
    color: #b09d8d
}

.collection-designer .mb30,
.view-all svg {
    position: relative
}

.collection-designer .designer__img {
    margin-bottom: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.collection-designer .designer,
.designer a {
    height: 100%
}

.contact__info .dist-list li ul li strong {
    font-size: .7rem
}

@media (max-width:1490px) {

    .header-link,
    .menu__link {
        padding: 0 15px;
        font-size: 1rem
    }

    .header__search {
        padding: 0 30px
    }

    .slider-detail__title {
        font-size: 2rem
    }

    .slider-detail {
        width: 600px
    }

    .slider-detail__box {
        padding: 15px 15px 15px 30px
    }

    .slider-detail__link {
        font-size: 1.2rem
    }

    #home-collections-slider .box__image img {
        height: 450px
    }

    .footer__social {
        width: 180px
    }

    .footer__menus {
        width: calc(100% - 620px);
        padding: 30px
    }

    .footer__newsletter {
        width: 400px;
        padding: 30px
    }

    .footer-menu__title {
        font-size: 1.2rem
    }
}

@media (max-width:1630px) {
    .badges .badge {
        font-size: 1rem;
        margin-top: 15px
    }
}

@media (min-width:1200px) {
    .fabric-1 .feature__item {
        width: calc(20% - 20px)
    }

    .aluminium-1 .feature__item {
        width: calc(25% - 20px)
    }
}

@media (max-width:1200px) {

    .header__mail,
    .menu {
        display: none
    }

    .btn-mobil {
        border-right: 1px solid #fff
    }

    .header__search {
        border-left: 1px solid #fff
    }

    .header--page .btn-mobil,
    .header--page .header__search {
        border-color: #b09d8d
    }

    .header__mid {
        width: calc(100% - 200px);
        text-align: center
    }

    .header__left,
    .header__right {
        width: 80px
    }

    .box__text--smaller {
        width: 100%;
        font-size: 1rem
    }

    .box__title--big small,
    .fz13 {
        font-size: 1.1rem
    }

    .container-fluid {
        padding-right: 50px;
        padding-left: 50px
    }

    .box__text {
        padding-right: 0;
        font-size: 1rem
    }

    .box__title--big {
        font-size: 1.8rem
    }

    #home-collections-slider .box__image img {
        height: 400px
    }

    .footer__social {
        width: 200px
    }

    .footer__menus {
        padding: 30px;
        width: calc(100% - 200px)
    }

    .footer__newsletter {
        margin-top: -1px;
        padding: 30px 20%;
        width: 100%;
        border-top: 1px solid #dcd5ca
    }

    .designer__title {
        font-size: 1.4rem
    }

    .nav-slider__item {
        font-size: 1rem
    }

    .nav-slider__item span {
        min-width: 110px
    }

    .nav-slider__item span small {
        font-size: .7rem
    }

    .custom-arrow {
        width: 30px
    }

    .nav-slider__arrows {
        width: 80px
    }

    .nav-slider__filter {
        width: calc(100% - 242px)
    }

    .news__title {
        font-size: 1.1rem
    }

    .news__text,
    .quality-boxes .box__text {
        font-size: .9rem
    }

    .title--bigger {
        font-size: 3rem
    }

    .feature__item {
        width: calc(20% - 20px)
    }

    .features-list__right .feature__item {
        width: calc(33.3333% - 20px)
    }

    .news-article__title {
        font-size: 1.6rem
    }

    .quality-articles {
        padding: 15px
    }

    .quality-articles .row {
        margin-bottom: 30px
    }

    .box--cover .box__image img {
        width: 100%
    }
}

@media (max-width:992px) {
    .home-about .title {
        margin-bottom: 15px;
        width: 100%
    }

    .box--cover .box__image img,
    .home-about .box,
    .home-about .detail-right {
        width: 100%
    }

    .container-fluid {
        padding-right: 30px;
        padding-left: 30px
    }

    .mt75 {
        margin-top: 45px
    }

    .mb75 {
        margin-bottom: 45px
    }

    .copyright,
    .news__date small {
        font-size: .8rem
    }

    .product__title {
        font-size: 1rem
    }

    .product__title img {
        width: 16px;
        top: -2px
    }

    .product:hover .product__title {
        padding: 15px 0
    }

    .news {
        padding-right: 0
    }

    .news__date {
        width: auto;
        font-size: .9rem;
        padding: 5px 15px;
        background: rgba(176, 157, 141, .6);
        color: #fff
    }

    .news__content .arrow-text {
        width: 25px
    }

    .news__content {
        padding-left: 35px
    }

    .category-links__item,
    .details-slider .slick-dots li {
        font-size: .9rem
    }

    .text--bigger {
        font-size: 1.1rem
    }

    .details-list li {
        font-size: .9rem;
        margin-right: 15px
    }

    .detail-icon {
        width: 14px !important
    }

    .product-border .home-about {
        padding-top: 30px
    }

    .feature__item {
        width: calc(33.3333% - 20px)
    }

    .features-list__right .feature__item {
        width: calc(50% - 20px)
    }

    .details-slider .slick-dots {
        bottom: -30px
    }

    .details-slider .slick-dots .slick-active span:after {
        width: 30px
    }

    .product-buttons {
        margin-bottom: 30px
    }

    .quality-articles .row:after,
    .row--team,
    .space-item {
        display: none
    }

    .row--team .designer {
        width: 48%;
        margin-bottom: 30px
    }

    .row.show-mobile {
        display: flex
    }

    .quality-articles .quality-articles__img {
        width: auto
    }
}

@media (max-height:810px) {
    .mobil {
        overflow-y: scroll
    }

    .mobil-scroll {
        position: relative;
        height: 740px
    }

    .mobil__bottom {
        padding-bottom: 0;
        padding-left: 0
    }

    .slider-detail {
        bottom: 15px
    }

    .slider-detail__title {
        font-size: 1.5rem
    }

    .slider-detail__text span {
        width: 65%
    }
}

.arka-active {
    display: block;
    opacity: 1
}

.mobil,
.mobil-nav--icon {
    display: block;
    height: 25px
}

.mobil {
    position: fixed;
    top: 0;
    left: -560px;
    background: #36393a;
    color: #fff;
    width: 300px;
    height: 100%;
    max-width: calc(100% - 35px);
    transition: all .3s cubic-bezier(.25, .8, .25, 1);
    z-index: 9999;
    padding: 50px 40px;
}

.mobil.mobil-active {
    left: 0
}

.mobil__close {
    color: #fff;
    margin-left: -8px
}

.mobil__close svg,
.mobil__social .social-link svg {
    width: 36px;
    height: 36px
}

.mobil__link {
    padding: 10px 0;
    display: block;
    font-weight: 300;
    font-size: 1.3rem;
    text-decoration: none;
    color: #dcd5ca;
    transition: color .25s ease-in-out
}

.mobil__link:hover {
    color: #b09d8d
}

.mobil__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px
}

.mobil__social {
    padding: 40px 0;
    border-top: 1px solid #b09d8d;
    border-bottom: 1px solid #b09d8d;
    justify-content: flex-start
}

.mobil__social .social-link {
    display: inline-block;
    margin-right: 23px
}

.mobil__social .social-link--instagram svg {
    width: 28px;
    height: 28px
}

.mobil .footer-links {
    width: 340px;
    margin-top: 30px
}

.mobil .footer-links a {
    font-size: .9rem;
    color: #dcd5ca;
    width: 50%;
    margin: 0 0 7px
}

@media (max-width:768px) {
    .slider-detail__text {
        display: none
    }

    .slider-detail {
        width: auto
    }

    .slider-detail__title {
        font-size: 1.5rem
    }

    .slider-detail__box {
        padding: 15px 30px
    }

    .slider-detail__link {
        font-size: 1rem
    }

    .custom-arrow {
        width: 20px
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px
    }

    .footer__social {
        width: 100%
    }

    .footer-social__link {
        padding: 15px;
        width: 25%;
        height: auto
    }

    .footer-social__link:last-child {
        border-right: none
    }

    .footer__menus {
        justify-content: center;
        padding: 30px 15px;
        width: 100%;
        text-align: center
    }

    .footer-menu {
        margin: 0 0 30px;
        width: 33%
    }

    .copyright--flex span {
        margin-bottom: 10px
    }

    .copyright--flex .footer-links,
    .copyright--flex span {
        width: 100%;
        text-align: center
    }

    .copyright--flex .footer-links a {
        margin: 5px
    }

    .box__title--smaller {
        font-size: 1.1rem
    }

    .box__title--big small,
    .fz13 {
        font-size: 1rem
    }

    .box__text {
        font-size: .9rem
    }

    .hide-sm {
        display: none
    }

    .custom-arrow--next {
        right: -10px
    }

    .custom-arrow--prev {
        left: -10px
    }

    .home-slider-wrapper .custom-arrow {
        width: 14px
    }

    #home-collections-slider .box__image img,
    .quality__img img {
        height: auto
    }

    .box__title--big {
        font-size: 1.5rem
    }

    .mobil-scroll {
        height: 630px
    }

    .nav-slider__arrows {
        display: none
    }

    .nav-slider__filter {
        width: calc(100% - 134px);
        padding-right: 0
    }

    .nav-slider__item {
        font-size: .9rem;
        padding: 5px 5px 5px 10px
    }

    .nav-slider__item span {
        min-width: 90px
    }

    .nav-slider__item span small {
        font-size: .6rem
    }

    .mb50 {
        margin-bottom: 30px
    }

    .product__title {
        opacity: 1;
        padding: 15px 0
    }

    .news__title {
        font-size: 1rem
    }

    .news__text {
        font-size: .9rem
    }

    .mb75 {
        margin-bottom: 40px
    }

    .border-item,
    .quality .box__text--arrow .arrow-text {
        display: none
    }

    .quality__title {
        font-size: 1.2rem
    }

    .quality__title--mobile {
        display: inline-block;
        border: 1px solid #b09d8d;
        border-radius: 11px;
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 5px 45px
    }

    .quality__img {
        padding: 0 !important
    }

    .quality .box__text--arrow {
        padding-left: 0;
        margin-bottom: 30px
    }

    .quality-boxes__img {
        border: 0 !important;
        margin: 0;
        background: 0 0;
        padding: 0
    }

    .quality-boxes__img img {
        height: 250px
    }

    .quality-boxes__text {
        padding: 30px 15px
    }

    .text--bigger {
        font-size: 1rem
    }

    .collection-gallery .custom-arrow--next {
        right: 5px
    }

    .collection-gallery .custom-arrow--prev {
        left: 5px
    }

    .collection-nav__title {
        font-size: .9rem
    }

    .collection-big {
        padding-left: 15px
    }

    .hero__details {
        padding-bottom: 50px
    }

    .product-border .designer {
        margin-top: 30px
    }

    .product-border .badges {
        margin-top: 15px
    }

    .features-list__left,
    .features-list__right {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        border: 0;
        border-bottom: 1px solid #dcd5ca;
        padding-bottom: 25px;
        margin-bottom: 25px
    }

    .features-list__right .feature__item {
        width: calc(33.3333% - 20px)
    }

    .category-links__divider {
        margin: 0 5px;
        font-size: .8rem
    }

    .category-links__item {
        font-size: .8rem
    }

    .form-nav {
        justify-content: space-between
    }

    .form-nav .custom-control {
        margin-bottom: 15px;
        width: 100%;
        margin-right: 0
    }

    .news-article__text,
    .news-article__text pre,
    .news-article__text span {
        font-size: .9rem !important;
        line-height: 1.6 !important;
        font-family: "Poppins", sans-serif !important
    }

    .news-article__text p {
        display: block !important;
        margin-bottom: 30px !important;
        line-height: 1.6 !important
    }

    .news-article__text p,
    .news-article__text strong {
        font-family: "Poppins", sans-serif !important;
        font-size: .9rem !important
    }

    .news-article__title {
        font-size: 1.4rem
    }

    .news-article {
        padding-left: 0
    }

    .row--news {
        flex-direction: column-reverse
    }

    .news-article__top {
        font-size: .9rem
    }

    .slider-scroll {
        bottom: -18px;
        width: 30px
    }

    .slider-scroll svg {
        width: 30px;
        height: 30px
    }

    .slider-scroll:hover {
        bottom: -20px
    }

    .team-modal__title {
        font-size: 1.4rem
    }

    .team-modal__role {
        font-size: 1rem
    }

    #map {
        min-height: 450px
    }

    .modal-gallery__content {
        padding: 50px 15px
    }

    .modal-gallery__content .row {
        margin-left: -7px;
        margin-right: -7px
    }

    .modal-gallery__content .col-6 {
        padding-left: 7px;
        padding-right: 7px
    }

    .modal-gallery__content .mb30 {
        margin-bottom: 15px
    }

    .view-all {
        opacity: 1;
        font-size: .9rem;
        width: 120px
    }
}

@media (max-width:576px) {
    .header__mid {
        width: calc(100% - 120px);
        text-align: center
    }

    .header__mid img {
        max-width: 70%
    }

    .header__left,
    .header__right {
        width: 60px
    }

    .header__search {
        padding: 0 20px
    }

    .header,
    .menu-icon {
        height: 66px
    }

    .header-link,
    .menu__link {
        height: 66px;
        line-height: 66px
    }

    .footer-menu {
        margin: 0 0 30px;
        width: 100%
    }

    .footer__menus {
        padding-bottom: 0
    }

    .footer-social svg {
        width: 26px;
        height: 26px
    }

    .social-link--instagram svg {
        width: 22px;
        height: 22px
    }

    .footer__newsletter {
        padding: 30px
    }

    .txtNewsletter {
        font-size: 1rem
    }

    .mt75 {
        margin-top: 25px
    }

    .mb75 {
        margin-bottom: 25px
    }

    .mobil {
        padding: 15px
    }

    .mobil__link {
        font-size: 1.1rem
    }

    .mobil__bottom {
        padding: 15px
    }

    .mobil__social .social-link svg {
        width: 22px;
        height: 22px;
        vertical-align: middle
    }

    .mobil__social .social-link--instagram svg {
        width: 18px;
        height: 18px
    }

    .btn {
        padding: .475rem 1.8rem;
        font-size: .9rem
    }

    .mobil__social {
        padding: 15px 0
    }

    .mobil .footer-links {
        width: auto
    }

    .feature__title small,
    .mobil .footer-links a {
        font-size: .7rem
    }

    .news-slider-wrapper .slick-slide {
        margin: 0 8px
    }

    .news-slider-wrapper .slick-list {
        margin: 0 -8px
    }

    .news-slider-wrapper .custom-arrow--next {
        right: 15px
    }

    .news-slider-wrapper .custom-arrow--prev {
        left: 15px
    }

    .mt-5 {
        margin-top: 2rem !important
    }

    .mb-5 {
        margin-bottom: 2rem !important
    }

    .feature__item,
    .features-list__right .feature__item {
        width: calc(50% - 15px);
        margin: 7.5px
    }

    .feature__title {
        font-size: .8rem
    }

    .contact__info {
        font-size: .9rem
    }

    .contact__title {
        font-size: 1.2rem
    }

    .contact__mail {
        margin-bottom: 40px
    }

    .show-map {
        font-size: .9rem
    }

    .show-map .bi {
        width: 22px;
        height: 22px
    }

    .mb30 {
        margin-bottom: 20px
    }

    .login-form .copyright--flex,
    .login-form .features-title,
    .login-form .flex,
    .login-form .flex-title,
    .login-form .footer__menus,
    .login-form .header,
    .login-form .header__left,
    .login-form .header__right,
    .login-form .home-about--flex,
    .login-form .menu__list,
    .login-form .mobil .footer-links,
    .login-form .mobil__social,
    .login-form .nav-slider,
    .login-form .news-article__top,
    .mobil .login-form .footer-links {
        justify-content: flex-start
    }

    .login-form .copyright--flex .btn,
    .login-form .features-title .btn,
    .login-form .flex .btn,
    .login-form .flex-title .btn,
    .login-form .footer__menus .btn,
    .login-form .header .btn,
    .login-form .header__left .btn,
    .login-form .header__right .btn,
    .login-form .home-about--flex .btn,
    .login-form .menu__list .btn,
    .login-form .mobil .footer-links .btn,
    .login-form .mobil__social .btn,
    .login-form .nav-slider .btn,
    .login-form .news-article__top .btn,
    .mobil .login-form .footer-links .btn {
        width: auto;
        margin-right: 15px
    }

    .flex-title .title {
        width: 100%;
        margin-bottom: 30px
    }

    .row--team .designer {
        width: 100% !important;
    }

    .contact__info {
        padding: 15px 15px 0
    }

    .details-slider .slick-slide {
        height: 180px
    }

    .details-slider .slick-slide img {
        height: 180px;
        -o-object-fit: contain;
        object-fit: contain;
        width: auto !important
    }
}

.header--page .header-link, .header--page .menu__link, .header--page .menu__link, .header--page .mega-menu-link {
    color: #B09D8D !important;
}

.custom-projects-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.project-item {
    width: calc(33.333% - 20px);
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
.project-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
/*# sourceMappingURL=style.css.map */