/* =========================================
   1. BASE & RESET
   ========================================= */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-size: 16px; min-width: 320px; position: relative; line-height: 1.6; overflow-x: hidden; color: #5c626a; font-family: 'Montserrat', sans-serif !important; font-weight: 400; }
*, *::before, *::after { box-sizing: border-box; outline: none; }
main { display: block; }
h1, h2, h3, h4, h5, h6, p, ul, button { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif !important; }
button, input, textarea, select { font-family: 'Montserrat', sans-serif !important; }
button { cursor: pointer; }
a { background-color: transparent; text-decoration: none; }
img { border-style: none; }
::selection { color: #fff; background-color: #98525c; }

h1 { color: #fff; line-height: .9; font-weight: bold; font-size: 64px; }
h2 { line-height: 1.1; font-size: 26px; font-weight: bold; }
h2.top-title { font-size: 12px; color: #98525c; text-transform: uppercase; }
h3 { font-weight: bold; }
h3.after { text-transform: uppercase; font-size: 40px; color: #000; position: relative; padding-bottom: 20px; }
p.subtitle { font-size: 14px; margin-top: 8px; }
.title-top-wrapper { text-align: center; }

@media only screen and (max-width: 480px) {
  h1 { font-size: 17vw; line-height: 1.2; }
  h3.after { font-size: 24px; line-height: 1.2; }
}

/* =========================================
   2. ICONS (SIMPLE LINE ICONS)
   ========================================= */
@font-face {
  font-family: 'simple-line-icons';
  src: url("../fonts/ic.woff") format("woff2"), url("../fonts/ic.woff") format("woff");
  font-weight: normal; font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'simple-line-icons'; speak: none; font-style: normal; font-weight: normal;
  font-variant: normal; text-transform: none; line-height: 1;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
i.ic { color: #98525c; }

/* =========================================
   3. LAYOUT & CONTAINERS
   ========================================= */
.container { max-width: 1140px; padding: 0 15px; margin-right: auto; margin-left: auto; }
@media only screen and (max-width: 1200px) { .container { max-width: 992px; } }
@media only screen and (max-width: 992px) { .container { max-width: 768px; } }
.flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; width: 100%; }
.flex .left { align-self: flex-start; }
.flex .left p, .title-top-wrapper .subtitle p { font-size: 18px; line-height: 1.6; font-weight: 600; color: #4a4a4a; }

/* =========================================
   4. BUTTONS
   ========================================= */
.btn { text-decoration: none; border: none; padding: 0; background-color: transparent; color: inherit; cursor: pointer; display: inline-flex; justify-content: center; align-items: center; transition: .25s; height: 39px; padding: 0 19px; border-radius: 3px; font-weight: bold; }

/* =========================================
   5. ANIMATIONS (WOW.JS)
   ========================================= */
.animated { animation-duration: 1s; animation-fill-mode: both; }
@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translateX(-2000px); } 100% { opacity: 1; transform: translateX(0); } }
.fadeInLeftBig { animation-name: fadeInLeftBig; }
@keyframes fadeInRight { 0% { opacity: 0; transform: translateX(20px); } 100% { opacity: 1; transform: translateX(0); } }
.fadeInRight { animation-name: fadeInRight; }
@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } }
.fadeInUp { animation-name: fadeInUp; }
@keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-20px); } 100% { opacity: 1; transform: translateX(0); } }
.fadeInLeft { animation-name: fadeInLeft; }

/* =========================================
   6. HEADER & NAVIGATION
   ========================================= */
