@font-face {
  font-family: 'Halyard Display';
  src: url('../fonts/Halyard Display Regular.eot');
  src: url('../fonts/Halyard Display Regular.woff') format('woff'), url('../fonts/Halyard Display Regular.ttf') format('truetype'), url('../fonts/Halyard Display Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Halyard Display';
  src: url('../fonts/Halyard Display SemiBold.eot');
  src: url('../fonts/Halyard Display SemiBold.woff') format('woff'), url('../fonts/Halyard Display SemiBold.ttf') format('truetype'), url('../fonts/Halyard Display SemiBold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Halyard Display';
  src: url('../fonts/Halyard Display Light.eot');
  src: url('../fonts/Halyard Display Light.woff') format('woff'), url('../fonts/Halyard Display Light.ttf') format('truetype'), url('../fonts/Halyard Display Light.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Halyard Display';
  src: url('../fonts/Halyard Display Medium.eot');
  src: url('../fonts/Halyard Display Medium.woff') format('woff'), url('../fonts/Halyard Display Medium.ttf') format('truetype'), url('../fonts/Halyard Display Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Halyard Display';
  src: url('../fonts/Halyard Display Book.eot');
  src: url('../fonts/Halyard Display Book.woff') format('woff'), url('../fonts/Halyard Display Book.ttf') format('truetype'), url('../fonts/Halyard Display Book.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}






*{
   margin: 0;
   padding: 0;
   /* -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
       -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
           transition: all .3s ease-in-out; */
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

*::selection {
  background: #252525;
  color: #fff;
}
*::-moz-selection {
  background: #252525;
  color: #fff;
}
*::-webkit-selection{
  background: #252525;
  color: #fff;
}

::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
    width: 20px;
    max-width: 20px;
    margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #777;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #555;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track:hover{
  background-color: #eee;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #aaa;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
#form-landing .wrap-grid {
     width: 100%;
     /* max-width: 1200px; */
     max-width: 1740px;
     padding: 0 20px;
     margin: 0 auto;
}
#form-landing .wrap-line {
   float: left;
   width: 100%;
   position: relative;
}
#form-landing .button{
  min-width: 235px;
  display: inline-block;
  background: #EF681D;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 5px 10px 7px;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: skew(-30deg);
     -moz-transform: skew(-30deg);
       -o-transform: skew(-30deg);
          transform: skew(-30deg);
}
#form-landing .button.btn-dark{
  background: #C55929;
}
#form-landing .button span{
  display: block;
  -webkit-transform: skew(30deg);
     -moz-transform: skew(30deg);
       -o-transform: skew(30deg);
          transform: skew(30deg);
}
#form-landing .button2{
  min-width: 235px;
  cursor: pointer;
  display: inline-block;
  background: #EF681D;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  padding: 5px 10px 7px;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  outline: none;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: skew(-11deg);
     -moz-transform: skew(-11deg);
       -o-transform: skew(-11deg);
          transform: skew(-11deg);
}
#form-landing .button2 span{
  display: block;
  -webkit-transform: skew(11deg);
     -moz-transform: skew(11deg);
       -o-transform: skew(11deg);
          transform: skew(11deg);
}
#form-landing .button:hover,
#form-landing .button2:hover{
   background: #313B41;
}
#form-landing .la-navs{
  font-size: 14px;
  line-height: 20px;
}
#form-landing .la-nav-prev{
  padding-left: 27px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  color: #000;
  background: url('../images/arrow-prev.png') left center no-repeat;
}
#form-landing .la-nav-prev:hover{
  color: #EF681D;
}
#form-landing .color-white .la-nav-prev:hover{
  color: #fff;
}
#form-landing #page{
  color: #000A12;
  background: #fff;
  float: left;
  width: 100%;
  font-family: 'Halyard Display', sans-serif;
  font-weight: 400;
}
#form-landing .la-section{
  float: left;
  width: 100%;
}
#form-landing .block{
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
}
#form-landing .block-wrap{
  float: left;
  width: 100%;
}
#form-landing .block__title{
  float: left;
  width: 100%;
}
#form-landing .block__decription{
  float: left;
  width: 100%;
  position: relative;
  margin-top: 25px;
  color: #081C27;
  font-size: 24px;
  line-height: 1.6;
}
#form-landing .text-h2{
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
  font-size: 40px;
  line-height: 1.4;
  color: #EF681D;
  font-weight: 700;
  margin-top: 10px;
}
#form-landing .block__head{
  float: left;
  width: 100%;
  position: relative;
  padding: 25px 0 0 140px;
}
#form-landing .block__content{
  float: left;
  width: 100%;
  margin-top: 75px;
}
#form-landing .block__footer{
  float: left;
  width: 100%;
  padding-top: 100px;
}
#form-landing .line-title{
  position: absolute;
  width: 277px;
  height: 7px;
  top: 0;
  left: 0;
  background: #111;
  -webkit-transform: skew(-20deg);
     -moz-transform: skew(-20deg);
       -o-transform: skew(-20deg);
          transform: skew(-20deg);
}
#form-landing .color-white .line-title{
  background: #fff;
}
#form-landing .block-title{
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}
#form-landing .block-title{
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}
#form-landing .block-title-home{
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  padding-top: 20px;
}
#form-landing .block-text-home{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  margin: 45px 0 0;
}
#form-landing .block-subtitle{
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 100;
  margin: 5px 0 0;
}
#form-landing .color-white{
  color: #fff;
}
#form-landing .bg-orange{
  background: #FF5B06;
}
#form-landing .bg-orange-dark{
  background: #EF681D;
}
#form-landing .bg-blue{
  background: #5FBFBE;
}
#form-landing .bg-white{
  background: #fff;
}
#form-landing .catalog-1{
  float: left;
  width: 100%;
}
#form-landing .catalog-1 .items{
  margin: 0 -15px;
}
#form-landing .catalog-1 .item{
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 15px;
  color: white;
  text-decoration: none;
}
#form-landing .catalog-1 .item:nth-child(4n+1){
  clear: both;
}
#form-landing .catalog-1 .item .img{
  text-align: center;
}
#form-landing .catalog-1 .item .img img{
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block;
}
#form-landing .catalog-1 .item .name{
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  margin: 10px 0 0;
}
#form-landing .block-steps{
  display: block;
  text-align: center;
  padding: 0 0 35px;
}
#form-landing .block-steps .step{
  display: inline-block;
  margin: 0 17px;
  position: relative;
  background: #272727;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  opacity: 0.5;
}
#form-landing .block-steps .step.active{
  width: 21px;
  height: 21px;
  opacity: 1;
}
#form-landing .block-steps .step-line{
  width: 35px;
  height: 1px;
  background: #666;
  display: inline-block;
  vertical-align: middle;
}
#form-landing .block-steps .step span{
  position: absolute;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  display: block;
  text-align: center;
  top: 100%;
  margin-top: 15px;
  font-size: 16px;
  line-height: 1;
  font-weight: 100;
}
#form-landing .color-white .block-steps .step{
  background: #fff;
}
#form-landing .color-white .block-steps .step-line{
  background: #fff;
}
#form-landing #section-form-1:before{
  content: "";
  position: absolute;
  right: -200px;
  top: 0;
  width: 300px;
  height: 100%;
  background: #081c27;
  z-index: 1;
  -webkit-transform: skew(-11deg);
  transform: skew(-11deg);
}
#form-landing #section-form-1:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/dots-bg1.png') right top no-repeat;
  background-size: contain;
  z-index: 3;
  opacity: 0.3;
}
#form-landing #section-form-1 .block{
  position: relative;
  z-index: 6;
}
#form-landing .catalog-2{
  float: left;
  width: 100%;
}
#form-landing .catalog-2 .items{
  margin: 0 -15px;
}
#form-landing .catalog-2 .item{
  float: left;
  width: 50%;
  text-align: center;
  padding: 0 15px;
}
#form-landing .catalog-2 .item:nth-child(2n+1){
  clear: both;
}
#form-landing .catalog-2 .item .img{
  text-align: center;
}
#form-landing .catalog-2 .item .img img{
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block;
}
#form-landing .catalog-2 .item .name{
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  margin: 5px 0 0;
}
#form-landing .catalog-2 .item .button{
  margin-top: 25px;
}
#form-landing .catalog-3{
  float: left;
  width: 100%;
}
#form-landing .catalog-3 .items{
  margin: 0 -15px;
}
#form-landing .catalog-3 .item{
  float: left;
  width: 25%;
  text-align: center;
  padding: 0 15px;
  margin: 0 0 10px;
}
#form-landing .catalog-3 .item:nth-child(4n+1){
  clear: both;
}
#form-landing .catalog-3 .item .img{
  text-align: left;
}
#form-landing .catalog-3 .item .img img{
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block;
}
#form-landing .la-tabs{
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
#form-landing .la-tabs .name{
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  float: left;
  width: 100%;
}
#form-landing .la-tabs .tabs{
  float: left;
  width: 100%;
}
#form-landing .la-tabs .tab{
  font-size: 20px;
  line-height: 23px;
  padding: 15px 10px;
  text-align: center;
  min-width: 255px;
  font-weight: 100;
  float: left;
  margin-right: 30px;
  border: 1px solid;
  text-decoration: none;
  outline: none;
  color: #fff;
  margin-top: 17px;
}
#form-landing .la-tabs .tab:hover{
  background: #9CE3E2;
  border-color: #9CE3E2;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
