/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .home-news-item__row {
    flex-wrap: wrap;
  }

  .home-news-item__image {
    flex: 0 0 100%;
    padding-bottom: 15px;
  }

  .home-news-item__image a,
  .home-news-item__image a img {
    display: block;
    width: 100%;
    height: auto;
  }

  .header__logo {
    flex: 0 0 170px;
  }

  .footer-top__row {
    flex-wrap: wrap;
  }

  .footer-top__logo {
    flex: 0 0 100%;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
  }

  .footer-top__menu {
    flex: 0 0 100%;
  }

  .footer-top__menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-top {
    background: #fff;
  }

  .my-history__first-screen {
    background-position: left center;
  }

  .my-history__video-container {
    padding-bottom: 58%;
  }

  .blog-page__single-row {
    flex-wrap: wrap;
  }

  .blog-page__single-row .block-page__aside {
    flex: 0 0 100%;
    padding-top: 40px;
  }

  .our-projects__item-data-title {
    font-size: 40px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .header__toggle {
    display: block;
  }

  .header__menu {
    display: none;
  }

  .header__menu {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 5;
    width: 240px;
    padding-bottom: 15px;
  }

  .header__menu ul {
    flex-wrap: wrap;
  }

  .header__menu ul li {
    flex: 0 0 100%;
    text-align: right;
  }

  .header__menu ul li a {
    display: inline-flex;
  }

  .header__menu ul li.current-menu-item {
    padding-bottom: 9px;
  }

  .header {
    background: none;
  }

  .home-first-screen {
    padding-top: 10px;
    background: url(../../img/head_img_mobile.jpg) left top / cover;
  }

  .home-first-screen__title {
    padding-top: 40px;
    font-size: 30px;
    padding-left: 0;
  }

  .home-first-screen__text {
    font-size: 21px;
    padding-left: 0;
  }

  .home-first-screen__link {
    padding-left: 0;
  }

  .home-content__row {
    flex-wrap: wrap;
  }

  .home-content__aside {
    flex: 0 0 100%;
    padding-top: 30px;
  }

  .things__link {
    padding-left: 0;
  }

  .footer-bottom__row {
    flex-wrap: wrap;
  }

  .footer-bottom__menu {
    flex: 0 0 100%;
    padding-bottom: 10px;
  }

  .footer-bottom__menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-bottom__owner {
    text-align: center;
    flex: 0 0 100%;
  }

  .home-first-screen__menu ul {
    flex-wrap: wrap;
  }

  .things__text {
    font-size: 20px;
  }

  .things__connect {
    font-size: 15px;
  }

  .blog-page__row {
    flex-wrap: wrap;
  }

  .block-page__article {
    flex: 0 0 100%;
  }

  .block-page__aside {
    flex: 0 0 100%;
  }

}

@media only screen and (max-width: 640px) {
  .blog-page-item__actions {
    flex-wrap: wrap;
  }

  .blog-page-item__actions-item {
    flex: 0 0 100%;
  }

  .blog-page-item__title {
    font-size: 18px;
  }

  .blog-page-item__actions-read-more {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
  }

  .fb_iframe_widget_fluid {
    display: block!important;
    width: 100%;
  }

  .blog-page-item__online-event-data-title {
    font-size: 22px;
  }

  .our-projects__item-row {
    flex-wrap: wrap;
  }

  .our-projects__item-image {
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
  }

  .our-projects__item-image-wrap {
    width: 150px;
  }

  .our-projects__item-data-title {
    font-size: 27px;
  }

  .our-projects__item-data-text {
    font-size: 17px;
  }
}

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

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 769px) {
  .container {
    width: 750px;
  }

  .header__menu {
    display: block !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}