header.main-header {
    background-color: #fff;
    padding: 12px 0;
    transition: padding .25s, box-shadow .25s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: 1px solid #e7e7e5;
}
header.main-header.fixed {
    padding: 8px 0;
    box-shadow: none;
}
header.main-header .container > .flex { flex-wrap: nowrap; }
.logo-wrap { flex: 1 1 auto; min-width: 0; overflow: hidden; margin-right: 8px; display: flex; flex-direction: column; align-items: flex-start; }
.logo-wrap a {
    display: block;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: clamp(13px, 3.5vw, 19px) !important;
    text-transform: uppercase;
    color: #555b60;
    letter-spacing: 1.3px;
    line-height: 1.1;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s ease;
}
.logo-wrap a:hover { color: #41464b; }
.logo-wrap .logo-descriptor {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    color: #777b7e;
    letter-spacing: 1px;
    margin-top: 2px;
    font-size: 9px !important;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
}
header.main-header nav ul li { display: inline-block; }
header.main-header nav ul li:not(:last-child) { margin-right: 13px; }
header.main-header nav ul li.active a { color: #98525c; }
header.main-header nav ul li a { font-size: 12px; font-weight: bold; color: inherit; transition: .25s; }
header.main-header nav ul li a:hover { color: #98525c; }
header.main-header .menu-wrap { flex: 0 0 auto !important; display: none; align-items: center; }
header.main-header .menu-wrap button.menu { width: 36px; height: 36px; position: relative; background-color: transparent; border: none; padding: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; cursor: pointer; }
header.main-header .menu-wrap button.menu span { display: block; position: absolute; height: 2px; width: 22px; background-color: #5c626a; border-radius: 2px; transition: transform .3s ease, opacity .3s ease, top .3s ease, bottom .3s ease; left: calc(50% - 11px); }
header.main-header .menu-wrap button.menu span:nth-child(1) { top: 9px; }
header.main-header .menu-wrap button.menu span:nth-child(2) { top: calc(50% - 1px); }
header.main-header .menu-wrap button.menu span:nth-child(3) { bottom: 9px; }
header.main-header .menu-wrap button.menu.active span:nth-child(1) { top: calc(50% - 1px); transform: rotate(45deg); }
header.main-header .menu-wrap button.menu.active span:nth-child(2) { opacity: 0; transform: scale(0); }
header.main-header .menu-wrap button.menu.active span:nth-child(3) { bottom: calc(50% - 1px); transform: rotate(-45deg); }

@media only screen and (min-width: 992px) {
  header.main-header nav ul li.lang-switch { margin-left: 15px !important; padding-left: 15px; border-left: 1px solid #ddd; }
  header.main-header nav ul li.lang-switch a { background: transparent !important; color: #98525c; }
}

@media (max-width: 991px) {
  header.main-header { padding: 12px 0; }
  header.main-header.fixed { padding: 8px 0; }
  header.main-header .menu-wrap { display: flex !important; z-index: 9; }
  header.main-header nav { display: block !important; position: fixed; background-color: #fff; top: 50px; left: 0; right: 0; z-index: 998; transition: transform 0.4s ease, opacity 0.3s ease; transform: translateY(-150%); opacity: 0; pointer-events: none; padding: 20px 0; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); }
  header.main-header nav.active { transform: translateY(0) !important; opacity: 1 !important; pointer-events: auto !important; }
  header.main-header nav ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 15px; text-align: center; }
  header.main-header nav ul li { display: block !important; margin: 0 !important; }
  header.main-header nav ul li a { display: block; padding: 10px 4px; background: #f7f7f7; border-radius: 4px; font-size: 11px !important; }
  header.main-header nav ul li.lang-switch { border-left: none !important; margin-top: 0 !important; padding-top: 0 !important; }
  header.main-header nav ul li.lang-switch a { background-color: rgba(152, 82, 92, 0.1) !important; color: #98525c !important; font-weight: bold; }
}
@media only screen and (max-width: 768px) { header.main-header nav { top: 43px; } }

#expertise, #approach, section[id] { scroll-margin-top:50px; }
section#vision { padding-top: 50px; }

/* =========================================
   7. SCROLL UP BUTTON
   ========================================= */
button.scroll-up { position: fixed; left: 15px; bottom: 15px; width: 50px; height: 50px; border-radius: 50px; box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); border: none; background-color: rgba(255, 255, 255, 0.7); transition: .25s; transform: scale(0, 0); z-index: 999; }
button.scroll-up.active { transform: scale(1, 1); }
button.scroll-up:hover { background-color: #98525c; }
button.scroll-up::after { content: ""; display: block; position: absolute; top: calc(50% - 4px); left: calc(50% - 5px); transform: translate(-50%, -50%) rotate(45deg); width: 12px; height: 12px; border: 2px solid #999; border-bottom: 0; border-right: 0; transition: .25s; }
button.scroll-up:hover::after { border-color: #fff; }
@media only screen and (max-width: 768px) { button.scroll-up { width: 40px; height: 40px; } button.scroll-up::after { width: 8px; height: 8px; top: calc(50% - 3px); left: calc(50% - 4px); } }

/* =========================================
   8. SECTION: HERO
   ========================================= */
.hero { padding-top: 69px; background-image: url("../img/1-bg.jpg"); background-size: cover; background-position: center calc(50% - 20px); position: relative; }
.hero::before { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7); }
.hero .text {
    color: #fff;
    position: relative;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 35px;
    z-index: 2;
}
.hero .text p { color: #b56576; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; font-size: 14px; margin-bottom: 20px; }
.hero .text h1 { border-left: 7px solid #98525c; padding-left: 30px; }
@media only screen and (max-width: 768px) {
  .hero { padding-top: 45px; }
  .hero .text { height: 300px !important; padding-bottom: 30px !important; }
  .hero .text p { font-size: 11px !important; letter-spacing: 1px !important; white-space: nowrap !important; margin-bottom: 12px; }
  .hero .text h1 { font-size: clamp(26px, 7.5vw, 36px) !important; line-height: 1.1 !important; border-left-width: 4px !important; padding-left: 15px !important; }
}

/* =========================================
   9. SECTION: INTRO
   ========================================= */
.intro {
    background-color: #2a1215;
    color: #fff;
    padding: 45px 0;
    margin-top: -40px;
    position: relative;
    z-index: 10;
    box-shadow: none;
}
.intro .flex {
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
    align-items: center;
}
.intro .flex .text-wrap { flex: 1 1 0; display: flex; align-items: center; justify-content: space-between; padding-left: 0; }
.intro .flex .text-wrap .text h2 { color: #b56576; font-size: 22px; margin-bottom: 15px; letter-spacing: 1px; }
.intro .flex .text-wrap .text p { line-height: 1.6; font-size: 16px; color: rgba(255, 255, 255, 0.75); }
@media only screen and (max-width: 992px) { .intro .flex .text-wrap { flex-direction: column; align-items: flex-start; } }
@media only screen and (max-width: 768px) {
  .intro { margin-top: -50px; padding: 30px 0; }
  .intro .flex { flex-direction: column; text-align: center; padding-left: 15px; padding-right: 15px; }
  .intro .flex .text-wrap { border-top: none; padding-top: 0; align-items: center; }
  .intro .flex .text-wrap .text h2 { font-size: 16px !important; line-height: 1.3 !important; }
}

/* =========================================
   10. SECTIONS: VISION & EXPERTISE
   ========================================= */
.approach,
.profile,
.expertise,
.contact {
    padding-top: 60px;
}
.asr-vision-full-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}

.asr-vision-full-grid .item {
    background: #181d23;
    border: 1px solid #2f363f;
    border-radius: 2px;
    padding: 30px 40px;
    box-sizing: border-box;
}

.asr-vision-full-grid .item .title-wrap {
    display: block;
}

.asr-vision-full-grid .item .ic-wrap {
    display: none;
}

.asr-vision-full-grid .item .title {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}

.asr-vision-full-grid .item p {
    max-width: 620px;
    color: #b0b8c1;
    line-height: 1.6;
    font-size: 13px;
    margin-top: 16px;
}
@media only screen and (max-width: 991px) { .asr-vision-full-grid { grid-template-columns: 1fr !important; } }

.expertise .left { flex: 1 1 0; }
.expertise .left .img-wrap img { display: block; width: 100%; }
.expertise .left .title { font-weight: bold; color: #000; font-size: 18px; margin-top: 28px; }
.expertise .left p { margin-top: 20px; font-size: 14px; }
.expertise .right { flex: 0 0 665px; padding-left: 30px; padding-top: 0px; }
.expertise .right .items .item:not(:last-child) {
    margin-bottom: 24px;
}
.expertise .right .items .item .title-wrap { display: flex; border-bottom: 2px solid #98525c; padding-bottom: 9px; }
.expertise .right .items .item .title-wrap .ic-wrap { flex: 0 0 35px; }
.expertise .right .items .item .title-wrap .ic-wrap i.ic { font-size: 22px; }
.expertise .right .items .item .title-wrap .title { display: inline-block; font-weight: bold; font-size: 12px; }
.expertise .right .items .item p {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.55;
}

@media only screen and (max-width: 1200px) { .expertise .right { flex: 0 0 530px; } }
@media only screen and (max-width: 992px) { .expertise .right { flex: 0 0 430px; } }
@media only screen and (max-width: 768px) {
  .expertise .flex { max-width: 510px; margin-left: auto; margin-right: auto; }
  .expertise .left { flex: 1 1 100%; }
  .expertise .right { flex: 1 1 100%; padding-left: 0; padding-top: 40px; }
}

/* =========================================
   11. SECTION: KEY ASSETS
   ========================================= */

.key-assets {
    margin-top: 55px;
}

.key-assets .flex.items {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    background: #fff;
}

.key-assets .flex.items .item {
    width: calc(50% - 1px);
    height: 430px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.key-assets .flex.items .item::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.92) 0%,
        rgba(0, 0, 0, 0.72) 55%,
        rgba(0, 0, 0, 0.48) 75%,
        rgba(0, 0, 0, 0.18) 100%
    );
    z-index: 1;
}

.key-assets .flex.items .item img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.key-assets .flex.items .item:hover img {
    transform: scale(1.02);
}

.key-assets .flex.items .item .text {
    position: relative;
    width: 100%;
    max-width: 620px;
    padding: 30px 45px;
    text-align: left;
    z-index: 12;
}

.key-assets .item .text .title {
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
    color: #ffffff !important;
}

.key-assets .item .text p {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.65;
    opacity: 0.9;
}

/* Mobile */
@media only screen and (max-width: 768px) {

    .key-assets {
        margin-top: 40px;
    }

    .key-assets .flex.items {
        gap: 2px;
    }

    .key-assets .flex.items .item {
        width: 100%;
        height: auto;
        min-height: 400px;
    }

    .key-assets .flex.items .item .text {
        padding: 30px 25px;
    }

    .key-assets .item .text .title {
        font-size: 15px !important;
    }

    .key-assets .item .text p {
        font-size: 13px !important;
        line-height: 1.6;
    }
}
/* =========================================
   12. SECTION: STRATEGIC APPROACH (STRATEGIC APPROACH)
   ========================================= */

.approach {
    padding-top: 55px;
}

.approach .title-top-wrapper {
    text-align: center;
}

.approach .title-top-wrapper .subtitle {
    max-width: 1080px;
    margin: 25px auto 0;
    font-size: 15px;
    line-height: 1.65;
    color: #68727d;
}

.approach .items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
    margin-top: 48px;
}

.approach .items .item {
    position: relative;
    padding-top: 14px;
    border-top: 2px solid #98525c;
}

.approach .items .item .img-wrap {
    overflow: hidden;
}

.approach .items .item .img-wrap img {
    display: block;
    width: 100%;
    aspect-ratio: 1.45 / 1;
    object-fit: cover;
}

.approach .items .item .title {
    color: #171b20;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-top: 22px;
}

.approach .items .item p {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.7;
    color: #68727d;
}

@media only screen and (max-width: 992px) {
    .approach .items {
        grid-template-columns: 1fr 1fr;
        row-gap: 45px;
    }
}

@media only screen and (max-width: 768px) {
    .approach {
        padding-top: 40px;
    }

    .approach .items {
        grid-template-columns: 1fr 1fr;
        gap: 30px 22px;
    }
}

@media only screen and (max-width: 480px) {
    .approach .items {
        grid-template-columns: 1fr;
    }
}

/* =========================================
   13. SECTION: PROFILE
   ========================================= */
.profile .profile-split {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 45px;
    margin-bottom: 65px;
}

.profile .profile-split .left-img {
    width: 47%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.profile .profile-split .left-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.profile .profile-split .right-text {
    width: 47%;
    margin-left: 6%;
    text-align: left;
}

.profile .profile-split .right-text p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
}
@media only screen and (max-width: 992px) {
  .profile .profile-split .left-img, .profile .profile-split .right-text { width: 100%; margin-left: 0; }
  .profile .profile-split .left-img img { height: 300px; }
  .profile .profile-split .right-text { margin-top: 40px; }
}

.profile .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 20px;
}

.profile .items .item {
    padding: 0 30px;
}

.profile .items .item:first-child {
    padding-left: 0;
}

.profile .items .item:last-child {
    padding-right: 0;
}

.profile .items .item:not(:last-child) {
    border-right: 1px solid #d9dde1;
}

.profile .items .item .label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    color: #98525c;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.profile .items .item .title {
    color: #171b20;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
}

.profile .items .item p {
    font-size: 14px;
    line-height: 1.65;
    color: #68727d;
}

@media only screen and (max-width: 768px) {
    .profile .items {
        grid-template-columns: 1fr;
        gap: 35px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .profile .items .item,
    .profile .items .item:first-child,
    .profile .items .item:last-child {
        padding: 0;
    }

    .profile .items .item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #d9dde1;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 768px) {
  .profile .items { grid-template-columns: 1fr; gap: 40px; max-width: 500px; margin-left: auto; margin-right: auto; }
}

/* =========================================
   14. SECTION: CONTACT FORM
   ========================================= */

.contact {
    padding-bottom: 40px;
}

/* ---------- SUCCESS MESSAGE (вместо формы) ---------- */

.form-wrap .form-done {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 15px;
    min-height: 300px; /* Чтобы страница не прыгала после скрытия формы */
    width: 100%;
    box-sizing: border-box;
}

.form-wrap .form-done.active {
    display: flex;
}

.form-wrap .form-done .title {
    font-size: 28px;
    line-height: 1.3;
    color: #98525c; /* Бордовый фирменный цвет */
    font-weight: bold;
    width: 100%;
}


/* ---------- FORM LABELS ---------- */

.form-wrap form label {
    display: block;
    margin-bottom: 13px;
}

.form-wrap form label p {
    font-size: 10px;
    margin-bottom: 7px;
}


/* ---------- PHONE / EMAIL ICONS ---------- */

.form-wrap form label .input-phone,
.form-wrap form label .input-email {
    position: relative;
}

.form-wrap form label .input-phone::after,
.form-wrap form label .input-email::after {
    content: "";
    display: block;
    position: absolute;
    width: 33px;
    height: 26px;
    border-left: 1px solid #ccc;
    top: calc(50% - 26px / 2);
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
}

/* ---------- INPUTS ---------- */

.form-wrap form label input,
.form-wrap form label textarea {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    transition: .25s;
    border: 1px solid #eeeeee;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    color: #616161;
    box-sizing: border-box;
}

.form-wrap form label input:hover,
.form-wrap form label textarea:hover {
    border-color: #ccc;
}

.form-wrap form label input {
    height: 38px;
}


/* =========================================
   CONTACT FORM LAYOUT
   ========================================= */

#contact .form-wrap {
    max-width: 900px !important;
    margin: 45px auto 0 auto !important;
}


/* ---------- TWO COLUMNS ---------- */

.form-main .form-columns {
    display: flex !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    width: 100% !important;
}


/* ---------- LEFT + RIGHT COLUMNS ---------- */

.form-main .form-columns .form-left,
.form-main .form-columns .form-right {
    width: 48% !important;
    display: flex !important;
    flex-direction: column !important;
}


/* ---------- RIGHT COLUMN ---------- */

.form-main .form-columns .form-right {
    align-self: stretch !important;
}


.form-main .form-columns .form-right .textarea-label {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 0 !important;
    height: 100% !important;
}

.form-main .form-columns .form-right .textarea-label textarea {
    width: 100% !important;
    height: calc(100% - 36px) !important;
    flex: none !important;
    box-sizing: border-box !important;
    resize: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* =========================================
   SUBMIT BUTTON
   ========================================= */

.form-main .btn-warp {
    display: block !important;
    width: 100% !important;
    margin-top: 30px !important;
    text-align: right !important;
}

.form-main .btn-warp .btn {
    background-color: transparent !important;
    color: #98525c !important;
    border: 2px solid #98525c !important;
    padding: 0 30px !important;
    height: 45px !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.form-main .btn-warp .btn:hover {
    background-color: #98525c !important;
    color: #fff !important;
}


/* =========================================
   MOBILE
   ========================================= */

@media only screen and (max-width: 768px) {

    .form-main .form-columns {
        flex-direction: column !important;
    }

    .form-main .form-columns .form-left,
    .form-main .form-columns .form-right {
        width: 100% !important;
    }

    .form-main .form-columns .form-right {
        margin-top: 15px !important;
    }

    .form-main .form-columns .form-right .textarea-label textarea {
        min-height: 150px !important;
    }

}

/* =========================================
   15. FOOTER
   ========================================= */

footer.main-footer {
    background-image: url("../img/footer-bg.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 30px 0 !important;
}

footer.main-footer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(24, 29, 35, 0.95) !important;
}

footer.main-footer .flex {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center !important;
    justify-content: space-between;
}

footer.main-footer .flex > * {
    width: 33.33%;
    color: #fff;
}


/* ---------- LEFT ---------- */

footer.main-footer .flex .left {
    text-align: left;
}

footer.main-footer .flex .left p {
    margin: 0;
    color: #fff !important;
    opacity: 1 !important;
    font-size: 13px;
    line-height: 1.6;
}


/* ---------- CENTER ---------- */

footer.main-footer .flex .center {
    padding: 0 15px;
    text-align: center;
}

footer.main-footer .flex .center p {
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
}

footer.main-footer .flex .center a {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    display: inline-block;
}

footer.main-footer .flex .center a:hover {
    text-decoration: underline;
}


/* ---------- RIGHT / SOCIAL ---------- */

footer.main-footer .flex .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

footer.main-footer .flex .right .social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

footer.main-footer .flex .right .social a {
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    border-radius: 50% !important;
    border: 1px solid #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: .25s;
    box-sizing: border-box;
}

footer.main-footer .flex .right .social a:hover {
    background-color: #98525c;
    border-color: transparent !important;
}

footer.main-footer .flex .right .social a:not(:last-child) {
    margin-right: 15px;
}

footer.main-footer .flex .right .social a img {
    width: auto !important;
    height: 14px !important;
    max-width: 14px !important;
}


/* =========================================
   MOBILE
   ========================================= */

@media only screen and (max-width: 768px) {

    footer.main-footer {
        padding: 25px 0 !important;
    }

    footer.main-footer .flex {
        flex-direction: column;
    }

    footer.main-footer .flex > * {
        width: 100%;
        text-align: center;
    }

    footer.main-footer .flex .left {
        text-align: center;
    }

    footer.main-footer .flex .center {
        padding: 15px 15px !important;
    }

    footer.main-footer .flex .right {
        justify-content: center;
    }

    footer.main-footer .flex .right .social {
        justify-content: center;
    }

}