#form-landing .la-tabs .tab.active{
  background: #9CE3E2;
  border-color: #9CE3E2;
  font-weight: 500;
}
#form-landing .catalog-4{
  float: left;
  width: 100%;
}
#form-landing .catalog-4 .items{
  margin: 0 -15px;
  text-align: center;
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 0;
}
#form-landing .catalog-4 .item{
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  text-align: center;
  padding: 0 15px;
}
#form-landing .catalog-4 .item:nth-child(3n+1){
  clear: both;
}
#form-landing .catalog-4 .item .img{
  text-align: center;
}
#form-landing .catalog-4 .item .img img{
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block;
}
#form-landing .catalog-4 .item .item-wrap{
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
}
#form-landing .catalog-4:hover .item .item-wrap{
  opacity: 0.5;
}
#form-landing .catalog-4:hover .item .item-wrap:hover{
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
#form-landing .catalog-4 .item .name{
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  margin: 5px 0 0;
}
#form-landing .catalog-4 .item .name:after{
  content: "";
  display: block;
  margin: 10px auto 0;
  max-width: 255px;
  width: 100%;
  height: 3px;
  background: #303030;
}
#form-landing .catalog-4 .item .buttons{
  margin-top: 25px;
}
#form-landing .catalog-4 .item .buttons .i-choose{
  position: relative;
}
#form-landing .catalog-4 .item .buttons .i-choose + .i-choose{
  margin-top: 16px;
}
#form-landing .catalog-4 .item .buttons .i-choose input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
#form-landing .catalog-4 .item .buttons .i-choose input:hover + .button2{
  background: #313B41;
}
#form-landing .i-choose .button2{
  overflow: hidden;
}
#form-landing .i-choose .button2 .check-on{
  display: none;
  position: absolute;
  padding: 5px 10px 7px;
  left: -20px;
  right: -20px;
  top: 0;
  width: auto;
  height: 100%;
  z-index: 1;
  background: #313B41;
}
#form-landing .i-choose .button2 input:checked + .check-off + .check-on{
  display: block;
}
#form-landing .i-choose-label .label{
  display: block;
  max-width: 255px;
  width: 100%;
  text-align: left;
  margin: 0 auto;
  font-size: 24px;
  color: #2A2A2A;
}
#form-landing .i-choose-label{
  position: relative;
}
#form-landing .i-choose-label .button2{
  width: 116px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  line-height: 20px;
  min-width: 0;
}
#form-landing .buttons-one{
  padding: 15px 0 25px;
}
#form-landing .webform{
  padding-left: 140px;
  padding-right: 250px;
}
#form-landing .webform .items{
  margin: 0 -15px;
}
#form-landing .webform .item-input{
  width: 33.3333%;
  float: left;
  padding: 0 15px;
  margin: 0 0 15px;
}
#form-landing .webform .item-text{
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-top: 60px;
  clear: left;
}
#form-landing .webform .item-file{
  width: 50%;
  float: left;
  padding: 0 15px 0 45px;
  margin-top: 60px;
}
#form-landing .webform .item-file .label{
  color: #666262;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 25px;
  display: block;
}
#form-landing .webform .item-file .info{
  color: #000;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 25px;
  display: block;
}
#form-landing .webform .item-file .btn-file{
  vertical-align: middle;
}
#form-landing .webform .item-file .info2{
  color: #666262;
  font-size: 20px;
  line-height: 1.6;
  display: inline-block;
  margin-left: 30px;
  vertical-align: middle;
}
#form-landing .webform .item-submit{
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 15px;
  margin-top: 60px;
}
#form-landing .webform .item-input input{
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #666262;
  border: none;
  outline: none;
  font-weight: 100;
  border-bottom: 1px solid #5B5B5B;
  -webkit-transform: skew(-11deg);
     -moz-transform: skew(-11deg);
       -o-transform: skew(-11deg);
          transform: skew(-11deg);
}
#form-landing .webform .item-text textarea{
  display: block;
  width: 100%;
  font-weight: 100;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 20px;
  text-transform: uppercase;
  color: #666262;
  border: none;
  outline: none;
  resize: none;
  height: 255px;
  border: 1px solid #5B5B5B;
  -webkit-transform: skew(-11deg);
     -moz-transform: skew(-11deg);
       -o-transform: skew(-11deg);
          transform: skew(-11deg);
}
#form-landing .webform .item-input input.error,
#form-landing .webform .item-text textarea.error{
  color: #EF681D;
  border-color: #EF681D;
}
#form-landing .webform .item-text textarea.error::-webkit-input-placeholder { 
  color: #EF681D;
}
#form-landing .webform .item-text textarea.error::-moz-placeholder { 
  color: #EF681D;
}
#form-landing .webform .item-text textarea.error:-ms-input-placeholder { 
  color: #EF681D;
}
#form-landing .webform .item-text textarea.error:-moz-placeholder { 
  color: #EF681D;
}
#form-landing .webform .item-input input.error::-webkit-input-placeholder { 
  color: #EF681D;
}
#form-landing .webform .item-input input.error::-moz-placeholder { 
  color: #EF681D;
}
#form-landing .webform .item-input input.error:-ms-input-placeholder { 
  color: #EF681D;
}
#form-landing .webform .item-input input.error:-moz-placeholder { 
  color: #EF681D;
}
#form-landing .btn-file,
#form-landing .btn-submit,
#form-landing .btn-choose{
  position: relative;
}
#form-landing .btn-file input,
#form-landing .btn-submit input,
#form-landing .btn-choose input{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
#form-landing .block-webform{
  padding: 40px 0;
  position: relative;
}
#form-landing .block-webform .bg-block{
  z-index: -1;
  position: absolute;
  right: 150px;
  top: 0;
  height: 100%;
  width: 200%;
  -webkit-transform: skew(-11deg);
     -moz-transform: skew(-11deg);
       -o-transform: skew(-11deg);
          transform: skew(-11deg);
}
#form-landing #section-form_page1 .la-bg{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 50%;
}
#form-landing #section-form_page1:after{
  content: "";
  position: absolute;
  right: 0;
  top: 35%;
  width: 100%;
  height: 100%;
  background: url('../images/dots-bg1.png') right top no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0.5;
}
#form-landing #section-form_page1:before{
  content: "";
  position: absolute;
  left: 0;
  top: -75px;
  width: 100%;
  height: 100%;
  background: url('../images/dots-bg1.png') right top no-repeat;
  background-size: contain;
  transform: rotate(-180deg);
  z-index: 1;
  opacity: 0.5;
}
#form-landing .padding-all{
  padding: 75px 0;
}
#form-landing .padding-top{
  padding: 75px 0 0;
}
#form-landing .padding-bottom{
  padding: 0 0 75px;
}
#form-landing .list-file{
  width: 100%;
  margin-top: 25px;
}
#form-landing .list-file ul{
  padding: 0;
  display: block;
  list-style: none;
}
#form-landing .list-file li{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #000;
  padding: 0 13px 0 0;
  margin: 0 0 10px;
  width: 260px;
  cursor: pointer;
  position: relative;
  margin-right: 30px;
}
#form-landing .list-file li:before{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: url('../images/close.png') center no-repeat;
}
#form-landing .i-choose-disables{
  opacity: 0.5;
}
#form-landing .i-choose-disables .label{
  color: #EF681D;
}
#form-landing .i-choose-disables:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
}
#form-landing #section-form-thanks-1{
  margin: 75px 0;
}
#form-landing .block-thanks{
  background: #F8F8F8;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
}
#form-landing .block-thanks .wrap-block{
  border: 2px solid #FFFFFF;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 120px 50px 100px;
  position: relative;
  z-index: 6;
}
#form-landing .block-thanks .la-bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 43%;
  z-index: 1;
  background: #EF681D;
}
#form-landing .block-thanks .title{
  color: #000;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 15px;
}
#form-landing .block-thanks .img{
  margin: 0 0 20px;
}
#form-landing .block-thanks .img img{
  max-width: 80%;
  height: auto;
  width: auto;
}
#form-landing .block-thanks .text{
  font-size: 18px;
  line-height: 1.6;
  color: #343434;
}
#form-landing .block-thanks .buttons{
  margin-top: 95px;
}
#form-landing .block-thanks .button{
  font-size: 20px;
}
#form-landing .block-thanks:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: url('../images/dots-bg1.png') right bottom no-repeat;
  background-size: contain;
  z-index: 2;
}
#form-landing .block-thanks:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 400px;
  background: url('../images/dots-bg1.png') right top no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  z-index: 2;
}
#form-landing .before-after{
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 30px 0 45px 100px;
}
#form-landing .before-after .la-bg{
  background: #fff;
  left: 0;
  width: 200%;
  top: 0;
  height: 100%;
  z-index: 1;
  position: absolute;
  -webkit-transform: skew(11deg);
    -moz-transform: skew(11deg);
    -o-transform: skew(11deg);
    transform: skew(11deg);
}
#form-landing .before-after .la-bg:before{
  content: "";
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 100%;
  height: 100%;
  border: 2px solid #696969;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#form-landing .before-after .items{
  margin: 0 -20px;
  position: relative;
  z-index: 6;
}
#form-landing .before-after .item{
  width: 50%;
  float: left;
  text-align: center;
  padding: 0 20px;
}
#form-landing .before-after .item .title{
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
#form-landing .before-after .item .title span{
  float: left;
  width: 50%;
}
#form-landing .before-after .item .img{
  float: left;
  width: 100%;
}
#form-landing .before-after .item img{
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
}
#form-landing #block-art-design .block-wrap1{
  padding: 45px 35% 45px 0;
  position: relative;
}
#form-landing #block-art-design .block-wrap1 .la-bg{
  position: absolute;
  right: 30%;
  top: 0;
  z-index: -1;
  width: 200%;
  height: 100%;
  background: #fff;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}
