body {
  padding-top: 60px;
  font-family: 'Roboto Condensed';
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  color: #c7aa8b;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin: 0px 0px 10px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 27px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-size: 31px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto;
}

.button {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #fff;
  background-color: rgba(77, 77, 77, .2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button-2 {
	display: block;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	color: #000;
	font-size: 17px;
	text-align: center;
	letter-spacing: 3px;
}

.button:hover {
  background-color: #fff;
  color: #323232;
}

.button.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button.form:hover {
  background-color: transparent;
  color: #323232;
}

.button.solid {
  border-color: #c7aa8b;
  background-color: #c7aa8b;
}

.button.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-top: 0px;
  padding-top: 19px;
  padding-bottom: 10px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: none;
  background-color: #000;
  box-shadow: 18px 0 45px 0 #000;
}

.nav-link {
  padding: 20px 30px;
  border-right: 1px solid #4d4d4d;
  border-left: 1px solid #4d4d4d;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed';
  color: #ededed;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #000;
  color: #fff;
}

.nav-link.w--current {
  background-color: #000;
  box-shadow: none;
  color: #c7aa8b;
}

.nav-link.w--current:hover {
  color: #c7aa8b;
}

.nav-link.social-icons {
  padding: 18px 22px 22px;
  float: right;
  border-left: 1px solid #4d4d4d;
  opacity: 0.8;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
}

.logo-text {
  margin-top: 3px;
  margin-right: 31px;
  float: left;
  font-family: 'Roboto Condensed';
  color: #ededed;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-menu {
  float: left;
  border-left: 1px solid #4d4d4d;
}

.stone-logo {
  position: fixed;
  display: block;
  overflow: auto;
  margin: -7px auto 6px 6px;
  padding-left: 4px;
  float: left;
  background-color: transparent;
  opacity: 0.9;
}

.stone-logo.footer {
  opacity: 0.4;
}

.brand {
  padding-top: 17px;
}

.brand.w--current {
  padding-top: 10px;
  padding-right: 35px;
}

.section {
  padding-top: 145px;
  padding-bottom: 145px;
  background-color: #0e0e0e;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #323232, #000 70%);
  color: #4d4d4d;
}

.section.grey {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  color: #fff;
}

.section.beige {
  padding-top: 125px;
  padding-bottom: 195px;
  background-color: #dadada;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #353535, #000), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .86)), to(rgba(0, 0, 0, .86)));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #353535, #000), linear-gradient(180deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .86));
}

.section.image {
  padding-top: 110px;
  padding-bottom: 127px;
  background-color: #dbdbdb;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 2, 2, .82)), to(rgba(8, 2, 2, .82))), url('../images/20-stanley-300x210mm.jpg');
  background-image: linear-gradient(180deg, rgba(8, 2, 2, .82), rgba(8, 2, 2, .82)), url('../images/20-stanley-300x210mm.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.lightgrey {
  padding-top: 61px;
  padding-bottom: 0px;
  background-color: #cacaca;
}

.section.footer {
  padding-top: 65px;
  padding-bottom: 53px;
  background-color: #323232;
}

.main-heading {
  margin-top: 0px;
  font-family: 'Roboto Condensed';
  color: #fff;
  font-size: 79px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.main-heading.bold {
  position: relative;
  font-weight: 700;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, .81);
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.horizontal-bar {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.horizontal-bar.beige {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  background-color: #c7aa8b;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, .18);
}

.slider {
  height: 490px;
  background-color: transparent;
}

.slide {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/bridge.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.slide._2 {
  background-image: url('../images/city.jpg');
}

.slide._3 {
  background-image: url('../images/town.jpg');
}

.process-titles {
  margin-bottom: 23px;
  padding-top: 23px;
  border-top: 1px solid rgba(50, 50, 50, .13);
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

.icon-wrapper {
  height: 109px;
  margin-bottom: 24px;
  text-align: center;
}

.number {
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0px;
  color: rgba(50, 50, 50, .09);
  font-size: 16px;
  text-transform: uppercase;
}

.testimonials-slider {
  height: auto;
  padding-right: 47px;
  padding-left: 47px;
  background-color: transparent;
}

.testimonial-slide {
  width: 50%;
  padding: 24px 30px;
  text-align: center;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  width: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: rgba(50, 50, 50, .36);
  font-size: 16px;
  text-transform: uppercase;
}

.small-title-wrapper {
  margin-bottom: 20px;
  text-align: center;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  margin-top: 3px;
  color: #858585;
}

.footer-text.address {
  text-align: right;
}

.subheading {
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #a6a6a6;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  margin-bottom: 57px;
  padding: 74px 33px;
  background-color: #c7aa8b;
}

.contact-info-column {
  padding-top: 1px;
}

.field {
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  color: #323232;
  font-size: 18px;
  text-transform: uppercase;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, .8);
}

.field:focus {
  box-shadow: inset 0 0 0 0 transparent;
}

.success {
  padding-top: 35px;
  padding-bottom: 43px;
  border: 3px solid #323232;
  background-color: transparent;
  color: #323232;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.success-message {
  margin-bottom: 73px;
}

.contact-text {
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 1px;
}

.contact-icon {
  margin-top: 74px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  opacity: 0.19;
}

.tag-title {
  margin-right: 16px;
  float: left;
  color: #b8b8b8;
  font-size: 14px;
}

.back-to-work-column {
  padding-top: 32px;
  text-align: right;
}

.prev-project-wrapper {
  padding-right: 30px;
  border-right: 3px solid #4d4d4d;
  text-align: right;
}

.nex-project-wrapper {
  padding-left: 30px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 28px;
  color: #8d775f;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
}

.social-icon {
  padding-right: 10px;
  opacity: 0.26;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.s1 {
  height: 1000px;
  background-image: url('../images/53533153-gentleman-s-accessories-on-a-luxury-wooden-board.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

.s1.ss2 {
  height: 1280px;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .62)), to(rgba(0, 0, 0, .62))), radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), #000 93%), url('../images/37063497_m.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, 0), #000 93%), url('../images/37063497_m.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  -webkit-filter: none;
  filter: none;
}

.heading {
  color: #927454;
  line-height: 45px;
  text-align: right;
}

.heading.c1 {
  color: #c7aa8b;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
}

.heading.c1.aza {
  color: hsla(30.999999999999996, 0.00%, 96.00%, 1.00);
  text-align: left;
}

.heading-2 {
  margin-bottom: -3px;
  padding-bottom: 14px;
  border-bottom: 2px solid #c7aa8b;
  background-color: transparent;
  color: #c7aa8b;
  font-weight: 200;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.heading-2.godzz {
  margin-top: 40px;
}

.paragraph {
  padding-top: 31px;
  padding-bottom: 31px;
  font-family: Montserrat, sans-serif;
  color: #8d775f;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.image-2 {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: scroll;
  height: 250px;
  margin: 0px auto 37px;
  padding-top: 0px;
  opacity: 1;
}

.aa {
  margin-top: 1px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 41px;
  text-align: center;
}

.heading-3 {
  margin-top: 36px;
  text-align: center;
}

.body {
  padding-top: 0px;
}

.slider-2 {
  position: relative;
  display: inline-block;
  overflow: visible;
  -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;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-4 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.image-3 {
  display: inline-block;
}

.heading-4 {
  margin-bottom: 10px;
}

.column-5 {
  padding-right: 1px;
  padding-left: 1px;
}

.column-6 {
  padding-right: 1px;
  padding-left: 1px;
}

.column-7 {
  padding-right: 1px;
  padding-left: 1px;
}

.column-8 {
  padding-right: 1px;
  padding-left: 1px;
}

.bold-text {
  background-color: transparent;
  color: #c7aa8b;
  font-size: 23px;
  font-weight: 300;
}

.bold-text.rez {
  display: block;
  color: #8d775f;
  text-align: center;
}

.bold-text-2 {
  font-weight: 300;
}

.bold-text-3 {
  font-weight: 300;
}

.bold-text-4 {
  font-weight: 300;
}

.bold-text-5 {
  font-weight: 300;
}

.container {
  display: block;
}

.contr {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block {
  display: block;
  width: 1170px;
  height: 900px;
  margin-right: auto;
  margin-left: auto;
}

.div-menu {
  display: block;
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.image-4 {
  margin-top: 85px;
  margin-bottom: 39px;
  border: 6px solid #c7aa8b;
}

.link-block {
  position: fixed;
  display: block;
  width: 140px;
  height: 140px;
  margin-top: -10px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 107px;
  background-color: #000;
}

.h1-stan {
  color: #8d775f;
  font-size: 27px;
  text-align: center;
  letter-spacing: 1px;
}

.image-5 {
  max-width: 80%;
  margin-top: -12px;
  padding-right: 5px;
  padding-left: 5px;
}

.image-5.wwqq {
  margin-top: -22px;
}

.jdd {
  display: block;
  max-width: 80%;
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
}

.jdd.qwww {
  margin-top: -3px;
  padding-right: 5px;
  padding-left: 5px;
}

.jdd.wwqw {
  margin-top: -5px;
  padding-right: 5px;
  padding-left: 5px;
}

.jb {
  display: block;
  width: 118.984375px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
}

.jb.sass {
  padding-top: 26px;
  padding-right: 5px;
  padding-left: 5px;
}

.lightbox-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border: 8px solid #8d775f;
}

.slider-3 {
  height: 600px;
  border: 9px solid #c7aa8b;
  border-radius: 10px;
}

.slide-2 {
  background-image: url('../images/53533153-gentleman-s-accessories-on-a-luxury-wooden-board.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/62779121-senior-man-visiting-hairstylist-in-barber-shop-.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/42257119-client-during-beard-and-moustache-grooming-in-barber-shop.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container-2 {
  padding-top: 221px;
}

.italic-text {
  text-shadow: 0 1px 0 #000, 4px 4px 17px #000;
}

.columns {
  margin-right: 30px;
  margin-bottom: 99px;
  margin-left: 30px;
  padding-right: 221px;
  padding-left: 221px;
}

.div-team {
  display: block;
  width: 1170px;
  height: 900px;
  margin-right: auto;
  margin-left: auto;
}

.heading-5 {
  display: block;
  margin-bottom: 69px;
  text-align: center;
}

.image-6 {
  border: 1px solid #d1d1d1;
}

.image-7 {
  max-width: auto;
  border: 1px solid #d1d1d1;
}

.container-3 {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.dvvd {
  display: block;
  width: 1170px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.opis-barb {
  margin-top: 24px;
  color: #8d775f;
  font-size: 15px;
}

.kometyki {
  padding-top: 164px;
  padding-bottom: 164px;
  background-color: #242424;
}

.column-9 {
  padding-left: 71px;
}

.oczekiwa {
  margin-top: 51px;
  padding-bottom: 38px;
  font-family: Montserrat, sans-serif;
  color: #8d775f;
  font-size: 16px;
  text-align: center;
}

.image-8 {
  display: block;
  margin-right: auto;
  margin-bottom: 56px;
  margin-left: auto;
}

.heading-6 {
  margin-top: 4px;
  color: #dad9d9;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 6px #000;
}

.image-9 {
  display: block;
  width: 600px;
  max-width: 150%;
  margin: -58px auto -51px;
}

.div-block-2 {
  height: 500px;
  margin-top: 51px;
  border: 11px solid #c7aa8b;
  border-radius: 20px;
  background-image: url('../images/american_crew2.jpg');
  background-position: 50% 13%;
  background-size: cover;
}

.heading-7 {
  font-size: 23px;
}

.heading-8 {
  padding-left: 4px;
  font-family: Oswald, sans-serif;
  color: #fff9f3;
  font-size: 55px;
  text-align: center;
  letter-spacing: 4px;
}

.image-10 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.bold-text-6 {
  font-size: 41px;
}

.div-block-3 {
  display: block;
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.body-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #070606;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.image-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-13 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading-9 {
  font-size: 32px;
  text-align: center;
}

.ssad {
  color: #c9aa89;
  font-size: 45px;
  text-align: center;
}

.ssad.sds {
  margin-top: 41px;
  color: #dfdcd8;
}

.image-14 {
  display: block;
  max-width: 88%;
  margin-top: 72px;
  margin-right: auto;
  margin-left: auto;
}

.konkurs {
  font-family: Montserrat, sans-serif;
  color: #c0b9b0;
  font-size: 55px;
  font-weight: 400;
  text-align: center;
}

.field-label {
  color: #fff;
  font-weight: 400;
}

.field-label-2 {
  color: #cacaca;
}

.section-2 {
  padding-top: 86px;
}

.c {
  border: 2px solid #000;
  background-color: #beb9b9;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #fff), color-stop(51%, #818181), color-stop(76%, #fff)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, #fff 25%, #818181 51%, #fff 76%), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.heading-11 {
  color: #16120d;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 14px #fff;
}

.columns-3 {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 338px;
  padding-left: 338px;
}

.ss {
  padding-top: 123px;
  padding-bottom: 188px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #2e2e2e, #000 61%);
}

.section-3 {
  padding-bottom: 143px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(48, 47, 47, 0), #000 85%), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .69)), to(rgba(0, 0, 0, .69))), url('../images/37063497_m.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(48, 47, 47, 0), #000 85%), linear-gradient(180deg, rgba(0, 0, 0, .69), rgba(0, 0, 0, .69)), url('../images/37063497_m.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.paragraph-2 {
  color: #bebebe;
  font-size: 18px;
  line-height: 25px;
}

.hh {
  font-size: 28px;
  text-align: left;
}

.data {
  color: #fffcfa;
  font-size: 65px;
  font-weight: 700;
  text-align: center;
}

.paragraph-3 {
  padding-top: 29px;
  padding-bottom: 25px;
  color: #fdfbfb;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.text {
  margin-bottom: 7px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.pps {
  margin-bottom: 30px;
  color: #d1d1d1;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.wyss {
  display: block;
  width: 160px;
  height: 40px;
  margin-top: 42px;
  margin-right: auto;
  margin-left: auto;
  background-color: #830909;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
}

.form-2 {
  padding-right: 174px;
  padding-left: 174px;
}

.link {
  display: block;
  margin-right: auto;
  margin-bottom: 42px;
  margin-left: auto;
  color: #ffc3c3;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
}

.heading-12 {
  font-family: 'PT Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.godz {
  text-align: center;
}

.mkk {
  display: none;
}

.columns-4 {
  border-bottom: 1px solid #8d775f;
}

.columns-5 {
  margin-top: 53px;
  padding-bottom: 64px;
}

.column-11 {
  margin-bottom: 12px;
  text-align: left;
}

.column-13 {
  text-align: center;
}

.hjh {
  padding-bottom: 6px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #8d775f;
  color: #f7f7f7;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.bold-text-7 {
  font-weight: 400;
  letter-spacing: 0px;
}

.div-block-4 {
  margin-bottom: 27px;
}

.div-block-5 {
  margin-bottom: 23px;
}

.heading-13 {
  margin-top: 7px;
  margin-bottom: 7px;
  color: #c7aa8b;
  font-size: 19px;
  font-weight: 300;
}

.columns-7 {
  padding-right: 150px;
  padding-left: 150px;
}

.slide-nav {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.div-block-6 {
  margin-bottom: 24px;
}

.div-block-7 {
  margin-top: 16px;
}

.pp {
  color: #ababab;
}

@media (max-width: 991px) {
  body {
    padding-top: 57px;
  }
  .nav-link {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
  }
  .nav-link.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }
  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, .13), 0 7px 13px -4px rgba(0, 0, 0, .45);
  }
  .menu-icon {
    color: #fff;
    line-height: 21px;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.footer {
    padding-top: 66px;
    padding-bottom: 16px;
  }
  .menu-button {
    opacity: 0.8;
  }
  .menu-button.w--open {
    background-color: #000;
    opacity: 1;
  }
  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }
  .slider {
    height: 469px;
  }
  .testimonial-slide {
    width: 100%;
    padding-right: 92px;
    padding-left: 92px;
  }
  .left-arrow {
    margin-left: 0px;
  }
  .right-arrow {
    margin-right: 0px;
  }
  .s1.ss2 {
    height: auto;
    padding-bottom: 132px;
  }
  .heading-2 {
    font-family: 'Droid Sans', sans-serif;
    font-size: 26px;
  }
  .paragraph {
    padding-top: 1px;
  }
  .bold-text {
    background-color: transparent;
  }
  .h1-stan {
    font-size: 22px;
  }
  .slider-3 {
    height: auto;
  }
  .columns {
    padding-right: 83px;
    padding-left: 83px;
  }
  .div-team {
    width: auto;
    height: auto;
    padding-bottom: 75px;
  }
  .dvvd {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .kometyki {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-2 {
    width: auto;
    margin-bottom: 50px;
  }
  .heading-7 {
    margin-top: 22px;
    padding-right: 4px;
    text-align: right;
  }
  .navbar-2 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 70px;
    background-color: #000;
  }
  .container-4 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 35;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #020202;
  }
  .image-11 {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 50px;
    margin-top: -2px;
    margin-left: 35px;
    padding-top: 2px;
    padding-left: 16px;
  }
  .menu-button-2 {
    color: #b1a7a7;
  }
  .nav-link-2 {
    position: static;
    top: 0px;
    right: 0px;
    border-bottom: 1px solid #000;
    background-color: #000;
    color: #fff;
    text-align: right;
  }
  .nav-link-3 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    text-align: right;
  }
  .nav-link-4 {
    left: 0px;
    top: 0px;
    right: 0px;
    text-align: right;
  }
  .nav-link-5 {
    left: 0px;
    top: 0px;
    right: 0px;
    text-align: right;
  }
  .ki {
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .nav-menu-2 {
    background-color: #323232;
  }
  .nm {
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    color: #818181;
    font-size: 18px;
    text-align: right;
  }
  .div-block-3 {
    width: auto;
  }
  .columns-2 {
    line-height: 29px;
  }
  .ssad.lkojk {
    font-size: 43px;
  }
  .columns-3 {
    padding-right: 191px;
    padding-left: 191px;
  }
  .section-3 {
    padding-bottom: 2px;
  }
  .hh {
    color: #c7aa8b;
  }
  .mkk {
    display: none;
  }
  .hjh {
    text-align: center;
  }
  .bold-text-7 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }
  .navbar {
    position: relative;
  }
  .stone-logo.footer {
    float: none;
  }
  .section {
    padding: 34px 10px;
  }
  .section.grey {
    padding: 35px 10px;
  }
  .section.beige {
    padding-top: 0px;
    padding-bottom: 92px;
  }
  .section.image {
    padding: 61px 10px;
    background-attachment: scroll;
  }
  .section.footer {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }
  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }
  .horizontal-bar.beige {
    width: auto;
  }
  .slider {
    height: 392px;
  }
  .slide {
    padding: 50px 10px;
  }
  .icon-wrapper {
    height: 102px;
  }
  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .testimonials-slider {
    padding-right: 19px;
    padding-left: 19px;
  }
  .testimonial-slide {
    padding-right: 34px;
    padding-left: 34px;
  }
  .footer-text.address {
    text-align: center;
  }
  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }
  .contact-info-column {
    padding-top: 42px;
  }
  .back-to-work-column {
    padding-top: 12px;
    text-align: left;
  }
  .icons-wrapper {
    margin-bottom: 23px;
  }
  .project-column {
    padding-top: 23px;
  }
  .s1.ss2 {
    height: auto;
    padding-bottom: 59px;
  }
  .heading {
    font-size: 18px;
  }
  .aa {
    margin-top: -8px;
    font-size: 41px;
  }
  .h1-stan {
    text-align: center;
  }
  .container-2 {
    padding-bottom: 1px;
  }
  .columns {
    padding-right: 10px;
    padding-left: 0px;
    font-size: 12px;
  }
  .column-9 {
    padding-left: 10px;
  }
  .heading-6 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 29px;
  }
  .image-9 {
    width: 496px;
    margin-bottom: 13px;
  }
  .heading-8 {
    margin-bottom: -10px;
  }
  .bold-text-6 {
    font-size: 39px;
  }
  .container-5 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ssad.lkojk {
    margin-top: 15px;
    font-size: 32px;
    line-height: 45px;
  }
  .columns-3 {
    padding-right: 108px;
    padding-left: 108px;
  }
  .hh {
    text-align: center;
  }
  .hh._1h {
    font-size: 23px;
    font-weight: 300;
    text-align: left;
  }
  .heading-13 {
    display: block;
  }
}

@media (max-width: 479px) {
  .section.beige {
    padding-bottom: 2px;
  }
  .section.image {
    padding-top: 98px;
  }
  .section.lightgrey {
    padding-top: 10px;
  }
  .section.footer {
    padding-bottom: 0px;
  }
  .main-heading {
    width: 100%;
    font-size: 48px;
  }
  .slider {
    height: 476px;
  }
  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .contact-form-column {
    text-align: center;
  }
  .contact-info-column {
    padding-top: 0px;
    text-align: center;
  }
  .name {
    margin-top: 30px;
  }
  .s1.ss2 {
    height: auto;
    padding-bottom: 91px;
  }
  .heading.c1 {
    margin-bottom: 2px;
    font-size: 9px;
    text-align: center;
  }
  .heading.c1.aza {
    font-size: 15px;
  }
  .heading-2 {
    margin-bottom: 12px;
    padding-bottom: 2px;
    font-size: 18px;
  }
  .heading-2.godzz {
    margin-bottom: 13px;
    padding-bottom: 1px;
  }
  .paragraph {
    margin-bottom: 47px;
    padding-bottom: 0px;
    text-align: left;
  }
  .aa {
    font-size: 25px;
  }
  .bold-text {
    font-size: 17px;
    line-height: 9px;
  }
  .bold-text.rez {
    font-size: 20px;
    line-height: 27px;
  }
  .h1-stan {
    display: none;
    -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;
    font-size: 15px;
  }
  .slider-3 {
    position: relative;
    display: block;
  }
  .container-2 {
    padding-top: 129px;
    padding-bottom: 0px;
  }
  .columns {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 12px;
  }
  .div-team {
    height: auto;
  }
  .image-6 {
    margin-top: 57px;
  }
  .dvvd {
    padding-right: 0px;
    padding-left: 0px;
  }
  .kometyki {
    padding-top: 82px;
    padding-bottom: 23px;
    padding-left: 10px;
  }
  .column-9 {
    padding-left: 0px;
  }
  .heading-6 {
    margin-bottom: 0px;
    font-size: 21px;
  }
  .image-9 {
    width: 300px;
    margin-top: 10px;
  }
  .div-block-2 {
    display: block;
    height: 300px;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 8px;
    border-width: 5px;
  }
  .image-11 {
    margin-left: 4px;
  }
  .menu-button-2.w--open {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #323232;
    color: #797979;
  }
  .nav-link-2 {
    background-color: #323232;
    color: #d1d1d1;
  }
  .nav-link-3 {
    background-color: #323232;
    color: #d1d1d1;
  }
  .nav-link-4 {
    background-color: #323232;
    color: #d1d1d1;
  }
  .nav-link-5 {
    background-color: #323232;
    color: #d1d1d1;
  }
  .div-block-3 {
    width: auto;
  }
  .column-10 {
    margin-top: 133px;
  }
  .image-12 {
    margin-top: 40px;
  }
  .ssad {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
  }
  .ssad.sds {
    margin-top: 20px;
    font-size: 39px;
  }
  .ssad.lkojk {
    display: none;
  }
  .image-14 {
    margin-top: 19px;
    padding-left: 7px;
  }
  .konkurs {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 45px;
  }
  .columns-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .ss {
    padding-top: 12px;
    padding-bottom: 91px;
  }
  .section-3 {
    padding-bottom: 14px;
  }
  .hh {
    color: #c7aa8b;
    font-size: 34px;
  }
  .hh._1h {
    font-size: 20px;
    font-weight: 300;
  }
  .data {
    padding-right: 10px;
    padding-left: 20px;
  }
  .wyss {
    margin-top: 95px;
  }
  .form-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mkk {
    margin-top: 13px;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 26px;
    line-height: 38px;
    text-align: center;
  }
  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
  }
  .column-12 {
    padding-left: 2px;
  }
  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
  }
  .columns-6 {
    line-height: 16px;
  }
  .bold-text-7 {
    font-size: 20px;
  }
  .heading-13 {
    font-size: 16px;
  }
}

#w-node-4e4b75c26d61-b2ed73ac {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

