html {
  box-sizing: border-box;
  font-size: 10px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: "sofia-pro", sans-serif;
  line-height: 1;
  width: 100%;
  overflow-x: hidden;
}

#body1 {
  transition: background-color 800ms ease;
}

h1,
h2,
h3,
h4,
h5,
p,
span {
  margin: 0;
  color: #0c0f18;
}

a {
  text-decoration: none;
}

.flex {
  display: flex;
}
.flex-jc-sb {
  justify-content: space-between;
}
.flex-jc-c {
  justify-content: center;
}
.flex-ai-c {
  align-items: center;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(1) {
  animation-delay: 0.2s;
}

.come-in:nth-child(2) {
  animation-delay: 0.4s;
}

.come-in:nth-child(3) {
  animation-delay: 0.6s;
}

.come-in:nth-child(4) {
  animation-delay: 0.8s;
}

.come-in:nth-child(5) {
  animation-delay: 1s;
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
.bg-info {
  background: #3a926d !important;
}

.border-info {
  border-color: #3a926d !important;
}

.bg-light {
  background: #deedee !important;
}

.mt-15 {
  margin-top: 15rem;
}
@media (max-width: 966px) {
  .mt-15 {
    margin-top: 5rem;
  }
}

@font-face {
  font-family: "Fractul Black Italic";
  src: url("../fonts/Fractul/Fractul Black Italic.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Fractul Black";
  src: url("../fonts/Fractul/Fractul Black.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Fractul Bold Italic";
  src: url("../fonts/Fractul/Fractul Bold Italic.otf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Fractul Bold";
  src: url("../fonts/Fractul/Fractul Bold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Fractul ExtraBold Italic";
  src: url("../fonts/Fractul/Fractul ExtraBold Italic.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Fractul ExtraBold";
  src: url("../fonts/Fractul/Fractul ExtraBold.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Fractul Light Italic";
  src: url("../fonts/Fractul/Fractul Light Italic.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Fractul Light";
  src: url("../fonts/Fractul/Fractul Light.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Fractul Medium Italic";
  src: url("../fonts/Fractul/Fractul Medium Italic.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Fractul Medium";
  src: url("../fonts/Fractul/Fractul Medium.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fractul Regular Italic";
  src: url("../fonts/Fractul/Fractul Regular Italic.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Fractul Regular";
  src: url("../fonts/Fractul/Fractul Regular.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Fractul SemiBold Italic";
  src: url("../fonts/Fractul/Fractul SemiBold Italic.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Fractul SemiBold";
  src: url("../fonts/Fractul/Fractul SemiBold.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Fractul Thin Italic";
  src: url("../fonts/Fractul/Fractul Thin Italic.otf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Fractul Thin";
  src: url("../fonts/Fractul/Fractul Thin.otf");
  font-weight: 100;
  font-style: normal;
}
.header {
  padding: 1rem 14rem;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  transition: top 350ms ease;
  background-color: transparent;
  z-index: 999999999999;
}
@media screen and (max-width: 1420px) {
  .header {
    padding: 1rem 7rem;
  }
}
@media screen and (max-width: 766px) {
  .header {
    padding: 1rem 2rem;
  }
}
.header .logo {
  white-space: nowrap;
}
.header__logo {
  height: 35px;
}
@media screen and (max-width: 766px) {
  .header__logo {
    height: 30px;
  }
}
@media screen and (max-width: 486px) {
  .header__logo {
    height: 20px;
  }
}
.header__logo--kif {
  vertical-align: top;
  position: relative;
  top: 0.3rem;
}
@media screen and (max-width: 766px) {
  .header__logo--kif {
    display: none;
  }
}
.header__logo--mobile {
  display: none;
}
@media screen and (max-width: 486px) {
  .header__logo--mobile {
    display: flex;
  }
}

.hidden {
  top: -108px;
}

a.login_button {
  font-size: 1.4rem;
}

.first_time_button {
  display: inline-block;
  height: 34px;
  padding: 5px 20px;
  border-radius: 40px;
  background: #fff;
  color: #044B7F;
  font-size: 1.4rem;
  line-height: 24px;
  margin-right: 5rem;
}
@media screen and (max-width: 486px) {
  .first_time_button {
    margin-right: 1rem;
    font-size: 1rem;
    padding: 5px 10px;
  }
}

.ponizej .header {
  background: #044B7F;
}

.hero {
  background-color: rgba(4, 75, 127, 0.8);
  position: relative;
  display: flex;
  height: 67rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .hero {
    height: 100%;
  }
}
@media screen and (max-width: 486px) {
  .hero {
    height: 100%;
  }
}
.hero__video {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 0;
}
.hero__video:after {
  position: absolute;
  left: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  content: " ";
  background-color: rgba(4, 75, 127, 0.9);
  z-index: 2;
}
.hero__video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100%;
}
.hero__ue {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: -1px;
  width: 30%;
  z-index: 99999999;
  color: #000;
  max-width: 50rem;
  background: #fff;
  padding: 0 1rem 1rem 1rem;
  transform: translateX(-50%);
  border-radius: 2rem 2rem 0 0;
}
@media (max-width: 1210px) {
  .hero__ue {
    width: 45%;
  }
}
@media (max-width: 996px) {
  .hero__ue {
    width: 45%;
  }
}
@media (max-width: 800px) {
  .hero__ue {
    width: 80%;
  }
}
@media (max-width: 486px) {
  .hero__ue {
    width: 95%;
  }
}
.hero__ue > img {
  width: 100%;
}
.hero__text-container {
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  margin-top: 15rem;
  margin-bottom: 15rem;
  width: 100%;
  padding: 0px 2rem;
  z-index: 2;
}
.hero__text-container h1 {
  color: #fff;
}
.hero__header {
  font-weight: 500;
  font-size: 3rem;
  margin-top: 0;
  text-align: center;
  margin-bottom: 3.2rem;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .hero__header {
    font-size: 2.6rem;
    width: auto;
  }
}
@media screen and (max-width: 486px) {
  .hero__header {
    font-size: 1.6rem;
  }
}
.hero__text {
  font-weight: 300;
  font-size: 2rem;
  color: #596479;
  width: 56rem;
  line-height: 1.5;
}
@media screen and (max-width: 486px) {
  .hero__text {
    font-size: 1.4rem;
    width: auto;
  }
}
.hero__image {
  position: absolute;
  top: 32rem;
  right: 14rem;
  z-index: 1;
  width: 30%;
}
@media screen and (max-width: 1520px) {
  .hero__image {
    right: 7rem;
  }
}
@media screen and (max-width: 1320px) {
  .hero__image {
    top: 40rem;
  }
}
@media screen and (max-width: 991px) {
  .hero__image {
    width: 39rem;
    right: 4.2rem;
    top: 62rem;
  }
}
@media screen and (max-width: 486px) {
  .hero__image {
    width: 34rem;
  }
}
.hero__button_wrap {
  position: relative;
}
.hero__button {
  background-color: transparent;
  border: #fff;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.5rem;
  padding: 15px 20px;
  font-weight: 300;
}
.hero__button:hover {
  background-color: #fff;
  color: #044B7F;
}
.hero__button-arrow {
  width: 5rem;
  height: 5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 486px) {
  .hero__button-arrow {
    width: 4rem;
    margin-bottom: 1rem;
  }
}
.hero__lottie-container {
  position: absolute;
  top: 12rem;
  right: 10%;
  transform: rotateZ(230deg) rotateX(180deg);
}
@media screen and (max-width: 1420px) {
  .hero__lottie-container {
    right: 10%;
  }
}
@media screen and (max-width: 991px) {
  .hero__lottie-container {
    left: 30rem;
    top: 45rem;
    width: 11rem;
  }
}
@media screen and (max-width: 486px) {
  .hero__lottie-container {
    left: 3rem;
    top: 42rem;
    transform: rotateZ(-72deg) rotateX(0);
  }
}
.hero__arrow {
  position: absolute;
  left: 110%;
  bottom: -8rem;
  width: 40rem;
  opacity: 0.1;
}
@media screen and (max-width: 991px) {
  .hero__arrow {
    display: none;
  }
}
.hero__alert {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  width: 1200px;
  max-width: 90%;
  margin: auto;
  margin-bottom: 30px;
  color: #1F5785;
  text-align: center;
}

br {
  clear: both;
}

.about {
  padding-top: 10rem;
  color: #56445D;
  position: relative;
}
.about__boxes_box {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  transform: translateY(20px);
  opacity: 0;
}
@media screen and (max-width: 766px) {
  .about__boxes_box {
    margin-bottom: 2rem;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    transform: translateX(-20px);
  }
}
.about__boxes_box.active {
  transform: translate(0, 0);
  opacity: 1;
}
.about__boxes_box.active .about__boxes_box--top {
  opacity: 1;
  transform: scale(1);
}
.about__boxes_box.active .about__boxes_box--top .box-circle#box-circle-1 {
  transform: rotate(90deg);
  transition-delay: 0.8s;
  opacity: 1;
}
.about__boxes_box.active .about__boxes_box--top .box-circle#box-circle-2 {
  transform: rotate(0deg);
  transition-delay: 0.8s;
  opacity: 1;
}
.about__boxes_box.active .about__boxes_box--top .box-circle#box-circle-3 {
  transition-delay: 0.8s;
  transform: rotate(-180deg);
  opacity: 1;
}
.about__boxes_box.active .about__boxes_box--top .box-circle#box-circle-4 {
  transform: rotate(0deg);
  transition-delay: 0.8s;
  opacity: 1;
}
.about__boxes_box.active .about__boxes_box--top .box-circle#box-circle-5 {
  transform: rotate(-90deg);
  transition-delay: 0.8s;
  opacity: 1;
}
@media screen and (max-width: 766px) {
  .about__boxes_box.active .about__boxes_box--top .box-circle#box-circle-1 {
    transform: rotate(450deg);
    transition-delay: 0.8s;
    opacity: 1;
  }
  .about__boxes_box.active .about__boxes_box--top .box-circle#box-circle-2 {
    transform: rotate(450deg);
    transition-delay: 0.8s;
    opacity: 1;
  }
  .about__boxes_box.active .about__boxes_box--top .box-circle#box-circle-3 {
    transition-delay: 0.8s;
    transform: rotate(450deg);
    opacity: 1;
  }
  .about__boxes_box.active .about__boxes_box--top .box-circle#box-circle-4 {
    transform: rotate(450deg);
    transition-delay: 0.8s;
    opacity: 1;
  }
  .about__boxes_box.active .about__boxes_box--top .box-circle#box-circle-5 {
    transform: rotate(450deg);
    transition-delay: 0.8s;
    opacity: 1;
  }
}
.about__boxes_box--top {
  font-size: 4rem;
  font-weight: 800;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  position: relative;
  transition: all 0.6s ease 0.3s;
  transform: scale(0);
  opacity: 0;
}
@media screen and (max-width: 766px) {
  .about__boxes_box--top {
    position: relative;
    left: 0px;
    width: 20%;
    min-width: 20%;
    font-size: 1.6rem;
    text-align: center;
  }
}
.about__boxes_box--top img {
  width: 100%;
}
.about__boxes_box--top .box-circle {
  transition: all 0.6s ease;
  transform: rotate(-180deg);
}
.about__boxes_box--top-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 2.5rem;
  width: 90%;
}
.about__boxes_box--top-txt small {
  font-size: 1.5rem;
}
.about__text {
  font-weight: 300;
  font-size: 1.6rem;
  padding-top: 10rem;
  line-height: 2rem;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.about__text.active {
  transform: translateY(0);
  opacity: 1;
}
.about__text.active span:after {
  transform: rotate(0.5deg) translateY(-50%) scale(1, 1);
}
.about__text.active span:before {
  transform: rotate(-1deg) translateY(-50%) scale(1, 1);
}
.about__text span {
  position: relative;
  display: inline-block;
}
.about__text span:after {
  content: " ";
  position: absolute;
  left: -2px;
  top: 60%;
  line-height: 1.2rem;
  height: 80%;
  right: -2px;
  background: #E9B872;
  z-index: -1;
  opacity: 0.5;
  transform: rotate(0.5deg) translateY(-50%) scale(0, 1);
  transition: all 0.5s ease 0.5s;
  transform-origin: left center;
}
.about__text span:before {
  content: " ";
  position: absolute;
  left: 40%;
  top: 60%;
  line-height: 1.2rem;
  height: 80%;
  right: -1px;
  background: #E9B872;
  opacity: 0.5;
  z-index: -1;
  transform: rotate(-1deg) translateY(-50%) scale(0, 1);
  transition: all 0.5s ease 0.9s;
  transform-origin: left center;
}

.big_button {
  display: inline-block;
  padding: 3rem 6rem;
  font-size: 2.5rem;
  font-weight: 300;
  border-radius: 3rem;
  box-shadow: 0px 3px 15px rgba(204, 41, 54, 0.08);
  border: 1px solid #3a926d;
  color: #3a926d;
  transform: translateY(30px);
  transition: all 0.5s ease;
  opacity: 0;
}
.big_button.active {
  opacity: 1;
  transform: translate(0, 0);
}
.big_button:hover {
  background: #e7f3ea;
  text-decoration: none;
  box-shadow: #006D77;
  color: #3a926d;
}
@media (max-width: 566px) {
  .big_button {
    padding: 3rem 3rem;
    font-size: 2rem;
  }
}

.footer_help {
  text-align: center;
  color: #044B7F;
  margin-bottom: 20rem;
  font-size: 1.5rem;
}
.footer_help h1 {
  color: #044B7F;
  margin-bottom: 10rem;
  line-height: 2;
}
.footer_help h2 {
  color: #044B7F;
  margin-bottom: 3rem;
}

.buttons button {
  padding: 2rem 4rem;
  display: inline-block;
  margin: 0.2rem 5rem;
  border: 1px solid #006D77;
  border-radius: 4rem;
  color: #006D77;
  background: #fff;
}
.buttons button:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
.buttons button.active {
  background: #006D77;
  color: #fff;
}

.buttons-wrap h1, .buttons-wrap h2, .buttons-wrap, .opis-wrap, .opis-wrap span, .opis-wrap h2, .desc-wrap h1 {
  color: #044B7F;
}

.desc-wrap {
  color: #044B7F;
  line-height: 22px;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10rem;
}

.opis-wrap h2 {
  line-height: 3rem;
  font-weight: 300;
}

.buttons {
  margin-bottom: 5rem;
  margin-top: 3rem;
}

.buttons button, .buttons a {
  padding: 2rem 4rem;
  display: inline-block;
  margin: 0.2rem 5rem;
  font-size: 1.4rem;
  border: 1px solid #006D77;
  border-radius: 4rem;
  color: #006D77;
  background: #fff;
}

.buttons button:hover, .buttons a:hover {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

.buttons button.active, .buttons a.active {
  background: #006D77;
  color: #fff;
}

.buttons button.nojob-button {
  margin-top: 2rem;
}
@media (max-width: 966px) {
  .buttons button.nojob-button {
    margin-top: 0.2rem;
  }
}

.login_button {
  position: relative;
  font-size: 1.4rem;
  cursor: pointer;
  display: inline-block;
  height: 34px;
  line-height: 34px;
}

@keyframes popshow {
  0% {
    display: block;
  }
  10% {
    display: block;
    transform: translate(-50%, -20px);
    opacity: 0;
  }
  100% {
    display: block;
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
.pop-menu {
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  max-width: 250px;
  z-index: 999999;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: none;
  opacity: 0;
}
.pop-menu.active {
  animation: popshow 0.3s ease forwards;
  display: block;
}
.pop-menu a {
  display: block;
  color: #044B7F;
  padding: 0px 25px;
  font-size: 1.3rem;
  height: 40px;
  line-height: 40px;
}
.pop-menu a:nth-child(1) {
  border-radius: 10px 10px 0 0;
  border-bottom: 1px dashed #f5f5f5;
}
.pop-menu a:nth-child(2) {
  border-radius: 0 0 10px 10px;
}
.pop-menu a:hover {
  background: #f5f5f5;
}
@media (max-width: 776px) {
  .pop-menu {
    left: auto;
    right: 0px;
    transform: translate(0, -20px);
  }
}

@media (max-width: 776px) {
  @keyframes popshow {
    0% {
      display: block;
    }
    10% {
      display: block;
      transform: translate(0%, -20px);
      opacity: 0;
    }
    100% {
      display: block;
      transform: translate(0%, 5px);
      opacity: 1;
    }
  }
}
.about-courses {
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin-top: 10rem;
  color: #56445D;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.about-courses .course_content {
  font-size: 1.5rem;
  text-align: left;
  color: #fff;
  line-height: 2rem;
  font-weight: 300;
  padding: 2rem 5rem 2rem 5rem;
}
.about-courses .course_content h3 {
  font-size: 2.2rem;
  color: #fff;
  padding-bottom: 4rem;
}
@media (max-width: 766px) {
  .about-courses .course_content {
    padding: 2rem;
    margin: 0px 2rem;
  }
}
.about-courses .course_content:hover {
  text-decoration: none;
}
.about-courses__first-course {
  position: relative;
  margin-bottom: 13rem;
}
.about-courses__first-course_content {
  text-align: right;
  background: #006D77;
  position: relative;
  border-radius: 5rem;
  transform: translateX(-30%);
  opacity: 0;
  transition: all 1s ease;
}
.about-courses__first-course_content.active {
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 1500px) {
  .about-courses__first-course_content:before {
    height: 100%;
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    aspect-ratio: 1/1;
    border-radius: 50%;
    top: 0px;
    z-index: -1;
    background: #006D77;
    content: " ";
  }
}
@media (min-width: 996px) {
  .about-courses__first-course_content {
    border-radius: 0px;
  }
  .about-courses__first-course_content:after {
    height: 100%;
    position: absolute;
    left: 100%;
    transform: translateX(-50%);
    aspect-ratio: 1/1;
    border-radius: 50%;
    top: 0px;
    z-index: -1;
    background: #006D77;
    content: " ";
  }
}
.about-courses__first-course_content--border {
  height: 160%;
  left: 100%;
  top: -30%;
  position: absolute;
  z-index: -1;
  aspect-ratio: 1/1;
  transform: scale(0.3);
  opacity: 0;
  transform-origin: left center;
  transition: all 0.5s ease 0.4s;
}
.about-courses__first-course_content.active .about-courses__first-course_content--border {
  transform: scale(1);
  opacity: 1;
}
.about-courses__first-course_bg {
  font-size: 4rem;
  font-weight: bold;
  height: 120%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0px;
  padding-left: 5rem;
}
.about-courses__first-course_bg.active span {
  animation: spanshow 1s linear forwards;
  animation-delay: 1.2s;
}
.about-courses__first-course_bg span {
  margin: 1rem 2rem;
  opacity: 0;
  color: #006D77;
}
@keyframes spanshow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.05;
  }
}
.about-courses__second-course {
  margin-top: 5rem;
  position: relative;
}
.about-courses__second-course_content {
  text-align: left;
  background: #044B7F;
  position: relative;
  border-radius: 5rem;
  padding: 2rem;
  transform: translateX(30%);
  opacity: 0;
  transition: all 1s ease;
}
.about-courses__second-course_content.active {
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 1500px) {
  .about-courses__second-course_content:before {
    height: 100%;
    position: absolute;
    left: 100%;
    transform: translateX(-50%);
    aspect-ratio: 1/1;
    border-radius: 50%;
    top: 0px;
    z-index: -1;
    background: #044B7F;
    content: " ";
  }
}
@media (min-width: 996px) {
  .about-courses__second-course_content {
    border-radius: 0px;
  }
  .about-courses__second-course_content:after {
    height: 100%;
    position: absolute;
    right: 100%;
    transform: translateX(50%);
    aspect-ratio: 1/1;
    border-radius: 50%;
    top: 0px;
    z-index: -1;
    background: #044B7F;
    content: " ";
  }
}
.about-courses__second-course_content--border {
  height: 160%;
  right: 100%;
  top: -30%;
  position: absolute;
  z-index: -1;
  aspect-ratio: 1/1;
  transform: scale(0.3);
  opacity: 0;
  transform-origin: right center;
  transition: all 0.5s ease 0.4s;
}
.about-courses__second-course_content.active .about-courses__second-course_content--border {
  transform: scale(1);
  opacity: 1;
}
.about-courses__second-course_bg {
  font-size: 3rem;
  font-weight: bold;
  height: 120%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0px;
  text-align: center;
  padding-right: 5rem;
}
.about-courses__second-course_bg.active span {
  animation: spanshow 1s linear forwards;
  animation-delay: 1.2s;
}
.about-courses__second-course_bg span {
  position: relative;
  display: inline-block;
  margin: 1rem 2rem;
  text-align: center;
  opacity: 0;
  color: #044B7F;
}
.about-courses__boxes {
  display: flex;
  flex-direction: row;
}
.about-courses__boxes_box {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  flex: 1 1 0;
  padding: 0 3rem;
}
.about-courses__boxes_box--top {
  font-size: 5rem;
  font-weight: 800;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  position: relative;
}
.about-courses__boxes_box--top img {
  width: 100%;
}
.about-courses__boxes_box--top-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 2.5rem;
}
.about-courses__boxes_box--top-txt small {
  font-size: 1.5rem;
}
.about-courses #circle_green {
  height: 100%;
}
.about-courses #circle_blue {
  height: 100%;
}
@media (max-width: 966px) {
  .about-courses {
    padding-top: 3rem;
    padding-bottom: 0rem;
    margin-top: 3rem;
  }
}

.courses {
  margin-top: 25rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  color: #56445D;
  position: relative;
  background: #E9B872;
  border-radius: 5rem;
}
@media (max-width: 766px) {
  .courses {
    padding-top: 10rem;
    margin-top: 10rem;
    padding-bottom: 3rem;
  }
}
.courses__top {
  border-radius: 999em;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  color: #fff;
  background: #56445D;
  font-weight: 300;
  padding: 3rem 5rem;
  font-size: 30px;
}
@media (max-width: 766px) {
  .courses__top {
    padding: 3rem;
    font-size: 20px;
    max-width: 100%;
    white-space: nowrap;
  }
}
.courses__menu {
  text-align: right;
}
@media (min-width: 766px) and (max-width: 991px) {
  .courses__menu {
    text-align: center;
  }
}
@media (max-width: 766px) {
  .courses__menu {
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
  }
}
.courses__menu .courses__content_in {
  padding: 0 1rem 1rem 1rem;
  text-align: left !important;
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 300;
}
.courses__menu .courses__content_in a {
  background: #3a926d;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  margin: auto;
  margin-top: 1rem;
}
@media (max-width: 766px) {
  .courses__menu .courses__content_in {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .courses__menu .courses__content_in span {
    display: block;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.courses__menu span.courses_menu_click {
  display: block;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 2.5rem;
  color: #56445D;
  height: 34px;
  font-weight: 200;
  text-transform: uppercase;
  text-align: right;
  line-height: 34px;
  margin-bottom: 5px;
  position: relative;
  transition: all 0.3s ease;
}
.courses__menu span.courses_menu_click div {
  position: relative;
  z-index: 2;
}
.courses__menu span.courses_menu_click:after {
  right: 0%;
  border-radius: 100%;
  top: 0px;
  height: 34px;
  position: absolute;
  border: 1px solid #fff;
  content: " ";
  width: 34px;
  transition: all 0.3s ease;
}
@media (max-width: 766px) {
  .courses__menu span.courses_menu_click {
    font-size: 2rem;
    text-align: left;
  }
  .courses__menu span.courses_menu_click:after {
    right: auto;
    left: 0%;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .courses__menu span.courses_menu_click {
    display: inline-block;
    white-space: nowrap;
    margin: 0.5rem 0.1rem;
    height: 24px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 24px;
    font-size: 2rem;
  }
  .courses__menu span.courses_menu_click:after {
    height: 24px;
    width: 24px;
  }
}
.courses__menu span.courses_menu_click:before {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  transform: scale(0.1, 1);
  opacity: 0;
  transform-origin: right center;
  border-radius: 999em 999em 999em 999em;
  content: " ";
  z-index: 0;
  transition: all 0.3s ease;
}
.courses__menu span.courses_menu_click.active {
  border-radius: 999em 999em 999em 999em;
}
.courses__menu span.courses_menu_click.active:before {
  opacity: 1;
}
.courses__menu span.courses_menu_click.active.ortopedia {
  color: #fff;
}
.courses__menu span.courses_menu_click.active.ortopedia:before {
  background: #002500;
  transform: scale(1, 1);
}
.courses__menu span.courses_menu_click.active.ortopedia:after {
  background: #002500;
  border-color: #002500;
}
.courses__menu span.courses_menu_click.active.neurologia {
  color: #fff;
}
.courses__menu span.courses_menu_click.active.neurologia:before {
  background: #006D77;
  transform: scale(1, 1);
}
.courses__menu span.courses_menu_click.active.neurologia:after {
  background: #006D77;
  border-color: #006D77;
}
.courses__menu span.courses_menu_click.active.uroginekologia {
  color: #fff;
}
.courses__menu span.courses_menu_click.active.uroginekologia:before {
  background: #227C9D;
  transform: scale(1, 1);
}
.courses__menu span.courses_menu_click.active.uroginekologia:after {
  background: #227C9D;
  border-color: #227C9D;
}
.courses__menu span.courses_menu_click.active.pulmonologia:before {
  background: #FFEBC6;
  transform: scale(1, 1);
}
.courses__menu span.courses_menu_click.active.pulmonologia:after {
  background: #FFEBC6;
  border-color: #FFEBC6;
}
.courses__menu span.courses_menu_click.active.onkologia {
  color: #fff;
}
.courses__menu span.courses_menu_click.active.onkologia:before {
  background: #1B5B8B;
  transform: scale(1, 1);
}
.courses__menu span.courses_menu_click.active.onkologia:after {
  background: #1B5B8B;
  border-color: #1B5B8B;
}
.courses__menu span.courses_menu_click.active.kardiologia {
  color: #fff;
}
.courses__menu span.courses_menu_click.active.kardiologia:before {
  background: #CC2936;
  transform: scale(1, 1);
}
.courses__menu span.courses_menu_click.active.kardiologia:after {
  background: #CC2936;
  border-color: #CC2936;
}
.courses__menu span.courses_menu_click.active.pediatria {
  color: #fff;
}
.courses__menu span.courses_menu_click.active.pediatria:before {
  background: #E57C04;
  transform: scale(1, 1);
}
.courses__menu span.courses_menu_click.active.pediatria:after {
  background: #E57C04;
  border-color: #E57C04;
}
.courses__menu span.courses_menu_click.active.niedziedzinowe {
  color: #fff;
}
.courses__menu span.courses_menu_click.active.niedziedzinowe:before {
  background: #044B7F;
  transform: scale(1, 1);
}
.courses__menu span.courses_menu_click.active.niedziedzinowe:after {
  background: #044B7F;
  border-color: #044B7F;
}
.courses__menu span.courses_menu_click:hover {
  cursor: pointer;
}
.courses__menu span.courses_menu_click:hover.ortopedia:after {
  background: #002500;
}
.courses__menu span.courses_menu_click:hover.neurologia:after {
  background: #006D77;
}
.courses__menu span.courses_menu_click:hover.uroginekologia:after {
  background: #227C9D;
}
.courses__menu span.courses_menu_click:hover.pulmonologia:after {
  background: #FFEBC6;
}
.courses__menu span.courses_menu_click:hover.onkologia:after {
  background: #1B5B8B;
}
.courses__menu span.courses_menu_click:hover.kardiologia:after {
  background: #CC2936;
}
.courses__menu span.courses_menu_click:hover.pediatria:after {
  background: #E57C04;
}
.courses__menu span.courses_menu_click:hover.niedziedzinowe:after {
  background: #044B7F;
}
.courses__menu span.courses_menu_click.ortopedia:after {
  border-color: #002500;
}
.courses__menu span.courses_menu_click.neurologia:after {
  border-color: #006D77;
}
.courses__menu span.courses_menu_click.uroginekologia:after {
  border-color: #227C9D;
}
.courses__menu span.courses_menu_click.pulmonologia:after {
  border-color: #FFEBC6;
}
.courses__menu span.courses_menu_click.onkologia:after {
  border-color: #1B5B8B;
}
.courses__menu span.courses_menu_click.kardiologia:after {
  border-color: #CC2936;
}
.courses__menu span.courses_menu_click.pediatria:after {
  border-color: #E57C04;
}
.courses__menu span.courses_menu_click.niedziedzinowe:after {
  border-color: #044B7F;
}
.courses__content {
  font-size: 1.5rem;
  line-height: 1.8;
}
.courses__content_in {
  padding-bottom: 2rem;
}
.courses__content_in span {
  display: block;
}
.courses__content_in span.inline-span {
  display: inline;
}
@media (min-width: 766px) and (max-width: 991px) {
  .courses__content_in {
    padding: 0 2rem;
    padding-bottom: 2rem;
  }
}
.courses__content_subjects {
  position: absolute;
  right: 5rem;
  bottom: 5rem;
  font-size: 1.8rem;
  text-align: right;
  cursor: pointer;
  text-decoration: none;
}
.courses__content_subjects a {
  background: #3a926d;
  padding: 1rem 2rem;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  margin: auto;
  margin-top: 3rem;
  transition: all 0.4s ease;
  text-decoration: none;
}
.courses__content_subjects a:hover {
  box-shadow: 0px 3px 15px #006D77;
}
.courses #courses_svg {
  width: auto;
  height: 90%;
  max-width: 95%;
}
.courses #courses_svg path {
  transition: all 0.3s ease;
}

.footer {
  background-color: #f6f7f9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10rem 26rem 12rem;
}
@media screen and (max-width: 1420px) {
  .footer {
    padding: 10rem 7rem 12rem;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    flex-direction: column;
  }
}
@media screen and (max-width: 486px) {
  .footer {
    padding: 0;
  }
}
.footer__part {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  .footer__part {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 486px) {
  .footer__part {
    width: 100%;
  }
}
.footer__logo {
  margin-bottom: 8rem;
}
@media screen and (max-width: 991px) {
  .footer__logo {
    margin-bottom: 5.7rem;
  }
}
@media screen and (max-width: 486px) {
  .footer__logo {
    margin-top: 7rem;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer__row {
    margin-bottom: 5.7rem;
  }
}
@media screen and (max-width: 486px) {
  .footer__row--big {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer__row-link {
  color: #20232f;
  font-size: 1rem;
}
.footer__text {
  font-size: 1.5rem;
  font-weight: 100;
  color: #20232f;
  margin-bottom: 4rem;
  line-height: 2;
  max-width: 55rem;
}
@media screen and (max-width: 486px) {
  .footer__text {
    max-width: 20rem;
  }
}
@media screen and (max-width: 486px) {
  .footer__text {
    max-width: unset;
    padding: 0 2rem;
  }
}
.footer__icon {
  margin-right: 2rem;
}
@media screen and (max-width: 991px) {
  .footer__icon {
    margin: 0 1rem;
  }
}
.footer__big-icon {
  margin-right: 5rem;
}
@media screen and (max-width: 486px) {
  .footer__big-icon {
    margin-bottom: 2rem;
  }
}

#cookie-notice {
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 10px;
  background-color: rgba(244, 244, 248, 0.9);
  padding: 10px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(244, 244, 248, 0.9);
  color: #636363;
  width: 100%;
  height: auto;
  z-index: 100000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
#cookie-notice,
#cookie-notice * {
  box-sizing: border-box;
}
#cookie-notice .cn-text-container {
  display: inline-block;
  margin: 0 0 6px;
}
#cookie-notice .cn-buttons-container {
  display: inline-block;
}
#cookie-notice .cn-button {
  margin: 0 0 0 10px;
  display: inline-block;
  letter-spacing: 0.25px;
  margin: 0 0 0 10px;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 3px;
  text-decoration: none;
  padding: 5px 10px;
  line-height: 1;
  color: #000;
}
#cookie-notice .cn-close-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  padding: 10px;
  outline: 0;
  cursor: pointer;
  border: 0;
}
#cookie-notice .cn-close-icon:hover {
  opacity: 1;
}
#cookie-notice .cn-close-icon:after, #cookie-notice .cn-close-icon:before {
  position: absolute;
  content: " ";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: grey;
}
#cookie-notice .cn-close-icon:before {
  transform: rotate(45deg);
}
#cookie-notice .cn-close-icon:after {
  transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */