.bg-blue {
  background: #2ab7f1;
  padding: 30px 0;
  color: #fff;
}
.bg-blue hr {
  border-color: #fff;
}
.input-group.analyse {
  background: none;
  border: 1px solid #fff;
  border-radius: 15px;
  background: #fff;
  padding: 10px 5px;
}
.input-group.analyse .input-group-label {
  background: none;
  border: 0;
  color: #333333;
}
.input-group.analyse .button {
  background: none;
  color: #222;
    
}
.input-group.analyse input.input-group-field {
  border-radius: 10px;
  border-color: #eee;
  flex: 1 1 0px;
    height: auto;
    min-width: 0;
    padding: .5rem;
    border: 1px solid #cacaca;
}

.analys-container .warp {
  padding: 20px; }
.analys-container .gray {
  background: #f5f5f5; }
.analys-container .block1 .analys-h1 {
  margin-bottom: 30px; }
.analys-container .bb {
  border-bottom: 1px solid #e5e5e5; }
.analys-container .analys-line {
  border-top: 1px solid #f1f1f1; }
.analys-container .nav-pills .nav-link.active, .analys-container .nav-pills .show > .nav-link {
  background-color: transparent;
  border-bottom: 3px solid #2ab7f1;
  color: #2ab7f1; }
.analys-container .nav-pills .nav-link {
  color: #212529;
  border-radius: 0;
  padding: 0 8px 5px 8px;
  margin: 0 10px;
  font-size: 20px; }
  .analys-container .nav-pills .nav-link .fa {
    position: relative;
    bottom: -1px; }
  .analys-container .nav-pills .nav-link .fa-mobile {
    font-size: 26px;
    bottom: -2px; }
.analys-h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px; }
.analys-h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px; }
.analys-h3 {
  font-size: 20px;
  font-weight: bold; }
.analys-blue {
  color: #2ab7f1; }
.analys-subtitle {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px; }
.analys-site-image-title {
  font-size: 12px;
  color: #b5b5b5; }
.analys-fz13 {
  font-size: 13px; }
.analys-fz11 {
  font-size: 11px; }
.analys-fz10 {
  font-size: 10px; }
.analys-ol {
  margin: 0 0 0 10px;
  padding: 0; }
  .analys-ol li {
    margin-bottom: 8px; }
.analys-load-images {
  text-align: center; }
.analys-load-img {
  margin: 0 1px 6px 0; }
.analys-rating-info {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 1px; }
  .analys-rating-info.bad {
    background: #ff4e42; }
  .analys-rating-info.normal {
    background: #ffa400; }
  .analys-rating-info.good {
    background: #0cce6b; }
.analys-gauge {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  .analys-gauge-wrap {
    width: 180px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .analys-gauge-padding {
    padding-bottom: 100%; }
  .analys-gauge.bad {
    stroke: #ff4e42; }
  .analys-gauge.normal {
    stroke: #ffa400; }
  .analys-gauge.good {
    stroke: #0cce6b; }
  .analys-gauge-base {
    opacity: 0.1;
    stroke: #fff;
    fill: #a2a2a2; }
  .analys-gauge-arc {
    fill: none;
    transform-origin: 50% 50%;
    animation: load-gauge 1s ease forwards;
    animation-delay: 250ms; }
  .analys-gauge-percent {
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-45%, -50%); }
.analys-linear-percent {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px; }
.analys-linear-title {
  font-size: 14px; }
.analys-linear-line {
  width: 100%;
  height: 16px;
  background: #f2f2f2;
  margin-bottom: 6px; }
.analys-linear-arc {
  min-width: 1%;
  height: 16px; }
  .analys-linear-arc.bad {
    background: #ff4e42; }
  .analys-linear-arc.normal {
    background: #ffa400; }
  .analys-linear-arc.good {
    background: #0cce6b; }

@media (min-width: 576px) {
  .analys-container .warp {
    padding: 30px 58px 40px 58px; }
  .analys-container .gray {
    padding: 30px 58px; }
  .analys-container .block1 .analys-h1 {
    margin-bottom: 30px; }
  .analys-ol {
    margin-bottom: -15px; }
  .analys-h1 {
    font-size: 34px; }
  .analys-h2 {
    font-size: 24px; }
  .analys-h3 {
    font-size: 20px; } }
@media (min-width: 768px) {
  .analys-container .warp {
    padding: 30px 58px 40px 58px; }
  .analys-container .gray {
    padding: 30px 58px; }
  .analys-container .block1 .analys-h1 {
    margin-bottom: 60px; } }
