* {
  box-sizing: border-box;
  transition: 0.3s all ease-out;
}

*:focus {
  outline: none;
}

html,
body {
  scroll-behavior: smooth;
}

/* 
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
*/

body {
  font-family: "roboto-condensed", Arial, Helvetica, sans-serif;
  background-color: #0c4e3f;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #f1f8ec;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  overflow-x: hidden;
}

div {
  width: 100%;
}

p {
  font-family: "roboto-condensed", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #f1f8ec;
  text-align: left;
  margin-block-start: 20px;
  margin-block-end: 20px;
}

/* TOP BAR */

.top-bar {
  height: 50px !important;
}

.faN {
  width: 30px !important;
  height: 30px !important;
}

/* HEADER */

.header_cnt {
  background-color: #00a653 !important;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

header {
  width: 100%;
  height: 100vh;
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  position: relative;
  background-color: #00a653 !important;
  /*   background-image: url("../img/bg/bg-dsk-campo-porta-sopra.svg");
  background-position: center -5px;
  background-size: contain;
  background-repeat: no-repeat; */
  border-top: 2px solid #f1f8ec;
  border-left: 2px solid #f1f8ec;
  border-right: 2px solid #f1f8ec;
}

header .img_porta {
  width: auto;
  height: 45%;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translate(-50%);
}

header .img_porta_angolo_sx {
  width: auto;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
}

header .img_porta_angolo_dx {
  width: auto;
  height: 54px;
  position: absolute;
  top: 0;
  right: 0;
}

.header_title {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
}

h1 {
  max-width: 900px;
  margin: auto;
  color: #f1f8ec;
  font-family: "itc-avant-garde-gothic-pro", Arial, Helvetica, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 82px;
  text-align: center;
}

.header_data {
  font-family: "roboto-condensed", Arial, Helvetica, sans-serif;
  max-width: 500px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  margin: auto;
  z-index: 15;
}

/* SCHERMATA DUE COLONNE CON MPU */

.linee_laterali_outer {
  width: 100%;
  padding: 0 30px;
}
.linee_laterali {
  width: 100%;
  border-left: 2px solid #f1f8ec;
  border-right: 2px solid #f1f8ec;
}

.two_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: stretch;
  padding: 0;
  margin: auto;
  position: relative;
  padding-top: 50px;
  margin-bottom: 30px;
  margin-left: 150px;
  overflow: hidden;
  background: transparent !important;
}

.column_left {
  max-width: 600px;
  padding-left: 0;
  padding-right: 20px;
}

.column_left p {
  margin-block-start: 0;
  margin-block-end: 15px;
}

.column_right {
  padding-right: 0;
  max-width: 320px;
  background-color: #0c4e3f;
}

/* TESTO E GRAFICI */

.delimiter {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}

