.cont960, .cont1200 {
  padding: 0 15px;
  position: relative;
  margin: 0 auto; }
  .cont960::after, .cont1200::after {
    display: table;
    content: ' ';
    clear: both; }

.cont960 {
  max-width: 960px; }

.cont1200 {
  max-width: 1200px; }

.header {
  position: relative;
  height: 53px; }
  @media (max-width: 499px) {
  .header {
    height: 57px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 3px -2px rgba(0, 0, 0, 0.4);
    z-index: 10; } }
  .header .logo-a {
    display: inline-block;
    margin: 7px 0 7px 0; }
    @media (min-width: 400px) and (max-width: 499px) {
  .header .logo-a {
    position: absolute;
    margin: 14px 0 0 50%;
    left: -100px; } }
    @media (max-width: 399px) {
  .header .logo-a {
    position: absolute;
    margin: 14px 0 0 50%;
    left: -125px; } }
  .header .logo-label {
    display: inline-block;
    margin: 7px 0 7px 15px;
    vertical-align: -10px; }
    @media (max-width: 499px) {
  .header .logo-label {
    display: none; } }

.header-center {
  position: relative;
  max-width: 960px;
  margin: 0 auto; }

.main-menu {
  background: #414aa6;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.4);
  color: white;
  font-size: 12.5px;
  height: 38px;
  line-height: 38px;
  position: relative;
  width: 100%;
  z-index: 10; }
  @media (max-width: 499px) {
  .main-menu {
    height: 0; } }
  .main-menu .menu-items {
    display: block;
    margin: 0;
    padding: 0; }
    @media (max-width: 499px) {
  .main-menu .menu-items {
    display: none; } }
  .main-menu .menu-item {
    display: inline-block;
    margin: 0 5px; }
  .main-menu .slash-sep {
    display: inline-block; }
  .main-menu .item-a {
    color: white;
    text-transform: uppercase;
    text-decoration: none; }
    .main-menu .item-a:hover {
      color: white; }
  .main-menu .active-item .item-a {
    color: white;
    border-bottom: 3px solid #ffb200;
    padding-bottom: 7px; }

.hamb-menu-btn {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  z-index: 9999;
  background-color: #414aa6;
  border: 0;
  width: 47px;
  height: 47px;
  border-radius: 4px;
  right: 0;
  top: -4px;
  cursor: pointer; }
  @media (max-width: 499px) {
  .hamb-menu-btn {
    top: -51px;
    right: 5px; } }
  .hamb-menu-btn img {
    display: block;
    width: 100%;
    height: 100%; }

.main-menu-center {
  margin: 0 auto;
  position: relative;
  width: 960px; }