#form-landing #block-art-design .block-wrap1 .la-bg:before{
  content: "";
  border: 1px solid #000A12;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  left: -35px;
  top: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
}
#form-landing #section-art-design{
  overflow: hidden;
}
#form-landing #section-art-design .la-bg-1{
  position: absolute;
  width: 300%;
  height: 100%;
  left: -100%;
  top: -70%;
  background: #5FBFBE;
  box-shadow: 20px 10px 15px rgba(0, 0, 0, 0.15);
  transform: rotate(-40deg);
}
#form-landing #section-art-design .la-bg-1:before{
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100%;
  height: 100%;
  border: 3px solid #7A7A7A;
}
#form-landing #section-art-design .la-bg-2{
  position: absolute;
  width: 300%;
  height: 100%;
  left: -100%;
  bottom: -85%;
  background: #EF681D;
  transform: rotate(-40deg);
}
#form-landing #section-collage:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/dots-bg1.png') right top no-repeat;
  z-index: 1;
  opacity: 0.5;
}
#form-landing #section-collage .la-bg-1{
  position: absolute;
  width: 500%;
  height: 2000px;
  left: -200%;
  top: -1400px;
  background: #5FBFBE;
  box-shadow: 20px 10px 15px rgba(0, 0, 0, 0.15);
  transform: rotate(-40deg);
}
#form-landing #section-collage .la-bg-2{
  position: absolute;
  width: 500%;
  height: 60%;
  left: -200%;
  bottom: -40%;
  background: #EF681D;
  transform: rotate(-40deg);
}
#form-landing #section-collage{
  overflow: hidden;
}
#form-landing .catalog-art{
  float: left;
  width: 100%;
}
#form-landing .catalog-art .items{
  margin: 0 -15px;
}
#form-landing .catalog-art .item{
  float: left;
  width: 33.3333%;
  padding: 0 15px;
  text-align: center;
  margin: 0 0 10px;
}
#form-landing .catalog-art .item .wrap-item{
  padding: 0 35px 30px;
  position: relative;
}
#form-landing .catalog-art .item .wrap-item:before{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 50%;
  background: #fff;
  z-index: -1;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
