html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

@font-face {
  font-family: "Open Sans";
  src: url("fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.icon-arrow-down {
  width: 1.8em;
  height: 1em;
  fill: initial;
}

.icon-arrow-right {
  width: 0.56em;
  height: 1em;
  fill: initial;
}

.icon-check {
  width: 0.99em;
  height: 1em;
  fill: initial;
}

.icon-mail {
  width: 1.33em;
  height: 1em;
  fill: initial;
}

.icon-phone {
  width: 0.99em;
  height: 1em;
  fill: initial;
}

body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 15px;
  overflow-x: hidden;
}

p {
  -webkit-font-smoothing: subpixel-antialiased;
}

.title-lg {
  width: 335px;
  height: 65px;
  position: relative;
  left: -1px;
}

.title-lg img {
  max-width: 100%;
}

.title-md {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

.sign {
  width: 360px;
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: -136px;
  top: 35%;
}

.photo {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 1338px;
  height: 1220px;
}

.photo img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.in {
  background-image: linear-gradient(to right, #f1edea 0%, #d9d3ce 100%);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 15px 19px;
  position: relative;
}

.l {
  max-width: 1170px;
  height: calc(100vh - 30px - 45px);
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  text-align: left;
}

.l:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}

.l-center {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.header {
  position: relative;
  margin-bottom: 22px;
}

.title {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  min-width: 398px;
}

.logo {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 10px;
}

.logo__img {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.menu__item {
  font-family: 'Times New Roman', serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-style: italic;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin-right: 55px;
}

.menu__item:last-of-type {
  margin-right: 0;
}

.menu__item:hover span {
  border-bottom-style: solid;
}

.menu__item.is-active span {
  color: #000;
  border-bottom-color: transparent;
}

.menu__item.is-active .icon-arrow-down {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.menu__item a {
  color: #7f612c;
  text-decoration: none;
  display: inline-block;
}

.menu__item a span {
  border-bottom: 1px dotted #8a6123;
}

.icon-arrow-down {
  width: 9px;
  height: 5px;
  fill: #7f612c;
  display: block;
  opacity: 0;
  margin: 0 auto;
  margin-bottom: 10px;
}

.main {
  position: relative;
  color: #575757;
  margin-top: 80px;
  min-height: 380px;
}

.content {
  position: absolute;
  top: 0;
  left: -2999px;
  line-height: 25px;
  font-size: 15px;
}

.content.is-active {
  left: 0;
}

.content_small {
  max-width: 740px;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.content_large {
  max-width: 780px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.content__ttl {
  margin-bottom: 25px;
}

.content__about {
  letter-spacing: 0.015px;
  line-height: 23px;
}

.content__about p {
  margin-bottom: 5px;
}

.content-list__el {
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
}

.content-list__el span {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  padding-left: 16px;
  line-height: 24px;
}

.icon-check {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: #7f612c;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.icon-arrow-right {
  width: 5px;
  height: 9px;
  fill: #7f612c;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.mob-content {
  display: none;
  font-size: 14px;
  line-height: 20px;
  max-width: 62.5%;
  position: absolute;
  top: 32px;
  left: 0;
}

.mob-content p {
  margin-bottom: 5px;
}

.btn-more {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 14px;
  color: #7f612c;
  background-color: transparent;
  margin-top: 1.81818vh;
}

.contacts {
  display: inline-block;
}

.contacts a {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  text-decoration: none;
}

.phone {
  font-size: 27px;
  line-height: 1;
  color: #000;
  display: block;
  margin-bottom: 18px;
}

.email {
  font-size: 15px;
  line-height: 1;
  color: #7f612c;
  display: inline-block;
}

.mob-contacts {
  display: none;
}

.mob-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #a98950;
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
}

.mob-btn .icon {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-phone {
  width: 17px;
  height: 17px;
}

.icon-mail {
  width: 16px;
  height: 12px;
}

.footer {
  min-height: calc(100vh - (100vh - 60px + 15px));
  position: relative;
}

.copyright {
  position: absolute;
  bottom: 33px;
  font-size: 13px;
  line-height: 1;
  opacity: 0.5;
}

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

  .photo img {
    max-height: 85%;
    -webkit-transform: translate(25%, 0);
    -ms-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }

  .logo {
    position: absolute;
    top: 4px;
    right: 0;
  }

  .content {
    font-size: 14px;
    line-height: 22px;
  }
}

@media only screen and (max-height: 375px) {

  .mob-content {
    top: 0;
  }
}

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

  .photo img {
    -webkit-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    transform: translate(10%, 0);
  }
}

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

  .sign {
    display: none;
  }
}

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

  .title-lg {
    width: 307px;
    height: 50px;
  }

  .l {
    max-width: 940px;
  }

  .header {
    margin-bottom: 2.5vh;
  }

  .title {
    min-width: 356px;
  }

  .logo {
    top: 10px;
  }

  .content_small {
    max-width: 660px;
    line-height: 24px;
  }

  .content_large {
    max-width: 690px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .content__txt {
    max-width: 300px;
    position: relative;
    top: 7px;
  }

  .content-list__el span {
    max-width: 280px;
    padding-left: 17px;
  }
}

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

  .photo img {
    -webkit-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    transform: translate(20%, 0);
  }
}

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

  .header {
    margin-bottom: 2.66667vh;
  }

  .content-list__el span {
    max-width: 78.01418%;
  }
}

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

  .l {
    max-width: 700px;
    padding-left: 20px;
  }

  .main {
    margin-top: 50px;
  }

  .mob-content.is-active {
    display: block;
  }
}

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

  .photo img {
    max-height: 78%;
  }
}

