/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}

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

table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}

a img {
  border: 0;
}

:focus {
  outline: 0;
}

@font-face {
  src: url('../fonts/Assistant-ExtraLight.otf');
  font-family: 'Assistant';
  font-weight: 200;
  font-style: normal;
}

@font-face {
  src: url('../fonts/Assistant-Light.otf');
  font-family: 'Assistant';
  font-weight: 300;
  font-style: normal;
}

@font-face {
  src: url('../fonts/Assistant-Regular.otf');
  font-family: 'Assistant';
  font-weight: 400;
  font-style: normal;
}

@font-face {
  src: url('../fonts/Assistant-SemiBold.otf');
  font-family: 'Assistant';
  font-weight: 600;
  font-style: normal;
}

@font-face {
  src: url('../fonts/Assistant-Bold.otf');
  font-family: 'Assistant';
  font-weight: 700;
  font-style: normal;
}

@font-face {
  src: url('../fonts/Assistant-ExtraBold.otf');
  font-family: 'Assistant';
  font-weight: 900;
  font-style: normal;
}

body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  color: #231224;
  background: url('../img/bg.jpg') center 0 repeat-y;
  background-size: contain;
  background-attachment: fixed;
}

ul {
  list-style-position: inside;
  font-size: 34px;
  font-weight: 300;
}

h1 {
  font-weight: 200;
  font-size: 78px;
}

h2 {
  font-weight: 600;
  font-size: 70px;
}

h3 {
  font-weight: 600;
  font-size: 50px;
}

h4 {
  font-size: 42px;
  font-weight: 300;
}

p {
  font-size: 34px;
  font-weight: 300;
}

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

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.fancybox-bg {
  background: #FFF;
}

header {
  color: #fff;
  background-color: #4b384c;
  padding: 15px 0;
  margin-bottom: 50px;
}

header::after {
  content: '';
  display: table;
  clear: both;
}

header .logo-left {
  float: left;
  width: 100%;
  max-width: 570px;
}

header .logo-left img {
  max-width: 210px;
  display: inline-block;
}

header .logo-left span {
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}

header .logo-left span span {
  padding-top: 0;
}

header .logo-right {
  float: right;
  padding-top: 5px;
}

header .logo-right img {
  width: 210px;
}

nav {
  margin-bottom: 50px;
}

nav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

nav ul li {
  text-align: center;
  max-width: 140px;
}

nav ul li img {
  max-width: 100px;
  width: 100%;
  margin-bottom: 10px;
}

nav ul li p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #4b384c;
}

#slider {
  margin-bottom: 100px;
}

#slider .owl-carousel {
  position: relative;
}

#slider .owl-carousel.mobile {
  display: none;
}

#slider .owl-carousel .owl-nav .owl-prev,
#slider .owl-carousel .owl-nav .owl-next {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#slider .owl-carousel .owl-nav .owl-prev {
  right: 100%;
}

#slider .owl-carousel .owl-nav .owl-next {
  left: 100%;
}

#footer-slider .owl-carousel .owl-nav .owl-prev,
#footer-slider .owl-carousel .owl-nav .owl-next {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#footer-slider .owl-carousel .owl-nav .owl-prev {
  right: 100%;
}

#footer-slider .owl-carousel .owl-nav .owl-next {
  left: 100%;
}

#fast-simple {
  background: #bfd32f;
  padding-top: 50px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 100px;
}

#fast-simple h1 {
  text-transform: uppercase;
  text-align: left;
  background-color: #fff;
  position: relative;
  padding: 0 20px;
  margin-bottom: 70px;
}

#fast-simple h1::before {
  content: '';
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
}

#fast-simple .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  text-align: left;
}

#fast-simple .list ul {
  width: 50%;
  list-style: none;
}

#fast-simple .list ul li {
  font-size: 42px;
  font-weight: 300;
}

#fast-simple .list ul li::before {
  content: "•";
  color: #231224;
  margin-right: 10px;
}

#fast-simple h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
  line-height: 80px;
}

#fast-simple .steps {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

#fast-simple .steps .item {
  width: 21%;
  text-align: center;
}

#fast-simple .steps .item img {
  max-width: 150px;
}

#fast-simple .steps .item h3 {
  color: #fff;
}

#fast-simple .steps .item.arrow {
  position: relative;
}

#fast-simple .steps .item.arrow::after {
  content: '\2192';
  display: block;
  font-size: 100px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 87%;
}

#fast-simple .btn {
  display: block;
  background: #fff;
  color: #4b384c;
  font-size: 50px;
  font-weight: 600;
  max-width: 500px;
  margin: 0 auto 100px;
  transition: all .3s;
}

#fast-simple .btn:hover {
  background-color: #4b384c;
  color: #fff;
}

#footer-slider {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 0 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

