:root {
  --main-color-gold: #AC9456;
  --main-color-gold-light: #D2B350;
  --main-color-black: #2D232E;
  --main-color-bone: #DFDDCF;
  --main-color-venge: #534B52;
}

* {
    box-sizing: border-box;
}

html, body {
    min-width: 375px;
}

html {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    color: var(--main-color-gold);
    font-optical-sizing: auto;
    line-height: 1.4;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: #2D232E;
    padding-bottom: 60px;
}

/* Typo start */

html,
body {
    font-size: 20px;
}

@media (max-width: 1199.98px) {
    html,
    body {
        font-size: 19px;
    }
}

@media (max-width: 991.98px) {
    html,
    body {
        font-size: 18px;
    }
}

@media (max-width: 767.98px) {
    html,
    body {
        font-size: 17px;
    }
}

@media (max-width: 575.98px) {
    html,
    body {
        font-size: 16px;
    }
}

.text-italic {
    font-family: "Merriweather", serif;
}

.text-light {
    font-weight: 200;
}

.text-big {
    font-size: 1.5rem;
}

.text-caption {
    font-size: .7rem;
}

.text-black {
    color: var(--main-color-black);
}

/* Typo end */

/* Main start */

img {
    max-width: 100%;
}

.button {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    color: var(--main-color-bone);
    text-decoration: none;
    padding: 1em 2em;
    border-radius: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.button.bordered {
    border: 1px solid var(--main-color-gold);
}

.button.bordered:hover {
    background-color: var(--main-color-gold);
}

.button.gold {
    background-color: var(--main-color-gold);
    color: white;
}

.button.gold:hover {
    background-color: var(--main-color-gold);
}

/* Main end */


header {
    position: relative;
}

header .header-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 80vh;
}

header::after {
    content: "";
    display: block;
    position: absolute;
    width: 982px;
    height: 982px;
    background: rgba(70, 68, 72, 0.6);
    filter: blur(700px);
    left: 50%;
    top: -500px;
    z-index: -1;
}

header .logo {
    margin-top: 73px;
    z-index: 5;
    position: relative;
}

header .kt-logo {
    margin-left: -40px;
}

@media (max-width: 1199.98px) {
    header .kt-logo {
        margin-left: -34px;
    } 
}

@media (max-width: 991.98px) {   
    header .logo {
        margin-top: 45px; 
    } 
}

@media (max-width: 575.98px) {
    header .logo {
        margin-top: 25px; 
    } 
    header .kt-logo {
        margin-left: -9%;
    } 
}

.jobs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 0;
  margin-top: -70px;
}

.jobs-list li {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.jobs-list li::after {
  content: "";
  margin-right: 0.4em;
  margin-left: 0.9em;
  display: block;
  width: 1px;
  height: 1.2em;
  background-color: var(--main-color-venge);
  transform: rotate(15deg);
}

.jobs-list li:last-child::after {
  display: none;
  margin: 0;
}

@media (max-width: 767.98px) {
   .jobs-list {
        margin-top: 40px;
    } 
}


.main-info {
    margin-top: 100px;
    position: relative;  
    padding-top: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
}

.main-info::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 500%;
    right: 0;
    top: 0;
    background-color: var(--main-color-bone);
}

.main-info > *{
    position: relative;
    z-index: 4;
}

.main-info-adv-list {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.main-info-adv {
    position: relative;
    padding-right: 50px;
}

.main-info-adv .title {
    font-family: "Merriweather", serif;
    font-size: 3rem;
}

.main-info-adv p {
    margin-top: 0;
    color: var(--main-color-black);
}

.main-info-adv::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 105%;
  background-color: var(--main-color-gold);
  transform: rotate(15deg);
  right: 25px;
  top: 0;
}

.main-info-adv:last-child {
    padding-right: 0;
}

.main-info-adv:last-child::after {
  display: none;
  margin: 0;
  padding-right: 0;
}

@media (max-width: 991.98px) {
    .main-info {
        margin-top: 80px;
        padding-top: 60px;
        padding-right: 60px;
        padding-bottom: 60px;
    }

    .main-info-adv .title {
        font-size: 2rem;
    }

    .main-info-adv p {
        margin-top: 0;
        color: var(--main-color-black);
    }

}

@media (max-width: 575.98px) {
    .main-info {
        margin-top: 60px;
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .main-info-adv-list {
        flex-direction: column;
    }

    .main-info-adv {
        width: 100%;
        padding-right: 0;
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .main-info-adv::after {
        width: 100%;
        height: 1px;
        transform: none;
        bottom: 0;
        top: auto;
        right: 0;
    }
}


.main-info-logo-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1199.98px) {
    .main-info-logo-list {
        flex-wrap: wrap;
    }

    .main-info-logo-list > div {
        width: 20%;
    }

    .main-info-logo-list > div:last-child {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .main-info-logo-list {
        gap: 15px;
    }
    .main-info-logo-list > div {
        width: 30%;
    }
}


.order-block {
    position: relative;
}

.order-block::after {
    content: "";
    position: absolute;
    display: block;
    width: 782px;
    height: 455px;
    background-image: url('/assets/images/kt-bordered.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: -30%;
    z-index: -1;
}

.feedback-form {
    padding: 45px;
    background: linear-gradient(147.8deg, #2D232E 3.26%, #464448 80.68%);
}

.input-block label {
    color: var(--main-color-bone);
    width: 100%;
    display: block;
    margin-bottom: .2em;
}

.input-block input[type=text],
.input-block textarea {
    font-size: 1rem;
    color: var(--main-color-black);
    padding: 1em;
    background-color: white;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    outline: none;
    border: none;
}

.feedback-form .button {
    font-size: 1rem;
}

.feedback-form .file-list {
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}

.feedback-form .file-list li {
    font-size: .9rem;
}

.feedback-form .file-list li button {
    margin-left: 1rem;
    background-color: transparent;
    color: var(--main-color-bone);
    border: none;
    cursor: pointer;
}

.file-upload-wrapper {
    position: relative;
    display: inline-block;
}

.file-upload-button {
    display: inline-block;
    color: var(--main-color-gold);
    padding: 10px 16px;
    padding-left: 0;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

@media (max-width: 1399.98px) {
    .order-block::after {
        left: -40%;
    }
}

@media (max-width: 1199.98px) {
    .order-block::after {
        width: 598px;
        height: 348px;
        left: -40%;
    }
}

@media (max-width: 991.98px) {
   .order-block::after {
        left: -70%;
    } 
}

@media (max-width: 767.98px) {
    .order-block::after {
        left: -120%;
    } 
    .feedback-form {
        padding: 25px;
    }
}

footer {
    margin-top: 60px;
}

footer .logo-footer {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    color: #534B53;
    font-size: .8rem;
}

@media (max-width: 575.98px) {
    footer {
        margin-top: 30px;
    }

    footer .logo-footer img {
       height: 48px;
    }
}

@media (max-width: 1399.98px) {}
@media (max-width: 1199.98px) {}
@media (max-width: 991.98px) {}
@media (max-width: 767.98px) {}
@media (max-width: 575.98px) {}