/* ==========================================================================
   miniCarousel
  @mixin ========================================================================= */
/* ==========================================================================
 Media Queries Style
 *========================================================================== */
@media screen and (min-width: 768px) {
  .header.scroll .header-fixed {
    -moz-box-shadow: 1px 1.7px 4px rgba(0, 0, 0, 0.1);
    -webkit-shadow: 1px 1.7px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1.7px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1.7px 4px rgba(0, 0, 0, 0.1);
  }
  .header .header-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 555;
  }
  .header .header-fixed__top {
    height: auto;
    text-align: center;
    padding: 0;
    background-color: #F8F9FA;
  }
  .header .burger-open {
    display: none;
  }
  .header .navbar {
    display: block !important;
  }
}

/* ==========================================================================
 Media Queries Style (1200)
 *========================================================================== */
/* ==========================================================================
 Media Queries Style (992)
 *========================================================================== */
@media screen and (max-width: 991px) {
  .title {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .title span {
    padding: 0 48px;
  }
  .title-wel {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .welcomeBox {
    height: 380px;
  }
  .welcomeBox .welcome__content {
    margin-bottom: 30px;
  }
  .advantagesBox .title {
    margin-bottom: 60px;
  }
  .devicesBox.box {
    padding: 48px 0;
  }
  .whyBox .title {
    margin-bottom: 60px;
  }
  .buyBox.box {
    padding: 51px 0 21px;
  }
  .buyBox .title {
    margin-bottom: 60px;
  }
  .buyBox .buy__block {
    min-height: none;
    background: none;
  }
  .buyBox .buy__block .item-icons {
    margin: 0 auto 40px;
  }
  .contactBox .formBgBox {
    padding-top: 60px;
  }
}

/* ==========================================================================
 Media Queries Style (768)
 *========================================================================== */
@media screen and (max-width: 767px) {
  section {
    padding: 55px 0;
  }
  .nav-scroll {
    top: -63px;
  }
  .desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .title span {
    padding: 0 42px;
  }
  .title-wel {
    font-size: 31px;
    font-size: 1.9375rem;
  }
  .header.scroll .top-1 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 555;
    -moz-box-shadow: 1px 1.7px 4px rgba(0, 0, 0, 0.1);
    -webkit-shadow: 1px 1.7px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1.7px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1.7px 4px rgba(0, 0, 0, 0.1);
  }
  .header.scroll .top-2 {
    padding-top: 63px;
  }
  .header .top-1 {
    height: 63px;
    line-height: 63px;
    background: #012169;
    text-align: center;
  }
  .header .top-2 {
    line-height: 59px;
    background-color: #F8F9FA;
  }
  .header ul.contact {
    font-size: 14px;
    font-size: 0.875rem;
    float: none;
    text-align: center;
    line-height: 59px;
  }
  .header ul.contact li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
  }
  .header ul.contact li a {
    color: #535353;
  }
  .header ul.contact li a:hover {
    color: #000;
  }
  .header .navbar {
    display: none;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 555;
  }
  .header .navbar .burger-close {
    display: block;
  }
  .header .navbar ul.navbar-nav {
    height: 70%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header .navbar ul.navbar-nav li {
    display: block;
    margin: 0;
  }
  .header .navbar ul.navbar-nav li a {
    padding: 15px 0;
    display: block;
    border-bottom: 0 !important;
  }
  .welcomeBox {
    height: 313px;
  }
  .welcomeBox .welcome__content {
    margin-bottom: 10px;
  }
  .advantagesBox .title {
    margin-bottom: 50px;
  }
  .whyBox .title {
    margin-bottom: 50px;
  }
  .buyBox .title {
    margin-bottom: 50px;
  }
  .contactBox .formBgBox {
    padding-top: 50px;
  }
  .contactBox .contact__block {
    padding-right: 0;
    margin-bottom: 29px;
  }
  .contactBox .contact__block .form-btn {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    width: 100%;
  }
  .footer__top {
    padding: 32px 0 32px;
  }
  .footer__top .footer-logo {
    margin-bottom: 20px;
  }
  .footer__top .footer-text {
    text-align: left;
    margin-bottom: 20px;
  }
  .footer__top .contact-box {
    padding-left: 0;
    width: 100%;
    max-width: none;
    float: none;
  }
  .footer__top .contact-box .fl-left, .footer__top .contact-box .fl-right {
    float: none;
  }
  .footer__top .contact-box .fl-left {
    margin-bottom: 25px;
  }
}

/* ==========================================================================
 Media Queries Style (575)
 *========================================================================== */
@media screen and (max-width: 575px) {
  section {
    padding: 48px 0;
  }
  .advantagesBox .title {
    margin-bottom: 40px;
  }
  .whyBox .title {
    margin-bottom: 40px;
  }
  .buyBox .title {
    margin-bottom: 40px;
  }
  .contactBox .formBgBox {
    padding-top: 40px;
  }
  .modalBox .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .modalBox .desc {
    font-size: 16px;
    font-size: 1rem;
  }
  .modalBox .modal-head {
    padding: 20px 20px;
  }
  .modalBox .modal-body {
    padding: 35px 20px 35px;
  }
  .modalBox .form-ok {
    margin-bottom: 23px;
  }
}
