body,p,div,a,p,ul{
  margin: 0px;
  padding: 0px;
  font-family: 'GT Walsheim Pro';
}
a{
  text-decoration: none;
}
h1{
  font-size: 50px;
}
@font-face {
    font-family: 'GT Walsheim Pro';
    src: url('/fonts/GTWalsheimPro-Regular.eot');
    src: local('/fonts/GT Walsheim Pro Regular'), local('GTWalsheimPro-Regular'),
        url('/fonts/GTWalsheimPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GTWalsheimPro-Regular.woff2') format('woff2'),
        url('/fonts/GTWalsheimPro-Regular.woff') format('woff'),
        url('/fonts/GTWalsheimPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
:root {
  --black: #000000;
  --orange: #F18900;
  --white: #ffffff;
}
.line{
  width: 100%;
  overflow: hidden;
}
.container{
  display: flex;
  max-width: 1310px;
  margin: 0 auto;
}
.header-container{
  background-color: var(--orange);
}
.logo{
  width: 123px;
  display: block;
}
.header{
  justify-content: space-between;
  min-height: 85px;
  align-items: center;

}
.menu-block ul li{
  list-style-type: none;
  display: inline-block;
  margin-left: 45px;
}
.menu-block ul li:first-of-type{
  margin-left: 0px;
}
.menu-block ul li a{
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
}
.menu-block ul li a:hover{
  color: var(--black);
}
.banner{
  min-height: 595px;
  background-color: rgba(0,0,0,0.3);
  background-position: left;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
#b1{
  background-image: url("/img/banner_01.jpg");
  background-color: #000000;
  box-shadow: inset 0px 0px 500px 3px #000000;
}
#b2{
  background-image: url("/img/banner_02.jpg");
  background-color: #000000;
  box-shadow: inset 0px 0px 1200px 3px #000000;
}
#b3{
  background-image: url("/img/banner_03.jpg");
  background-color: #000000;
  box-shadow: inset 0px 0px 1200px 3px #000000;
}

