/*RESPONSIVE*/
@media (max-width: 1750px) {
  html, body {
    font-size: 18px;
  }
  section {
    padding: 120px 0;
  }
  .section.section_two {
    padding: 120px 0;
  }
  .container {
    margin-bottom: 120px;
  }
  .el_margin {
    margin-top: 75px;
  }
  .col_pad {
    margin-top: 75px;
  }
}
@media (max-width: 1400px) {
  html, body {
    font-size: 16px;
  }
  h2::after, h3::after, h4::after {
    margin-top: 30px;
  }
  .img_box_cat {
    height: 350px;
  }
  footer {
    padding: 120px 0;
  }
  footer .logo_footer {
    margin-bottom: 55px;
  }
  footer h5 {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .hide-lg {
    display: none !important;
  }
  .margin-top-lg {
    margin-top: 50px;
  }
  .align-center-lg {
    text-align: center !important;
  }
  .align-left-lg {
    text-align: left !important;
  }
  .row, .row .row, .row_inside {
    margin-bottom: 75px;
  }
  .scroll {
    height: 60px;
  }
  .img_box_big {
    height: 450px;
    min-height: 450px;
  }
  .circle_element {
    width: 550px;
    height: 550px;
  }
  .img_page {
    height: 300px;
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
  .margin-top-md {
    margin-top: 50px;
  }
  .margin-top-md-logo {
    margin-top: 30px;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  figure {
    margin-bottom: 50px;
  }
  section {
    padding: 75px 0;
  }
  .section.section_two {
    padding: 75px 0;
  }
  .container {
    margin-bottom: 75px;
    width: 90%;
    max-width: 90%;
  }
  .row, .row .row, .row_inside {
    margin-bottom: 50px;
  }
  .bg_grey_half::after {
    width: 100%;
  }
  .img_box {
    height: 450px;
    min-height: 450px;
  }
  .img_box_cat {
    height: 450px;
  }
  .box_cat {
    margin-bottom: 50px;
  }
  footer .logo_footer img {
    height: 100px;
  }
  footer p {
    font-size: 0.85rem;
  }
  #panels #panels-container {
    display: block;
    height: auto;
    width: auto;
  }
  #panels #panels-container .panel {
    display: block;
    height: auto;
    margin-bottom: 35px;
    padding: 35px 0;
  }
  #panels #panels-container .panel:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hide-xs {
    display: none !important;
  }
  .margin-top-md, .margin-top-xs {
    margin-top: 35px;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  figure {
    margin-bottom: 30px;
  }
  .container {
    width: 90%;
  }
  .scroll {
    display: none;
  }
  .separator {
    margin-bottom: 30px;
  }
  h1 {
    font-size: 2rem;
    text-align: center;
  }
  h2, h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 2rem;
  }
  h5 {
    font-size: 1rem;
  }
  p {
    line-height: 1.5;
  }
  ul.list_option {
    padding: 35px;
  }
  .claim {
    bottom: 10px;
  }
  .img_page {
    height: 200px;
    min-height: 200px;
  }
  body.homepage .img_page {
    height: 550px;
    min-height: 550px;
  }
  .img_box {
    height: 250px;
    min-height: 250px;
  }
  .img_box_cat {
    height: 250px;
  }
  .img_box_big {
    height: 250px;
    min-height: 250px;
  }
  .box_cat {
    margin-bottom: 30px;
  }
  .text_cat {
    padding-bottom: 0;
  }
  .img_logo img {
    max-height: 45px;
  }
  .list_certificazioni {
    margin-top: 35px;
  }
  footer p br {
    display: none;
  }
  footer {
    padding: 85px 0;
  }
  .panel_number {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 25px;
  }
  .panel_number img {
    height: 35px;
  }
}