p {
  font-size: calc(.75rem + .5vw) !important;
}
h3 {
  line-height: 146% !important;
}

h5 {
  line-height: 135% !important;
}

header {
  z-index: 99 !important;
}

.header-5.sticky-header.shrink .navbar-brand {
    padding: 21px 21px 11px 21px !important;
}
.dropdown-menu li a {
  font-family: "Lato", sans-serif;
}
.navbar-logo {
  margin-top: 10px;
}

.header-5 .navbar-brand {
    padding: 45px 25px 35px 15px !important;
}

.darna-button-txt {
  transition: all .1s linear !important;
  color: #222 !important;
}

.darna-button-txt:hover {
  color: #ffb600 !important;
}

.darna-button-1 {
  border: 2px solid #222 !important;
  transition: all .1s linear !important;
}

.darna-button-1:hover{
  border: 2px solid #FFB600 !important;
}

.darna-button-2 {
  transition: all .15s linear !important;
}

.darna-button-2:hover{
  border-color: #fff !important;
  background-color: #ffb60075 !important;
}

.q-ol {
  list-style-type: circle !important;
  position: relative;
}
/*.q-ol:before {
  content: counter(num) '.'; 
  counter-increment: num;
  position: absolute;
  top: 0;
  left: -5%;
}*/


.btn-size {
  padding: 10px 20px !important;
}
.bttn:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.gadient-intro {
  display: inline-block;
  position: relative;    
  line-height: 0;
}
.gadient-intro:after {
  content: "";
  display: block;    
  width: 100%;
  height: 100%;    
  position: absolute;
  top: 0;      
  left: 0;   
  background: transparent;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
  opacity: 0.8;
}

.margin-top-p {
  margin-top: 0;
}

.intro-fs {
  font-size: calc(.8rem + .5vw) !important;
  text-transform: uppercase;
}
.intro-fs-1 {
  font-size: calc(.8rem + .5vw) !important;
  text-transform: uppercase;
}
.intro-wrap {
  white-space: nowrap !important;
}
.intro-header {
  font-size: calc(3rem + 1.3vw) !important;
  white-space: nowrap !important;
}
.service-header {
  font-size: 30px !important;
  margin-bottom: 10px;
}

.text-service {
  font-size: calc(.8rem + .65vw) !important;
}
#services {
    padding-top: 0;
}
.bg-grey-serv {
  background-color: #f7f7f7;
  padding: 100px 0;
}

.paddingx-100 {
  padding: 100px 0; 
}

.video-content {
    background: #FFF !important;
    padding: 100px 0px 75px 0 !important;
}

.otzyw {
  background-color: rgba(0, 0, 0, .85);
  padding: 10px;
  border-radius: 40px;
}

.otzyw-txt {
  font-size: 17px !important;
}

.footer-form {
  background-color: #161313b5 !important;
}

.footer-modal-link {
  text-decoration: underline;
}

.footer-modal-link:hover {
  text-decoration: none;
}

.footer-link {
  font-size: calc(.8rem + .5vw) !important;
}
.footer-ms-1 {
  margin-left: 5px;
}

.form-control:focus {
    border-color: #ffb600;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #ffb600a8;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #ffb600a8;
}
.lheight {
  line-height: 17px !important;
}

.margin-t-otzyw {
    margin-top: 5%;
}
footer {
  background: #000 !important;
}
.footer-txt {
    font-size: calc(.5rem + .5vw) !important;
  }

@media (max-width: 1583px) {
  .footer-txt {
    font-size: calc(.5rem + .75vw) !important;
  }
}

@media (max-width: 991px) {
  p {
    font-size: calc(.9rem + 1vw) !important;
  }
  .text-service {
    font-size: calc(.9rem + 1vw) !important;
  }
  .mean-nav .theme-btn {
    display: none;
  }
  .margin-top-p {
    margin-top: calc(1.4rem + 1vw);
  }
  .margin-t-otzyw {
    margin-top: 10%;
  }
  .intro-fs {
    font-family: "Roboto", sans-serif !important;
    font-weight: 600 !important;
    font-size: calc(.9rem + .8vw) !important;
    
  }
  .intro-wrap {
    white-space: normal !important;
    width: 400%!important;
  }
  .intro-header{
    font-size: calc(2rem + 1.2vw) !important;
/*    white-space: normal !important;*/
    width: 700%!important;
    text-align: center;
  }
  .footer-link {
    font-size: calc(.9rem + .7vw) !important;
  }
  .footer-widget {
    margin-bottom: 20px;
  }
  .footer-txt {
    font-size: calc(.65rem + .75vw) !important;
  }
}

@media (max-width: 500px) {
  .intro-fs {
    font-size: calc(1.1rem + 1.2vw) !important;
    white-space: normal !important;
    width: 400%!important;
  }
  .intro-fs-1 {
    font-size: calc(1rem + 1vw) !important;
    white-space: normal !important;
    width: 350%!important;
  }
  .intro-header{
    font-size: calc(2rem + 1.2vw) !important;
/*    white-space: normal !important;*/
/*    width: 800%!important;*/
    text-align: center;
  }
  .footer-link {
    font-size: calc(1rem + .8vw) !important;
  }
  .footer-txt {
    font-size: calc(.75rem + .8vw) !important;
  }
}