/*color*/
body {
  font-family: lato, verdana;
  font-size: 16px;
  color: #454545;
  margin: 0;
  padding: 0;
  font-weight: 400; }

/*button*/
.btn-ds {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 12px;
  cursor: pointer;
  letter-spacing: 0;
  text-decoration: none !important;
  text-align: center; }

.btn-basic {
  border: 0;
  background-color: #05688B;
  font-size: 16px;
  color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #05688B; }
  .btn-basic:hover {
    background-color: #50819A;
    border: 1px solid #50819A;
    text-decoration: none; }

.btn-modern {
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #05688B;
  background-color: #FFF;
  color: #8A8C8F; }
  .btn-modern:hover {
    background-color: #8A8C8F;
    border: 1px solid #8A8C8F;
    color: #FFF; }
  .btn-modern.active {
    background-color: #8A8C8F;
    border: 1px solid #8A8C8F;
    color: #FFF;
    text-decoration: none; }

.btn-pro {
  font-size: 16px;
  color: #05688B;
  background-color: #FFF;
  border: 2px solid #05688B;
  border-radius: 5px; }
  .btn-pro:hover {
    border: 2px solid #DDDEDF;
    background-color: #DDDEDF; }

.btn-standard {
  background-color: #CBCCCE;
  border-radius: 5px;
  font-size: 16px;
  color: #FFF;
  border: 0; }
  .btn-standard:hover {
    background-color: #8A8C8F; }

.btn-neutral {
  border: solid 1px #FFF;
  color: #FFF;
  font-size: 15px; }
  .btn-neutral:hover {
    background-color: #FFF;
    color: #949699;
    font-weight: bold; }

.btn-fresh {
  background-color: #FFF;
  box-sizing: border-box;
  color: #A2A2A2;
  font-size: 16px;
  height: 40px;
  -webkit-box-shadow: 0 0 13px 0 rgba(106, 109, 113, 0.29);
  box-shadow: 0 0 13px 0 rgba(106, 109, 113, 0.29);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .btn-fresh:hover {
    -webkit-box-shadow: 0 0 0 4px #3BAFDD;
    -moz-box-shadow: 0 0 0 4px #3BAFDD;
    box-shadow: 0 0 0 4px #3BAFDD; }
  .btn-fresh.active {
    -webkit-box-shadow: 0 0 0 4px #3BAFDD;
    -moz-box-shadow: 0 0 0 4px #3BAFDD;
    box-shadow: 0 0 0 4px #3BAFDD; }

.btn-soft {
  background-color: #FFF;
  border: 2px solid #1991C1;
  color: #1991C1;
  font-size: 16px;
  height: 40px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .btn-soft:hover {
    box-shadow: 0 0 0 2px #1991C1; }

.btn-simple {
  border: 0;
  background-color: #1991C1;
  font-size: 16px;
  color: #FFF; }
  .btn-simple:hover {
    background-color: #05688B; }

.btn-small {
  height: 32px;
  width: fit-content;
  width: -moz-fit-content; }

.btn-middle {
  height: 35px;
  width: fit-content;
  width: -moz-fit-content;
  padding: 0 20px; }

.btn-big {
  height: 66px;
  width: 295px; }

/*font*/
h1 {
  max-width: 1240px;
  width: 100%;
  font-size: 26px;
  font-weight: 400;
  color: #5A5B5D;
  margin: 20px 0; }
  @media only screen and (max-width: 990px) {
    h1 {
      margin: 15px;
      width: auto; } }
  @media only screen and (max-width: 500px) {
    h1 {
      font-size: 25px;
      margin: 0 10px; } }

.h1-detail {
  font-size: 40px;
  font-weight: 700;
  color: #414141;
  margin: 14px 0 33px 0;
  line-height: 53px;
  box-sizing: border-box; }
  @media only screen and (max-width: 1300px) {
    .h1-detail {
      margin: 14px 20px 30px 20px; } }
  @media only screen and (max-width: 767px) {
    .h1-detail {
      font-size: 40px; } }
  @media only screen and (max-width: 500px) {
    .h1-detail {
      font-size: 25px;
      line-height: 1.2;
      margin: 0 10px; } }

h2 {
  max-width: 1240px;
  width: 100%;
  font-size: 28px;
  font-weight: 400;
  color: #5A5B5D;
  margin: 20px auto;
  box-sizing: border-box; }
  @media only screen and (max-width: 500px) {
    h2 {
      font-size: 23px; } }

h3 {
  max-width: 1240px;
  font-size: 24px;
  font-weight: 400;
  color: #8A8C8F;
  margin: 0; }

h4 {
  max-width: 1240px;
  font-size: 16px;
  font-weight: 700;
  color: #8A8C8F;
  margin: 0 15px 0 0;
  line-height: 30px; }

.fw-regular {
  font-weight: 400; }

.fw-bold {
  font-weight: 700; }

.fw-black {
  font-weight: 900; }

.fs-very-tiny {
  font-size: 11px; }

.fs-tiny {
  font-size: 12px; }

.fs-small {
  font-size: 14px; }

.fs-standard {
  font-size: 16px; }

.fs-medium {
  font-size: 18px; }

.fs-big {
  font-size: 20px; }

.fs-very-big {
  font-size: 22px; }

.fs-large {
  font-size: 26px; }

.fs-huge {
  font-size: 32px; }

.fs-gigantic {
  font-size: 36px; }

.fs-macro {
  font-size: 40px; }

.fc-blue {
  color: #1991C1; }

.fc-blue-medium {
  color: #4C9AC1; }

.fc-navy-blue-medium {
  color: #50819A; }

.fc-navy-blue {
  color: #05688B; }

.fc-red {
  color: #D66561; }

.fc-yellow {
  color: #ECD213; }

.fc-grey-sky {
  color: #A5AAAE; }

.fc-green {
  color: #008000; }

.fc-white {
  color: #FFF; }

.fc-grey-dirty {
  color: #CBCCCE; }

.fc-grey-dark-medium {
  color: #949699; }

.fc-grey-dark {
  color: #8A8C8F; }

.fc-black-light {
  color: #454545; }

.fc-black {
  color: #000; }

.fc-blue-fog {
  color: #F4F8F9; }

/*dymki*/
div.speech-bubble {
  position: relative;
  display: inline; }
  div.speech-bubble span {
    position: absolute;
    width: 140px;
    color: #FFF;
    background: #05688B;
    height: 40px;
    line-height: 1;
    text-align: center;
    visibility: hidden;
    border-radius: 0;
    opacity: 0;
    top: -40px;
    left: 50%;
    margin-left: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    font-size: 14px; }
    div.speech-bubble span:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -8px;
      width: 0;
      height: 0;
      border-top: 8px solid #05688B;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent; }
    div.speech-bubble span.speech-bubble-detail {
      width: 125px;
      height: 16px; }
div:hover.speech-bubble span {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
  left: 50%;
  top: -40px;
  margin-left: -70px;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

a.brow {
  color: #8A8C8F; }
  a.brow:hover {
    font-weight: 700; }
  a.brow.refresh-on {
    color: #05688B; }

.brow.inactive-button {
  color: #DDDEDF;
  cursor: not-allowed; }

/*form elements*/
label {
  color: #8A8C8F;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
  padding: 0;
  width: auto;
  min-width: 190px; }

select, input[type="text"], input[type="number"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], textarea {
  border-radius: 0;
  background-color: #FFF;
  border: 1px solid #8A8C8F;
  box-sizing: border-box;
  color: #454545;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  padding: 5px;
  margin-bottom: 10px; }

input[type="text"], input[type="url"], input[type="email"], textarea {
  cursor: text; }

select {
  width: 190px;
  display: flex;
  flex-wrap: wrap; }

textarea {
  width: 715px;
  height: auto;
  resize: none; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  margin: 5px; }

table {
  margin: 25px 0; }

th, td {
  border: 1px solid #DDDEDF;
  border-top: none;
  padding: 10px;
  box-sizing: border-box;
  text-align: center; }

th {
  background-color: #F4F8F9;
  color: #05688B; }

caption {
  caption-side: top; }

.table-first-cell {
  border-left: none; }

.table-last-cell {
  border-right: none; }

.table-empty-cell {
  background: none; }

.table-left-cell {
  text-align: left; }

.table-right-cell {
  text-align: right; }

.switch {
  width: 0;
  height: 0;
  visibility: hidden;
  display: none; }

.switch-label {
  display: block;
  min-width: revert;
  width: 40px;
  height: 20px;
  background-color: #979797;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  transition: 0.5s; }

.switch-label-ball {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FFF;
  position: absolute;
  border-radius: 70px;
  top: 4px;
  left: 6px;
  transition: 0.5s; }

.switch-label-promote::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FFF;
  position: absolute;
  border-radius: 70px;
  top: 4px;
  left: 6px;
  transition: 0.5s; }

input:checked + .switch-label-promote::after {
  left: calc(100% - 5px);
  transform: translateX(-100%); }

input:checked + .switch-label-promote {
  background-color: #1991C1; }

/*efekts*/
.shadow {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6); }

.read-more {
  color: #1991C1;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  position: relative;
  top: -95px;
  padding-top: 65px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, #FFF 48%, #FFF 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(48%, #FFF), color-stop(100%, #FFF));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #FFF 48%, #FFF 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #FFF 48%, #FFF 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0, #FFF 48%, #FFF 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #FFF 85%, #FFF 100%);
  margin-bottom: -90px;
  cursor: pointer; }
  .read-more span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    display: inline-block;
    font-size: 32px;
    padding: 0 16px;
    vertical-align: bottom;
    width: 16px; }

/*# sourceMappingURL=app-design-system.css.map */
