.cf:after,
.container:after,
.offer__content:after {
  content: '';
  display: table;
  clear: both
}

a {
  color: inherit;
  text-decoration: none
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

.header__lang {
  background-color: #000
}

.lang__list {
  text-align: right
}

.lang__item {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  border-radius: 50%;
  opacity: .5;
  transition: opacity .2s ease-out
}

.lang__item:nth-child(n+2) {
  margin-left: 10px
}

.lang__item:hover {
  opacity: 1
}

.header__banner {
  position: relative
}

.header__banner-pic {
  display: block;
  width: 100%
}

.nav_main-page {
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 0;
  left: 0
}

.header_article {
  background-color: #000;
  position: relative;
  text-align: center
}

.header_article:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13.5px 12px;
  border-color: transparent transparent #fff
}

.nav__level-0 {
  display: inline-block;
  vertical-align: top
}

.nav__link {
  display: block;
  padding: 0 16px;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  transition: background-color .2s ease-out
}

.nav__item:hover {
  background-color: #7c4e24
}

.nav__link-tall {
  line-height: 2.6
}

.header__parallax {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  user-select: none
}

.header__bars,
.header__corner {
  position: absolute;
  top: 2%;
  left: 10%;
  width: 20%
}

.header__bars {
  top: 60%;
  width: 19%
}

.header__bars_long {
  position: absolute;
  top: 14%;
  right: -4%;
  width: 30%
}

.header__worker {
  position: absolute;
  right: 0;
  bottom: -1%;
  left: 0;
  text-align: center;
  margin: 0 auto;
  width: 43.7%
}

.header__worker img {
  transform: translateY(-100%)
}

@media (max-width:1279px) {
  .nav-root {
    display: none
  }
}

.slicknav_menu {
  background: #000;
  text-align: left;
}

@media (min-width:1280px) {
  .slicknav_menu {
    display: none
  }
}

.slicknav_btn {
  background: #262323
}

.slicknav_nav {
  font-size: .8rem;
  line-height: 1.5
}

.slicknav_nav a {
  transition: background-color .1s ease-out
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_item:hover {
  color: #fff;
  background-color: #704620
}

.section {
  margin-top: 2rem;
  margin-bottom: 2rem
}

.section_article {
  margin-bottom: 3rem;
  color: #221f1f
}

.section_inside {
  padding-top: 46px;
  padding-bottom: 64px;
  position: relative;
  background-color: #262323;
  color: #fff
}

@media (min-width:641px) {
  .section_inside {
    padding-top: 64px;
    padding-bottom: 96px
  }
}

.section__text {
  margin-top: 1rem;
  font-size: 16px;
  line-height: 1.6
}

.section__text:empty {
  margin-top: 0
}

.section__text_distant {
  margin-top: 1.5rem
}

.h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700
}

.h2_brown {
  color: #7c4e24
}

.h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700
}

.underline {
  position: relative;
  padding-bottom: .5rem
}

.underline:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 230px;
  margin: 0 auto;
  height: 6px;
  background-color: #fac91a
}

@media (max-width:720px) {
  .plain-text {
    font-size: .8rem
  }
}

.plain-text ol:nth-child(n+2),
.plain-text p:nth-child(n+2),
.plain-text ul:nth-child(n+2) {
  margin-top: 1.3em
}

.plain-text ol,
.plain-text ul {
  list-style-type: disc;
  margin-left: 1em
}

.plain-text ol {
  list-style-type: decimal
}

.plain-text ol>li {
  margin-top: 1rem
}

.plain-text ol ol:nth-child(n),
.plain-text ol ul:nth-child(n),
.plain-text ul ol:nth-child(n),
.plain-text ul ul:nth-child(n) {
  margin-top: 0
}

.plain-text h1,
.plain-text h2,
.plain-text h3,
.plain-text h4 {
  margin: 1.414em 0 .5em;
  line-height: 1.2;
  font-weight: 700
}

.plain-text h1 {
  margin-top: 0;
  font-size: 2.074em
}

.plain-text h2 {
  font-size: 1.728em
}

.plain-text h3 {
  font-size: 1.44em
}

.plain-text h4 {
  font-size: 1.2em
}

.plain-text .db {
  display: block
}

.plain-text .alignleft,
.plain-text img.alignleft {
  float: left;
  margin-right: 56px
}

.plain-text .alignright,
.plain-text img.alignright {
  float: right
}

.input,
.plain-text .aligncenter,
.plain-text img.aligncenter {
  display: block;
  margin: 0 auto
}

.plain-text .alignnone,
.plain-text img.alignnone {
  float: none;
  clear: both
}

.input {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: transparent;
  border: 0
}

.input:focus {
  outline: 0
}

.offer__content {
  margin-top: 48px
}

@media (max-width:640px) {
  .offer__item:nth-child(n+2) {
    margin-top: 60px
  }
}

@media (min-width:641px) {
  .offer__item {
    float: left;
    width: 49%
  }
  .offer__item:nth-child(n+2) {
    margin-left: 2%
  }
}

