@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans/FiraSans-Light.eot');
    src: local('Fira Sans Light'), local('FiraSans-Light'),
        url('../fonts/FiraSans/FiraSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans/FiraSans-Light.woff2') format('woff2'),
        url('../fonts/FiraSans/FiraSans-Light.woff') format('woff'),
        url('../fonts/FiraSans/FiraSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans/FiraSans-Regular.eot');
    src: local('Fira Sans Regular'), local('FiraSans-Regular'),
        url('../fonts/FiraSans/FiraSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans/FiraSans-Regular.woff2') format('woff2'),
        url('../fonts/FiraSans/FiraSans-Regular.woff') format('woff'),
        url('../fonts/FiraSans/FiraSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans/FiraSans-Thin.eot');
    src: local('Fira Sans Thin'), local('FiraSans-Thin'),
        url('../fonts/FiraSans/FiraSans-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans/FiraSans-Thin.woff2') format('woff2'),
        url('../fonts/FiraSans/FiraSans-Thin.woff') format('woff'),
        url('../fonts/FiraSans/FiraSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans/FiraSans-SemiBold.eot');
    src: local('Fira Sans SemiBold'), local('FiraSans-SemiBold'),
        url('../fonts/FiraSans/FiraSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans/FiraSans-SemiBold.woff2') format('woff2'),
        url('../fonts/FiraSans/FiraSans-SemiBold.woff') format('woff'),
        url('../fonts/FiraSans/FiraSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans/FiraSans-Medium.eot');
    src: local('Fira Sans Medium'), local('FiraSans-Medium'),
        url('../fonts/FiraSans/FiraSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans/FiraSans-Medium.woff2') format('woff2'),
        url('../fonts/FiraSans/FiraSans-Medium.woff') format('woff'),
        url('../fonts/FiraSans/FiraSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans/FiraSans-Bold.eot');
    src: local('Fira Sans Bold'), local('FiraSans-Bold'),
        url('../fonts/FiraSans/FiraSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FiraSans/FiraSans-Bold.woff2') format('woff2'),
        url('../fonts/FiraSans/FiraSans-Bold.woff') format('woff'),
        url('../fonts/FiraSans/FiraSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
  font-family: 'Fira Sans';
  font-size: 16px;
  font-weight: 400;
  color: #232323;
  background: #f4f7fc;
  overflow-x: hidden;
}
input {
  outline: none;
}
a {
  text-decoration: none;
}
h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}
.subtitle {
  color: #FF3C00;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.bar-main {
  margin: 18px 0 45px 0;
}
.bar.bar-big {
  margin: 20px auto;
  position: relative;
}
.bar.bar-big::before {
  display: block;
  content: "";
  position: absolute;
  width: 52px;
  height: 4px;
  left: 0;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: #FF3C00;
  top: auto;
}
.navbar {
  background: #fff;
  height: 84px;
  padding: 0;
}
.nav-link {
  margin-left: 10px;
  color: #232323;
}
.nav-link:hover,
.nav-link.active {
  color: #FF3C00 !important;
}
.phone a {
  font-size: 18px;
  font-weight: 500;
  margin-left: 20px;
  color: #000;
}
#slider {
  background: #ddd url('../images/lines.png') right bottom no-repeat;
  padding: 30px 0;
}
#slider h1 {
  font-size: 60px;
  margin: 20px 0;
}
#slider h2 {
  font-size: 26px;
  color: #FF3C00;
  font-weight: 500;
}
#slider .col-lg-6 {
  align-items: center;
  display: flex;
}
#slider span.tag {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  border-top: 1px solid #232323;
}
.btn {
  height: 55px;
  line-height: 55px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  padding: 0 40px;
  background: #FF3C00;
}
.btn:hover {
  background: #fff;
  color: #FF3C00;
}
#slider .btn {
  margin-top: 20px;
}
.slider-img {
  width: 100%;
  justify-content: end;
  display: flex;
}
.slider {
  position: relative;
}
.slider-img img {
  height: 500px;
  width: auto !important;
}
.slider .owl-prev,
.slider .owl-next {
  position: absolute;
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  background: rgba(0,0,0,0.25) !important;
  color: #fff;
  font-size: 20px;
  color: #fff !important;
  font-size: 60px !important;
  font-weight: 300 !important;
}
.slider .owl-prev:hover,
.slider .owl-next:hover {
  background: #fff !important;
  color: #000 !important;
}
.slider .owl-prev {
  left: -150px;
}
.slider .owl-next {
  right: -150px;
}
.slider::before {
  content: "";
  position: absolute;
  background: url('../images/squares.png') no-repeat;
  width: 258px;
  height: 303px;
  left: -90px;
  top: -20px;
}
#video {
  padding: 60px 0;
  text-align: center;
}
.video {
  margin: 40px 0;
  position: relative;
}
.video img {
  width: 100%;
}
.play {
  width: 74px;
  height: 74px;
  border-radius: 36px;
  background: #fff url('../images/play.png') center center no-repeat;
  left: calc(50% - 36px);
  top: calc(50% - 36px);
  position: absolute;
  cursor: pointer;
  -webkit-animation: ripple-red 1s linear infinite;
  animation: ripple-red 1s linear infinite;
  -webkit-transition: .5s;
}
@-webkit-keyframes ripple-red {
  0% {
    -webkit-box-shadow:0 0 0 0 rgba(241,42,2,.3),0 0 0 10px rgba(241,42,2,.3),0 0 0 20px rgba(241,42,2,.3);
    box-shadow:0 0 0 0 rgba(241,42,2,.3),0 0 0 10px rgba(241,42,2,.3),0 0 0 20px rgba(241,42,2,.3);
  }
  100% {
    -webkit-box-shadow:0 0 0 10px rgba(241,42,2,.3),0 0 0 20px rgba(241,42,2,.3),0 0 0 30px rgba(241,42,2,0);
    box-shadow:0 0 0 10px rgba(241,42,2,.3),0 0 0 20px rgba(241,42,2,.3),0 0 0 30px rgba(2241,42,2,0);
  }
}
#video .btn:hover {
  background: #bd2d10;
  color: #fff;
}
#products {
  background: #ddd url('../images/lines.png') right bottom no-repeat;
  padding: 60px 0;
}
.products-top {
  display: flex;
  justify-content: space-between;
}
.products-top p.text {
  font-size: 18px;
}
.products {
  margin-top: 40px;
}
.products .item {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.products .item .price {
  font-size: 30px;
  font-weight: 500;
}
.product-image {
  border-radius: 10px;
  overflow: hidden;
}
.product-image img {
  width: 100%;
}
.product-name {
  margin: 20px 0;
  font-size: 23px;
  font-weight: 700;
  color: #232323;
  display: block;
}
.product-name:hover {
  color: #FF3C00;
}
.product-text p {
  color: #000;
  margin-bottom: 20px;
}
.buy > a {
  border-radius: 0;
  color: #202020;
  display: block;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  text-transform: capitalize;
  font-weight: 500;
  background: #F4F7FC;
  padding: 16px 82px 16px 22px;
  position: relative;
  font-size: 20px;
  z-index: 1;
  overflow: hidden;
  transition: .3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.buy > a::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 23%;
  height: 100%;
  z-index: -1;
  transform: skew(-29deg);
  padding-left: 20px;
  background: #FF3C00;
  transition: .3s;
}
.buy > a::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  display: block;
  right: 13px;
  border-color: transparent transparent transparent #f5f5f5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.buy > a:hover {
  background: #FF3C00;
  color: #fff;
}
.buy > a:hover::after {
  background: #232323;
}
.products {
  position: relative;
}
.products .owl-dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.products .owl-dot {
  width: 13px;
  height: 13px;
  background: #fff !important;
  border-radius: 50%;
  margin: 0 4px;
}
.products .owl-dot.active {
  background: #FF3C00 !important;
}
.products::before {
  content: "";
  position: absolute;
  width: 131px;
  height: 175px;
  left: -131px;
  top: calc(50% - 87px);
  background: url('../images/circles.png') no-repeat;
}
#company {
  padding: 65px 0;
}
#map {
  position: relative;
}
#map iframe {
  position: absolute;
  left: 0;
  top: 0;
}
#map .contacts {
  position: relative;
  z-index: 9;
  background: #fff;
  margin: 50px 0;
  padding: 40px;
}
.c-line {
  display: flex;
  margin-top: 30px;
}
.c-line img {
  width: 40px;
  margin-right: 20px;
}
.c-line span {
  display: block;
  color: #6d6d6d;
}
.c-line a,
.c-line p {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
#steps {
    padding: 70px 0 50px 0;
    background: #fff;
}
.step {
  display: flex;
  margin-top: 30px;
}
.step img {
  width: 50px;
}
.step-image {
  margin-right: 20px;
}
.step b {
  color: #FF3C00;
}
#map .contacts .btn,
#order .btn {
  margin-top: 20px;
}
#map .contacts .btn:hover,
#order .btn:hover {
  background: #bd2d10;
  color: #fff;
}
#order,
#success {
  display: none;
  padding: 40px 60px;
}
#success {
  width: 400px;
}
#order h2 {
  margin-bottom: 30px;
}
#success h2 {
  font-size: 26px;
  text-align: center;
}
#order form {
  display: flex;
  flex-direction: column;
}
#order form input[type="text"] {
  margin-bottom: 10px;
  padding: 10px 14px;
  border-radius: 4px;
  border: 1px solid #999;
}
footer {
  background: #252628;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  align-items: center;
}
.notice {
  color: #999;
  padding-left: 30px;
  font-size: 14px;
}
.notice p:last-child {
  margin: 0;
}
.social {
  display: flex;
}
.social a {
  width: 35px;
  height: 35px;
  margin-left: 8px;
  border: 1px solid #f8f9fe;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
}
.social a:hover {
  background: #FF3C00;
  border-color: #FF3C00;
}
.social a img {
  width: 24px;
}
.fotter-bottom {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.23);
}
.fotter-bottom .links a {
  color: #f8f9fe;
  margin-left: 20px;
}
.fotter-bottom .links a:hover {
  color: #ccc;
}

@media screen and (max-width: 768px) {
  .navbar-toggler:focus {
    box-shadow: none;
  }
  #navbarCollapse {
    background: #fff;
    z-index: 999;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    padding: 10px 12px 20px 12px;
  }
  .nav-link {
    margin: 5px 0;
  }
  .phone {
    border-top: 1px solid #ccc;
    padding-top: 16px;
    margin-top: 4px;
  }
  .phone a {
    margin: 0;
  }
  #slider,
  #products {
    background: #ddd;
  }
  #slider h1 {
    font-size: 40px;
    line-height: 44px;
  }
  #slider .owl-nav {
    display: none;
  }
  .slider::before {
    display: none;
  }
  .slider-img img {
    height: auto;
    width: 100% !important;
  }
  .products::before {
    display: none;
  }
  .products-top,
  .footer-top,
  .fotter-bottom {
    flex-direction: column;
  }
  .social {
    margin-top: 20px;
  }
  .fotter-bottom {
    text-align: center;
  }
  .links a {
    display: block;
    margin: 4px 0 0 0 !important;
  }
  .product-text ul {
    padding-left: 20px;
    font-size: 15px;
  }
}