#footer-slider h1 {
  background-color: #776278;
  color: #fff;
  text-align: right;
  position: relative;
  padding: 0 30px;
  margin-bottom: 50px;
}

#footer-slider h1::after {
  content: '';
  width: 1920px;
  height: 100%;
  background-color: #776278;
  position: absolute;
  top: 0;
  right: 100%;
}

#technology {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px 0 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

#technology h1 {
  background-color: #776278;
  color: #fff;
  text-align: left;
  position: relative;
  padding: 0 30px;
  margin-bottom: 50px;
}

#technology h1::after {
  content: '';
  width: 1920px;
  height: 100%;
  background-color: #776278;
  position: absolute;
  top: 0;
  left: 100%;
}

#technology .content {
  padding: 50px 30px;
}

#technology .content .text-block {
  margin-bottom: 50px;
}

#technology .content .big-text {
  display: block;
  padding: 0 10px;
  color: #bfd32f;
  float: left;
  font-size: 95px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

#markets {
  background: #776278;
  overflow: hidden;
  padding: 50px 0 150px;
  margin-bottom: 50px;
}

#markets h1 {
  background: #bfd32f;
  text-align: right;
  position: relative;
  padding: 0 30px;
  margin-bottom: 50px;
}

#markets h1::before {
  content: '';
  width: 1920px;
  height: 100%;
  position: absolute;
  background-color: #bfd32f;
  top: 0;
  right: 100%;
}

#markets h1 span {
  font-size: 34px;
  font-weight: 400;
}

#markets .list {
  display: flex;
}

#markets .list ul {
  width: 50%;
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  list-style: none;
}

#markets .list ul li::before {
  content: "•";
  color: #bfd32f;
  margin-right: 10px;
}

#works {
  padding: 50px 0;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  margin-bottom: 100px;
}

#works h1 {
  background: #bfd32f;
  padding: 0 30px;
  position: relative;
  margin-bottom: 100px;
  text-transform: uppercase;
}

#works h1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 1920px;
  height: 100%;
  background: #bfd32f;
}

#works .products {
  height: 700px;
}

#works .products .item {
  margin-bottom: 30px;
  width: 25%;
  height: auto;
  display: block;
  text-align: center;
}

#works .products .item img {
  display: inline-block;
  width: 50%;
  max-width: 100%;
  transition: all .4s;
}

#works .products .item:hover img {
  width: 70%;
}

#about {
  background: #4b384c;
  padding: 50px 0;
  margin-bottom: 100px;
}

#about h1 {
  background-color: #fff;
  text-transform: uppercase;
  text-align: right;
  position: relative;
  padding: 0 30px;
  margin-bottom: 50px;
}

#about h1::before {
  background-color: #fff;
  content: '';
  width: 1920px;
  height: 100%;
  right: 100%;
  top: 0;
  position: absolute;
}

#about .text {
  color: #fff;
  padding: 0 30px;
}

#about .text p {
  margin-bottom: 20px;
}

#getStarted {
  background: #bfd32f;
  padding: 50px 0;
  overflow: hidden;
  margin-bottom: 100px;
}

#getStarted h1 {
  color: #fff;
  background: #776278;
  padding: 0 30px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 100px;
}

#getStarted h1::after {
  content: '';
  width: 1920px;
  height: 100%;
  background: #776278;
  position: absolute;
  left: 100%;
  top: 0;
}

#getStarted .form-block {
  max-width: 80%;
  margin: 0 auto;
}

#getStarted .form-block .title {
  background: #4b384c;
  color: #fff;
  text-align: center;
  font-size: 34px;
  padding: 5px 10px;
  margin-bottom: 20px;
}

#getStarted .form-block .inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px 50px;
}

#getStarted .form-block .inputs input,
#getStarted .form-block .inputs select {
  background: #776278;
  color: #fff;
  padding: 5px 20px;
  border: none;
  outline: none !important;
  height: 50px;
  font-size: 18px;
  font-weight: 300;
  margin: 10px;
  box-sizing: border-box;
}

#getStarted .form-block .inputs input[name="name"],
#getStarted .form-block .inputs select[name="firstname"],
#getStarted .form-block .inputs input[name="companyname"],
#getStarted .form-block .inputs select[name="companyname"],
#getStarted .form-block .inputs input[name="fields"],
#getStarted .form-block .inputs select[name="fields"],
#getStarted .form-block .inputs input[name="materials"],
#getStarted .form-block .inputs select[name="materials"] {
  width: calc(40%);
}

#getStarted .form-block .inputs input[name="phone"],
#getStarted .form-block .inputs select[name="phone"] {
  width: calc(10%);
}

#getStarted .form-block .inputs input[name="name"],
#getStarted .form-block .inputs select[name="name"] {
  width: calc(50%);
}

