
/*========================================
    RESPONSIVE
========================================*/

/* 
    Large Devices, Wide Screens 
----------------------------------------------------------------*/

@media only screen and (max-width : 1199px) {

  .navbar__phone {
    font-size: 18px;
    font-weight: 400;
  }

  .serve__item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .footerbar__menu-item {
    padding: 10px 5px;
  }

  .footerbar__menu-item p {
    min-height: 60px;
  }

  .reviews-menu__item {
    margin: 5px 0;
  }

  .reviews__carousel {
    margin: 0;
  }

  .target__features-item {
    display: block;
    width: 100%;
    margin-bottom: 35px;
  }

  .target__features-item:last-child {
    margin-bottom: 0;
  }

}

/* 
    Medium Devices, Desktops 
----------------------------------------------------------------*/

@media only screen and (max-width : 991px) {

  .navbar__contacts {
    padding-left: 45%;
  }

  .banner__caption {
    width: 90%;
    left: 5%;
  }

  .banner__caption img {
    width: 20%;
    margin-right: 3%;
  }

  .banner__txt {
    width: 75%;
    font-size: 22px;
    line-height: 28px;
  }

  .services-section__item,
  .licenses__item,
  .contacts__map {
    margin-bottom: 25px;
  }

  .footerbar .logo {
    display: none;
  }

  .modal {
    width: 96%;
    left: 2%;
  }

  .footerbar__menu-item p {
    min-height: 40px;
  }

  .contacts__map {
    max-width: 100%;
  }

  .callback .form-group label {
    width: 100px;
  }

  .callback .form-group input {
    width: calc(100% - 125px);
  }

  .journal__img {
    margin-bottom: 25px;
    text-align: center;
  }

  .journal-menu__item {
    margin: 5px 2px;
  }

}

/*
    Small Devices, Tablets 
----------------------------------------------------------------*/

@media only screen and (max-width : 767px) {

  .banner,
  .serve,
  .services-section,
  .serviced-systems,
  .clients,
  .licenses,
  .contacts,
  .about,
  .services,
  journal,
  .target {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-menu {
    display:none;
  }

  .slicknav_menu {
    display:block;
    margin-bottom: 10px;
  }

  .slicknav_nav ul {
    margin-left: 0;
  }

  .main-menu__item {
    border-bottom-color: #fff;
  }

  .main-menu__item:last-child {
    border-bottom: none;
  }

  .main-menu__item a {
    color: #fff;
  }

  .navbar__contacts {
    padding-left: 40%;
  }

  .main-menu__item.active {
    border-bottom-color: #fff;
  }

}

@media only screen and (max-width : 680px) {

  .navbar__contacts {
    padding-left: 30%;
  }

  .slick-slide > img {
    height: 200px;
    width: auto;
  }

  .footerbar__menu-item p {
    min-height: 60px;
  }

  .design__txt {
    column-count: 1;
  }

  .services__item--big .services__icon {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .services__item--big .services__desc {
    width: 100%;
  }

}

@media only screen and (max-width : 580px) {

  .navbar__contacts {
    padding-left: 20%;
  }

  .section-title {
    font-size: 36px;
    line-height: 1.2;
  }

  .footerbar .col-xs-3 {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }

  .footerbar__menu-item p {
    min-height: 40px;
  }

  .serve__item {
    width: 100%;
  }

  .serviced-systems__title span {
    width: calc(100% - 70px);
  }

  .modal {
    padding: 15px;
  }

  .modal__title {
    font-size: 36px;
  }

  .modal .form-group label {
    width: 100px;
  }

  .form-group textarea,
  .modal .form-group input {
    width: calc(100% - 105px);
    max-width: none;
  }

  .services__item--big .services__title,
  .services__title {
    text-align: center;
  }

  .services__icon {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }

  .services__desc {
    width: 100%;
  }
  
  .packages__content-left {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  
  .packages__content-right {
    display: block;
    width: 100%;
  }
  
  .bottom .col-xs-2,
  .bottom .col-xs-6,
  .bottom .col-xs-4 {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
  
  .bottom__dev {
    text-align: center;
  }
  
  .bottom__conf {
    margin: 20px 0;
  }

  .form-file {
    height: 75px;
  }

  .filename {
    right: auto;
    left: 0px;
    top: 50px;
  }

}

/*
    Extra Small Devices, Phones 
----------------------------------------------------------------*/

@media only screen and (max-width : 480px) {

  .navbar__contacts {
    padding-left: 0;
  }

  .banner__txt {
    font-size: 18px;
    line-height: 24px;
  }

  .consult-order {
    padding: 15px;
  }

  .navbar__contacts {
    text-align: right;
  }

  .navbar__phone,
  .navbar__email {
    padding-left: 0;
    background: none;
  }

  .serviced-systems__title span {
    font-size: 24px;
  }

  .services__item {
    padding: 15px;
  }

  .form-group label,
  .modal .form-group label,
  .callback .form-group label {
    width: 100%;
    top: 0;
    margin-bottom: 10px;
  }

  .form-group input,
  .form-group textarea,
  .modal .form-group input,
  .callback .form-group input {
    width: 100%;
  }

  .reviews__item {
    margin: 0 10px;
  }
  
  .packages__tabs-nav.ui-tabs-nav li {
    width: 100%;
    margin: 0;
    border: 1px solid #E0C285;
    border-bottom: none;
  }
  
  .packages__content.ui-tabs-panel {
    padding: 10px;
  }

}

@media only screen and (max-width : 380px) {

  .modal__title {
    font-size: 28px;
  }

  .navbar .col-xs-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .navbar__contacts {
    text-align: center;
  } 

  .navbar__phone, 
  .navbar__email {
    display: inline-block;
    margin: 0 5px;
  }

  .section-title {
    font-size: 26px;
  }

  .serviced-systems__list {
    padding: 15px;
  }

  .serviced-systems__title img {
    display: none;
  }

  .serviced-systems__title span {
    width: 100%;
  }

  .banner__caption img {
    display: none;
  }

  .banner__txt {
    width: 100%;
  }

  .services__item--big .services__icon img {
    width: 150px;
  }

  .services__item--big .services__title {
    font-size: 24px;
    line-height: 30px;
  }

}

@media only screen and (max-width : 350px) {

  .footerbar .col-xs-3 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .footerbar__menu-item p {
    min-height: 20px;
  }

}
