@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
 --text-color: #ffffff;
 --link-color: #FE5500;
 --bg-color: #212121;
 --bg-color-dop:#2C2C2C;
}
body{
font-family: 'Exo 2';
font-size: 18px;
background-color: var(--bg-color);
color: var(--text-color);
}
a {
  color: #fe5500;
  text-decoration: none;
}
a:hover {
  color: #fe5500;
  text-decoration: none;
}
p{
color: var(--text-color);
font-size: 18px;
}
nav{
    top: 0px;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--text-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link:focus, .nav-link:hover {
    color: var(--link-color);
}
.nav-item > .nav-link.hover-item{
    display: block;
    padding: 0.5rem 1rem;
    color: var(--link-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    position: relative;
}
.nav-item > .nav-link.hover-item::before{
position: absolute;
content: "";
width: 35px;
height: 2px;
background-color: var(--link-color);
bottom: 0px;
}
.navbar-brand > img{
width: 225px;
}
.nav-item{
margin: 0px 15px;
}
.main-btn {
    background-color: var(--link-color);
    border: 0px;
    color: var(--text-color);
    padding: 12px 40px 15px;
    font-size: 16px;
}
.main-btn-no-bg {
    background-color: rgb(254 85 0 / 0%);
    border: 2px solid var(--link-color);
    color: var(--text-color);
    padding: 12px 40px 15px;
    font-size: 16px;
}
@media (max-width: 575px) { }
@media (min-width: 576px) and (max-width: 767px) { }
@media (min-width: 768px) and (max-width: 991px) { }
@media (min-width: 992px) and (max-width: 1199px) { }
@media (min-width: 1200px) { 
    .offer {
        height: 800px;
        background: url(/assets/img/offer-bg.jpg);
        background-size: cover;
        background-attachment: fixed;
        margin-top: -96px;
        background-repeat: no-repeat;
    }
    .offer-info {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    .img-offer {
        width: 500px;
        padding-top: 330px;
        margin-bottom: 20px;
    }
    .offer-info > p{
        color: var(--text-color);
        font-size: 24px;
        font-weight: bold;
        }
 }
 .header{
    position: sticky;
    z-index: 9999;
    top: 0px;
    padding: 10px 0px;
    background: linear-gradient(180deg, var(--bg-color), transparent);
 }
 .header-vn {
  position: sticky;
  z-index: 9999;
  top: 0px;
  padding: 10px 0px;
  background: url(/assets/img/offer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
 .nav__color{
background: var(--bg-color) !important;
 }
 .about_block{
margin-top: 70px;
 }
 .box1 {
    margin-bottom: 57px;
  }
  .box1 .wrapper {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .box1 .wrapper:hover:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    bottom: -3px;
    background: var(--link-color);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

  .box1 .wrapper a {
    background: var(--bg-color);
    display: block;
  }
  .box1 .wrapper a > img {
    opacity: .8;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .box1 .wrapper a .icon {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 5px;
    right: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .box1 .wrapper a .text {
    opacity: 0;
    font-size: 16px;
    filter: alpha(opacity=0);
    color: #ffffff;
    letter-spacing: .1em;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    left: 5px;
    right: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .box1 .wrapper a:hover > img {
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .box1 .wrapper a:hover .icon {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .box1 .wrapper a:hover .text {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  @media (max-width: 767px) {
    .box1 {
      margin-bottom: 80px;
    }
    .box1 .wrapper a > img {
      width: 100%;
    }
  }

.section-title{
font-size: 30px;
text-transform: uppercase;
font-weight: bold;
color: var(--text-color);
text-align: center;
position: relative;
margin-bottom: 60px;
}
.section-title::after{
position: absolute;
content: "";
width: 65px;
height: 4px;
background: var(--link-color);
left: 0;
right: 0;
margin: auto;
bottom: -10px;
}
.ch-pic{
color: #888888;
text-decoration: none;
cursor: pointer;
display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    outline: medium none !important;
    text-align: left;
    margin-bottom: 70px;
    margin-left: 25px;
    text-align: justify;
}
.ch-pic:hover{
  color: #888888;
  text-decoration: none;
  }
.ch-pic span{
  color: #888888;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 25px;
  }
  .ch-pic:hover span{
    color: #888888;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 25px;
    }
  .ch-pic.act{
    color: var(--text-color);
    text-decoration: none;
    cursor: pointer;
    text-align: justify;
    }
    .ch-pic.act:hover{
      color: var(--text-color);
      text-decoration: none;
      cursor: pointer;
      }
    .ch-pic.act span{
      color: var(--link-color);
      font-size: 22px;
      font-weight: bold;
      text-decoration: none;
      cursor: pointer;
      margin-bottom: 25px;
      }
      .ch-pic.act:hover span{
        color: var(--link-color);
        font-size: 22px;
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 25px;
        }
.product-info{
  display: flex;
  padding: 100px;
  background: var(--bg-color-dop);
}
.pic{
width: 450px;
}
.map-section{
  position: relative;
margin: 100px 0px 50px 0px;
}
.map-section::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 1px;
  background-color: var(--text-color);
  left: 0;
  right: 0;
  margin: auto;
  top: -35px;
}
.map-item span {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
}
.map-item{
line-height: 35px;
padding: 25px;
text-align: justify;
}
footer{
background-color: #000;
padding: 30px 0px 10px;
}
.footer-logo img{
width: 300px;
margin-bottom: 20px;
}
.copy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
  color: #656565;
}
.copy a{
  font-size: 12px;
  color: #656565;
  text-decoration: none;
}
.about-page{
margin: 45px 0px 60px;
}
.works-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid #4B4B4B;
  padding: 45px 15px 15px 15px;
  min-height: 310px;
}
.icon{
width: 65px;
margin-bottom: 30px;
}
.works-item p{
text-align: center;
}
.works{
margin-bottom: 55px;
}
.advantages-item {
  position: relative;
  padding-left: 15px;
  padding-right: 20px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.num-advantages {
  font-size: 120px;
  font-weight: 900;
  position: absolute;
  color: #212121;
  text-shadow: 0px 0px 1px #C1C1C17C;
  opacity: 1;
  top: -57px;
  z-index: -1;
  left: -15px;
}
.catalog-item {
  border: 1px solid #4B4B4B;
  text-align: center;
  min-height: 501px;
}
.catalog-item-title {
  padding: 25px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.catalog{
margin: 45px 0px;
}
.contact-area{
margin: 60px 0px;
}
.contact-item {
    border: 1px solid #4B4B4B;
    display: flex;
    padding: 30px 65px;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: var(--text-color);
font-size: 18px;
font-weight: 600;
min-height: 195px;
text-align: center;
}
.icon-contact{
width: 38px;
margin-bottom: 20px;

}
.contact-item a{
text-decoration: none;
font-size: 18px;
font-weight: 600;
display: block;
margin-bottom: 10px;
color:var(--text-color);
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.9rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #1C1C1C;
    background-clip: padding-box;
    border: 1px solid #4B4B4B;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #fff;
    background-color: #1C1C1C;
    border-color: #4B4B4B;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
#map {
    position: relative;
    height: 400px;
    outline-style: none;
    width: 100%;
    margin-top: 30px;
}
.not-found-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
.not-found-content img{
width: 300px;
}
.not-found-content span {
    font-size: 300px;
    font-weight: 400;
    color: #ff5502;
}
.no-found-text{
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
}
.no-found-text a{
color: #ff5502;
text-decoration: none;
position: relative;
}
.no-found-text a::after {
    content: "";
    position: absolute;
    width: 153px;
    height: 10px;
    top: 30px;
    background-color: rgb(255 85 2 / 41%);
    left: 0px;
}
.not-found {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 143px 0px;
}
.get-call{
background-color: var(--bg-color);
background-image: url("/assets/img/modal-bg@2x.jpg");
background-repeat: no-repeat;
background-size: cover;
border: 3px solid #ff5502;
}
.modal-title {
    font-size: 22px;
    margin-bottom: 15px;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0rem;
}
.offer-mob {
  height: 100vh;
  background: url(/assets/img/offer-bg.jpg);
  background-attachment: fixed;
  margin-top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
}
.offer-mob-info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.img-offer-mob {
  width: 320px;
  padding-top: 150px;
  margin-bottom: 20px;
}
.offer-mob-info > p{
  color: var(--text-color);
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  }
  .box-mob {
    margin-bottom: 30px;
  }
.box-mob img{
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.box-mob .wrapper {
background-color: var(--bg-color);
position: relative;
}
.box-mob .wrapper .text {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: .1em;
  position: absolute;
  top: 150px;
  margin-top: -31px;
  left: 26px;
  right: 5px;
  z-index: 99;
  padding: 15px;
}
.product-info-mob {
  display: flex;
  padding: 43px;
  background: var(--bg-color-dop);
  flex-direction: column;
}
.product-info-mob > .col-sm-12 > .pic {
  width: 100%;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #fe5500;
  border-color: #fe5500;
  box-shadow: 0 0 0 0rem rgba(130,138,145,.5);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #fe5500;
  border-color: #fe5500;
}
.btn-secondary {
  color: #fff;
  background-color: rgb(108 117 125 / 0%);
  border-color: #fe5500;
  border-radius: 0px;
  padding: 13px 20px;
  margin-right: 20px;
}



.btn-check:focus+.btn-secondary-mob, .btn-secondary-mob:focus {
  color: #fff;
  background-color: #fe5500;
  border-color: #fe5500;
  box-shadow: 0 0 0 0rem rgba(130,138,145,.5);
}
.btn-secondary-mob:hover {
  color: #fff;
  background-color: #fe5500;
  border-color: #fe5500;
}
.btn-secondary-mob {
  color: #fff;
  background-color: rgb(108 117 125 / 0%);
  border-color: #fe5500;
  border-radius: 0px;
  padding: 13px 10px;
}
.image-gall{
position: relative;
display: block;
}
.image-gall > i {
  position: absolute;
  z-index: 999;
  top: 15px;
  right: 15px;
  color: #fff;
  font-size: 25px;
}
.image-gall > img{
opacity: .6;
transition: all .5s;
  }
  .image-gall:hover > img{
    opacity: 1;
    transition: all .5s;
      }
      .documents {
        display: flex;
        padding: 15px 25px;
        background: var(--bg-color-dop);
        justify-content: space-between;
    }
    .title-doc{
    color: #fff;
    }
    .documents > a > i{
      font-size: 26px;
    }

    .logo-sl div{
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 15px;
    }
    .content-str{
    text-align: justify;
  margin: 30px 0px 50px;
    }
    .readmore a{
    display: flex;
    padding: 7px 30px 10px;
    background: #fe5500;
    color: #fff;
    }

  .readmore {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 27px;
}

.catalog-item {
    min-height: 615px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
}

.page-item.disabled .page-link {
    color: #ffffff;
    pointer-events: none;
    background-color: #212121;
    border-color: #fe5500;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fe5500;
    border-color: #fe5500;
}
.page-link {
    position: relative;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background-color: #212121;
    border: 1px solid #fe5500;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.soc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.soc a img{
width: 20px;
margin: 0px 15px;
}