#form-landing .catalog-art .item:nth-child(3n+1){
  clear: both;
}
#form-landing .catalog-art .item .img img{
  max-width: 100%;
  height: auto;
  width: auto;
  display: inline-block;
}
#form-landing .catalog-art .item .name{
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0;
}
#form-landing .catalog-art .item .price{
  font-size: 24px;
  line-height: 1.4;
  color: #5FBFBE;
  margin: 5px 0 0;
}
#form-landing #section-art-design:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/dots-bg1.png') right top no-repeat;
  /* background-size: contain; */
  z-index: 1;
  opacity: 0.5;
}
#form-landing #section-art-design:before{
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  height: 100%;
  background: url('../images/dots-bg1.png') right center no-repeat;
  /* background-size: contain; */
  transform: rotate(-180deg);
  z-index: 1;
  opacity: 0.5;
}
#form-landing .block-order{
  background: #FFFFFF;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.5);
  padding: 45px 140px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  width: 100%;
}
#form-landing .block-order .img{
  width: 40%;
  padding-right: 40px;
  text-align: center;
  float: left;
}
#form-landing .block-order .img img{
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
#form-landing .block-order .cont{
  width: 60%;
  float: left;
}
#form-landing .block-order .title{
  color: #000A12;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  min-width: 50%;
  float: left;
}
#form-landing .block-order .price{
  float: left;
  margin-left: 60px;
  padding-left: 25px;
  font-size: 40px;
  line-height: 1;
  color: #000;
  background: url('../images/dollar.png') left center no-repeat;
}
#form-landing .block-order .description{
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 1.6;
  color: #4B4B4B;
  margin-top: 15px;
}
#form-landing .block-order .text{
  width: 100%;
  float: left;
  font-size: 20px;
  line-height: 1.6;
  color: #000;
  margin-top: 30px;
}
#form-landing .block-order .buttons{
  width: 100%;
  float: left;
  margin-top: 175px;
}
#form-landing .block-order .button{
  width: 360px;
  font-size: 24px;
}
#form-landing #section-form-2{
  overflow: hidden;
  padding-top: 40px;
}
#form-landing #section-form-2 .la-section{
  position: relative;
}
#form-landing #section-form-2 .block__content{
  padding-bottom: 130px;
}
#form-landing #section-form-2:before{
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  width: 900px;
  height: 900px;
  background: url('../images/dots-bg1.png') right top no-repeat;
  transform: rotate(-180deg);
  z-index: 2;
}
#form-landing #section-form-2 .la-bg-1{
  position: absolute;
  top: 0;
  right: 50%;
  width: 100%;
  margin-right: -230px;
  bottom: 260px;
  z-index: 1;
  -webkit-transform: skew(-7deg);
     -moz-transform: skew(-7deg);
       -o-transform: skew(-7deg);
          transform: skew(-7deg);
}
#form-landing #section-form-2 .la-bg-2{
  position: absolute;
  left: 50%;
  margin-left: 0;
  top: 90px;
  width: 100%;
  bottom: 200px;
  z-index: 2;
  -webkit-transform: skew(8deg);
     -moz-transform: skew(8deg);
       -o-transform: skew(8deg);
          transform: skew(8deg);
}
#form-landing #section-collage-catalog{
  position: relative;
  overflow: hidden;
}
#form-landing #section-collage-catalog .la-bg-1{
  position: absolute;
  top: 0;
  width: 100%;
  right: 25%;
  height: 16%;
  z-index: 1;
  background: #5FBFBE;
  -webkit-transform: skew(-8deg);
     -moz-transform: skew(-8deg);
       -o-transform: skew(-8deg);
          transform: skew(-8deg);
}
#form-landing #section-collage-catalog:before{
  content: "";
  position: absolute;
  left: 0;
  top: 13%;
  width: 600px;
  height: 600px;
  background: url('../images/dots-bg1.png') right top no-repeat;
  background-size: contain;
  transform: rotate(-180deg);
  z-index: 3;
  opacity: 0.5;
}
#form-landing #section-collage-catalog:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 2%;
  width: 500px;
  height: 500px;
  background: url('../images/dots-bg1.png') right top no-repeat;
  background-size: contain;
  z-index: 3;
  opacity: 0.5;
}
#form-landing #section-collage-catalog .la-bg-1:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #5FBFBE;
}
#form-landing #section-collage-catalog .la-bg-1:before{
  content: "";
  position: absolute;
  left: 20px;
  top: 60px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 5px solid #081C27;
  opacity: 0.5;
}
#form-landing #section-collage-catalog .la-bg-2{
  position: absolute;
  top: 21%;
  width: 100%;
  left: 50%;
  height: 10%;
  z-index: 1;
  background: #EF681D;
  -webkit-transform: skew(8deg);
     -moz-transform: skew(8deg);
       -o-transform: skew(8deg);
          transform: skew(8deg);
}
#form-landing #section-collage-catalog .la-bg-2:before{
  content: "";
  position: absolute;
  left: -30px;
  top: 40px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 5px solid #081C27;
  opacity: 0.5;
}
#form-landing #section-collage-catalog .la-bg-3{
  position: absolute;
  top: 35%;
  width: 100%;
  right: 30%;
  height: 10%;
  z-index: 1;
  background: #5FBFBE;
  -webkit-transform: skew(-8deg);
     -moz-transform: skew(-8deg);
       -o-transform: skew(-8deg);
          transform: skew(-8deg);
}
#form-landing #section-collage-catalog .la-bg-8{
  position: absolute;
  left: 0;
  top: 65%;
  width: 700px;
  height: 700px;
  background: url('../images/dots-bg1.png') right top no-repeat;
  background-size: contain;
  transform: rotate(-180deg);
  z-index: 3;
  opacity: 0.5;
}
#form-landing #section-collage-catalog .la-bg-3:before{
  content: "";
  position: absolute;
  left: -65px;
  top: 30px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 5px solid #081C27;
  opacity: 0.5;
}
#form-landing #section-collage-catalog .la-bg-4{
  position: absolute;
  top: 55%;
  width: 100%;
  left: 45%;
  height: 12%;
  z-index: 1;
  background: #EF681D;
  -webkit-transform: skew(10deg);
     -moz-transform: skew(10deg);
       -o-transform: skew(10deg);
          transform: skew(10deg);
}
#form-landing #section-collage-catalog .la-bg-4:before{
  content: "";
  position: absolute;
  left: -30px;
  top: 40px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 5px solid #081C27;
  opacity: 0.5;
}
#form-landing #section-collage-catalog .la-bg-5{
  position: absolute;
  top: 71%;
  width: 100%;
  right: 20%;
  height: 10%;
  z-index: 1;
  background: #5FBFBE;
  -webkit-transform: skew(-8deg);
     -moz-transform: skew(-8deg);
       -o-transform: skew(-8deg);
          transform: skew(-8deg);
}
#form-landing #section-collage-catalog .la-bg-5:before{
  content: "";
  position: absolute;
  left: 40px;
  top: -50px;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 5px solid #081C27;
  opacity: 0.5;
}
#form-landing #section-collage-catalog .la-bg-6{
  position: absolute;
  right: 50%;
  margin-right: -200px;
  bottom: 310px;
  width: 100%;
  height: 10%;
  z-index: 1;
  border: 5px solid #081C27;
  opacity: 0.5;
  -webkit-transform: skew(-8deg);
     -moz-transform: skew(-8deg);
       -o-transform: skew(-8deg);
          transform: skew(-8deg);
}
#form-landing #section-collage-catalog .la-bg-7{
  position: absolute;
  left: 15%;
  bottom: 280px;
  width: 100%;
  height: 10%;
  z-index: 1;
  border: 5px solid #081C27;
  opacity: 0.5;
  -webkit-transform: skew(8deg);
     -moz-transform: skew(8deg);
       -o-transform: skew(8deg);
          transform: skew(8deg);
}
#form-landing #page.home{
  width: 100%;
  height: 100%;
}
#form-landing #section-home1{
  height: 100%;
  width: 100%;
  background: url('../images/home-bg.jpg') center no-repeat;
  background-size: cover;
}
#form-landing .la-table{
  width: 100%;
  height: 100%;
  display: table;
}
#form-landing .la-table-cell{
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#form-landing #block-home1{
  padding-right: 60%;
}
#form-landing #block-home1 .block-title{
  font-size: 48px;
  line-height: 1;
  margin: 0 0 30px;
}
#form-landing #block-home1 .block-subtitle{
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
#form-landing #section-home2{
  background: #5FBFBE;
}
#form-landing #section-home3{
  background: #9CE3E2;
}
#form-landing #section-home4{
  background: #fff;
}
#form-landing .home-block-wrap{
  position: relative;
  float: left;
  width: 100%;
}
#form-landing #block-home2{
}
#form-landing .home-block-left{
  float: left;
  width: 50%;
}
#form-landing .home-block-right{
  float: right;
  width: 50%;
}
#form-landing #block-home2 .home-block-wrap{
  position: relative;
  width: 100%;
  margin-top: 90px;
  margin-bottom: -60px;
  float: left;
  padding: 45px 0 85px;
  z-index: 9;
}
#form-landing #block-home2 .la-bg{
  position: absolute;
  width: 400%;
  left: -60px;
  top: 0;
  height: 100%;
  background: #f8f8f8;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  z-index: -1;
  -webkit-transform: skew(-11deg);
  transform: skew(-11deg);
}
#form-landing #block-home2 .la-bg2{
  content: "";
  position: absolute;
  width: 400%;
  top: -30px;
  left: -85px;
  z-index: -2;
  height: 100%;
  border: 5px solid #575757;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  -webkit-transform: skew(-11deg);
  transform: skew(-11deg);
}
#form-landing #block-home2 .img{
  padding-right: 100px;
}
#form-landing #block-home2 .img img{
  width: auto;
  max-width: 100%;
  height: auto;
}
#form-landing #block-home3 .block__title{
  padding-right: 50%;
}
#form-landing .la-home3{
  position: relative;
  z-index: 9;
}
#form-landing .la-home3 .item{
  float: left;
  width: 33.3333%;
  text-align: center;
}
#form-landing .la-home3 .item .img{
  height: 340px;
}
#form-landing .la-home3 .item .img:before{
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
#form-landing .la-home3 .item .img img{
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 96%;
  max-height: 340px;
  vertical-align: middle;
}
#form-landing .la-home3 .item-size{
  float: left;
  width: 50%;
  padding: 0 30px;
  position: relative;
}
#form-landing .la-home3 .item-size:before{
  content: "";
  position: absolute;
  top: 45px;
  bottom: 15px;
  width: 1px;
  left: 0;
  background: #969696;
}
#form-landing .la-home3 .item-size.no-border:before{
  display: none;
}
#form-landing .la-home3 .item-size .size{
  float: left;
  text-align: center;
}
#form-landing .la-home3 .item-size .price{
  float: right;
  text-align: center;
}
#form-landing .la-home3 .item-size .price span,
#form-landing .la-home3 .item-size .size span{
  font-size: 18px;
  color: #898989;
}
#form-landing .la-name2{
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #030303;
  font-weight: 400;
  margin: 0 0 20px;
}
#form-landing .la-name2:after{
  content: "";
  display: block;
  width: 190px;
  margin: 5px auto 0;
  background: #030303;
  height: 5px;
}
#form-landing .la-text2{
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #858585;
  font-weight: 400;
}
#form-landing .la-text{
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: #000;
  font-weight: 400;
}
#form-landing #block-home3 .la-bg{
  position: absolute;
  width: 200%;
  left: 40px;
  bottom: 0;
  height: 50%;
  background: #fff;
  z-index: 1;
  -webkit-transform: skew(11deg);
  transform: skew(11deg);
}
#form-landing #block-home3{
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-left: 85px;
}
#form-landing #block-home3 .la-bg:before{
  content: "";
  border: 3px solid #9B9B9B;
  box-sizing: border-box;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: -30px;
  top: 20px;
  width: 100%;
  height: 100%;
}
#form-landing #section-home6{
  background: #9CE3E2;
}
#form-landing #block-home6 .items{
  margin: 0 -20px;
  text-align: center;
}
#form-landing #block-home6 .item{
  display: inline-block;
  width: 30%;
  vertical-align: bottom;
  text-align: center;
  padding: 0 20px;
}
#form-landing #block-home6 .item .img{
  margin: 0 0 10px;
}
#form-landing #block-home6 .item .img img{
  display: inline-block;
  width: auto;
  max-width: 100%;
}
#form-landing #block-home6 .la-text{
  height: 65px;
}
#form-landing #block-home6:before{
  content: "";
  border: 3px solid #FFFFFF;
  box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15);
  -webkit-transform: skew(-11deg);
  transform: skew(-11deg);
  position: absolute;
  right: 5%;
  width: 200%;
  top: 160px;
  bottom: 26%;
}
#form-landing #block-home6 .block__content{
  position: relative;
  z-index: 5;
}
#form-landing #section-home7,
#form-landing #section-home8{
  background: #fff;
  padding: 0;
}
#form-landing #block-home7,
#form-landing #block-home8{
  padding: 140px 0;
  position: relative;
}
#form-landing #block-home7{
  padding-right: 50%;
}
#form-landing #block-home7 .la-bg{
  width: 400%;
  right: -40px;
  top: 0;
  height: 100%;
  background: #FF5B06;
  position: absolute;
  z-index: -1;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}