#getStarted .form-block .inputs input[name="email"],
#getStarted .form-block .inputs select[name="email"] {
  width: calc(100%);
}

#getStarted .form-block .inputs input[name="products"],
#getStarted .form-block .inputs select[name="products"],
#getStarted .form-block .inputs input[name="packagetype"],
#getStarted .form-block .inputs select[name="packagetype"] {
  width: 100%;
}

#getStarted .form-block .inputs input[name="quantity"],
#getStarted .form-block .inputs select[name="quantity"] {
  width: calc(80%);
}

#getStarted .form-block .inputs input[type="submit"],
#getStarted .form-block .inputs select[type="submit"] {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 24px;
  transition: all .3s;
  background: #4b384c;
}

#getStarted .form-block .inputs input[type="submit"]:hover,
#getStarted .form-block .inputs select[type="submit"]:hover {
  background: #231224;
}

#getStarted .form-block .inputs ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

#getStarted .form-block .inputs :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

#getStarted .form-block .inputs ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

#contactUs {
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
}

#contactUs h1 {
  background: #4b384c;
  text-align: right;
  position: relative;
  padding: 0 30px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 50px;
}

#contactUs h1::after {
  content: '';
  width: 1920px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: #4b384c;
}

#contactUs .map {
  max-width: 80%;
  margin: 0 auto 30px;
}

#contactUs .info-block {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
}

#contactUs .info-block ul {
  width: 50%;
  list-style: none;
  font-size: 27px;
  font-weight: 300;
}

#contactUs .info-block ul li {
  display: flex;
  align-items: center;
}

.icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: cover;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}

.phone-icon {
  background-image: url('../img/phoneIcon.png');
}

.fax-icon {
  background-image: url('../img/faxIcon.png');
}

.mail-icon {
  background-image: url('../img/mailIcon.png');
}

.marker-icon {
  background-image: url('../img/markerIcon.png');
}

footer {
  height: 113px;
  color: #fff;
  background-color: #4b384c;
  text-align: center;
  width: 100%;
  font-size: 37px;
  font-weight: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer img {
  width: 300px;
}

footer span {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 1320px) {
  .wrapper {
    padding: 0 15px;
  }

  #slider .wrapper {
    padding: 0;
    width: 100%;
  }

  #slider .carousel img {
    display: inline-block;
    width: 100%;
  }

  #slider .owl-carousel .owl-nav .owl-prev {
    left: 0;
    right: auto;
  }

  #slider .owl-carousel .owl-nav .owl-next {
    right: 0;
    left: auto;
  }
}

