@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.svg#Montserrat-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.svg#Manrope-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.svg#Manrope-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Manrope';
  src: url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff"), url("../fonts/Manrope-Light.svg#Manrope-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.center {
  -webkit-justify-content: center;
  justify-content: center;
}
.align-top {
  align-items: flex-start;
  align-content: flex-start;
}
.align-center {
  align-items: center;
  align-content: center;
}
.align-bottom {
  align-items: flex-end;
}
.column {
  flex-direction: column;
}
.stretch {
  align-items: stretch;
}
.fbac {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.fbab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}
.fcac {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.feac {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.fbat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.fsac {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.fsat {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.fbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: stretch;
}
.fst {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.first-screen-blocks {margin-top:50px;}
.first-screen-blocks .first-screen-block {width:24%; color:white;}
.first-screen {position: relative; border-radius:20px; overflow:hidden;}
.offervideo {width: 100%; height: 100%; object-fit: cover; position:absolute; left:0; top:0; z-index:1;}
.first-screen::before {content:''; display: block; z-index:2; background: linear-gradient(137deg,rgba(1, 2, 5, 1) 0%, rgba(41, 56, 107, 0) 100%); width: 100%; height: 100%; position: absolute; top:0; left:0;}
.first-screen-content {position: relative; z-index:3;}


.page-inner a {margin:10px 0; color: #03A9F4; font-weight: bold;}
.page-inner p {}

.blackhead .phone:hover {color:white;}
.grecaptcha-badge {display:none !important;}
body, html{
  height: 100%;
}
.portfolio-top .photo-bg{
  min-height: 396px; border-radius:10px;
}
.page-portfolio .mod-breadcrumbs{
  margin-top: 0;
}
.page-portfolio .portfolio-title{
  padding: 80px 30px;
}
.page-portfolio .portfolio-content{
  margin-top: 70px;
}
.page-portfolio .portfolio-content video {margin:0 auto; display:block; border-radius:10px; width:100%; max-width:100%; height:auto;}
.portfolio-content p {
    margin-bottom: 15px;
}
.page-portfolio .gallery{
  margin-top: 40px;
}
.page-portfolio .gallery .photo-bg{
  min-height: 270px;
  margin-bottom: 26px;
  border-radius:10px;
}
.modal-form form{
  margin-top: 25px;
}
.row .col.hidden{
  margin: 0!important;
}
.modal-form textarea{
  color: #202945;
  border: 1px solid #BBBBBB;
  text-align: center;
  min-height: 1px;
  height: 150px;
}
.modal-form textarea::placeholder{
  color: #202945;
}
.modal-form input{
  width: 100%;
  color: #202945;
}
.modal-form input::placeholder{
  color: #202945;
}
.modal-form button.btn{
  text-align: center;
  padding: 8px;
  width: 100%;
  margin-top: 0;
  background: #202945;
  color: #fff;
}
.modal-form .rsform-block{
  width: 100%;
  margin-bottom: 15px;
}
.content-category .col{
  margin-bottom: 25px;
}
.content-category .min-price{
  display: inline-block;
  margin-top: 10px;
}
.content-category .min-price strong{
  font-size: 16px;
}
.content-category .photo-bg{
  width: 100%;
  min-height: 255px;
  margin-bottom: 15px;
  display: block;
}
.content-category .block-title{
  text-transform: none;
  line-height: 26px;
  margin-bottom: 5px;
  min-height: 52px;
}
.content-category .text{
  min-height: 40px;
}
.content-category .btn{
  width: 100%;
  display: inline-block;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-top: 15px;
}
.content {
    flex: 1 0 auto;
}
footer {
    flex: 0 0 auto;
}
.wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100%;
}

.modal-form{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10000;
  background: rgba(0,0,0,.3);
  width: 100%;
  height: 100%;
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
  justify-content: center;
}
.modal-form .title{
  font-size: 40px 30px;
  line-height: 48px;
  margin-bottom: 25px;
}
.modal-form.active{
  opacity: 1;
  visibility: visible;
}
.modal-form button{
  margin-top: 25px;
}
.modal-form .politic-line{
  justify-content: center;
}
.modal-inner{
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 30px;
  text-align: center;
  max-width: 350px;
  position: relative;
  width: 100%;
}
.modal-form-close{
  position: absolute;
  max-width: 30px;
  top: -35px;
  right: -35px;
  cursor: pointer;
}

header {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.container {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  background-size: cover;
  background-position: center; }

section {
  background-size: cover;
  background-position: center; }

footer {
  background-size: cover;
  background-position: center;
  padding-top: 28px;
  padding-bottom: 20px; }

.photo-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.center {
  text-align: center; }

.flex-s {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.row-50 .col {
  width: 48%; }

.row-33 .col {
  width: 32%; }

.row-75-25 .col:first-child {
  width: 68%; }

.row-75-25 .col:last-child {
  width: 30%; }

.row-technology .col {
  width: 100%;
  max-width: 361px; }
  .row-technology .col .photo-bg {
    width: 100%;
    min-height: 236px;
    border-radius: 5px; }
  .row-technology .col p {
    margin-top: 43px;
    font-weight: 500; }
  .row-technology .col:first-child {
    max-width: 159px; }
  .row-technology .col:nth-child(2) {
    max-width: 226px; }
    .row-technology .col:nth-child(2) p {
      margin-top: 23px;
      font-weight: 300;
      padding-right: 10px; }
  .row-technology .col:nth-child(4) {
    max-width: 226px; }
    .row-technology .col:nth-child(4) p {
      margin-top: 23px;
      font-weight: 300;
      padding-right: 10px; }
  .row-technology .col:last-child {
    max-width: 159px; }

.inner {
  height: 100%; }

.flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.flex-j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.flex-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-e {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.logo img {
  margin-right: 7px; }

.logo strong {
  font-family: 'Montserrat';
  font-weight:bold;
  font-size: 22px;
  line-height: 16px;
  letter-spacing: 0.165em;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  margin-bottom: 3px;
  display: inline-block; }

.logo strong span{
  font-family: 'Montserrat';
  font-weight:300;
}

.logo p {
  max-width: 180px;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    letter-spacing: initial; }

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  font-family: 'Manrope';
  width: 640px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .nav-list li {
    margin-right: 0px; }

.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.wrap {-webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap;}
.nowrap {-webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap; -ms-flex-wrap: nowrap; -o-flex-wrap: nowrap; flex-wrap: nowrap;}
.between {-webkit-box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;}
.around {-webkit-justify-content: space-around; justify-content: space-around;}
.start {-webkit-justify-content: flex-start; justify-content: flex-start;}
.end {-webkit-justify-content: flex-end; justify-content: flex-end;}
.center {-webkit-justify-content: center; justify-content: center;}
.align-top {align-items:flex-start; align-content: flex-start;}
.align-center {align-items:center; align-content: center;}
.align-bottom {align-items:flex-end;}
.align-baseline {align-items: baseline;}
.shrink {flex-shrink:1;}
.noshrink {flex-shrink:0;}
.column {flex-direction: column;}
.stretch {align-items: stretch;}

.blackhead header {background:#1C1C1C; padding-bottom:10px;}
.blackhead header{
  position: fixed;
}
.mod-breadcrumbs {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; justify-content: flex-start; margin-top:50px;}
.mod-breadcrumbs li a {font-family: 'Manrope'; font-style: normal; font-weight: 500;}
.mod-breadcrumbs li a::after {content:"/"; display: inline-block; margin:0 5px;}
.page-inner h1 {color: #202945; font-family: 'Montserrat'; font-weight: 700;}

.page-inner {margin-top:120px; padding-top: 0; padding-bottom: 0;}

.izdelia-iz-dereva {width: 100%; max-width: 800px; margin: 20px auto; display: block; background: url(../../../images/bg/izdelia.jpg) center center no-repeat; background-size:cover; text-align: center; font-weight: 700; font-size: 32px; line-height: 32px; letter-spacing: 0.05em; text-transform: uppercase; color: white; text-decoration: none; padding: 100px 20px; border-radius: 10px; position: relative; overflow:hidden;}
.izdelia-iz-dereva span {position: relative; z-index:2;}
.izdelia-iz-dereva::before {content: ''; display: block; z-index: 2; background: linear-gradient(137deg, rgba(1, 2, 5, 1) 0%, rgba(41, 56, 107, 0) 100%); width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.izdelia-iz-dereva:hover {color:white; text-decoration: underline;}

.categories-list {}
.categories-list .catalog-circle .block-subtitle {color:white;}

.catalog-sides {margin-top:50px;}
.catalog-sides .left {flex-basis:320px; flex-shrink:0; margin-right:20px;}
.catalog-sides .left h2 {font-weight: 700; font-size: 24px; line-height: 24px; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 18px; padding-bottom:18px; border-bottom:1px solid #ccc;}
.catalog-sides .left li {margin-bottom:15px;}
.catalog-sides .left li.current a {font-weight:500;}
.catalog-sides .left a {font-size:18px; color: #202945;}
.catalog-sides .right {flex-basis:100%; flex-shrink:1;}
.catalog-sides .right h1 {font-weight: 700; font-size: 24px; line-height: 24px; letter-spacing: 0.05em; text-transform: uppercase; margin-bottom: 18px; padding-bottom:18px; border-bottom:1px solid #ccc; margin-top: 0;}

.sample {margin-top:50px;}

.first-screen {
 min-height: 700px;
    max-width: 1440px;
    margin: 0 auto;
    border-radius: 10px; }

.first-screen-content {
  margin-top: 0; }

h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 526px;
  margin-bottom: 32px;
  margin-top: 6px; }

.white {
  color: #fff; }

.first-screen__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  color: #FFFFFF; }

input {
  width: 185px;
  height: 50px;
  border: 1px solid #BBBBBB;
  border-radius: 5px;
  margin-right: 18px;
  background: transparent;
  font-family: 'Manrope';
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF; }
  input::-webkit-input-placeholder {
    color: #FFFFFF; }
  input::-moz-placeholder {
    color: #FFFFFF; }
  input:-ms-input-placeholder {
    color: #FFFFFF; }
  input::-ms-input-placeholder {
    color: #FFFFFF; }
  input::placeholder {
    color: #FFFFFF; }

textarea {
  font-family: 'Montserrat';
  width: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding-left: 28px;
  padding-top: 21px;
  font-weight: 300;
  padding-right: 28px;
  padding-bottom: 21px;
  font-size: 16px;
  line-height: 30px;
  background: none;
  min-height: 178px;
  color: #FFFFFF;
  resize: none; }
  textarea::-webkit-input-placeholder {
    font-family: 'Montserrat';
    color: #FFFFFF; }
  textarea::-moz-placeholder {
    font-family: 'Montserrat';
    color: #FFFFFF; }
  textarea:-ms-input-placeholder {
    font-family: 'Montserrat';
    color: #FFFFFF; }
  textarea::-ms-input-placeholder {
    font-family: 'Montserrat';
    color: #FFFFFF; }
  textarea::placeholder {
    font-family: 'Montserrat';
    color: #FFFFFF; }

.rsform-block{
  display: flex;
  flex-direction: column;

}
.formContainer{
  flex-wrap: wrap;
}
button.btn {
  padding: 0px;
  width: 185px;
  height: 50px;
  background: #FFFFFF;
  border-radius: 5px;
  font-family: 'Manrope';
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #202945;
  border: none;
  cursor: pointer; }

.radius {
  border-radius: 5px; }

.first-screen-block {
  padding: 25px;
  padding-right: 35px;
  width: 100%; }
  .first-screen-block p {
    font-family: 'Manrope';
    margin-top: 16px;
    line-height: 20px;
    letter-spacing: 0.01em; }

.block-subtitle {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 16px;
  line-height: 20px; }

.first-screen {
  padding-bottom: 25px;
  padding-top: 85px; }

.first-screen-content p {
  max-width: 436px;
  margin-bottom: 14px;
  font-family: 'Manrope';
  font-weight: 300; }

.mod-menu .active{
  font-weight: 400;
  text-decoration: underline;
}
.mod-menu a:hover{
  text-decoration: underline;
}
a{
  text-decoration-skip-ink: none;
}
.callback {display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  font-family: 'Manrope';
  transition: .4s all ease;
  color: #FFFFFF; }

  .callback img {
    margin-right: 5px; }

.callback:hover{
  color: #FFFFFF;
}
.phone {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  text-align: right;
  letter-spacing: 0.06em;
  color: #FFFFFF;
  margin-top: 4px; }
  .phone img {
    margin-right: 7px; }
.phone:hover {color:white; text-decoration: underline;}
.nav-info {
  font-family: 'Manrope'; }
  .nav-info .text {
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF; }

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  padding-bottom: 10px;
  transition: .4s all ease;
  z-index: 1000; }
  header .row {
    width: 100%; }

header.scroll{
  position: fixed;
  background: #1C1C1C;
}
.home{
  height: initial;
}
section {
  padding-top: 70px;
  padding-bottom: 80px; }

.white-bg {
  padding-bottom: 40px;
  padding-top: 30px; }

.title-block {
  text-align: center;
  margin-bottom: 50px; }

.title {
  font-weight: 800;
  font-size: 128px;
  line-height: 156px;
  margin-bottom: -40px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), color-stop(79.5%, rgba(230, 230, 230, 0)));
  background: -webkit-linear-gradient(top, #E6E6E6 0%, rgba(230, 230, 230, 0) 79.5%);
  background: -o-linear-gradient(top, #E6E6E6 0%, rgba(230, 230, 230, 0) 79.5%);
  background: linear-gradient(180deg, #E6E6E6 0%, rgba(230, 230, 230, 0) 79.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

.sub-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 18px; }

.title-block p {
  max-width: 72%;
  margin-right: auto;
  margin-left: auto; }

.block-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.quality-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.39);
  margin-bottom: 17px; }
  .quality-line:last-child {
    margin-bottom: 0;
    border: none; }
  .quality-line p {
    width: 50%; }

.material-photo {background-size: contain;
  width: 107px;
  height: 86px;
  margin: 0 auto 10px;}

.catalog-material {
  text-align: center; }

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  text-align: center; }

.catalog-circle {
  width: 205px;
  height: 205px;
  margin-right: 13.5px;
  margin-left: 13.5px;
  margin-bottom: 31px; }

.masterskaya {position: relative;}
.masterskaya span {position: relative; z-index:2;}
.masterskaya::before {content: ''; display: block; z-index: 2; background: linear-gradient(137deg, rgba(61, 64, 86, 1) 0%, rgba(41, 56, 107, 0) 100%); width: 100%; height: 100%; position: absolute; top: 0; left: 0; border-radius:50%;}

.catalog-type {
  margin-top: 65px;
  margin-right: -13.5px;
  margin-left: -13.5px;
  margin-bottom: -31px; }

.catalog-type {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.factory-block {
  padding-top: 110px;
  padding-bottom: 170px;
  padding-right: 170px;
  padding-left: 170px; }
  .factory-block .title {
    margin-bottom: -55px; }
  .factory-block .sub-title {
    line-height: 40px; }

.request form {
  max-width: 591px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: auto;
  margin-left: auto; }

.request input {
  margin-right: 0;
  color: #202945; 
  text-align: left;
  padding-left: 28px; }
.request textarea {color: #202945; }
.request .rsform-block{
  margin-bottom: 20px;
}

.request .input-big{
  width: 48.5%; }

.request .input-big input{
  width: 100%;
}

.request {padding-bottom:0; padding-top:0;}
.request input::placeholder{color: #202945;}
.request textarea::placeholder{color: #202945;}
.request textarea {border: 1px solid #BBBBBB;}
.request button.btn {border: 1px solid #BBBBBB; background: #e4e4e4;}

.rsform-block-task{
  width: 100%;
}
.form-politic {
  margin-top: 13px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-direction: row;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form-politic p {
    max-width: 347px;
    font-weight: 300;
    font-size: 8px;
    line-height: 12px; }

footer {
  margin-top: 100px; }

.footer-bottom {
  padding-top: 14px;
  border-top: 1px solid #FFFFFF;
  margin-top: 29px;
  text-align: center;
  font-weight: 300;
  font-size: 10px;
  line-height: 12px; }
  .footer-bottom p {
    margin-bottom: 5px; }
    .footer-bottom p:last-child {
      margin-bottom: 0; }

.center-p {
  padding-top: 50px;
  padding-bottom: 50px; }

.wood-list {
  font-size: 16px;
  line-height: 27px; }
  .wood-list li {
    margin-bottom: 25px;
    padding-left: 38px;
    position: relative; }
    .wood-list li::after {
      position: absolute;
      left: 0px;
      top: 0px;
      background-size: cover;
      background-position: center;
      background-image: url("../../../images/icons/wood-list.png");
      width: 31px;
      height: 31px;
      content: '';
      display: block; }

.portfolio-block {
  padding-top: 188px;
  padding-left: 24px;
  padding-bottom: 36px;
  padding-right: 45px;
  font-family: 'Montserrat';
  font-weight: 500;
  font-size: 16px;
  line-height: 20px; }

.portfolio-block {position: relative; border-radius:10px; overflow:hidden;}
.portfolio-block:hover p {text-decoration:underline;}
.portfolio-block::before {content:''; display: block; z-index:2; background: linear-gradient(137deg,rgba(1, 2, 5, 1) 0%, rgba(41, 56, 107, 0) 100%); width: 100%; height: 100%; position: absolute; top:0; left:0;}
.portfolio-block p {position: relative; z-index:3; color:white;}

.portfolio .row {
  margin-bottom: 50px; }

.btn {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  padding: 15px 45px;
  -webkit-transition: .4s all ease;
  -o-transition: .4s all ease;
  transition: .4s all ease; }
  .btn:hover {
    color: #FFFFFF;
    background: #262626; }

.politic-big {
  margin-top: 13px; }

.sample form {
  margin-right: auto;
  margin-left: auto;
  margin-top: 47px;
  max-width: 600px; }

.sample .block-title {
  text-transform: none;
  max-width: 85%;
  line-height: 27px;
  font-weight: 400;
  margin-right: auto;
  margin-left: auto; }

.technology-bottom {
  margin-top: 11px; }

.quote-block {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 20px;
  line-height: 30px;
  padding-left: 65px;
  position: relative; }
  .quote-block::after {
    position: absolute;
    content: '';
    display: block;
    background-size: cover;
    background-position: center;
    top: 0px;
    left: 0px;
    width: 65px;
    height: 65px;
    background-image: url("../../../images/icons/arrow-qute.svg"); }
  .quote-block::before {
    position: absolute;
    content: '';
    display: block;
    background-size: cover;
    background-position: center;
    bottom: 0px;
    right: 0px;
    width: 65px;
    height: 65px;
    background-image: url("../../../images/icons/arrow-qute.svg");
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1); }
  .quote-block strong {
    font-weight: 500; }

.wood {
  margin-top: 50px; }

.wood-block {
  padding-top: 105px;
  padding-left: 22px;
  padding-bottom: 40px;
  padding-right: 0px; }
  .wood-block p {
    margin-top: 38px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px; }

.wood-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 32px; }

.footage-text {
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  letter-spacing: 0.05em;
  color: #202945;
  width: 50%; }
  .footage-text span {
    font-size: 36px;
    font-weight: 300; }

.wood-line {
  padding-bottom: 12px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 10px; }
  .wood-line:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
  .wood-line p {
    font-weight: 300;
    width: 50%;
    padding-right: 120px; }
  .wood-line .footage-text--people {
    font-size: 24px;
    line-height: 29px; }

.certificate .sub-title {
  font-weight: 500;
  line-height: 48px; }

.certificate-block {
  max-width: 49%; }
  .certificate-block p {
    margin-top: 13px; }

.stages-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px; }

.stages p {
  margin-top: 19px; }

.stages .photo-bg {
  text-align: center;
  padding-top: 39px;
  min-height: 253px; }

.stages .title {
  margin-bottom: -55px; }

.stages .sub-title {
  font-size: 24px;
  line-height: 40px; }

.sign img {
  max-width: 303px; }

.sign-content {
  padding-right: 50px;
  margin-left: 5px; }
  .sign-content p {
    margin-top: 7px; }

.sign-border {
  padding-left: 70px;
  border-left: 1px solid #EAEAEA;
  padding-top: 40px;
  padding-bottom: 40px; }
  .sign-border strong {
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    line-height: 40px; }

.menu-nav img {
  max-width: 30px; }

.modal-menu {
  width: 100%;
  height: 100%;
  background: blue;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 40px;
  background: #383838;
  z-index: 1000000; display: none; }
  .modal-menu .nav-list {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 30px;
    width: 100%; }
    .modal-menu .nav-list li {
      font-size: 20px;
      line-height: 22px;
      margin-right: 0;
      margin-bottom: 20px; }
      .modal-menu .nav-list li:last-child {
        margin-bottom: 0; }
  .modal-menu .callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 22px;
    margin-top: 30px; }
    .modal-menu .callback img {
      margin-right: 10px; }
  .modal-menu .nav-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 30px; }
  .modal-menu .nav-info .text {
    font-size: 14px;
    line-height: 14px; }
  .modal-menu .phone {
    font-size: 30px;
    line-height: 47px; }
  .modal-menu .phone img {
    width: 30px; }
  .modal-menu .modal-menu-close {
    position: absolute;
    max-width: 30px;
    top: 50px;
    right: 20px; }

.modal-menu.active {
  opacity: 1;
  visibility: visible; }


.slider-nav .item {
  height: 80px;
  width: 80px;
  margin-bottom: 10px;
  background-color: grey;
  border-radius: 0;
  cursor: pointer; }

.slider-big {
  margin-left: 20px;
  width: 350px;
  height: 350px; }

.single-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .single-slider .photo-bg {
    background-color: grey; }

.single-content {
  font-weight: 400; }
  .single-content h1 {
    font-size: 18px;
    line-height: 18px;
    background: none;
    margin: 0;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 20px;
    color: #19386C;
    -webkit-text-fill-color: initial; }
  .single-content .info {
    max-width: 200px; }
    .single-content .info p {
      font-size: 12px; }

.single-content {
  width: 100%;
  max-width: 360px; }

.hidden--wood{
	width: 100%;
	max-width: 300px;
	height: 1px;
}
.single-woods {
  width: 100%;
  max-width: 300px;
  padding: 30px;
  padding-bottom: 20px;
  background: #F2F2F2; }
  .single-woods .photo-bg {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 2px; }
  .single-woods .col {
    margin-bottom: 10px;
    width: 46%; }

.single-woods .photo-bg img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.single-woods .catalog-materials .catalog-material {width:32%; margin-bottom:10px;}
.single-woods .catalog-materials .catalog-material p {font-size: 12px; line-height: 14px;}

.single-woods .col span{
  font-size: 12px;
}

.single-woods__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px; }

.btn-sampler {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #19386C;
  border-radius: 0px;
  margin-top: 15px;
  border: none; }

.description {
  padding: 50px 70px;
  background: #F2F2F2; }

.btn-car {
  background: #19386C;
  padding: 0px;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 180px; }

.single-product .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .single-product .description p {
    font-size: 16px;
    line-height: 1.6; }

.description-title {
  margin-right: 50px;
  color: #19386C;
  font-size: 20px;
  font-weight: 500; }

.action-text {
  text-align: center;
  padding-top: 40px;
  font-weight: 400;
  font-size: 18px; }

.single-title {
  font-size: 24px;
  margin-bottom: 40px; }

.format-slider {
  font-weight: 400; }
  .format-slider .photo-bg {
    height: 212px;
    margin-bottom: 15px;
    background-size: 80%;
    background-color: #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.single-block {
  margin-bottom: 50px; }

.btns {
  max-width: 270px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap; }
  .btns .btn {
    border: none;
    font-size: 14px;
    padding: 10px 0; }
  .btns .counts__input {
    max-width: 50px;
    padding: 5px;
    font-size: 14px;
    margin-right: 5px;
    color: #202945;
    border-radius: 0px;
    font-weight: 500; }
  .btns .counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.single-price {
  margin-top: 10px; }
  .single-price .count {
    font-size: 22px;
    color: #19386C;
    line-height: 30px;
    font-weight: 500; }

.selectize-control {
  padding-top: 0;
  margin-bottom: 10px;
  margin-top: 5px;
  max-width: 200px; }

.selectize-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  border-radius: 0px;
  padding: 5px 12px;
  border: 1px solid #B3B3B3;
  background: #FFFfff;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.selectize-input.dropdown-active {
  border-radius: 0px; }

.coating .photo-bg {
  background-color: grey;
  min-height: 270px; }

.coating .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.coating-line {
  height: 50px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 20px;
  background: #F2F2F2; }

.single-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.single-top .arrow {
  margin-left: 20px;
  -webkit-transition: .4s all ease;
  -o-transition: .4s all ease;
  transition: .4s all ease;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 40px;
  height: 40px; }
  .single-top .arrow:hover {
    border-color: #19386C; }

@media screen and (max-width: 1160px) {
  .page-portfolio .portfolio-title{
    margin-bottom: 50px;
  }
  .catalog-pc .mod-menu{
    display: flex;
    align-items: center;
  }
  .catalog-pc{
    overflow-x: scroll;
    padding-bottom: 15px;
  }
  .catalog-sides .left{
    width: 100%;
    margin-bottom: 30px;
  }
  .catalog-sides .left li{
    min-width: max-content;
    margin-bottom: 0;
    margin-right: 25px;
  }
  .catalog-sides{
    flex-wrap: wrap;
  }
  .content-category .photo-bg{
    min-height: 345px;
  }
  .catalog-sides .left{
    flex-basis: 100%;
  }
  .catalog-sides .right{
    flex-basis: 100%;
  }
  .slider-nav {
    display: none; }
  .single-slider {
    width: 100%; }
    .single-slider .slider-wrapper {
      width: 100%; }
  .slider-big {
    margin-left: 0;
    width: 100%;
    margin-bottom: 40px; } }

@media screen and (max-width: 765px) {
  .modal-form input{
    margin-bottom: 0;
  }
 
 .modal-form .modal-form-close{
  top: -45px;
  right: 0;
 }
  .slider-big {
    margin-bottom: 0; }
  .single-woods {
    max-width: 100%; }
  .single-woods .col .photo-bg {
    min-height: 50px; }
  .single-product .description {
    -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;
    text-align: center;
    padding: 30px 20px; }
  .description-title {
    margin-right: 0;
    margin-bottom: 20px; }
  .single-title {
    margin-bottom: 0; }
  .single-top {
    margin-bottom: 25px; } }

@media (max-width: 1180px) {

  .container {
    max-width: 720px; }
  body {
    overflow-x: hidden;
    max-width: 100%; }
  html {
    overflow-x: hidden; }
  .nav-list {
    display: none; }
  .first-screen-blocks {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
 .first-screen-blocks .first-screen-block {
    width: 49%;
    color: white;
    margin-bottom: 10px;
    max-width: 49%;
}
  .row-technology .col:first-child {
    display: none; }
  .row-technology .col:last-child {
    display: none; }
  .technology .row-technology .col {
    max-width: 32%; }
  .technology .row-technology .col p {
    margin-top: 23px; }
  .title {
    font-size: 84px;
    line-height: 146px; }
  .row-technology .col:nth-child(4) p {
    text-align: right; }
  .technology-bottom {
    margin-top: 25px; }
  section {
    padding-top: 50px;
    padding-bottom: 60px; }
  .catalog-materials {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto; }
      .catalog-material {
        margin-bottom: 15px;
        width: 125px;
    }
  .catalog-type {
    margin-top: 40px; }
  .factory-block {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 110px;
    padding-bottom: 90px; }
  .wood {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .wood .wood-block {
      width: 100%;
      padding-top: 65px;
      padding-bottom: 60px;
      padding-right: 90px; }
    .wood .col {
      width: 100%; }
  .row-75-25 .col:first-child {
    width: 100%; }
  .row-75-25 .col:last-child {
    width: 100%; }
  .sign-border {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid #EAEAEA;
    padding-right: 180px;
    padding-left: 180px; }
  .white-bg {
    padding-bottom: 0; }
  .stages-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px; }
  .row-33 .col {
    width: 48%; }
    .row-33 .col:last-child {
      margin-right: auto;
      margin-left: auto;
      margin-top: 30px; }
  .sub-title br {
    display: none; }
  .title-block {
    margin-bottom: 35px; }
  .sample form {
    margin-top: 30px; }
  .row-50 .col {
    width: 100%; }
  .technology-bottom .col {
    width: 48%; }
  .delivery .wood-list {
    margin-top: 30px; }
  .designers .photo-bg {
    min-height: 400px; } }

@media (min-width: 1180px) {
  .menu-nav {
    display: none !important; } }

@media (max-width: 720px) {
	.single-woods .catalog-materials .catalog-material p {
    font-size: 16px;
    line-height: 16px;
}
.catalog-material {
        margin-bottom: 15px;
        width: 110px;
    }
  .page-portfolio .portfolio-title{
      padding: 35px 20px;
      margin-bottom: 25px;
  }
   .first-screen-blocks .first-screen-block {
    width: 100%;
    max-width: 100%;
}
  .page-portfolio .portfolio-content {
      margin-top: 40px;
  }
  .rsform-block{
    width: 100%;
  }
  .request .rsform-block{
    margin-bottom: 10px;
  }
  .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px; }
  .first-screen-block {
    max-width: 100%; }
  input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  button.btn {
    width: 100%; }
  h1 {
    font-size: 29px;
    line-height: 39px;
    margin-bottom: 15px; }
  .nav-info {
    display: none; }
  .callback {
    display: none; }
  .first-screen__subtitle {
    font-size: 13px;
    line-height: 18px; }
  .col {
    margin-bottom: 30px; }
    .col:last-child {
      margin-bottom: 0; }
  .technology .row-technology .col {
    max-width: 100%; }
  section {
    padding-top: 30px;
    padding-bottom: 30px; }
  .title-block p {
    max-width: 100%; }
  .title {
    font-size: 36px;
    line-height: 96px; }
  .sub-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 12px; }
  .technology-bottom .col {
    width: 100%; }
  .col .photo-bg {
    min-height: 236px; }
  .col.photo-bg {
    min-height: 236px; }
  .quote-block::after {
    width: 50px;
    height: 50px; }
  .quote-block {
    padding: 50px;
    padding-right: 0; }
  .quote-block::before {
    width: 50px;
    height: 50px; }
  .quality-line p {
    width: 100%;
    margin-top: 10px; }
  .quality-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .catalog-circle {
    width: 159px;
    height: 159px;
    padding-right: 5px;
    padding-left: 5px;
    margin: 0px;
    margin-bottom: 15px; }
    .catalog-circle:last-child {
      margin-right: auto;
      margin-left: auto; }
  .catalog-type {
    margin-right: 0;
    margin-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .catalog-type {
    margin-top: 20px; }
  .factory-block .sub-title {
    line-height: 22px; }
  .factory-block {
    padding: 50px 20px; }
  .factory-block .title {
    margin-bottom: -43px; }
  .wood-title {
    font-size: 20px;
    line-height: 22px; }
  .wood .wood-block {
    padding-right: 20px;
    padding-left: 20px; }
  .wood-block p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px; }
  .center-p {
    padding-top: 10px;
    padding-bottom: 10px; }
  .wood-line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .footage-text {
    width: 100%; }
  .wood-line p {
    width: 100%;
    padding-right: 0; }
  .sign-wrapper {
    -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; }
  .sign-content {
    padding-right: 0;
    margin-left: 0;
    margin-top: 20px; }
  .sign-border {
    padding-left: 0;
    padding-right: 0; }
  .row-33 .col {
    width: 100%; }
  .stages-title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px; }
  .stages .title {
    font-size: 66px;
    line-height: 136px; }
  .certificate .sub-title {
    line-height: 32px; }
  .sample .block-title {
    max-width: 100%;
    font-size: 14px;
    line-height: 20px; }
  .request input {
    padding-left: 18px; }
  br {
    display: none; }
  .form-politic {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .request button.btn {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px; }
  .content-category .photo-bg{
    min-height: 366px;
  }
  footer {
    margin-top: 50px; } }

html, body {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Montserrat';
  font-weight: 300;
  color: #202945;
}

body {
  height: 100%;
  background: #FFFFFF; }

input {
  outline: none; }

strong {
  font-weight: 700; }

ul, li {
  list-style-type: none;
  margin-bottom: 0; }

p {
  margin-bottom: 0; }

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

* {
  padding: 0;
  margin: 0;
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  max-width: 100%; }

.last-m:last-child {
  margin-bottom: 0; }

ul li:last-child {
  margin-bottom: 0;
  margin-right: 0; }

@media (max-width: 400px) {
	.single-woods .catalog-materials .catalog-material p {
    font-size: 14px;
    line-height: 14px;
}