@charset "UTF-8";

.uk-form input[type='radio'],
.uk-form input[type='checkbox'] {
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 1px solid #aaa;
  overflow: hidden;
  margin-top: -4px;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0;
  background: transparent;
}

.uk-form input[type='radio'] {
  border-radius: 50%;
}

.uk-form input[type='radio']:before,
.uk-form input[type='checkbox']:before {
  display: block;
}

.uk-form input[type='radio']:checked:before {
  width: 8px;
  height: 8px;
  margin: 2px auto 0;
  border-radius: 50%;
  background: #00a8e6;
}

.uk-form input[type='radio']:disabled,
.uk-form input[type='checkbox']:disabled {
  border-color: #eee;
}

.uk-form input[type='radio']:disabled:checked:before {
  background-color: #aaa;
}

.uk-form select {
  min-height: 100%;
}

.uk-button,
.uk-button-primary,
input.uk-button {
  background-color: #0063be;
  border-radius: 0px;
  padding: 0 30px;
  min-height: 40px;
  transition: background-color 0.5s;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  color: white !important;
}

@media (max-width: 768px) {
  .uk-button {
    width: 50%;
  }
}

.uk-button:not(#toTop):after,
.uk-button-primary:not(#toTop):after,
input.uk-button:not(#toTop):after {
  border: 2px solid #fff;
  padding: 7px;
  margin-left: 5px;
  border-radius: 50%;
  font-size: 12px;
}

.uk-button:not(#toTop):hover:after,
.uk-button-primary:not(#toTop):hover:after,
input.uk-button:not(#toTop):hover:after {
  color: #fff;
  border: 2px solid #fff;
}

.uk-button:hover,
.uk-button-primary:hover,
input.uk-button:hover {
  text-decoration: none;
  background-color: rgba(0, 99, 190, 0.4);
  color: #fff;
}

.uk-button-small {
  padding-bottom: 0;
  margin-bottom: 0px;
}

.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: rgba(0, 99, 190, 0.4);
}

.uk-button.uk-active,
.uk-button:active {
  color: #0063be !important;
  background-color: #fff;
}

@media (max-width: 768px) {
  .uk-button-group {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .uk-width-2-5 {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .container {
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .gfr-calc__tab-nav {
    display: flex;
    align-items: stretch;
    align-items: center;
    flex-direction: row;
  }
}

.gfr-calc__tab {
  flex: 1;
  background-color: #e2ecf6;
  border-bottom: 1px solid #fff;
}

.gfr-calc__tab.uk-active {
  background-color: #0063be;
  border-bottom: 0;
}

.gfr-calc__tab-header {
  font-weight: 550;
}

.gfr-calc a {
  font-size: 18px;
}

.gfr-calc__tab.uk-active a {
  color: #fff;
}

.gfr-calc__tab a {
  color: #0063be;
  margin-left: 25px;
  padding: 10px 0 10px 0;
  display: block;
}

.gfr-calc__switcher {
  background-color: #e2ecf6;
  min-height: 250px;
  align-items: stretch;
  align-content: stretch;
  display: flex;
}

.gfr-calc__switcher-item {
  position: relative;
  /*padding-top: 15px;*/
  align-items: stretch;
  align-content: stretch;
  display: flex;
  flex: 1;
  min-height: 220px;
}

.gfr-calc__switcher-item .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(1, 0.3);
  transform-origin: top;
}

@media (min-width: 768px) {
  .gfr-calc__switcher-item .arrow {
    width: 50%;
  }
}

.gfr-calc__switcher-item .arrow svg {
  width: 100%;
}

.gfr-calc__switcher-item .arrow svg path {
  fill: #0063be;
}

.gfr-calc__switcher-item.uk-active:nth-child(2) .arrow {
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  .gfr-calc__switcher-items {
    display: inline-block;
    margin: 40px 0 30px 0;
  }
}

@media (max-width: 768px) {
  .gfr-calc__switcher-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 60px 0 30px 0;
    flex: 1 0 400px;
    width: 100%;
  }
}

.gfr-calc input[type='text'] {
  height: 35px;
  background-color: #fff;
  border: none;
  color: #6aa3d8;
}

.gfr-calc input[type='text']:focus {
  background-color: #fff;
  color: #6aa3d8;
}

.gfr-calc__radio-wrapper {
  height: 35px;
}

.gfr-calc__radio-wrapper label:not(:first-child) {
  margin-left: 10px;
}

.gfr-calc input[type='radio'] {
  width: 20px;
  height: 20px;
  border: none;
  background: #fff;
}

.gfr-calc input[type='radio']:checked:before {
  margin: 6px auto 0;
  background: #0063be;
}

@media (min-width: 768px) {
  .gfr-calc .uk-form {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
  }
}

@media (max-width: 768px) {
  .gfr-calc .uk-form {
    flex: 1 0 120px;
    max-width: 500px;
  }
}

.gfr-calc .uk-form .uk-form-controls select {
  background-color: #fff;
  border-color: #fff;
  color: #6aa3d8;
}

@media (max-width: 768px) {
  .gfr-calc .uk-form .uk-form-controls select {
    margin-top: 5px;
  }
}

.gfr-calc .uk-form .uk-form-controls select option {
  color: #6aa3d8;
}

.gfr-calc label {
  color: #0063be;
}

.gfr-calc p {
  line-height: 2.2;
}

.gfr-calc__btn-area {
  margin-top: 25px;
  background-color: #f3f8fd;
}

@media (max-width: 768px) {
  .gfr-calc__btn-area {
    margin-top: 0;
    padding: 10px 0;
  }
}

.gfr-calc__btn-container {
  margin: 10px 0;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .gfr-calc__btn-container {
    margin: 10px 25px 10px 25px;
    flex-direction: row-reverse;
  }
}

.gfr-calc__btn-container button[type='button'] {
  margin-top: 15px;
  background: none;
  border: none;
  color: #0063be;
  outline: none;
  display: inline-block;
}

@media (min-width: 768px) {
  .gfr-calc__btn-container button[type='button'] {
    margin-top: 0px;
    margin-right: 35px;
    padding: 0;
    cursor: pointer;
  }
}

.gfr-calc__btn-reset {
  color: #0063be !important;
  background-color: #e2ecf6;
  padding: 0 35px;
  font-size: 18px;
  font-weight: 700;
  margin: 5px;
  line-height: 1.4;
  width: 100%;
}

.gfr-calc__btn-formula {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .gfr-calc__btn-formula {
    text-align: center;
  }
}

.gfr-calc__btn-formula {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 15px;
  line-height: 1.4;
  width: 100%;
}

.gfr-calc__btn-submit {
  font-size: 18px;
  font-weight: 700;
  padding: 0 35px;
  line-height: 1.4;
  width: 100%;
}

.gfr-calc__btn-submit:after {
  content: none !important;
}

@media (min-width: 768px) {
  .gfr-calc__btn-reset,
  .gfr-calc__btn-submit {
    width: auto;
  }
}

.gfr-calc--color-primary {
  color: #0063be !important;
  display: block;
  font-weight: 700;
}

.gfr-calc--color-light {
  color: #6aa3d8 !important;
}

.gfr-calc__result,
.gfr-calc__formula {
  color: #fff;
  /*position: absolute;*/
  background-color: #6aa3d8;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gfr-calc__result .info {
	margin: 40px;
	padding: 40px;
	background-color: rgba(240,240,240,0.8);
}

.gfr-calc__result .info p {
	color: #000;
	line-height: 120%;
}

.gfr-calc__result .info em {
	color: #000;
	font-size: 12px;
	line-height: 120%;
}

@media (min-width: 768px) {
  .gfr-calc__result,
  .gfr-calc__formula {
    flex-direction: row;
  }
}

.gfr-calc__result {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media (min-width: 768px) {
  .gfr-calc__result {
    flex-direction: row;
	flex-wrap: wrap;
	padding-top: 100px;
  }
}

.gfr-calc__formula {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gfr-calc__formula--wrapper {
  margin: auto 25px;
}

@media (min-width: 768px) {
  .gfr-calc__formula--wrapper {
    width: 60%;
  }
}

.gfr-calc__formula--wrapper--big {
  width: 95%;
}

.gfr-calc__formula svg {
  width: 100%;
}

.gfr-calc__formula svg path,
.gfr-calc__formula svg rect,
.gfr-calc__formula svg polygon {
  fill: #fff;
}

.gfr-calc__error {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 12px;
  margin: 15px 25px;
  border-radius: 5px;
  background: rgba(255, 0, 0, 0.06);
  color: red;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 768px) {
  .gfr-calc__error {
    width: 95%;
  }
}

.gfr-calc__error p {
  line-height: 1.2;
  font-size: 12px;
  margin: 0;
}

.gfr-calc__result-gfr {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .gfr-calc__result-gfr {
    margin: 0 0 0 100px;
  }
}

.gfr-calc__result-gfr--value {
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
}

.gfr-calc__result-gfr sup {
  color: #fff;
  margin-left: 0;
}

.gfr-calc__result-stage {
  margin: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: none;
}

.gfr-calc__result-stage--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .gfr-calc__result-stage--wrapper {
    margin-bottom: 0;
    flex-direction: row;
    /*align-items: flex-end;*/
  }
}

.gfr-calc__result-stage--value {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
}

.gfr-calc__result-stage--label {
  max-width: 150px;
  text-align: center;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .gfr-calc__result-stage--label {
    margin-top: 0;
    margin-left: 10px;
  }
}

.gfr-calc__footer {
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .gfr-calc__footer {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
}

.gfr-calc__footer a {
  text-align: center;
}

.gfr-calc__footer a:not(.uk-button) {
  text-decoration: underline;
}

.gfr-calc__footer a:not(:first-child) {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .gfr-calc__footer a:not(:first-child) {
    margin-top: 0;
    margin-right: 25px;
  }
}

.gfr-calc__modal .sk-textsource {
  border-top: 2px solid #0063be;
  padding-top: 10px;
  margin-top: 25px;
}

.gfr-calc__modal .sk-textsource p,
.gfr-calc__modal figcaption {
  font-size: 0.6875rem;
  margin: 0;
  line-height: 0.875rem;
}

.gfr-calc__modal .sk-textsource p {
  margin-top: 10px;
}

.gfr-calc__modal {
  z-index: 999999;
}

.sk-icon-button {
  border: none;
  background-color: #6aa3d8;
  font-size: 20px;
  font-weight: bolder;
  box-sizing: border-box;
  height: 30px;
  padding: 10px;
  cursor: pointer;
  outline: none;
}

@media (max-width: 768px) {
  .sk-icon-button {
    margin: 10px 10px 0 0;
  }
}
