/* FOR LOCAL DEV
@font-face {
  font-family: proxima-nova;
  src: url(/assets/fonts/proxima-nova-regular/proxima-nova-regular.woff2)
      format('woff2'),
    url(/assets/fonts/proxima-nova-regular/proxima-nova-regular.woff)
      format('woff'),
    url(/assets/fonts/proxima-nova-regular/proxima-nova-regular.ttf)
      format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: proxima-nova;
  src: url(/assets/fonts/proxima-nova-semibold/proxima-nova-semibold.woff2)
      format('woff2'),
    url(/assets/fonts/proxima-nova-semibold/proxima-nova-semibold.woff)
      format('woff'),
    url(/assets/fonts/proxima-nova-semibold/proxima-nova-semibold.ttf)
      format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*/

@font-face {
  font-family: proxima-nova;
  src: url(/assets/fonts/proxima-nova-regular/proxima-nova-regular.woff2)
      format('woff2'),
    url(/assets/fonts/proxima-nova-regular/proxima-nova-regular.woff)
      format('woff'),
    url(/assets/fonts/proxima-nova-regular/proxima-nova-regular.ttf)
      format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: proxima-nova;
  src: url(/assets/fonts/proxima-nova-semibold/proxima-nova-semibold.woff2)
      format('woff2'),
    url(/assets/fonts/proxima-nova-semibold/proxima-nova-semibold.woff)
      format('woff'),
    url(/assets/fonts/proxima-nova-semibold/proxima-nova-semibold.ttf)
      format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


body {
  background-color: #F1F0EC;
  color: #000;
  font-family: proxima-nova;
}

.container {
  max-width: 960px;
  margin: 126px auto 0;
  position: relative;
  
}

.content_top {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 30px 0 49px;
  margin-bottom: 69px;
}

.content_bottom {
  border-top: 1px solid #979797;
  padding: 19px 13px 0;
  margin-bottom: 50px;
}

.content_bottom a {
  text-decoration: underline;
  color: #000;
}

.header {
  width: 100%;
  height: 73px;
  background: #000;
}

.header_line {
  display: block;
  height: 18.625rem;
  width: 0;
  position: absolute;
  top: -0.875rem;
  left: 0.71875rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(212, 175, 55);
  border-image: initial;
}

.logo_holder {
  width: 237px;
  height: 103px;
  display: flex;
  align-items: center;
}

.logo_holder img {
  width: 100%;
  height: auto;
}

.door_img {
  width: 271px;
}

.door_img img {
  width: 100%;
  height: auto;
}

.main_content {
  max-width: 375px;
  margin: 83px 0 0 53px;
  font-family: proxima-nova;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 29px;
}

.copy_title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  margin: 40px 0 8px;
  width: 100%;
}

.copy_description {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  width: 100%;
}

.logo_holder_mobile {
  display: none;
}

.desc {
  margin-top: 28px;
  font-size: 16px;
  line-height: 24px;
}

.desc:first-child {
  margin-top: 0;
}

.desc__subject {
  font-weight: bold;
  
}


@media screen and (max-width: 1025px) {
  .container {
    padding: 0 23px;
    max-width: 685px;
  }

  .content_top {
    padding: 0 1px 0 13px;
    margin-bottom: 61px;
  }

  .logo_holder {
    width: 170px;
    height: 74px;
  }

  .content_bottom {
    border-top: 1px solid #979797;
    padding: 19px 5px 0 0;
    margin-bottom: 50px;
  }

  .main_content {
    max-width: 376px;
    margin: 55px 0 0 4px;
  }

  .copy_title {
    font-size: 22px;
    line-height: 27px;
    margin: 28px 0 15px;
  }

  .copy_description {
    font-size: 16px;
    line-height: 24px;
  }

  .door_img {
    width: 228px;
  }
}

@media screen and (max-width: 599px) {
  .container {
    padding: 0 27px;
    max-width: 374px;
    margin: 45px auto 0;
  }

  .content_top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding: 0;
  }

  .copy_title {
    margin: 25px 0 15px;
  }

  .main_content {
    margin: 0;
    max-width: 278px;
  }

  .logo_holder_mobile {
    display: block;
    margin-bottom: 38px;
    width: 230px;
    height: 100px;
  }

  .logo_holder_mobile img {
    width: 100%;
    height: auto;
  }

  .logo_holder {
    display: none;
  }
}