@media only screen and (max-height: 900px) {

  .l-center {
    margin-bottom: -10px;
  }
}

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

  .in {
    height: auto;
    min-height: 100vh;
  }

  .content-list__el {
    display: block;
  }

  .content-list__el span {
    width: 100%;
    max-width: 90%;
  }
}

@media only screen and (max-height: 800px) and (min-height: 700px) {

  .photo {
    height: 780px;
  }

  .main {
    margin-top: 40px;
  }
}

@media only screen and (max-height: 1000px) and (min-height: 900px) {

  .photo {
    height: 980px;
  }
}

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

  .header {
    margin-bottom: 1.09091vh;
  }

  .menu {
    font-size: 0;
  }

  .menu__item {
    margin-right: 8.51064%;
  }

  .content__ttl {
    font-size: 16px;
    position: relative;
    top: 15px;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .content__txt {
    top: 0;
  }

  .content-list__el {
    margin-bottom: 10px;
  }

  .content-list__el span {
    line-height: 20px;
    padding-left: 11px;
  }
}

@media only screen and (max-height: 1100px) and (min-height: 1000px) {

  .photo {
    height: 1080px;
  }
}

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

  .title-lg {
    width: 170px;
    height: 45px;
  }

  .title-md {
    font-size: 14px;
  }

  .l {
    height: auto;
    padding-left: 0;
  }

  .header__title_md {
    margin-left: -1px;
    margin-top: -15px;
  }

  .logo__img {
    width: 30px;
    height: 30px;
  }

  .menu__item {
    font-size: 16px;
    margin-right: 6.38298%;
  }

  .main {
    min-height: 300px;
    margin-top: 25px;
  }

  .content {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    max-width: 90vw;
    padding-bottom: 80px;
  }

  .content.is-active {
    position: relative;
  }

  .content__ttl {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .icon-check {
    margin-top: 1px;
  }

  .contacts {
    display: none;
  }

  .mob-contacts {
    margin-top: 40px;
    padding-bottom: 15px;
    display: block;
    position: fixed;
    bottom: 25px;
    left: 20px;
  }

  .footer {
    position: absolute;
    bottom: 15px;
    min-height: auto;
  }

  .copyright {
    position: static;
    font-size: 11px;
    color: #7f612c;
  }
}

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

  .mob-content {
    top: 75px;
  }
}

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

  .menu__item a span {
    display: block;
  }

  .menu__item a span:first-of-type {
    display: inline-block;
  }
}

@media only screen and (max-height: 700px) and (min-height: 600px) {

  .photo {
    height: 680px;
  }
}

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

  .mob-content {
    top: 50px;
  }
}

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

  .mob-content {
    top: 32px;
    font-size: 13px;
  }

  .btn-more {
    font-size: 13px;
  }
}

@media only screen and (max-height: 750px) {

  .l-center {
    margin-top: 0;
  }
}

@media only screen and (max-height: 700px) and (min-height: 320px) {

  .main {
    margin-top: 22px;
    min-height: 372px;
  }
}

@media only screen and (max-height: 900px) and (min-height: 800px) {

  .photo {
    height: 880px;
  }
}

@media only screen and (max-height: 1200px) and (min-height: 1100px) {

  .photo {
    height: 1180px;
  }
}

@media only screen and (max-height: 600px) and (min-height: 1px) {

  .photo {
    height: 580px;
  }
}

@media only screen and (max-height: 800px) {

  .l-center {
    margin-top: 22px;
  }

  .phone {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .copyright {
    bottom: 5px;
  }
}

/*# sourceMappingURL=app.css.map */