#form-landing #block-home7 .block-img{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  bottom: 0;
  z-index: 3;
}
#form-landing #block-home7 .block-img:before,
#form-landing #block-home8 .block-img:before{
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
#form-landing #block-home7 .block-img img,
#form-landing #block-home8 .block-img img{
  display: inline-block;
  vertical-align: middle;
  max-width: 96%;
  max-height: 100%;
  height: auto;
  width: auto;
}
#form-landing #block-home8{
  padding-left: 50%;
}
#form-landing #block-home8 .block-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  bottom: 0;
  z-index: 3;
}
#form-landing #block-home8 .la-bg{
  width: 400%;
  left: -40px;
  top: 0;
  height: 100%;
  background: #5FBFBE;
  position: absolute;
  z-index: -1;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}
#form-landing #block-home7 .home-block-wrap,
#form-landing #block-home8 .home-block-wrap{
  z-index: 9;
  padding: 75px 30px 90px;
}
#form-landing #block-home7 .la-bg:before{
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 100%;
  height: 100%;
  border: 3px solid #858585;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}
#form-landing #block-home8 .la-bg:before{
  content: "";
  position: absolute;
  right: 20px;
  top: -20px;
  width: 100%;
  height: 100%;
  border: 3px solid #858585;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}
#form-landing #section-home4,
#form-landing #section-home5{
  background: #fff;
  padding: 0;
}
#form-landing #block-home4,
#form-landing #block-home5{
  padding: 140px 0;
  position: relative;
}
#form-landing #block-home4{
  padding-right: 50%;
}
#form-landing #block-home4 .la-bg{
  width: 400%;
  right: -40px;
  top: 0;
  height: 100%;
  background: #FF5B06;
  position: absolute;
  z-index: -1;
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}
#form-landing #block-home4 .block-img{
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  bottom: 0;
  z-index: 3;
}
#form-landing #block-home4 .block-img:before,
#form-landing #block-home5 .block-img:before{
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
}
#form-landing #block-home4 .block-img img,
#form-landing #block-home5 .block-img img{
  display: inline-block;
  vertical-align: middle;
  max-width: 96%;
  max-height: 100%;
  height: auto;
  width: auto;
}
#form-landing #block-home5{
  padding-left: 50%;
}
#form-landing #block-home5 .block-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  bottom: 0;
  z-index: 3;
}
#form-landing #block-home5 .la-bg{
  width: 400%;
  left: -40px;
  top: 0;
  height: 100%;
  background: #5FBFBE;
  position: absolute;
  z-index: -1;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}
