* {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background-color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  font-family: 'Bitter', sans-serif;
  color: #322E29;
}

:focus {
  outline: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  border: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

b, strong {
  font-weight: inherit;
}

i, em {
  font-style: inherit;
}

section {
  position: relative;
  z-index: 1;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

input::-ms-clear {
  display: none;
}

input, textarea, button, select {
  font-family: inherit;
}

textarea {
  resize: none;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  background-color: #E9E4CF;
  padding: 15px;
  border: 1px solid transparent;
  font-size: 14px;
}

button {
  border: 0;
  cursor: pointer;
}

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

.visible {
  display: block;
}

.hidden {
  display: none;
}

.bold {
  font-weight: bold;
}

.wrapper {
  max-width: 1056px;
  margin: 0 auto;
  padding: 0 48px;
}

.flex_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_btn {
  font-family: 'Bitter', serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 24px;
  background: #F8F3EC;
  border-radius: 12px;
  cursor: pointer;
}
.main_btn:hover {
  background-color: #EBDDC8;
}

.header {
  margin: 64px 0;
}

.banner_block {
  position: relative;
}
.banner_block::before {
  content: "";
  position: absolute;
  background: url(../img/banner.jpg) no-repeat center;
  width: calc(100% - 120px);
  height: 100px;
  bottom: -16px;
  left: 60px;
  z-index: -1;
  filter: blur(28px);
}
.banner_block p {
  font-weight: 700;
  font-size: 32px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 96px 50px;
  margin: 0;
}
.banner_block img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.main_text {
  margin: 100px 0 0;
  padding-bottom: 100px;
}
.main_text .long_text {
  padding: 0 130px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #4F4F4F;
  opacity: 0.9;
}
.main_text .info {
  border-top: 1px solid #322E29;
  border-bottom: 1px solid #322E29;
  padding: 64px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  max-width: 600px;
  margin: 64px auto 44px;
}
.main_text .contact {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Bitter', serif;
  font-weight: 500;
}
.main_text .contact .city {
  font-weight: 600;
  text-transform: uppercase;
}
.main_text .contact .address {
  margin: 16px 0 30px;
}
.main_text .contact .phone {
  display: block;
  color: #D3A562;
}
.main_text .contact .mail {
  display: block;
  color: #D3A562;
  margin: 40px 0 20px;
}

.main_text  .data {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  max-width: 600px;
  font-family: "Bitter", serif;
  font-weight: 500;
  position: relative;
  padding: 64px 0 0 0;
  margin: 64px auto 0 auto;
}

.main_text .data:after {
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  background: #322E29;
}

.main_text .data p {
  margin: 0 0 8px 0;
}

.gold {
  color: #D3A562;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

/*0*/
@media screen and (max-width: 1200px) {
  .banner_block p {
    font-size: 28px;
    line-height: 46px;
    padding: 96px 20px;
  }
  .main_text .long_text {
    padding: 0 80px;
  }
  .main_text {
    margin: 64px 0 0;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    margin: 48px 0;
  }
  .header img {
    width: 228px;
  }
  .banner .wrapper {
    padding: 0;
  }
  .banner_block p {
    font-size: 20px;
    line-height: 30px;
    padding: 76px 10px;
  }
  .banner_block img {
    border-radius: 0;
  }
  .main_text {
    margin: 80px 0 0;
    padding-bottom: 30px;
  }
  .main_text .long_text {
    padding: 0;
    font-size: 14px;
    line-height: 28px;
  }
  .main_text .info {
    font-size: 17px;
  }
}
@media screen and (max-width: 567px) {
  .wrapper {
    padding: 0 24px;
  }
  .header img {
    width: 168px;
  }
  .main_btn {
    font-size: 14px;
  }
  .banner_block p {
    font-size: 22px;
    line-height: 36px;
    padding: 55px 20px;
  }
  .main_text {
    margin: 64px 0 0;
    padding-bottom: 50px;
  }
  .main_text .long_text {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
  }
  .main_text .info {
    font-size: 16px;
    padding: 50px 0;
    margin: 30px 0 64px;
  }
  .main_text .contact {
    font-size: 14px;
  }
  .main_text .contact .city {
    font-size: 16px;
  }
  .main_text .contact .lic_title {
    display: block;
  }
  .banner_block::before {
    bottom: 0;
  }
}