body {
  height: 100%;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 300;
}

.section {
  position: relative;
  padding: 50px 5px;
  background-color: #48352e;
}

.section.lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, .8);
}

.section.grey {
  background-color: #f0f0f0;
}

.section.free {
  background-image: url('../images/background3-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.section.services {
  margin-top: 0px;
  background-color: #48352e;
}

.section.stock {
  background-image: url('../images/bg4.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.section.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
}

.section.contacts {
  padding-bottom: 0px;
  background-color: #48352e;
}

.section.awards {
  padding-bottom: 50px;
  background-color: #362822;
}

.section.advan {
  background-color: #362822;
}

.image {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.image.column {
  width: 150px;
  height: 150px;
}

.image.column.team {
  width: 400px;
  height: 200px;
  margin-top: 0px;
}

.image.services {
  width: 150px;
  height: 150px;
}

.image.stock {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: auto;
  margin-left: auto;
}

.formblock {
  padding: 0px;
}

.formblock.block {
  height: auto;
  max-height: 300px;
  margin-top: 10px;
  padding: 10px 0px;
  border-radius: 2px;
  background-color: transparent;
}

.formblock.block.lightbox {
  position: relative;
  display: block;
  max-width: 500px;
  margin: 20% 5px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.formblock.name {
  color: #fff;
  font-weight: 400;
}

.formblock.field {
  padding-left: 20px;
}

.formblock.button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  border-radius: 2px;
  background-color: #362822;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-weight: 300;
  text-transform: uppercase;
}

.formblock.button:hover {
  background-color: #000;
  font-size: 16px;
  font-weight: 300;
}

.formblock.button.close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/close_button.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.formblock.button._1 {
  margin-right: 0px;
  margin-left: 0px;
  text-align: center;
}

.formblock.black.name {
  color: #fff;
}

.hero {
  position: relative;
  display: block;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navbar {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #48352e;
}

.navbar.link {
  position: static;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
}

.navbar.link.phone {
  color: #000;
  font-size: 22px;
  line-height: 22px;
}

.navbar.logo {
  position: static;
  width: 300px;
  height: 45px;
  margin-top: 0px;
}

.text.free {
  max-width: 650px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  border-left: 7px solid #48352e;
  font-size: 16px;
}

.text.stock {
  margin-top: 5px;
  font-size: 18px;
  text-align: center;
}

.text._1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button.free {
  margin-top: 20px;
  background-color: #48352e;
  box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, .5);
  font-size: 20px;
  line-height: 44px;
  text-transform: uppercase;
}

.free {
  margin-top: 0px;
  color: #fff;
}

.services {
  margin-top: 10px;
  color: #fff;
}

.block.free {
  padding: 10px;
  background-color: rgba(0, 0, 0, .6);
}

.block.stock {
  height: 300px;
  max-height: 300px;
  padding: 20px;
  border-radius: 2px;
  background-color: rgba(72, 53, 46, .75);
}

.block.contacts {
  position: absolute;
  left: 0px;
  top: 75px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
}

.block.hero {
  position: static;
  left: 0px;
  top: 150px;
  bottom: 0px;
  height: 350px;
  max-width: 450px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 10px 15px;
  background-color: rgba(72, 53, 46, .75);
  background-image: none;
}

.block.hero._2 {
  position: static;
  left: auto;
  top: auto;
  right: 0px;
  height: 320px;
  margin: 0px 5px;
  padding-bottom: 0px;
  float: right;
  background-color: rgba(72, 53, 46, .8);
}

.block.hero.left {
  width: 700px;
  height: 320px;
  max-width: 700px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: rgba(72, 53, 46, .8);
}

.block.hero.left.mob {
  width: 800px;
}

.stock {
  color: #fff;
  text-align: center;
}

.lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .5);
}

.map {
  margin-top: 100px;
}

.logo.footer {
  display: block;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heroheader {
  color: #fff;
  font-size: 34px;
}

.heroheader.h2 {
  font-size: 22px;
  line-height: 24px;
}

.herolist {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

.image-2 {
  max-height: 45px;
  max-width: 45px;
  margin-left: 5px;
  float: left;
}

.text-block {
  margin-top: 15px;
  margin-left: 55px;
  color: #fff;
  font-size: 20px;
}

.container-2 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.slide {
  background-image: url('../images/o3.jpg');
  background-position: 50% 50%;
  background-size: 460px;
  background-repeat: no-repeat;
}

.slide.slide1 {
  background-image: url('../images/o3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.slide2 {
  background-image: url('../images/o4.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.slide.slide3 {
  background-image: url('../images/o5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.slide4 {
  background-image: url('../images/o6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.slide5 {
  background-image: url('../images/o7.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.slider {
  height: 500px;
  background-color: #000;
}

.heading {
  text-align: center;
}

.text-block-2 {
  color: #000;
  font-weight: 600;
  text-align: center;
}

.heading-3 {
  color: #fff;
}

.heading-3.advan {
  color: #000;
}

.heading-5 {
  color: #000;
}

.text-block-3 {
  margin-right: 5px;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}

.heading-6 {
  color: #000;
  font-weight: 400;
}

.text-block-4 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}

.text-block-5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.text-block-6 {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.text-block-7 {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.text-block-7:active {
  text-decoration: none;
}

.text-block-7:focus {
  text-decoration: none;
}

.p2 {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
}

.advan {
  color: #000;
}

.column-3 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.text-span {
  color: #ff9a6f;
  font-size: 20px;
  font-weight: 600;
}

.text-span-2 {
  color: #ff9a6f;
  font-size: 19px;
  font-weight: 600;
}

.row {
  margin-bottom: 10px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #48352e;
  color: #48352e;
}

.text-block-8 {
  color: #fff;
}

.button-2 {
  margin-top: 20px;
  background-color: #75681e;
  color: #fff;
}

html.w-mod-js *[data-ix="opacity-800ms"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="opacity-1200ms"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="opacity-1800ms"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="opacity-2400ms"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="go-up-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}

@media (max-width: 991px) {
  h2 {
    text-align: center;
  }
  p {
    text-align: center;
  }
  .image.column {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .image.services {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar.link {
    position: static;
    display: inline-block;
  }
  .navbar.link.phone {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: right;
  }
  .navbar.logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .text.free {
    display: block;
    margin-right: auto;
    margin-left: auto;
    border-left-style: none;
    text-align: center;
  }
  .button.free {
    display: block;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .services {
    text-align: center;
  }
  .block.hero {
    margin: 50px 5px;
  }
  .heroheader {
    font-size: 26px;
    line-height: 36px;
  }
  .heroheader.h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .herolist {
    font-size: 14px;
    line-height: 18px;
  }
  .container-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .nav-menu {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .heading-3 {
    text-align: center;
  }
  .heading-4 {
    text-align: center;
  }
  .heading-5 {
    text-align: center;
  }
  .text-block-3 {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .text-block-4 {
    font-size: 18px;
    line-height: 26px;
  }
  .text-block-6 {
    font-size: 16px;
    line-height: 18px;
  }
  .text-block-7 {
    font-size: 14px;
    font-weight: 600;
  }
  .text-span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  h1 {
    text-align: center;
  }
  h2 {
    font-size: 24px;
    text-align: center;
  }
  .section.free {
    display: block;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section.services {
    padding-right: 10px;
    padding-left: 10px;
  }
  .image.column {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .formblock.block {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .formblock.block.lightbox {
    height: 275px;
  }
  .formblock.button.close {
    width: 30px;
    height: 30px;
  }
  .navbar.link.phone {
    font-size: 18px;
  }
  .button.free {
    display: block;
    margin-right: 25px;
    margin-left: 25px;
    text-align: center;
  }
  .services {
    text-align: center;
  }
  .services.p {
    display: none;
  }
  .services.h2service {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
  .block.free {
    margin-right: 5px;
    margin-left: 5px;
  }
  .block.stock {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .block.stock.stockblock1 {
    display: none;
  }
  .block.contacts {
    width: auto;
  }
  .heroheader {
    font-size: 20px;
    line-height: 32px;
  }
  .heroheader.h2 {
    font-size: 20px;
  }
  .herolist {
    margin-top: 2px;
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 12px;
  }
  .column-2 {
    height: 350px;
    text-align: center;
  }
  .heading-3 {
    margin-left: 10px;
    text-align: center;
  }
  .heading-4 {
    text-align: center;
  }
  .paragraph {
    font-size: 14px;
    text-align: center;
  }
  .paragraph-2 {
    font-size: 14px;
  }
  .text-block-3 {
    margin-top: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .text-block-4 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .text-block-5 {
    font-size: 16px;
    text-align: center;
  }
  .text-block-6 {
    text-align: center;
  }
  .text-block-7 {
    margin-top: 2px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
  }
}

@media (max-width: 479px) {
  h2 {
    line-height: 32px;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .image.column {
    width: 100px;
    height: 100px;
  }
  .image.column.team {
    width: 300px;
    height: 150px;
  }
  .formblock.block.lightbox {
    height: 300px;
    max-height: 600px;
    margin: auto 5px;
  }
  .formblock.button.close {
    width: 30px;
    height: 30px;
  }
  .navbar.link.phone {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 22px;
  }
  .text.free {
    margin-top: 5px;
    line-height: 24px;
  }
  .button.free {
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }
  .free {
    line-height: 28px;
  }
  .services {
    font-size: 32px;
    line-height: 32px;
  }
  .services.h2service {
    font-size: 13px;
    line-height: 22px;
  }
  .block.contacts {
    width: auto;
    height: 250px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .block.hero {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .block.hero._2 {
    margin-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .block.hero.left {
    max-width: 450px;
    min-width: 300px;
  }
  .block.hero.left.mob {
    width: auto;
    max-width: 450px;
    padding-right: 5px;
    padding-left: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .heroheader.h2 {
    line-height: 28px;
  }
  .image-2 {
    float: left;
  }
  .text-block {
    margin-left: 50px;
    float: none;
    clear: none;
    text-align: center;
  }
  .container-2 {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider {
    height: 300px;
  }
  .text-block-2 {
    font-size: 14px;
  }
  .heading-2 {
    color: #000;
  }
  .column-2 {
    height: 275px;
  }
  .heading-3 {
    margin-left: 0px;
  }
  .menu-button {
    display: block;
  }
  .text-block-3 {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 24px;
  }
  .text-block-4 {
    display: block;
  }
  .text-block-8 {
    text-align: center;
  }
}