@font-face {
  font-family: "SFProDisplay";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/SFProDisplay-Light.woff2") format("woff2"), url("../fonts/SFProDisplay-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../fonts/SFProDisplay-Semibold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-display: swap;
}
*, :before, :after {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --app-height: 100vh;
  scroll-behavior: auto;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

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

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #fff;
  font-family: "SFProDisplay", sans-serif;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #000;
}

a {
  text-decoration: none;
  color: #D1BA94;
}
a:hover {
  color: #CEBB9C;
}

button {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

b {
  font-weight: bold;
}

p, blockquote, ul, ol {
  margin: 0 0 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
}

h1 {
  font-weight: normal;
  line-height: 1.07;
  font-size: 64px;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 1368px;
  margin: 0 auto;
  padding: 0 12px;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.btn {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 12px 20px;
  min-height: 56px;
  border: none;
  border-radius: 8px;
  background: #000;
  text-align: center;
  line-height: 1.25;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn > .ic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 12px;
}
.btn:hover {
  background-color: #262626;
  color: #fff;
}

.phone {
  display: inline-block;
  line-height: 1.2;
  font-weight: 500;
  font-size: 24px;
}

a.phone {
  cursor: pointer;
  color: inherit;
}

.bann {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 6vh 0 9vh;
  min-height: var(--app-height);
  line-height: 1.4;
  font-size: 20px;
}
.bann__logo {
  margin-bottom: 6vh;
}
.bann__main {
  margin-bottom: 10vh;
}
.bann__main-wrap {
  max-width: 720px;
}
.bann__head {
  margin-bottom: 25px;
}
.bann__descr {
  max-width: 640px;
  color: #7F7F7F;
}
.bann__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 50px;
  margin-top: 50px;
}
.bann__copy {
  color: #7F7F7F;
}

/*==========	Desktop First Method	==========*/
@media (max-width: 1399px) {
  .container {
    width: 1176px;
  }
  h1 {
    font-size: 60px;
  }
  .bann {
    padding: 3vh 0 6vh;
  }
  .bann__action {
    gap: 20px 30px;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 984px;
  }
  h1 {
    font-size: 54px;
  }
  .bann {
    font-size: 17px;
  }
  .bann__main {
    margin-bottom: 8vh;
  }
  .bann__main-wrap {
    max-width: 640px;
  }
  .bann__action {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0 25px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  .bann__main-wrap {
    max-width: 438px;
  }
  .bann__head {
    margin-bottom: 15px;
  }
  .bann__logo img {
    max-height: 32px;
  }
  .bann__copy {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 18px;
  }
  h1 {
    font-size: 28px;
  }
  .btn {
    min-height: 48px;
  }
  .bann {
    padding: 20px 0 30px;
  }
  .bann__logo {
    margin-bottom: 10vh;
  }
  .bann__main {
    margin-bottom: 40px;
  }
  .bann__main-wrap {
    max-width: 340px;
  }
  .bann__copy {
    margin-top: auto;
  }
}
/*==========	Mobile First Method	==========*/