@media screen and (max-width: 1199px)
{
  .breadcrumb {
    padding-left: 20px;
  }
}

@media screen and (max-width: 991px)
{
  .services-list .item {
    width: calc( 100% / 2 - 30px );
  }
  .advantages .labels {
    display: none !important;
  }
  .advantages .items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advantages .item {
    display: block !important;
    width: calc(50% - 30px) !important;
    margin: 15px !important;
    padding: 0 10px !important;
    text-align: center !important;
  }
  .advantages .items .item:before {
    position: relative !important;
    display: block;
    margin: 0 auto 15px;
    top: 0 !important;
  }
  .services .item {
    min-height: initial;
    width: calc(50% - 30px);
    padding-bottom: 100px;
  }
  .services .item:before {
    background: rgba(0, 0, 0, 0.75);
  }
  .services .item .title {
    font-size: 24px;
  }
  .services .item .descr {
    opacity: 1;
    visibility: visible;
  }
  .services .item .btn {
    opacity: 1;
    visibility: visible;
    background: #e61e29;
  }
  .rd-navbar-wrap {
    background: initial;
  }
  .service-item-image-wrapper {
    text-align: center;
  }
  .page .service-short-description .arow {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .service-short-description .arow .image,
  .page .service-short-description .arow .info {
    width: 100%;
  }
  .page .service-short-description .arow .image {
    max-width: 350px;
    max-height: initial;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px)
{
  .services-list .item {
    width: calc( 100% - 30px );
  }
  .atrium-block {
    margin: 50px auto;
  }
  .solutions .item {
    width: calc(50% - 30px);
    background-size: cover !important;
  }
  .advantages .item {
    width: calc(100% - 30px) !important;
  }
  .services .item {
    width: calc(100% - 30px);
  }
  .on-mobile {
    display: block !important;
  }
  .on-pc {
    display: none !important;
  }
  .atrium-block__body.comments .item {
    margin-bottom: 100px;
  }
  .homepage-slider {
    display: none;
  }
  #content-body h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.3;
  }

  #content-body h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
  }

  .float_right,
  .float_left {
    float: none;
    text-align: center;
    margin: 0;
  }

  .float_right img,
  .float_left img {
    display: inline-block !important;
    margin: 0 !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 575px)
{
  #footer {
    padding: 50px 0px;
  }
  .solutions .item {
    width: calc(100% - 30px);
    background-size: cover !important;
  }
  .atrium-block__body.comments .item {
    margin-bottom: 25px;
  }
  .atrium-block__body.comments .item .image {
    display: none;
  }
  .footer-contact-wrapper .contact-data .phone a,
  .footer-contact-wrapper h3 {
    font-size: 1.5em;
  }
  .home_page #content h1{
    font-size: 2em;
  }
  .home_page #content h4,
  .home_page #content p {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 480px) {
  .page .service-short-description .arow .info table th,
  .page .service-short-description .arow .info table td {
    display: block;
    padding: 5px;
  }
  .rd-navbar-brand {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .rd-navbar-brand a {
    line-height: 100%;
  }
  .rd-navbar-brand img {
    max-width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 400px) {
  #footer-contact-wrapper .contact-data .phone a {
    font-size: 24px;
  }
}