* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #fff;
  background: #faca87;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
}

a {
  color: #faca87;
}

.site-header,
.site-footer {
  background: #000;
  color: #faca87;
}

.fixed,
.site-content {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header-inner {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0;
}

.site-logotype img {
  display: block;
  width: 264px;
  max-width: 100%;
  height: auto;
  max-height: 80px;
}

.header-html-1 {
  margin-left: auto;
}

.top-menu ul,
.top-menu .menu {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-menu a,
.top-menu span {
  color: #faca87;
  font-weight: 700;
  text-decoration: none;
}

.site-content {
  background: #000;
  padding: 26px 34px 44px;
}

.entry-title {
  margin: 18px 0 26px;
  color: #fff;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 700;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #fff;
  line-height: 1.35;
}

.entry-content h2 {
  margin: 42px 0 18px;
  font-size: 30px;
}

.entry-content h3 {
  margin: 32px 0 16px;
  font-size: 24px;
}

.entry-content h4 {
  margin: 24px 0 10px;
  font-size: 20px;
}

.entry-content p,
.entry-content ol {
  margin: 0 0 22px;
}

.entry-content ol {
  padding-left: 28px;
}

.entry-content li {
  margin-bottom: 10px;
}

.entry-content img {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 16px auto 28px;
}

.btn-box {
  margin: 22px 0;
  text-align: center;
}

.btn,
.btn:visited,
.entry-content a.btn {
  display: inline-block;
  max-width: 100%;
  padding: 12px 28px;
  border-radius: 4px;
  background: #f00;
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.btn:hover,
.btn:focus {
  background: #d80000;
  color: #fff;
}

table {
  width: 100%;
  margin: 18px 0 28px;
  border-collapse: collapse;
  color: #111;
  background: #fff;
  font-size: 16px;
}

th,
td {
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  vertical-align: top;
}

th {
  background: #f2f2f2;
  font-weight: 700;
}

tbody tr:nth-child(even) {
  background: #fafafa;
}

.order-form {
  margin: 42px auto 10px;
  padding: 24px;
  border: 1px solid #faca87;
  max-width: 620px;
}

.order-form h2 {
  margin-top: 0;
}

.order-form label {
  display: block;
  margin: 14px 0 6px;
  color: #faca87;
  font-weight: 700;
}

.order-form input,
.order-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  font: inherit;
}

.order-form textarea {
  min-height: 96px;
  resize: vertical;
}

.site-footer-inner {
  padding: 22px 0;
}

.footer-info {
  text-align: center;
}

.scrolltop,
.search-screen,
.humburger,
.main-navigation,
.mobile-menu-placeholder,
noscript,
meta[itemprop] {
  display: none !important;
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .site-header-inner {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 18px 0;
  }

  .header-html-1 {
    margin-left: 0;
  }

  .top-menu ul,
  .top-menu .menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-content {
    width: min(100%, calc(100% - 18px));
    padding: 18px 14px 30px;
  }

  .entry-title {
    font-size: 25px;
  }

  .entry-content h2 {
    font-size: 23px;
  }

  .entry-content h3 {
    font-size: 20px;
  }

  table {
    display: block;
    overflow-x: auto;
    white-space: normal;
  }
}