.sezione_titolo_ctn {
  max-width: 600px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

.img_sezione {
  width: 90px;
  height: auto;
  margin-right: 20px;
}

h2 {
  width: 100%;
  margin: auto;
  font-family: "itc-avant-garde-gothic-pro", Arial, Helvetica, sans-serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

.box_paragraph {
  max-width: 600px;
  margin: auto;
  padding: 10px 0;
}

.box_chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
}

p a:link {
  color: #f1f8ec;
}

p a:visited {
  color: #f1f8ec;
}

p a:hover {
  color: #ffd100;
}

p a:active {
  color: #ffd100;
}

.box_chart a:link {
  color: #f1f8ec;
}

.box_chart a:visited {
  color: #f1f8ec;
}

.box_chart a:hover {
  color: #ffd100;
}

.box_chart a:active {
  color: #ffd100;
}

li a:link {
  text-decoration: none;
  color: #0c4e3f;
}

li a:visited {
  text-decoration: none;
  color: #0c4e3f;
}

li a:hover {
  text-decoration: underline;
  color: #00a653;
}

li a:active {
  text-decoration: underline;
  color: #00a653;
}

.chart_regular {
  max-width: 600px;
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
}

.chart_large {
  max-width: 1200px;
  padding: 10px;
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
}

.chart_title_ctn {
  position: relative;
  background-color: #0c4e3f;
  margin-top: 50px;
}

.chart_title_linee {
  position: absolute;
  top: 50%;
  height: 2px;
  background-color: #f1f8ec;
}

.chart_title {
  max-width: 600px;
  margin: auto;
  background-color: #0c4e3f;
  z-index: 10;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

h3 {
  color: #f1f8ec;
  text-align: center;
  font-family: "itc-avant-garde-gothic-pro", Arial, Helvetica, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.chart_subtitle {
  max-width: 600px;
  font-family: "roboto-condensed", Arial, Helvetica, sans-serif;
  color: #f1f8ec;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 20px 0 30px;
}

.chart_source {
  max-width: 550px;
  padding-top: 10px;
  color: #f1f8ec;
  font-family: "roboto-condensed", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.box_chart .chart_legend_item {
  width: 33%;
  color: #f1f8ec;
  font-family: "roboto-condensed", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  padding-left: 10px;
}

.box_chart .chart_legend_item::before {
  display: inline-block;
  content: "";
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.5rem;
  background-color: #f1f8ec;
}

.centrocampo_ctn {
  height: 200px;
  display: flex;
  justify-content: center;
  position: relative;
}

.centrocampo_linea {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  background-color: #f1f8ec;
}

.centrocampo_ctn img {
  width: auto;
  height: 200px;
  z-index: 15px;
  position: relative;
}

/* SWIPER GRAFICI */

.swiper-button-next-stadi::after,
.swiper-button-prev-stadi::after,
.swiper-button-next-cards::after,
.swiper-button-prev-cards::after {
  content: "";
}

.swiper-button-prev-stadi,
.swiper-button-prev-cards {
  background-image: url("../img/swiper-freccia-prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.swiper-button-next-stadi,
.swiper-button-next-cards {
  background-image: url("../img/swiper-freccia-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -20px;
}

.swiper-pagination-bullet {
  background: #06745b;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #f1f8ec;
}

/* GRAFICO STADI */

.box_chart .chart_legend_stadi {
  max-width: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.chart_legend_stadi .chart_legend_item::before {
  background-color: #f1f8ec;
}

.chart_legend_stadi .chart_legend_item:nth-of-type(2)::before {
  background-color: #c7e4b4;
}

.chart_legend_stadi .chart_legend_item:last-of-type::before {
  background-color: #86c45d;
}

.swiper_gra_stadi {
  width: 100%;
  height: 100%;
  margin-left: 50px;
  margin-right: 50px;
}

.swiper_gra_stadi .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: self-end;
}

.box_chart_stadi .chart_source {
  padding-top: 50px;
}

/* BOX APPROFONDIMENTI */

.approfondimenti_container {
  max-width: 1140px;
  background-color: #00a653;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10px 10px;
  margin: 30px auto;
}

.approfondimenti_inner {
  max-width: 900px;
  background-color: transparent;
  position: relative;
  margin: auto;
}

.titolo_approfondimenti {
  position: absolute;
  top: 0;
  left: 10px;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
  text-align: left;
}

.linea_hr_approfondimenti {
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #00000021;
  height: 2px;
}

.swiper-approfondimenti {
  width: 100%;
  height: 100%;
}

.swiper-approfondimenti .swiper-slide {
  background: transparent;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 0 30px 10px;
  height: auto;
}

.swiper-approfondimenti .swiper-slide .appr-slide-inner {
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-right: 2px solid #00000021;
  padding-right: 20px;
  margin-top: 50px;
  height: 350px;
}

.swiper-approfondimenti .swiper-button-next-appr,
.swiper-approfondimenti .swiper-button-prev-appr {
  position: absolute;
  top: 10px;
}

.swiper-approfondimenti [class^="swiper-button-"]::after {
  content: "";
}
.swiper-approfondimenti [class^="swiper-button-"] {
  width: 55px;
  height: 55px;
}

.swiper-approfondimenti .swiper-button-next-appr {
  right: -5px;
}
.swiper-approfondimenti .swiper-button-prev-appr {
  left: auto;
  right: 40px;
}

.appr_img img {
  width: 100%;
  height: auto;
}

.appr_testo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.appr_occhiello {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  padding-top: 10px;
}

.appr_titolo {
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 20px;
}

.appr_firma {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.appr_testo a:link {
  color: #fff;
  text-decoration: none;
}

.appr_testo a:visited {
  color: #fff;
  text-decoration: none;
}

.appr_testo a:hover {
  color: #ffffffca;
  text-decoration: none;
}

.appr_testo a:active {
  color: #ffffffca;
  text-decoration: none;
}

/*--- FOOTER ----*/

#backtop {
  position: fixed;
  left: calc(50vw + 450px);
  bottom: 0;
  width: 50px;
  z-index: 10;
  text-align: right;
  display: block;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background-color: transparent;
}

body:not(.backgroundAdv) #backtop {
  right: 10px;
}

#backtop img {
  cursor: pointer;
  width: 30px;
  max-width: 30px;
  height: auto;
  margin-right: 10px;
  padding-bottom: 10px;
}

.box_crediti_ctn {
  margin: 50px auto 0;
  width: 100%;
  background-color: #00a653;
  padding: 0;
  border-bottom: 2px solid #f1f8ec;
}
.box_crediti {
  height: 400px;
  position: relative;
}

.box_crediti .img_porta {
  width: auto;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.box_crediti .img_porta_angolo_sx {
  width: auto;
  height: 54px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.box_crediti .img_porta_angolo_dx {
  width: auto;
  height: 54px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.box_crediti h5 {
  width: 800px;
  margin: auto;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #f1f8ec;
  text-align: center;
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translate(-50%);
  z-index: 15;
}

footer {
  z-index: 20;
}

#footer_div {
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  line-height: 1.3;
  background-color: #19171a;
  color: #a19e9e;
  font-size: 14px;
  text-transform: none;
  padding: 30px 100px;
  text-align: center;
}

/* RESPONSIVE TABLET */

@media only screen and (max-width: 820px) {
  #adv-MaxTicker {
    padding: 70px 0 20px;
  }

  #mpu_top_mobile {
    display: flex;
    justify-content: center;
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  #ad-Mpu_Top {
    width: 100% !important;
    padding: 0 !important;
  }

  #div-gpt-ad-MPU_Top > div {
    max-width: auto;
  }

  #adv_middle {
    margin: 40px auto;
    text-align: center;
  }

  header .img_porta {
    width: 100%;
    height: auto;
  }

  header .img_porta_angolo_sx {
    height: 40px;
  }

  header .img_porta_angolo_dx {
    height: 40px;
  }

  .header_title {
    bottom: 40%;
  }

  h1 {
    font-size: 60px;
    line-height: 64px;
  }

  .two_columns {
    max-width: 100%;
    flex-direction: column;
    padding: 0 15px;
    margin-left: 0;
  }

  .column_left {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
  }

  .column_right {
    max-width: 0;
    display: none;
  }

  .chart_title {
    max-width: 80%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .chart_subtitle,
  .box_paragraph,
  .chart_regular,
  .chart_large {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .chart_large {
    padding: 10px 0;
  }

  /* CARDS CALCIATORI */
  .swiper_cards .swiper-slide {
    max-width: 320px;
  }

  /* GRAFICO PRESENZE */

  .box_chart_presenze .chart_regular {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper_gra_presenze {
    width: 100%;
    height: 100%;
    padding-top: 100px;
  }

  .swiper_gra_presenze .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: self-end;
    padding-left: 15px;
    padding-right: 15px;
  }

  .swiper-pagination-presenze {
    position: absolute;
    top: 10px;
    left: 50% !important;
    transform: translateX(-50%);
    width: auto !important;
    margin: 0;
    padding-left: 0;
    display: flex;
  }
  .swiper-pagination-presenze .swiper-pagination-bullet {
    width: 25%;
    padding: 10px 16px;
    margin-right: 10px;
    border-radius: 16px;
    border: 1px solid #f1f8ec;
    height: 40px;
    background: #0c4e3f;
    text-align: center;
    color: #f1f8ec;
    text-align: center;
    font-family: "roboto-condensed", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    opacity: 1;
  }

  .swiper-pagination-presenze .swiper-pagination-bullet-active {
    color: #0c4e3f;
    background: #f1f8ec;
  }

  .swiper-pagination-presenze
    .swiper-pagination-bullet.swiper-pagination-horizontal {
    bottom: auto !important;
  }

  /* GRAFICO DELTA */

  .chart_legend_delta {
    max-width: 320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
  }

  .chart_legend_delta .chart_legend_item {
    width: 50%;
  }

  .chart_legend_delta .chart_legend_item::before {
    background-color: #add78f;
  }

  .chart_legend_delta .chart_legend_item:nth-of-type(2)::before {
    background-color: #ffd100;
  }

  .chart_legend_delta .chart_legend_item:nth-of-type(3)::before {
    background-color: #10876c;
  }

  .chart_legend_delta .chart_legend_item:last-of-type::before {
    background-color: #00a653;
  }

  .centrocampo_ctn {
    height: 100px;
  }

  .centrocampo_linea {
    height: 1px;
  }

  .centrocampo_ctn img {
    height: 100px;
  }

  .approfondimenti_container {
    max-width: 100%;
  }

  .approfondimenti_inner {
    max-width: 100%;
  }

  .box_crediti .img_porta {
    width: 100%;
    height: auto;
  }

  .box_crediti .img_porta_angolo_sx {
    height: 40px;
  }

  .box_crediti .img_porta_angolo_dx {
    height: 40px;
  }

  .box_crediti {
    width: 100%;
    height: 300px;
  }

  .box_crediti h5 {
    width: 100%;
    bottom: 10%;
  }

  #footer_div {
    padding: 30px 10px;
  }

  .no_mobile {
    display: none;
  }
}

/* RESPONSIVE MOBILE */

@media only screen and (max-width: 480px) {
  .header_cnt {
    padding-left: 10px;
    padding-right: 10px;
  }

  header .img_porta_angolo_sx {
    height: 20px;
  }

  header .img_porta_angolo_dx {
    height: 20px;
  }

  .header_title {
    bottom: 40%;
    left: 50%;
    transform: translateX(-50%);
  }

  h1 {
    max-width: 100%;
    font-size: 50px;
    line-height: 54px;
  }

  .linee_laterali_outer {
    width: 100%;
    padding: 0 10px;
  }

  .two_columns {
    overflow: hidden;
  }

  .sezione_titolo_ctn {
    max-width: 100%;
    padding-left: 15px;
  }

  h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 32px;
  }

  p {
    font-size: 18px;
    line-height: 32px;
  }

  .chart_source {
    padding-top: 20px;
  }

  .box_chart .chart_legend {
    max-width: 100%;
  }

  /* CARDS CALCIATORI */
  .swiper_cards .swiper-slide {
    max-width: 100%;
  }

  .box_crediti .img_porta_angolo_sx {
    height: 20px;
  }

  .box_crediti .img_porta_angolo_dx {
    height: 20px;
  }

  .box_crediti h5 {
    width: 100%;
    bottom: 40%;
  }

  #backtop {
    left: initial;
    right: 4px !important;
  }
}

/* RESPONSIVE DESKTOP */

@media only screen and (min-width: 1200px) {
  .swiper-button-prev-stadi,
  .swiper-button-prev-cards,
  .swiper-button-next-stadi,
  .swiper-button-next-cards {
    visibility: hidden;
  }

  .swiper-pagination {
    visibility: hidden;
  }
}

@media only screen and (min-width: 821px) {
  .no_desktop {
    display: none;
  }
}

/* GESTIONE ADV */

body:not(.backgroundAdv) #adv-MaxTicker {
  margin-top: 50px;
}

#div-gpt-ad-MaxTicker > div {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.backgroundAdv {
  background-attachment: fixed;
}

