/*RESPONSIVE*/
@media (max-width: 1750px) {
  html, body {
    font-size: 18px;
  }
  .container_main {
    padding: 0 30px;
  }
  section {
    margin-bottom: 150px;
  }
  section.section_pad {
    padding: 200px 0;
  }
  .container {
    margin-bottom: 100px;
  }
  .row, .row .row, .row_inside {
    margin-bottom: 100px;
  }
  .el_margin {
    margin-top: 100px;
  }
  .col_pad_top {
    padding-top: 150px;
  }
  footer {
    margin-top: 200px;
    padding: 200px 0 100px 0;
  }
  blockquote {
    margin-bottom: 50px;
  }
}
@media (max-width: 1400px) {
  .container_main {
    padding: 0 15px;
  }
  section {
    margin-bottom: 120px;
  }
  section.section_pad {
    padding: 150px 0;
  }
  .container {
    margin-bottom: 75px;
  }
  .container {
    max-width: 80%;
    width: 80%;
    min-width: 80%;
  }
  .row, .row .row, .row_inside {
    margin-bottom: 75px;
  }
  .el_margin {
    margin-top: 75px;
  }
  .col_pad_top {
    padding-top: 120px;
  }
  footer {
    margin-top: 150px;
    padding: 120px 0 100px 0;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 30px;
  }
  h1, h2, h3 {
    font-size: 1.8rem;
  }
  .claim h1 {
    font-size: 3rem;
  }
  .claim p {
    font-size: 1.2rem;
  }
  .box_team {
    margin-bottom: 50px;
  }
  .row.remove_margin_list {
    margin-bottom: -50px !important;
  }
  .focus_prefooter {
    padding: 100px;
  }
  .img_box {
    height: 400px;
    min-height: 400px;
  }
  .img_team {
    height: 300px;
    min-height: 300px;
  }
}
@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;
  }
  html, body {
    font-size: 16px;
  }
  ul.list_option li span.icon_circle {
    top: 4px;
  }
  a.more {
    font-size: 0.9rem;
    margin-top: 30px;
  }
  /* a.more span.icon_more i, ul.list_option li a span.icon_more i {
    top: 7px;
    left: 8px;
  }*/
  .num {
    font-size: 4rem;
  }
  footer .logo_footer img {
    height: 80px;
  }
  .img_box_focus {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .hide-md {
    display: none !important;
  }
  .margin-top-md {
    margin-top: 100px;
  }
  .margin-top-md-logo {
    margin-top: 30px;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .container_main {
    padding: 0;
  }
  section {
    margin-bottom: 100px;
  }
  section.section_pad {
    padding: 100px 0;
  }
  .container {
    margin-bottom: 50px;
  }
  .row, .row .row, .row_inside {
    margin-bottom: 50px;
  }
  .el_margin {
    margin-top: 50px;
  }
  .col_pad_top {
    padding-top: 75px;
  }
  footer {
    margin-top: 100px;
    padding: 100px 0 50px 0;
  }
  .element_graffa {
    display: none;
  }
  .img_box {
    height: 350px;
    min-height: 350px;
  }
  .img_team {
    height: 300px;
    min-height: 300px;
  }
  .img_logo div {
    height: 120px;
  }
  .img_logo div img {
    max-height: 70px;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  html, body {
    font-size: 15px;
  }
  .hide-xs {
    display: none !important;
  }
  .margin-top-md, .margin-top-xs {
    margin-top: 50px;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  section.section_pad {
    padding: 75px 0;
  }
  .col_pad_top {
    padding-top: 50px;
  }
  h1, h2, h3 {
    font-size: 1.5rem;
  }
  .claim h1 {
    font-size: 2rem;
  }
  .claim p {
    font-size: 1rem;
  }
  ul.list_option {
    margin-top: 30px;
  }
  p {
    text-align: left;
  }
  .focus_p {
    margin: 30px 0;
  }
  a.more {
    font-size: 1rem;
  }
  .num {
    font-size: 3rem;
  }
  .box_num p {
    padding: 0 5px;
    font-size: 0.85rem;
  }
  footer .logo_footer img {
    height: 60px;
  }
  .focus_prefooter {
    padding: 50px;
  }
  .img_box_focus {
    width: 100%;
    height: 100%;
  }
  .img_box {
    height: 250px;
    min-height: 250px;
  }
  .img_team {
    height: 300px;
    min-height: 250px;
  }
  footer {
    padding-bottom: 150px;
  }
  .action_tab {
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    transform: translate(0, 0);
    width: 100%;
    z-index: 100;
  }
  .action_tab_inside {
    padding: 12px;
    padding-left: 5%;
    transform: translate(0, 200%);
    background-color: var(--main-bg-color);
    text-align: center;
    border-top: 2px solid var(--blue-color);
  }
  .action_tab_inside a.more {
    border-radius: 4px;
  }
  .img_logo div {
    height: 130px;
  }
  .img_logo div img {
    max-height: 70%;
    max-width: 55%;
  }
  .focus_bando {
    padding: 45px;
    margin-bottom: 15px;
  }
  .focus_bando h3 {
    margin-bottom: 20px;
  }
  .note_case p, .note_case ul {
    font-size: 0.85rem;
  }
  .note_case.img img {
    max-width: 150px;
    max-height: 150px;
  }
  a.banner_footer img {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  a.banner_footer {
    display: block;
    margin-right: 0;
  }
  a.banner_footer img {
    max-height: none;
    max-width: 100%;
  }
}