/***************************************
*General
****************************************/

body {
    font-family: "Roboto", sans-serif;
    color: #ececec;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.69em;
    position: relative;
    font-optical-sizing: auto;
    font-style: normal;
}

.sect-title {
    position: relative;
}

.sub-title {
    color: #fff;
    font-weight: 300;
    font-size: 35px;
    line-height: 1.25em;
    font-style: italic;
    margin-bottom: 9px;
    position: relative;
}

.sect-title h2,
.sect-title .h2,
.bloc-title {
    font-weight: 700;
    font-size: 35px;
    color: #e8c9ab;
    line-height: 1.4em;
    margin-bottom: 46px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sect-title h1,
.sect-title .h1,
.page-title {
    font-weight: 700;
    font-size: 35px;
    color: #e8c9ab;
    line-height: 1.4em;
    margin-bottom: 71px;
    position: relative;
    text-transform: uppercase;
}

.img-masking,
.img-masking-2 {
    -webkit-mask-image: url('../images/img-masking.png');
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
}

.img-masking-2 {
    -webkit-mask-image: url('../images/img-masking-2.png');
}


/* Preloader */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #101010;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 140px;
}

/** Slider **/

.owl-carousel .owl-dots .owl-dot,
.slide-controls button,
.owl-carousel .owl-nav button {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    background: none;
    min-height: auto;
    height: auto;
    width: auto;
    color: inherit;
    display: inline-flex;
    font: inherit;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: none !important;
}