#form-landing #block-home4 .home-block-wrap,
#form-landing #block-home5 .home-block-wrap{
  z-index: 9;
  padding: 75px 30px 90px;
}
#form-landing #block-home4 .la-bg:before{
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 100%;
  height: 100%;
  border: 3px solid #858585;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}
#form-landing #block-home5 .la-bg:before{
  content: "";
  position: absolute;
  right: 20px;
  top: -20px;
  width: 100%;
  height: 100%;
  border: 3px solid #858585;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}
#form-landing #block-home5 .block__footer{
  margin-top: 25px;
  padding: 0;
}
#form-landing #block-home5 .item-size{
  float: left;
  width: 33.3333%;
}
#form-landing #block-home5 .item-size:nth-child(1):before{
  display: none;
}
#form-landing #menu-triger{
  display: none;
}
#form-landing .webform .item-input-error input[type="text"] {
  border-bottom: 1px solid red;
}
#form-landing .webform .item-input-error textarea {
  border: 1px solid red;
}
#form-landing .webform .item-input-error .error_text {
  display: block !important;
  color: red;
  margin: 5px 0 0;
}
#form-landing .block-error {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 100;
  margin: 5px 0 0;
  color: red;
}
#form-landing .table_upload_image thead th {
  color: #666262;
}
#form-landing .table_upload_image td, 
#form-landing .table_upload_image th {
  padding: 2px;
}
#form-landing .webform input[type="file"] {
  margin: 5px 0;
}
#form-landing .new-catalog-3 .item .img img {
  max-width: 80%;
}
#form-landing .webform .item-input-additional input {
  border-bottom: 1px solid #EF681D;
}
#form-landing .catalog-art .item {
  color: #000A12;
  text-decoration: none;
}
#form-landing .block-order .description {
  white-space: pre-line;
  word-break: break-word;
  margin-top: -15px;
}
#form-landing #block-order .new-block-wrap2 .img {
  width: 60%;
  padding-right: 0;
  float: left;
  margin: 0 0 30px 20%;
}
#form-landing #section-form-2:before{
  opacity: 0.5;
}
#form-landing .main-header{
  padding: 7px 15px 3px 15px;
}
#form-landing .developers a{
  color: #7b7b7c;
}
#form-landing .developers a:hover{
  color: #fff;
}
#form-landing #block-form-1 .button.bg-blue {
  margin-top: 30px;
}
#form-landing .before-after .item {
  margin-left: 25%;
}
.section-7-title-2 {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}