#carousel-custom-dots li{
display: inline-block;
margin-left: 15px;
}
.dots-container img{
  display: block;
}
.dots-container{
  position:absolute;
  text-align: right;
  top:80%;
  left: 50%;
  margin: 0 auto;
  width:655px;
  z-index: 9999999;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.first-screen-container{
  position: relative;
}
.owl-dot{
  width: 21px;
  height: 21px;
  border-radius: 30px;
  border: 2px solid var(--orange);
  background-color: var(--white);
}
.owl-dot:hover, .owl-dot:active, .owl-dots .active{
  background-color: var(--orange);
}

.caption{
  width: 60%;
  margin-bottom: 6.5%;

}
.caption h1{
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 90px;
  letter-spacing: 2px;
}
.first-screen-buttons{
  display: flex;
}
.first-screen-buttons a{
  color: var(--white);
  padding: 15px 30px;
  background-color: var(--orange);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  min-height: 35px;
  max-width: 220px;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  border-radius: 40px;
}
.first-screen-buttons a:hover{
  color: var(--black);
}
.first-screen-buttons a:first-of-type{
  width: 200px;
  margin-right: 40px;
}
.products-container h1{
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 90px;
}
.products-container .container{
  flex-direction: column;
  position: relative;
}
.product-name{
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}
.product-caption{
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 40px;
  min-height: 180px;
}
.product-item img{
  border-radius: 25px;
  margin-bottom: 15px;
  max-width: 240px;
}
.product-price{
  text-transform: uppercase;
  font-weight: 700;
  color: var(--orange);
  font-size: 22px;
  text-align: left;
}
.product-arrow{
  padding: 20px 22px;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 100px;
  font-size: 30px;
  font-weight: 100;
}
.products-carousel{
  position: relative;
}
.product-arrow{
        position:absolute;
        top: 48%;
     }
.fa-arrow-right{
  right: 60px;
}
.fa-arrow-left{
  left: 0;
  opacity: 0;
}
.button-call{
  color: var(--white);
  background-color: var(--orange);
  font-size: 20px;
  font-weight: 600;
  display: block;
  padding: 20px 60px;
  max-width: 400px;
  text-align: center;
  border-radius: 30px;
  text-transform: uppercase;
  margin: 10px auto;
}


/* Tabs */
.accordion input {
    display: none;
}
.accordion__header{
  padding: 15px;
}
.accordion__header{
  display: flex;
  align-items: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.accordion__header::before{
  content: "";
  background-color: var(--orange);
  color: var(--white);
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin-right: 10px;
  background-image: url("/img/arrow-right.png");
  background-size: 20px 24px;
  background-position: center;
  background-repeat: no-repeat;
    transition: rotate 5s;
}
.arrow{
  background-color: var(--white);
  color: var(--white);
}
.accordion__content {
   height: 0px;
   overflow: hidden;
   max-height: 0px;
   -webkit-transition: max-height .5s, padding .5s;
  transition: max-height 5s, padding .5s;
}

.accordion input:checked ~ .accordion__content {
  max-height: 700px;
  padding: 15px;
  height: auto;
  -webkit-transition: max-height .5s, padding .5s;
  transition: max-height 5s, padding .5s;
}
.accordion input:checked ~ .accordion__header::before{
  transform: rotate(90deg);
  -webkit-transition: rotate .5s;
  transition: rotate 5s;
}
.accordion__content p {
  background-color: var(--orange);
  font-size: 18px;
  color: var(--white);
  padding: 15px;
  width: 80%;
  border-radius: 30px;
}

/* Tabs end */

.benefits-block .container, .projects-block .container, .contact-container{
  flex-direction: column;
}
.benefits-block .container h1,.projects-block .container h1{
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  width: 50%;
  margin: 100px 0px 50px 0px;
}
.project-item p, .project-item h2{
  color: var(--white);
}
.project-item h2{
  text-transform: uppercase;
  font-weight: 600;
}
.project-item img{
  max-width: 440px;
  border-radius: 30px;
}
.projects-block{
  background: linear-gradient(to top, var(--orange) 50%, transparent 50%);
}
#project-arrow{
  color: var(--orange);
  background-color: var(--white);
  top: 40%;
}
.products-carousel, .projects-carousel{
  width: 104% !important;
}
.contact-container .container{
  flex-direction: column;
}
.contact-container .container h1{
  width: 100%;
  font-size: 30px;
  margin-bottom: 60px;
  margin-top: 120px;
  text-transform: uppercase;
}
.contact-block{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contact-block div{
  width: 40%;
}
.img-arrow{
  max-width: 120px;
}
form{
display: flex;
flex-direction: column;
}
input{
  font-size: 20px;
  padding: 15px;
  margin-bottom: 25px;
  border: 2px solid var(--orange);
  display: flex;
}
#submit-button{

  font-size: 20px;
  padding: 15px;
  border: 0px;
  background-color: var(--orange);
  color: var(--white);
}
.form-caption-block p{
  font-size: 24px;
  margin-bottom: 20px;
}
.contact-container{
  margin-bottom: 60px;
}
.footer{
  background-color: var(--black);
  padding: 30px 0px;
}
.footer-first-block{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.footer-button, .footer-first-block img{
  display: block;
}
.footer-first-block img{
  max-width: 120px;
}
.footer-button{
  color: var(--white);
  padding: 15px;
  background-color: var(--orange);
  border-radius: 5px;
}
.footer-copyrights{
  width: 100%;
}
.footer-copyrights ul{
  display: inline-block;
  margin-top: 30px;
}
.footer .container{
  flex-direction: column;
}
.footer-copyrights ul li, .footer-copyrights ul li a{
  display: inline-block;
  color: var(--white);
  text-transform: uppercase;
  margin-right: 30px;
}
.img-arrow-mob{
  display:none !important;
}
.error{
  border-color: #FF0000;
  background-color: #FF7373;
}

.display{
  display: block !important;
}
.no-display{
  display: none;
}