#adv-MaxTicker {
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  background-color: #00a653;
}

#ad-Mpu_Top {
  display: flex;
  justify-content: center;
  width: 320px;
  padding: 10px 0;
}

#div-gpt-ad-MPU_Top > div {
  display: flex !important;
  justify-content: center;
}

#ad-Mpu_Middle {
  background-color: #0c4e3f;
  display: flex;
  justify-content: center;
  width: 320px;
  margin: 70px auto;
}

#div-gpt-ad-MPU_Middle > div {
  display: flex !important;
  justify-content: center;
}

.bordo_adv {
  padding: 10px 0;
  background-color: #0c4e3f;
}

#Mpu_Top {
  text-align: center;
  width: fit-content;
}

#Mpu_Middle {
  text-align: center;
  width: fit-content;
}

#ad-Mpu_Top div,
#ad-Mpu_Middle div,
#adv-MaxTicker div {
  width: inherit !important;
}

.container_over_skin {
  width: 100%;
  z-index: 5;
  background-color: #0c4e3f;
}

.container_over_skin > * {
  z-index: 5;
  background-color: #0c4e3f;
}

.shrinkable,
.backgroundAdv {
  background-color: #0c4e3f !important;
}

.pubblicita {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 820px) {
  body:not(.backgroundAdv) #adv-MaxTicker {
    margin-top: 50px;
  }

  #ad-Mpu_Middle {
    margin: 20px auto;
  }

  /*  .bordo_adv {
    margin-left: 25%;
  } */
}

@media only screen and (min-width: 821px) {
  .mpu_top_mobile {
    display: none;
  }
}

@media only screen and (min-width: 1501px) {
  body:not(.backgroundAdv) .two_columns {
    margin-left: 160px;
  }

  body:not(.backgroundAdv) .column_left {
    width: 800px;
  }
}

@media only screen and (min-width: 821px) and (max-width: 1330px) {
  .backgroundAdv .two_columns {
    margin-left: 10px;
  }

  .backgroundAdv .column_left {
    max-width: 500px;
  }
}

@media only screen and (min-width: 1331px) and (max-width: 1600px) {
  .backgroundAdv .two_columns {
    margin-left: 40px;
  }

  .backgroundAdv .column_left {
    max-width: 580px;
  }
}
