:root {
  --font-family: "Open Sans";
  --font-family-full: var(--font-family), Helvetica, Arial, sans-serif;
  --color-paper: #fff;
  --color-main: #06b;
  --color-main-5: #06b8;
  --color-second: #ef4123;
  --color-second-2: rgb(239 65 35 / 0.2);
  --color-second-alt: #fff200;
  --color-third: #ef9923;
  --color-third-5: #ef992350;
  --color-alt: #0af;
  --color-alt-5: #00aaff50;
  --color-alt-5-op: #9bddff;
  --color-alt-2: #00aaff20;
  --color-bg: #e3f6ff;
  --color-bg-dark: #cfefff;
  --color-text: #035;
  --color-text-cold: #0a3;
  --color-bg-warm: #f1abd2;
  --color-bg-cold: #43da70;
  --color-bg-cold-5: #43da7050;
  --color-text-5: #035c;
  --color-button: linear-gradient(var(--color-alt) -50%, var(--color-main));
  --color-button-hover: linear-gradient(
    to top,
    var(--color-second) -20%,
    var(--color-second-alt) 150%
  );
  font-family: var(--font-family-full);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  color: var(--color-text);
}
.wfp-logo {
  max-height: 70px;
  max-width: 250px;
}

/* buttons */
.wfp-btn-main,
.wfp-btn-second,
.wfp-btn-third {
  background: var(--color-button);
  outline: none;
  padding: 7px 14px;
  border-bottom: 2px solid var(--color-alt);
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  color: var(--color-paper);
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wfp-btn-second {
  background: var(--color-bg-dark);
  border-bottom-color: var(--color-alt-5);
  color: var(--color-main);
}
.wfp-btn-third {
  background: var(--color-paper);
  color: var(--color-main);
  padding: 6px 13px;
  border: 1px solid var(--color-alt-5);
  border-bottom: 2px solid var(--color-alt-5);
  width: unset;
  display: inline-flex;
}
.wfp-btn-main:hover {
  background: var(--color-button-hover);
  border-bottom: 2px solid var(--color-second-alt);
}
.wfp-btn-second:hover {
  background: var(--color-bg);
  border-bottom-color: var(--color-bg-dark);
  color: var(--color-alt);
}
.wfp-btn-third:hover {
  background: var(--color-bg);
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* layout */
body,
main {
  width: 100%;
  font-family: var(--font-family-full);
}
main {
  min-height: 100vh;
}
/* .bg-light {
  background-color: var(--color-alt-2) !important;
} */
.carousel-item {
  height: 100vh;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100vh;
}
/* .carousel-caption {
} */
a {
  color: var(--color-main);
}
.carousel .jumbotron {
  background-image: linear-gradient(to top, #0004, #0008);
  background-color: unset;
}
.carousel .jumbotron hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .display-5 {
    font-size: 1.75rem;
  }
}
.input-group-text > i.fa {
  width: 18px;
}
.form-check-input {
  width: 18px;
  height: 18px;
}
.alert-main {
  color: var(--color-main);
  background-color: var(--color-alt-5);
}
.alert-second {
  color: var(--color-second);
  background-color: var(--color-second-2);
}
.badge-main {
  color: var(--color-paper);
  background-color: var(--color-main);
}
.text-main {
  color: var(--color-main) !important;
}
.text-second {
  color: var(--color-second) !important;
}

/*.wfp-prehero {
  background: url("https://s3.nat-geo.ru/images/2020/4/4/67752f1290ca4925b73af37da955df16.max-2000x1000.jpg")
    center center no-repeat;
  background-size: cover;
  height: 45vh;
  padding-top: 75px !important;
  padding-bottom: 100px !important;
}
.wfp-prehero {
  text-shadow: 0 0 2px var(--color-text), 0 0 8px var(--color-text),
    0 0 24px var(--color-text);
}*/
/* hero */
.wfp-hero {
  margin-top: 75px !important;
}
.wfp-card {
  height: calc(100% - 1rem);
  justify-content: center;
}

/* icon */
.wfp-icon {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.wfp-icon-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 50%;
  z-index: 0;
  box-shadow: 0 0 6px var(--color-paper) inset,
    0 0 48px var(--color-alt-5) inset, 0 0 48px var(--color-alt-5);
}