.offer__slider {
  font-size: 0
}

.offer__slider img {
  display: block;
  width: 100%
}

.offer__btn {
  display: inline-block;
  vertical-align: top;
  min-width: 270px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #fff;
  transition: color .2s ease-out, background-color .2s ease-out
}

.offer__btn:hover {
  background-color: #fff;
  color: #262323
}

.offer__btn-box {
  margin-top: 40px
}

.slider__btn_out {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  cursor: pointer
}

.slider__btn_prev-out {
  right: 100%
}

.slider__btn_next-out {
  left: 100%
}

.showcase {
  padding-bottom: 84px
}

.showcase__box {
  margin-top: 54px
}

.showcase__slider-box {
  position: relative
}

.showcase__swipder-slide {
  height: 160px
}

.showcase-pic {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.footer {
  color: #fff
}

.footer__top {
  padding-top: 67px;
  background-color: #262323;
  padding-bottom: 45px
}

.footer__bottom {
  font-size: 14px;
  line-height: 2.3;
  background-color: #000
}

@media (max-width:719px) {
  .footer__bottom {
    text-align: center
  }
}

@media (min-width:720px) {
  .copyleft {
    float: left
  }
  .copyright {
    float: right
  }
}

@media (min-width:580px) {
  .footer__item {
    display: inline-block;
    vertical-align: top
  }
}

@media (min-width:960px) {
  .footer__item {
    width: 23%
  }
  .footer__item:not(:last-child) {
    margin-right: 2.5%
  }
}

@media (min-width:580px) and (max-width:959px) {
  .footer__item {
    width: 48%
  }
  .footer__item:nth-child(2n) {
    margin-left: 4%
  }
  .footer__item:nth-child(n+3) {
    margin-top: 4%
  }
}

@media (max-width:579px) {
  .footer__item:nth-child(n+2) {
    margin-top: 40px
  }
}

.footer__title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.25
}

.footer__content {
  font-size: 16px;
  line-height: 1.6
}

.underline-link {
  position: relative
}

.underline-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  background-color: #fff;
  transition: width .4s ease-out
}

.underline-link:hover:before {
  left: 0;
  width: 100%
}

*,
:after,
:before {
  box-sizing: border-box
}

html {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px
}

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

.page {
  overflow: hidden
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto
}

.inner-space {
  padding-left: 15px;
  padding-right: 15px
}

.tc {
  text-align: center
}

.tr {
  text-align: right
}

.dib-container {
  font-size: 0
}

.align-helper {
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle
}

.hide {
  display: none
}

b,
strong {
  font-weight: 700
}

em,
i {
  font-style: italic
}

.pointer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 120px;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%)
}

@media (max-width:640px) {
  .pointer {
    width: 60px;
    height: 30px
  }
}

.pointer__arrow {
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
  margin: auto;
  width: 30%
}

@media (max-width:1200px) {
  .tablet-off {
    display: none
  }
}

.plain-text a{
  color: #008b8b;
  position: relative
}

.plain-text a:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #008b8b;
  opacity: 0;
  transition: opacity .2s ease-out;
}

.plain-text a:hover::before {
  opacity: 1;
}

.current-lang {
  opacity: 1;
}

.current {
  display: inline-block;
  background-color: #7c4e24;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children:hover .sub-menu__container {
  visibility: visible;
  opacity: 1;
}

.sub-menu__container {
  position: absolute;
  visibility: hidden;
  text-align: left;
  opacity: 0;
  top: 100%;
  left: 0;
  background-color: #7c4e24;
  transition: opacity .5s, visibility .5s;
  white-space: nowrap;
}

.nav__level-1 span {
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .2s ease-out;
}

.nav__level-1:hover span {
  border-bottom-color: #fff;
}

.to-top-btn {
  position: fixed;
  z-index: 100;
  display: block;
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 50%;
  background: #aaa;
  fill: #fff;
  bottom: 50%;
  transform: translateY(50%);
  right: 20px;
  opacity: .5;
  transition: opacity .2s ease-out;
  box-shadow: 2px 2px 8px rgba(0,0,0,.5);
}

.to-top-btn:hover {
  opacity: 1;
}

/* New 11.08 */

