@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media only screen and (min-width: 1280px) {
  .header .navbar .main .navbar-brand {
    min-width: 244px;
  }
}
@media only screen and (max-width: 1280px) {
  .sf-menu.main-menu > li > a,
.sf-menu.second-menu > li > a {
    font-family: "Roboto Condensed" !important;
    padding: 5px 9px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .header-space {
    height: 80px !important;
  }

  .header .navbar .top,
.header .navbar .bottom {
    display: none !important;
  }
  .header .menus {
    display: none !important;
  }

  .category-item .head h2 {
    margin-right: 0;
    border-radius: 0 !important;
  }
  .category-item .head a {
    display: none;
  }

  a.nt .post-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .home-slide-item .slide-title {
    height: 80px !important;
  }
  .home-slide-item .slide-title h2 {
    line-height: 70px !important;
    font-size: 20px !important;
  }

  .news .special__news--item {
    position: static;
    max-height: inherit;
  }
  .news .special__news--item .special__news--title {
    position: static;
    width: 100%;
    max-width: inherit;
    height: 100px;
  }
  .news .special__news--item .special__news--title .sub {
    font-size: 12px;
  }
  .news .special__news--item .special__news--title .main {
    font-size: 14px;
  }
  .news .column__content--header {
    line-height: normal;
    padding: 10px 0;
  }
  .news .column__content--header span {
    font-family: "Roboto Condensed" !important;
    font-size: 16px !important;
  }
  .news .column__content--header a {
    display: none;
  }
  .news .column__content--item > a {
    display: none;
  }
  .news .column__content--item > div {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  .category-item .head {
    overflow: hidden;
    height: 43px;
  }
  .category-item .head h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    padding: 0 10px;
  }

  .content-wrapper {
    padding: 20px 0;
  }

  .home-section {
    margin-bottom: 20px;
  }

  .stats-item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }

  .stats-item .info .value {
    font-size: 16px;
  }

  a.nt .sticker {
    display: none;
  }

  a.nt .post-title {
    padding: 20px !important;
    line-height: normal !important;
    font-size: 16px !important;
    padding: 10px !important;
  }

  a.nc .image {
    max-height: 140px;
  }

  a.nc h2 {
    font-size: 13px;
    line-height: normal;
    padding: 10px;
  }

  .home-block .block-header--text span:first-child,
.careers .career-header--text span:first-child,
.careers .feedback-header--text span:first-child {
    font-family: "Roboto Condensed";
    font-size: 17px !important;
    line-height: normal;
  }

  .home-block .block-header a {
    font-size: 13px !important;
  }

  .careers .career-header--text span:first-child,
.careers .feedback-header--text span:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  #main-menu {
    height: auto;
    padding: 10px 0;
  }

  .header-space {
    height: 68px !important;
  }

  .logo-wrapper {
    display: block;
    max-width: 244px;
    float: left;
  }

  .home-slide-item .slide-title {
    height: 50px !important;
  }
  .home-slide-item .slide-title h2 {
    line-height: 40px !important;
    font-size: 14px !important;
  }

  .news {
    padding: 20px 0 !important;
  }
  .news .special__news {
    margin-bottom: 0px;
  }
  .news .special__news .header {
    margin-bottom: 0 !important;
  }
  .news .special__news .header h1 {
    font-size: 18px;
  }
  .news .special__news .header a {
    font-size: 14px;
  }
  .news .special__news--item {
    margin-bottom: 20px;
  }
  .news .column__content--item > a {
    display: inline-block !important;
    margin-right: 10px;
  }

  .soum-agency-news .mb-5 {
    margin-bottom: 10px !important;
  }
  .soum-agency-news .home-block {
    margin-bottom: 20px;
  }

  .service {
    padding: 30px 0 10px !important;
  }
  .service .service--header {
    line-height: normal !important;
    padding-top: 20px;
  }
  .service .service--header span {
    display: block;
    font-size: 20px;
  }

  .careers {
    padding: 30px 0 10px;
  }
  .careers .career-header,
.careers .feedback-header {
    margin-bottom: 0px;
  }
  .careers .feedback-header {
    margin-top: 20px;
  }

  .stats {
    padding: 30px 0 10px !important;
  }
  .stats .col-md-6.mb-5 {
    margin-bottom: 20px !important;
  }

  .stats-item .info .value {
    font-size: 20px;
  }

  .stats-item .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 32px;
  }

  .content-wrapper {
    padding: 20px 0 !important;
  }

  a.nt.sm .post-title {
    display: none;
  }

  .share-box ul li:first-child {
    display: none;
  }

  .page-title {
    font-size: 18px !important;
    line-height: normal;
  }
}