body {
    margin: 0;
    font-family: Interl, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    background: #F3ECE4;
    color: #373C42;
}




h1, h2{
    font-family: "Bona Nova SC", serif; font-weight: 400;color:#2B3649;margin-bottom: 100px;
}

h1{font-size: 100px;line-height: 0.9;}
h2{font-size: 80px;line-height: 0.9;}
h3{font-size: 22px;color:#2B3649;line-height: 1.1;}
h4{font-size: 20px;}
h5{font-size: 18px;}
h6{font-size: 16px;}

/* HEADER */
.header-top {
    background: #2D3849;
    color: #fff;
    padding: 18px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top nav a {
    margin: 0 15px;
    color:#c9a96a;
    text-decoration: none;
    font-size: 16px;
}
.header-top nav a:hover {
    margin: 0 15px;
    color:#fec;
    text-decoration: none;
    font-size: 16px;
}

.phone {font-family: "Bona Nova SC", serif;    font-weight: 400;color:#c9a96a;font-size: 24px;}

.logo {
    font-size: 20px;
}


.hero {
    position: relative;
    padding: 0 40px 0 40px;
    background: #2D3849;
background: linear-gradient(180deg,rgba(45, 56, 73, 1) 0%, rgba(45, 56, 73, 1) 50%, rgba(237, 234, 206, 1) 50%, rgba(237, 234, 206, 1) 100%);
}

button{

   font-family: "Bona Nova SC", serif; font-weight: 400; font-size: 20px;
   border-radius: 4px;cursor: pointer;
  }


.hero button{
  margin-top:340px;
  background: #2D3849;border:2px solid #c9a96a; padding: 16px 28px;
  color:#c9a96a;
   font-family: "Bona Nova SC", serif; font-weight: 400; font-size: 20px;
   border-radius: 4px;cursor: pointer;
  }
  .hero button:hover{
    margin-top:336px;
background: #2f3a4b;border:2px solid #c9a96a; padding: 20px 32px;
  color:#c9a96a;
   font-family: "Bona Nova SC", serif; font-weight: 400; font-size: 20px;
  }

.hero img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.hero-text {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: white;
}

.hero-text h1 {
    font-size: 80px;
    line-height: 0.9;
    color: white;
}

/* NUMBERS */
.numbers {
    padding: 80px 20px;
    text-align: center;
}

.numbers-wrap {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-top: 40px;
}

.num-card {
    background: #2D3849;
    color: #C3C4C6;
    padding: 40px 40px 60px 40px;
    border-radius: 8px;
    width: 280px;
    overflow: visible;
}
.divider{
    width: 2px;
    background: transparent;
    position: relative;
  }
  
  .divider img{
    margin-left:-16px;
    position:absolute;
    top: 42%;
overflow:visible;
z-index: 3;
    
  }
  
  .divider2{
    width: 60px;
    background: transparent;
    position: relative;
  }
  
    .divider2 img{
    margin-left:-16px;
    position:absolute;
    top: -116px;
overflow:visible;
z-index: 3;
    
  }

.num {
    font-size: 60px;
    font-family: "Bona Nova SC";
    color:#E8CF9B;
}

/* BEST */
.best {
    padding: 80px 20px;
    text-align: center;
}

.best-wrap {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 40px;
}

.best-card {
    width: 240px;
}

.best-card img {z
    border-radius: 8px;
}

/* PRICES */
.prices {
    padding: 80px 20px;
    text-align: center;
    border-radius: 8px;
}

table {
    margin: 40px auto;
    border-collapse: collapse;
    width: 60%;
    text-align: left;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;

}

table th {
    background: #2D3849;
    color: #fff;
    padding: 16px 32px;


}

table td {
    padding: 16px 32px;
    background: #F3ECE4;
    text-align: left;
}
table tr {

    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;

    margin:5px;
}
table tbody{
    margin:5px;
}

/* QUESTION */
.question {
    display: grid;
    grid-template-columns: 6fr 1fr 6fr;
    padding: 100px 250px;
    text-align: center;
    background: #fff;
}

.question-form {
    margin: 30px auto;
    height: 200px;
    width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:  space-between;

}

.flex-items:nth-child(1) {
  display: block;
      width:48%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-items:nth-child(2) {

        width: 48%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-items:nth-child(3) {
 
        width: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-items:nth-child(4) {

  width: 104%;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.question-form input,
.question-form textarea {
    padding: 12px;
    border: 1px solid #ccc;
}

.question-form button {
    padding: 12px;
    background: #c9a96a;
    border: none;
    cursor: pointer;
    color: #fff;
}

/* LOCATIONS */
.locations {
    padding: 80px 20px;
    text-align: center;
}

.loc-wrap {
    display: flex;
    justify-content: center;
    gap: 0px;
    margin-top: 40px;
}

.loc-card {
    background: #2D3849;
    color: #C3C4C6;
    padding: 40px 40px;
    border-radius: 6px;
    width:320px;
}

.loc-card h3{color:#E8CF9B;font-size: 44px;font-family: "Bona Nova SC", serif;    font-weight: 400;line-height: 0.9;    margin-block-start: 0.6em;
    margin-block-end:0;}
/* FOOTER */
.footer {
    text-align: center;
    padding: 40px 0;
    margin-top: 40px;
}