.input {
    display: block;
    border: 0;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.input:focus {
    outline: 0
}
.textarea {
    overflow: auto
}
.n-logo__wrap {
    margin-top: 36px
}
.n-logo {
    width: 33.33%;
    text-align: center
}
.n-control__wrap {
    margin-top: 30px
}
@media (min-width: 820px) {
    .n-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
@media (max-width: 819px) {
    .n-control__search {
        margin-bottom: 45px
    }
}
@media (min-width: 820px) {
    .n-control__search {
        width: 400px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .n-control__text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}
.n-control__title {
    margin-bottom: 45px
}
.n-search {
    color: #fff
}
.n-search__inner {
    background-color: #707070;
    padding: 36px 14px
}
@media (min-width: 420px) {
    .n-search__inner {
        padding: 36px 45px
    }
}
.n-search__title {
    font-size: 24px;
    font-weight: 700
}
.n-search__content {
    margin-top: 48px;
    font-size: 16px;
    line-height: 1.5
}
.n-search__input {
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    margin: 0 6px
}
.n-search__unit {
    white-space: nowrap
}
.n-search__btn-box {
    margin-top: 50px;
    text-align: center
}
.n-search__btn {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    padding: 0 70px;
    background: #000;
    background: #000 url(../img/loup.png) 20% 50% no-repeat;
    border: 0;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer
}
.n-search__btn:hover {
    background-color: #333
}
.n-grid__wrap {
    margin-top: 16px;
    margin-bottom: 76px
}
.n-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.n-grid__item {
    margin-top: 45px;
    width: 100%
}
@media (min-width: 480px) {
    .n-grid__item {
        width: 50%
    }
}
@media (min-width: 860px) {
    .n-grid__item {
        width: 33.33%
    }
}
.n-grid-item__title {
    font-size: 18px;
    line-height: 1.5
}
.n-grid-item__link {
    position: relative;
    display: block;
    min-height: 277px;
}

.n-grid-item__link img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.n-grid-item__link:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(38, 35, 35, .66);
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    opacity: 0
}
.n-cat__pic-wrap:hover:after,
.n-grid-item__link:hover:before {
    opacity: 1
}
.n-grid-item__pic_main {
    display: block;
    width: 100%
}
.n-grid-item__pic_add {
    font-size: 0
}
.n-grid__pic-link {
    display: inline-block;
    width: 15.5%;
    margin-top: 1.4%;
    height: auto
}
.n-grid__pic-link:nth-child(n+2) {
    margin-left: 1.4%
}
.n-grid__pic-link img {
    max-height: 40%
}
.n-grid__btn-box {
    text-align: right;
    margin-top: 26px
}
.n-grid__btn {
    display: inline-block;
    min-width: 140px;
    color: #fff;
    font-size: 18px;
    line-height: 2;
    background-color: #7c4e24;
    text-align: center;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out
}
.n-grid__btn:hover {
    background-color: #633e1d
}
.n-cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.n-cat__link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 45px;
    width: 100%
}
@media (min-width: 480px) {
    .n-cat__link {
        width: 50%
    }
}
@media (min-width: 920px) {
    .n-cat__link {
        width: 25%
    }
}
.n-cat__title {
    font-size: 20px;
    font-weight: 700;
    text-align: center
}
.n-cat__pic-wrap {
    position: relative;
    margin-top: 27px
}
.n-cat__pic-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(38, 35, 35, .66);
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}
.n-cat__pic {
    width: 100%;
    display: block
}
.n-house {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}
.n-house__logo-pic {
    display: block;
    margin: 0 auto
}
.n-house__order {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}
@media (min-width: 720px) and (max-width: 959px) {
    .n-house__order {
        width: 50%
    }
}
@media (min-width: 960px) {
    .n-house__order {
        width: 41.6%
    }
}
.n-house__constructor {
    margin-top: 5px
}
.n-house__descr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /*padding-top: 45px;*/
    width: 100%
}
@media (min-width: 720px) and (max-width: 959px) {
    .n-house__descr {
        width: 50%
    }
}
@media (min-width: 960px) {
    .n-house__descr {
        width: 51.25%;
        margin-left: 7.15%
    }
}
.n-constructor__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px
}
@media (min-width: 1180px) {
    .n-constructor__field {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}
.n-constructor__label {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-size: 16px;
    font-weight: 700
}
@media (min-width: 1180px) {
    .n-constructor__label {
        width: 45%
    }
}
.n-constructor__select {
    width: 100%;
    padding: 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #707070
}
@media (min-width: 1180px) {
    .n-constructor__select {
        width: 55%
    }
}
.n-constructor__price {
    margin-top: 27px;
    text-align: right
}
.n-constructor__result {
    font-size: 24px;
    font-weight: 700;
    color: #7c4e24
}
.n-constructor__text {
    margin-top: 45px;
    font-size: 16px;
    line-height: 27px
}
.n-descr__title {
    font-size: 16px;
    font-weight: 700
}
.n-descr__content {
    font-size: 16px;
    line-height: 27px
}
.n-gallery__main {
    display: block;
    margin-top: 20px;
    min-height: 438px;
}
.n-gallery__main img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.n-gallery__pic_main {
    display: block;
    width: 100%
}
.n-gallery__pic_add {
    font-size: 0
}
.n-gallery__pic-link {
    display: inline-block;
    width: 23.5%;
    margin-top: 2%
}
.n-gallery__pic-link:nth-child(4n+2),
.n-gallery__pic-link:nth-child(4n+3),
.n-gallery__pic-link:nth-child(4n+4) {
    margin-left: 2%
}
.n-gallery__pic-link img {
    display: block
}

sub,
sup {
  font-size: 80%;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

@media (min-width: 420px) {
  .n-descr__half {
    float: left;
    width: 50%;
  }
}