.slide-controls {
    display: flex;
    position: relative;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.slide-controls .swiper-button-next:after,
.slide-controls .swiper-button-prev:after {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.slide-controls .owl-prev,
.slide-controls .owl-next {
    width: 40px;
    height: 40px;
    background: #c49a56;
    display: flex;
    border: 0;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover,
.slide-controls .owl-prev:hover,
.slide-controls .owl-next:hover {
    background-color: #fff;
    border-color: #fff;
}

.owl-carousel .owl-nav button.owl-prev:hover svg path,
.owl-carousel .owl-nav button.owl-next:hover svg path,
.slide-controls .owl-prev:hover svg path,
.slide-controls .owl-next:hover svg path {
    fill: #c49a56 !important
}

.owl-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 65px;
}

.slide-controls .owl-dot,
.owl-carousel .owl-dots .owl-dot {
    width: 21px;
    height: 21px;
    margin: 0 2px !important;
    border-radius: 50%;
    background: transparent;
    border: 1px solid transparent;
    display: block;
    opacity: 1;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot>span,
.slide-controls .owl-dot>span {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-controls .owl-dot.active,
.owl-carousel .owl-dots .owl-dot.active {
    border-color: #e8c9ab;
    background: transparent;
}

.slide-controls .owl-dot.active>span,
.owl-carousel .owl-dots .owl-dot.active>span {
    background: #e8c9ab;
}


/** Colors **/

.color--1 {
    color: #fff !important;
}

.color--2 {
    color: #e8c9ab !important;
}

.color--3 {
    color: #080808 !important;
}

.color--4 {
    color: #0a0a0a !important;
}

.color--5 {
    color: #0c0c0c !important;
}

.color--6 {
    color: #0e416e !important;
}

.color--7 {
    color: #062538 !important;
}



/** Background **/

.background--1 {
    background-color: #fff !important;
}

.background--2 {
    background-color: #e8c9ab !important;
}

.background--3 {
    background-color: #080808 !important;
}

.background--4 {
    background-color: #0a0a0a !important;
}

.background--5 {
    background-color: #0c0c0c !important;
}

.background--6 {
    background-color: #0e416e !important;
}

.background--7 {
    background-color: #062538 !important;
}


/** Socials **/

.social-links .social-link {
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 25px;
    background-color: rgba(255, 255, 255, 0.1);
    float: left;
    font-weight: bold;
    line-height: inherit;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    text-decoration: none !important;
    border-radius: 50%;
}

.social-links .social-link i.fa-facebook {
    padding-top: 2px;
}

.social-links .social-link.fb {
    font-size: 23px;
}

.social-links {
    display: flex;
    align-items: center;
}

.social-links .social-link:not(:last-child) {
    margin-right: 15px;
}

.social-links .social-link:hover,
.social-links .social-link:focus {
    background-color: #fff;
    color: #c49a56;
}


/** Variables **/

p {
    margin-bottom: 1.69em;
}

section {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

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

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

figure {
    margin: 0;
}

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

.form-group {
    margin-bottom: 25px;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

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

*::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: "Roboto", sans-serif;
    vertical-align: middle;
    width: 100%;
    padding: 25px 38px;
    font-size: 16px;
    font-weight: 400;
    color: #080808;
    line-height: 1.2em;
    text-transform: inherit;
    outline: none;
    height: 66px;
    border: 0;
    background: #fff;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    font-style: normal;
    transition: all .2s linear;
}

.form-control:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #080808;
    border: 0;
    background: #fff;
}

input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #080808 !important;
}

input::placeholder {
    /* Chrome, Firefox, Opera, Safari 110.1+ */
    color: #080808 !important;
    opacity: 1;
    /* Firefox */
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #080808 !important;
}

textarea::placeholder {
    color: #080808 !important;
}

.btn-1,
.btn-2,
input[type="submit"],
input[type="button"] {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    line-height: 1.2em;
    text-transform: none;
    background-color: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 28px;
    height: 44px;
    border: 2px solid #e8c9ab;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    overflow: hidden;
}

.btn-1 svg {}

.btn-1:focus,
.btn-1:hover,
button:hover,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
    color: #080808;
    background-color: #e8c9ab;
}

.btn-1:focus svg path,
.btn-1:hover svg path {
    fill: #080808 !important;
}

.text-align-last {
    -moz-text-align-last: center;
    text-align-last: center;
}

.text-hyphens {
    -ms-hyphens: auto;
    hyphens: auto;
}

.overlay {
    content: "";
    background: rgb(33, 18, 4);
    background: -moz-linear-gradient(0deg, rgba(33, 18, 4, 1) 14%, rgba(29, 2, 2, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(33, 18, 4, 1) 14%, rgba(29, 2, 2, 0) 100%);
    background: linear-gradient(0deg, rgba(33, 18, 4, 1) 14%, rgba(29, 2, 2, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#211204", endColorstr="#1d0202", GradientType=1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.67;
}

.overflow-unset {
    overflow: unset !important;
}

.box-shadow {
    -webkit-box-shadow: 0 15px 43px 0 rgba(35, 31, 32, 0.8);
    box-shadow: 0 15px 43px 0 rgba(35, 31, 32, 0.8)
}

.text-shadow {
    -webkit-text-shadow: 0 8px 24px rgba(35, 31, 32, 0.3);
    text-shadow: 0 0px 10px rgba(35, 31, 32, 0.74);
}

.width-50 {
    width: 50%;
}

.flex--1 {
    -ms-flex: 1;
    flex: 1;
}

.z-index--1 {
    z-index: 1 !important;
}

.z-index--2 {
    z-index: 2 !important;
}

.z-index--auto {
    z-index: auto !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.text-normal {
    text-transform: none !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-transform-none {
    text-transform: none !important;
}

.margin-b-30px {
    margin-bottom: 30px;
}

.margin-b-40px {
    margin-bottom: 40px;
}

.margin-l-neg15px {
    margin-left: -15px;
}

.margin-r-neg15px {
    margin-right: -15px;
}

.border-radius-10px {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.border-radius-20px {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.border-radius-60px {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

.v-middle {
    transform: translateY(-50%);
    top: 50%;
}

.h-middle {
    transform: translateX(-50%);
    left: 50%;
}

.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
}

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

.cursor-pointer {
    cursor: pointer;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-pos-bottom {
    background-position: bottom;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.width-50 {
    width: 50%;
}

.column-gap-30px {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.column-gap-50px {
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

.column-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.position-sm-absolute {
    position: absolute !important;
}

/** Transition **/

img,
svg,
svg path {
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/** Extra Outer **/

body .page {
    position: relative;
    background-color: #101010;
    overflow: hidden;
}

body .site-main {
    background-color: #101010;
}


/***************************************
* Header
****************************************/
.site-navigation__menu,
.site-navigation__inner,
.main-header .site-navigation .menu ul li,
.site-header-menu__inner,
.main-header__wrap {
    position: relative;
}

.main-menu-toggle input[type=checkbox],
.main-menu-toggle {
    display: none;
}

.site-header-menu {
    position: relative;
    z-index: 1;
}

.main-header {
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background: none;
    position: absolute;
    z-index: 999;
}

.main-header .site-navigation .menu>ul>li>a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2em;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.main-header .site-navigation .menu ul ul>li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2em;
    display: block;
    text-decoration: none;
    position: relative;
    padding: 4px 0 4px 10px;
}

.main-header .site-navigation .menu>ul>li.active>a,
.main-header .site-navigation .menu>ul>li:hover>a,
.main-header .site-navigation .menu>ul>li.hover>a {
    color: #e8c9ab;
}

.main-header .site-navigation .menu ul ul>li.active>a,
.main-header .site-navigation .menu ul ul>li:hover>a,
.main-header .site-navigation .menu ul ul>li.hover>a {
    color: #e8c9ab;
}


.main-header .site-navigation .menu>ul>li>a.btn-1 {
    padding: 8px 10px;
    height: 42px;
    width: 143px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 700;
}


.main-header .site-navigation .menu>ul>li.active>a.btn-1,
.main-header .site-navigation .menu>ul>li:hover>a.btn-1,
.main-header .site-navigation .menu>ul>li.hover>a.btn-1 {
    color: #080808;
    border-color: #fff;
    background-color: #fff;
}

.main-header .site-navigation .menu>ul>li>a.btn-1:before {
    display: none;
}


/** Header top **/

.main-header__top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}

.main-header__top .menu__contact-phone-link {
    padding: 8px 10px;
    height: 42px;
    width: 143px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: 700;
    margin-left: auto;
}

.main-header__top .menu__contact-phone-link:hover {
    color: #080808;
    border-color: #fff;
    background-color: #fff;
}


/***************************************
* Footer
****************************************/

.footer {
    position: relative;
}

.footer-title {
    color: #e8c9ab;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 700;
    position: relative;
    margin-bottom: 35px;
    text-transform: uppercase;
}


/***************************************
* Bloc text / image
****************************************/

.bloc-text {
    font-family: "Roboto", sans-serif;
    color: #ececec;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.69em;
    position: relative;
}


.bloc-text p:last-of-type {
    margin-bottom: 0;
}

.bloc-text h2,
.bloc-text .h2 {
    font-weight: 700;
    font-size: 35px;
    color: #e8c9ab;
    line-height: 1.4em;
    margin-bottom: 17px;
}
.bloc-text p img,
.bloc-text h2 img {
    display: none;
}