@media (max-width: 1024px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  ul {
    font-size: 16px;
    font-weight: 300;
  }

  p {
    font-size: 16px;
  }

  header .logo-left {
    max-width: 500px;
  }

  header .logo-left span {
    font-size: 18px;
    padding-top: 10px;
  }

  nav ul li {
    max-width: 90px;
  }

  nav ul li img {
    max-width: 75px;
  }

  nav ul li p {
    font-size: 18px;
  }

  #fast-simple .list ul li {
    font-size: 26px;
  }

  #fast-simple .steps .item img {
    max-width: 100px;
  }

  #fast-simple .steps .item.arrow::after {
    font-size: 60px;
  }

  #fast-simple .btn {
    max-width: 400px;
    font-size: 34px;
  }

  #technology .content {
    padding: 50px 30px 0;
  }

  #technology .content .text-block {
    margin-bottom: 25px;
  }

  #technology .content .big-text {
    font-size: 60px;
  }

  #markets h1 span {
    font-size: 24px;
  }

  #markets .list ul {
    font-size: 26px;
  }

  #works .products {
    height: 300px;
  }

  #works .products .item img {
    width: 70%;
  }

  #getStarted .form-block {
    max-width: 100%;
  }

  #getStarted .form-block .title {
    font-size: 26px;
  }

  #contactUs .info-block ul {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  header .logo-left {
    max-width: 50%;
  }

  header .logo-left span {
    display: block;
    padding-top: 0;
  }

  header .logo-left span span {
    display: none;
  }

  nav {
    margin-bottom: 20px;
  }

  nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  nav ul li {
    max-width: 100%;
    width: 25%;
    margin-bottom: 30px;

  }

  #slider .owl-carousel.desctop {
    display: none;
  }

  #slider .owl-carousel.mobile {
    display: block;
  }

  #fast-simple {
    margin-bottom: 50px;
  }

  #fast-simple h1 {
    margin-bottom: 30px;
  }

  #fast-simple .list {
    margin-bottom: 60px;
  }

  #fast-simple .list ul {
    list-style: none;
  }

  #fast-simple .list ul li {
    position: relative;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 20px;
  }

  #fast-simple .list ul li::before {
    content: "•";
    color: #231224;
    position: absolute;
    top: 0;
    left: 0;
  }

  #technology {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  #technology h1 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  header {
    margin-bottom: 20px;
  }

  header .logo-left img {
    max-width: 130px;
  }

  header .logo-left span {
    font-size: 14px;
  }

  header .logo-right img {
    width: 100%;
    max-width: 140px;
  }

  #slider {
    margin-bottom: 50px;
  }

  #fast-simple .list {
    margin-bottom: 30px;
  }

  #fast-simple .list ul li {
    font-size: 20px;
  }

  #fast-simple .steps {
    margin-bottom: 50px;
  }

  #fast-simple .steps .item img {
    max-width: 60px;
  }

  #fast-simple .steps .item.arrow::after {
    font-size: 40px;
  }

  #technology .content {
    padding: 30px 15px 0;
  }

  #technology .content .big-text {
    font-size: 40px;
  }

  #markets {
    padding: 50px 0 100px;
  }

  #markets h1 span {
    font-size: 18px;
  }

  #markets .list ul {
    font-size: 20px;
  }

  #works {
    margin-bottom: 50px;
  }

  #works h1 {
    margin-bottom: 50px;
  }

  #works .products {
    height: 170px;
  }

  #about {
    margin-bottom: 50px;
  }

  #about .text {
    padding: 0 15px;
  }

  #getStarted {
    margin-bottom: 50px;
  }

  #getStarted h1 {
    margin-bottom: 50px;
  }

  #getStarted .form-block .title {
    font-size: 20px;
    margin-bottom: 5px;
  }

  #getStarted .form-block .inputs {
    margin: 0 -5px;
  }

  #getStarted .form-block .inputs input,
  #getStarted .form-block .inputs select {
    margin: 5px;
  }

  #getStarted .form-block .inputs input[name="firstname"],
  #getStarted .form-block .inputs select[name="firstname"],
  #getStarted .form-block .inputs input[name="companyname"],
  #getStarted .form-block .inputs select[name="companyname"],
  #getStarted .form-block .inputs input[name="fields"],
  #getStarted .form-block .inputs select[name="fields"],
  #getStarted .form-block .inputs input[name="materials"],
  #getStarted .form-block .inputs select[name="materials"] {
    width: calc(40%);
  }

  #getStarted .form-block .inputs input[name="phone"],
  #getStarted .form-block .inputs select[name="phone"] {
    width: calc(20%);
  }

  #getStarted .form-block .inputs input[name="email"],
  #getStarted .form-block .inputs select[name="email"] {
    width: calc(60%);
  }

  #getStarted .form-block .inputs input[name="quantity"],
  #getStarted .form-block .inputs select[name="quantity"] {
    width: calc(70%);
  }

  #getStarted .form-block .inputs input[type="submit"],
  #getStarted .form-block .inputs select[type="submit"] {
    width: calc(10%);
    text-transform: uppercase;
    cursor: pointer;
    font-size: 18px;
    transition: all .3s;
    padding: 0;
  }

  #getStarted .form-block .inputs input[type="submit"]:hover,
  #getStarted .form-block .inputs select[type="submit"]:hover {
    background: #231224;
  }

  #contactUs .map,
  #contactUs .info-block {
    max-width: 100%;
  }

  #contactUs .map ul,
  #contactUs .info-block ul {
    font-size: 16px;
  }

  .icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  footer {
    font-size: 26px;
  }

  footer img {
    max-width: 180px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 18px;
  }

  ul {
    font-size: 16px;
    font-weight: 300;
  }

  nav ul li {
    width: 33%;
    margin-bottom: 15px;
  }

  nav ul li img {
    margin-bottom: 0;
  }

  nav ul li p {
    font-size: 14px;
  }

  header .logo-left span {
    font-size: 12px;
  }

  #fast-simple .list {
    flex-wrap: wrap;
  }

  #fast-simple .list ul {
    width: 100%;
  }

  #fast-simple .steps .item {
    width: 35%;
  }

  #fast-simple .steps .item.arrow::after {
    font-size: 28px;
  }

  #fast-simple .btn {
    width: 80%;
    font-size: 26px;
    margin: 0 auto 50px;
  }

  #markets h1 {
    margin-bottom: 40px;
    padding: 0 10px;
  }

  #markets h1 span {
    font-size: 14px;
  }

  #markets .list {
    flex-wrap: wrap;
  }

  #markets .list ul {
    width: 100%;
  }

  #getStarted .form-block .title br {
    display: none;
  }

  #getStarted .form-block .inputs input,
  #getStarted .form-block .inputs select {
    width: 100% !important;
  }

  #contactUs .info-block {
    flex-wrap: wrap;
  }

  #contactUs .info-block ul {
    width: 100%;
  }

  #contactUs .info-block ul li {
    margin-bottom: 10px;
  }
}

.about-img img {
  width: 100%;
}