.page {
  max-width: unset;
}

.wg_tariffs {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dotted 5px rgb(193, 202, 212);
}
.wg_tariffs .choiceHead {
  width: 100%;
  margin-bottom: 10px;
  font-family: var(--font-roboto);
  font-size: 15pt;
  text-align: center;
  color: rgb(184, 66, 66);
}
.wg_tariffs .t_choise {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.wg_tariffs .t_choise .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
  text-align: center;
}
.wg_tariffs .t_choise .item a {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 0;
  border-radius: 10px;
  border: solid 2px rgb(193, 202, 212);
  text-decoration: none;
}
.wg_tariffs .t_choise a img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px 15px 0 0;
  border-bottom: solid 1px rgb(193, 202, 212);
}
.wg_tariffs .t_choise a h2 {
  width: 100%;
  min-height: 36px;
  margin-top: 10px;

  font-family: var(--font-roboto);
  font-size: 11pt;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: rgb(116, 128, 140);
  text-decoration: none;
}
.wg_tariffs .t_choise .item a:hover h2 {
  color: rgb(184, 66, 66);
}
.wg_tariffs .t_choise .item a:hover {
  border-color: rgb(184, 66, 66);
}

.wg_tariffsOutsource {
  max-width: 700px;
}
.wg_tariffsOutsource .tf {
  width: 80%;
}
.wg_tariffsOutsource .full {
  width: 20%;
}
.wg_tariffsOutsource .th {
  text-align: center;
  color: black !important;
}
.wg_tariffsOutsource td {
  border-bottom: solid 1px rgb(235, 240, 245);
}
.wg_tariffsOutsourceLnk {
  display: block;
  max-width: 250px;
  margin: 5px auto;
  font-family: var(--font-roboto);
  font-size: 11pt;
  font-weight: bold;
  color: rgb(70, 120, 52);
}
.wg_tariffsOutsource .link {
  display: block;
  max-width: 250px;
  margin: 5px auto;
  padding: 5px;
  border-radius: 4px;
  border: solid 1px rgb(227, 95, 95);
  font-family: var(--font-roboto);
  font-size: 11pt;
  font-weight: bold;
  color: rgb(227, 95, 95);
  text-decoration: none;
}

.h2 {
  padding: 5px;
  border-radius: 5px;
  border: solid 1px rgb(22, 22, 22);
  font-family: var(--font-roboto);
  font-size: 15pt;
  font-weight: bold;
  color: rgb(32, 32, 32);
}

.h3 {
  font-size: 11pt;
  font-weight: bold;
  color: rgb(116, 128, 140);
}

.h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: 11pt;
  color: rgb(116, 128, 140);
}

.h4-2 {
  font-family: var(--font-roboto);
  font-size: 9pt;
  color: black;
  opacity: 0.55;
  text-align: left;
}

.h3-2 {
  font-size: 13pt;
  color: rgb(54, 64, 74);
}

.textC {
  text-align: center;
}

.priceList {
  border-color: transparent;
  margin: 30px auto;
}

.priceList .tarif {
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  font-family: var(--font-roboto);
  font-size: 15pt;
  text-align: center;
  color: rgb(253, 60, 43);
}
.priceList .price {
  margin-top: 5px;
  border-color: transparent !important;
  font-size: 17pt;
  font-weight: bold;
  color: black;
}

.priceList .buy {
  max-width: 250px;
  margin: 0 auto 10px;
  padding: 10px;
  border-radius: 5px;
  background: rgb(253, 60, 43);
  font-size: 13pt;
  text-align: center;
  color: white;
}

.ill {
  display: block;
  margin: 10px auto 0;
  border-bottom: solid 1px rgb(193, 202, 212);
  max-width: 300px;
}

.ill > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  text-align: center;
}

.ill.il {
  float: right;
}
.ill.ir {
  float: left;
}

.hr {
  width: 100%;
  margin: 0;
  border-bottom: solid 1px rgb(193, 202, 212);
}

.form {
  flex: 1 1 350px;
  max-width: 500px;
  margin-left: 50px;
}

.wrap {
  margin: 0 auto;
  max-width: 600px;
}

.forms__title {
  margin-bottom: 70px;
}

.choise {
  display: flex;
}

.choise > div {
  flex: 1;
}

.choise__cover > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.options > a {
  color: white;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.choise__cover img {
  width: 240px;
}

.mirror {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.headline {
  color: black;
  opacity: 0.87;
}

.regButton {
  width: 205px;
}

.capture2 {
  color: black;
  opacity: 0.55;
  font-size: 11pt;
  margin: 0 0 25px 0;
  text-align: center;
  font-family: var(--font-roboto);
}

.forms {
  flex: 1 1 350px;
  max-width: 500px;
  margin-left: 50px;
}

.newsList {
  padding: 5vh 10vw;
}

.allcalc4 {
  flex: 1 1 350px;
  max-width: 500px;
}

.colC100 {
  padding-top: 40px;
}

.tagline {
  text-align: center;
  position: static;
  font-family: var(--font-roboto);
}

.tarif-title {
  display: block;
  font-family: var(--font-roboto);
}

.selfPrice td {
  font-family: "Noto Sans", sans-serif;
}

.cta-title {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.cta-title p {
  margin: 4px;
}

@media (max-width: 600px) {
  .forms,
  .allcalc4 {
    margin: 0;
  }
  .choise__cover {
    display: none;
  }
}

@media (max-width: 475px) {
  .price > span {
    display: block;
  }
}

@media (max-width: 770px) {
  .tagline {
    position: static;
  }
}