.hamb-menu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  background: white;
  z-index: 100;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3), 0 0 3px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-out;
  transform: translateX(110%); }
  .hamb-menu.is-open {
    transform: translateX(0%); }
  .hamb-menu .menu-header {
    position: relative;
    background: #414aa6;
    padding: 10px 15px;
    font-size: 18px;
    color: white; }
  .hamb-menu .menu-close-btn {
    background: #414aa6;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 50px; }
  .hamb-menu .menu-items {
    padding: 0;
    list-style-type: none; }
  .hamb-menu .menu-item-sep {
    border-bottom: 4px solid rgba(0, 0, 0, 0.1); }
  .hamb-menu .item-a {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 16px; }
  .hamb-menu .active-item .item-a {
    color: #ffb200;
    text-decoration: underline; }

.home-supp-list-t {
  clear: both;
  font-size: 32px;
  height: 80px;
  line-height: 80px;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 960px) {
  .home-supp-list-t {
    font-size: 24px;
    height: 65px;
    line-height: 65px; } }
  @media (max-width: 750px) {
  .home-supp-list-t {
    font-size: 18px;
    height: 50px;
    line-height: 50px; } }

.home-supp-list-ws {
  background: #7dbdfd;
  padding: 25px 0; }
  @media (max-width: 960px) {
  .home-supp-list-ws {
    padding: 20px 0; } }
  @media (max-width: 750px) {
  .home-supp-list-ws {
    padding: 15px 0; } }

.home-supp-list {
  max-width: 960px;
  margin: 0 auto; }
  .home-supp-list::after {
    display: table;
    content: ' ';
    clear: both; }

.home-supp-list-item {
  width: 12.5%;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0; }

.home-supp-list-item-img {
  vertical-align: middle;
  width: 90%; }
/**********************************************************************************************************************/
.circles-indicator .indicator-svg {
  width: 100%; }
  .circles-indicator .indicator-value {
    text-anchor: middle;
    dominant-baseline: central; }
  .circles-indicator .circle-1 {
    fill: transparent;
    stroke: white;
    stroke-width: 1.25px; }
  .circles-indicator .circle-2 {
    fill: transparent;
    stroke: #ffb200;
    stroke-width: 6px;
    transform-origin: 100px 100px;
    animation: turn_clockwise 8s infinite; }
  .circles-indicator .circle-3 {
    fill: transparent;
    stroke: white;
    stroke-width: 6px; }
  .circles-indicator .circle-4 {
    fill: transparent;
    stroke: #ffb200;
    stroke-width: 1.25px; }
  .circles-indicator .circle-5 {
    fill: transparent;
    stroke: white;
    stroke-width: 1.6px;
    stroke-dasharray: 1.6, 6;
    transform-origin: 100px 100px;
    animation: turn_clockwise 8s infinite; }
  .circles-indicator .circle-6 {
    fill: transparent;
    stroke: white;
    stroke-width: 8px;
    transform-origin: 100px 100px;
    animation: turn_counter_clockwise 8s infinite; }
  .circles-indicator .circle-7 {
    fill: transparent;
    stroke: white;
    stroke-width: 8px;
    transform-origin: 100px 100px;
    animation: turn_counter_clockwise 8s infinite; }

@keyframes turn_clockwise {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

@keyframes turn_counter_clockwise {
  0% {
    transform: rotate(360deg); }

  100% {
    transform: rotate(0deg); } }

.offering-services {
  background: #6196c8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3), 0 1px 1px 0 rgba(0, 0, 0, 0.6); }
  .offering-services .offers-title {
    color: white;
    text-align: center;
    text-transform: uppercase; }
  .offering-services .offers-indicators {
    position: relative;
    max-width: 700px;
    margin: 0 auto; }
    .offering-services .offers-indicators::after {
      display: table;
      content: '';
      clear: both; }
  .offering-services .indicator-1, .offering-services .indicator-2, .offering-services .indicator-3 {
    position: relative;
    float: left;
    width: 27%; }
    .offering-services .indicator-1 .indicator-value, .offering-services .indicator-2 .indicator-value, .offering-services .indicator-3 .indicator-value {
      fill: white; }
  .offering-services .indicator-2 {
    margin: 0 9.5%; }
  .offering-services .indicator-1 .indicator-value {
    font-size: 44px; }
  .offering-services .indicator-2 .indicator-value {
    font-size: 44px; }
  .offering-services .indicator-3 .indicator-value {
    font-size: 24px; }
  .offering-services .indicator-label {
    color: white;
    text-align: center;
    text-transform: uppercase; }
  @media (min-width: 800px) {
  .offering-services .offers-title {
    font-size: 28px;
    padding: 10px 0 15px 0; }
  .offering-services .indicator .indicator-label {
    font-size: 16px;
    padding: 5px 0 15px 0; } }
  @media (min-width: 600px) and (max-width: 799px) {
  .offering-services .offers-title {
    font-size: 22px;
    padding: 10px 0 15px 0; }
  .offering-services .indicator .indicator-label {
    font-size: 14px;
    padding: 5px 0 15px 0; } }
  @media (max-width: 599px) {
  .offering-services {
    display: none; } }
/**********************************************************************************************************************/
