@charset "UTF-8";
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf); }

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Medium.ttf); }

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.ttf); }

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Italic.ttf); }

@font-face {
  font-family: Alice;
  src: url(../fonts/Alice-Regular.ttf); }

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;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
  font-family: "Roboto", sans-serif; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  min-width: 320px;
  overflow-x: hidden;
  background: #fff; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

a {
  -webkit-transition: color .3s;
  transition: color .3s; }

/*глобальные настройки*/
a {
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s; }

a:hover {
  text-decoration: none; }

p:not(:last-child) {
  margin-bottom: 10px; }

img {
  height: auto;
  max-width: 100%; }

b, strong, .strong {
  font-family: 'RobotoBold', sans-serif;
  font-weight: bold; }

.modal-form-tel,
.modal-success-window {
  display: none;
  padding: 50px 60px 30px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 300;
  text-align: center;
  width: 465px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.modal-form-tel .title,
.modal-success-window .title {
  margin-bottom: 30px;
  font-family: 'RobotoBold', sans-serif;
  font-weight: bold;
  font-size: 1.375em;
  color: #353635; }

.modal-form-tel form,
.modal-success-window form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 350px; }

.modal-form-tel form .input,
.modal-success-window form .input {
  margin-bottom: 25px;
  padding: 12px 18px;
  width: 100%;
  border: 1px solid #d2d2d2;
  font-size: 0.875em;
  color: #353635;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.modal-form-tel form .input:focus,
.modal-success-window form .input:focus {
  outline: none; }

.modal-form-tel form .submit,
.modal-success-window form .submit {
  padding: 12px 18px;
  margin-bottom: 27px;
  border: none;
  width: 100%;
  background: #442d25;
  color: #fff;
  cursor: pointer;
  font-size: 1.125em;
  -webkit-transition: background .3s;
  transition: background .3s; }

.modal-form-tel form .submit:hover,
.modal-success-window form .submit:hover {
  background: #654337; }

.modal-form-tel form .submit:focus,
.modal-success-window form .submit:focus {
  outline: none; }

.modal-form-tel .modal-close,
.modal-success-window .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: #442d25;
  border: none;
  cursor: pointer; }

.modal-form-tel .modal-close:focus,
.modal-success-window .modal-close:focus {
  outline: none; }

.modal-form-tel .modal-close:hover,
.modal-success-window .modal-close:hover {
  background: #55382e; }

.modal-form-tel .modal-close i,
.modal-success-window .modal-close i {
  font-size: 1.375em;
  color: #fff; }

.mask {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 299; }

.button-wrap-menu {
  text-align: center;
  background: #442d25; }

.tog-menu {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer; }

.tog-menu:focus {
  outline: none; }

.tog-menu span {
  display: block;
  position: absolute;
  top: 25px;
  left: 5px;
  right: 5px;
  height: 3px;
  background: #fff; }

.tog-menu span::before,
.tog-menu span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: ""; }

.tog-menu span::before {
  top: -10px; }

.tog-menu span::after {
  bottom: -10px; }

.tog-menu-btn {
  background: none; }

.tog-menu-btn span::before,
.tog-menu-btn span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0; }

.tog-menu-btn span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform; }

.tog-menu-btn span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

/* active state, i.e. menu open */
.tog-menu-btn.active span {
  background: none; }

.tog-menu-btn.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.tog-menu-btn.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.tog-menu-btn.active span::before,
.tog-menu-btn.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s; }

body {
  background: #381904; }

.top-img {
  min-height: 400px;
  background: transparent; }

.main {
  margin-top: -250px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

header .flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8); }

header .logo {
  width: 65%; }
  header .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #442d25; }
    header .logo a .img {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    header .logo a .text {
      text-transform: uppercase; }
      header .logo a .text .title {
        font-family: 'RobotoBold', sans-serif;
        font-weight: bold;
        font-size: 1.25em; }
      header .logo a .text .desc {
        font-size: 0.875em;
        line-height: 20px; }

header .contacts {
  text-align: right; }
  header .contacts .phone {
    display: block;
    margin-bottom: 10px;
    font-family: 'RobotoBold', sans-serif;
    font-weight: bold;
    font-size: 1.625em;
    color: #442d25; }
    header .contacts .phone:hover {
      text-decoration: underline; }
  header .contacts .address {
    margin-top: 20px;
    margin-bottom: 0;
    color: #442d25;
    line-height: 20px; }

.section-menu ul,
.section-bottom-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #442d25;
  border-bottom: 1px solid #442d25;
  background: #fff; }
  .section-menu ul li,
  .section-bottom-menu ul li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center; }
    .section-menu ul li:not(:last-child),
    .section-bottom-menu ul li:not(:last-child) {
      border-right: 1px solid #442d25; }
    .section-menu ul li a,
    .section-bottom-menu ul li a {
      display: inline-block;
      padding: 15px 20px;
      width: 100%;
      height: 100%;
      color: #442d25;
      text-transform: uppercase;
    }
      .section-menu ul li a:hover,
      .section-bottom-menu ul li a:hover {
        background: #af4e0d;
        color: #fff; }

.section-content {
  color: #442d25; }
  .section-content .flex-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 20px 20px;
    background: #fff; }
  .section-content .question {
    width: 25%; }
    .section-content .question .title-box {
      margin-bottom: 20px;
      font-family: 'Alice', sans-serif;
      font-size: 1.5em;
      text-transform: uppercase; }
    .section-content .question .question-box .item {
      margin-bottom: 25px; }
      .section-content .question .question-box .item .title {
        display: inline-block;
        margin-bottom: 10px;
        color: #911918; }
        .section-content .question .question-box .item .title:hover {
          text-decoration: underline; }
      .section-content .question .question-box .item .date {
        font-size: 0.875em;
        color: #555; }
      .section-content .question .question-box .item .desc {
        font-size: 0.875em;
        line-height: 18px; }
    .section-content .question .all-question {
      display: block;
      text-align: right;
      color: #911918; }
      .section-content .question .all-question:hover {
        text-decoration: underline; }
  .section-content .content {
    padding-left: 20px;
    width: 70%;
    border-left: 1px solid #442d25; }
    .section-content .content .title-text {
      margin-bottom: 50px;
      font-family: 'Alice', sans-serif;
      font-size: 2.125em;
      text-align: center; }
    .section-content .content .title-uslugi {
      margin-bottom: 20px;
      font-family: 'Alice', sans-serif;
      font-size: 1.5em; }
    .section-content .content .uslugi {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .section-content .content .uslugi .item {
        margin-right: 3%;
        margin-bottom: 30px;
        width: 30%; }
        .section-content .content .uslugi .item a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          height: 100%; }
          .section-content .content .uslugi .item a:hover .title {
            text-decoration: underline; }
        .section-content .content .uslugi .item .title {
          text-align: center;
          color: #911918;
          text-transform: uppercase;
        }
        .section-content .content .uslugi .item .img {
          height: 150px;
          position: relative;
          overflow: hidden; }
          .section-content .content .uslugi .item .img img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            max-width: 250px; }
    .section-content .content .text-content p {
      line-height: 20px; }

.section-bottom-menu a {
  font-size: 0.875em; }

footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  background: #442d25;
  color: #fff; }
  footer .item {
    width: 30%;
    text-align: center; }
  footer .copy p {
    text-align: left; }
  footer .share p {
    text-align: right; }
  footer .share div {
    text-align: right; }

  .bread {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    background: #eee;
  }
.bread i {
  margin: 0 5px;
}
.bread a {
  color: #911918;
}
.bread a:hover {
  text-decoration: underline;
}
.pagination a {
  color: #911918;
}
.pagination a:hover {
  text-decoration: underline;
}
.section-content .content ul {
  margin-bottom: 15px;
  padding-left: 15px;
  list-style: disc;
}
.section-content .content ul li {
  padding: 5px 0;
  line-height: 20px;
}
.form-wrap form {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-wrap form .input {
  padding: 8px 15px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  width: 100%;
}
.form-wrap form .submit {
  padding: 15px 40px;
  border: none;
  background: #442d25;
  color: #fff;
  transition: background .2s;
}
.form-wrap form .submit:hover {
  background: #654337;
}
.questions-list .item {

}
.questions-list .item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #442d25;
}
.questions-list .item .title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.questions-list .item .title {
  font-family: 'RobotoBold', sans-serif;
  font-weight: bold;
}
.questions-list .item .date {
  font-size: 14px;
  color: #777777;
}
.questions-list .item .questions {
  margin-bottom: 20px;
}
.questions-list .item .questions p,
.questions-list .item .answer p {
  line-height: 20px;
}

@media only screen and (max-width: 992px) {
  .main {
    margin-top: -300px; }
  .section-menu ul li a, .section-bottom-menu ul li a {
    font-size: 0.8125em;
    text-transform: lowercase; }
  .section-content .question .title-box {
    font-size: 1.125em; }
  .section-content .content .uslugi .item {
    width: 47%; }
  footer .item {
    width: 31%; } }

@media only screen and (max-width: 768px) {
  .top-img {
    display: none; }
  .main {
    margin-top: 0; }
  header .logo a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 20px; }
  header .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  header .contacts {
    text-align: center; }
  .tog-menu {
    display: inline-block; }
  .section-menu {
    display: none; }
  .section-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #442d25; }
    .section-menu ul li:not(:last-child) {
      border-right: none;
      border-bottom: 1px solid #442d25; }
    .section-menu ul > li > a {
      display: block;
      padding: 7px 0;
      font-size: 1.125em; }
  .section-content .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section-content .question {
    width: 100%;
    margin-bottom: 20px; }
  .section-content .content {
    padding-top: 30px;
    width: 100%;
    border-left: none;
    border-top: 1px solid #442d25;
    padding-left: 0; }
  .section-content .content .title-text {
    font-size: 1.5em;
    margin-bottom: 30px; }
  .section-content .content .title-uslugi {
    text-align: center; }
  .section-bottom-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section-bottom-menu ul li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #442d25; }
  .section-bottom-menu ul li a {
    font-size: 1em; }
  footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  footer .item {
    width: 100%; }
  footer .copy p,
  footer .share p,
  footer .share div,
  footer .item {
    text-align: center; } }

@media only screen and (max-width: 480px) {
  .section-content .content .uslugi .item {
    width: 100%;
    margin-right: 0; } }

@media only screen and (min-width: 768px) {
  .section-menu {
    display: block !important; } }
