@media all and (max-width: 1900px) {
  #hdr.hp-hdr {
    background-image: linear-gradient(to right, #003f97 50%, transparent 80%), url(../img/bg.jpg);
    background-size: 100% 100%, auto 120%;
    background-position: center left, center right -120px;
  }
}
@media all and (max-width: 1060px) {
  #hdr.hp-hdr {
    background-image: linear-gradient(to right, rgba(0, 63, 151, 0.9), rgba(0, 63, 151, 0.5)), url(../img/bg.jpg);
    background-position: center left, center center;
  }
}
@media all and (max-width: 600px) {
  #hdr.hp-hdr {
    background-image: linear-gradient(to right, rgba(0, 63, 151, 0.8), rgba(0, 63, 151, 0.8)), url(../img/bg.jpg);
  }
}
#hdr.hp-hdr .controls {
  position: absolute;
  bottom: 20px;
  right: 0;
  word-spacing: -0.3em;
}
#hdr.hp-hdr .controls button {
  width: 10px;
  height: 10px;
  margin: 0 0 8px 8px;
  border-radius: 5px;
  border: 0;
  background: white;
  cursor: pointer;
}
#hdr.hp-hdr .controls button.active {
  background: #fccd07;
}

section h1 img {
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 8px;
}

#calendar {
  position: relative;
  padding: 70px 0;
}
#calendar:before {
  content: "";
  display: block;
  width: 520px;
  height: 520px;
  position: absolute;
  z-index: -1;
  bottom: -150px;
  right: 40px;
  transform: rotate(15deg);
  background-image: url(../img/symbol.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#calendar .tabs .tab {
  float: left;
  margin-right: 50px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 3px solid white;
  cursor: pointer;
}
#calendar .tabs .tab.active {
  border-color: #003f97;
}
#calendar .tab-content {
  display: none;
}
#calendar .tab-content.active {
  display: block;
}
#calendar .carousel-container {
  width: 1280px;
  position: relative;
  margin: auto auto;
}
@media all and (max-width: 1480px) {
  #calendar .carousel-container {
    width: 955px;
  }
}
@media all and (max-width: 1115px) {
  #calendar .carousel-container {
    width: 630px;
  }
}
@media all and (max-width: 770px) {
  #calendar .carousel-container {
    width: 305px;
    max-width: calc(100vw - 100px);
  }
}
#calendar .carousel {
  width: 1300px;
  overflow: hidden;
  position: relative;
  left: -12px;
}
@media all and (max-width: 1480px) {
  #calendar .carousel {
    width: 975px;
  }
}
@media all and (max-width: 1115px) {
  #calendar .carousel {
    width: 650px;
  }
}
@media all and (max-width: 770px) {
  #calendar .carousel {
    width: 325px;
    max-width: calc(100vw - 80px);
  }
}
#calendar .carousel .item-container {
  position: relative;
  left: 0;
  padding: 30px 0;
  word-spacing: -0.3em;
  white-space: nowrap;
  transition: left 0.4s ease;
}
#calendar .carousel .item-container .item {
  max-width: calc(100vw - 80px) !important;
}
#calendar .carousel .item-container .item {
  display: inline-block;
  vertical-align: top;
  word-spacing: 0;
  white-space: normal;
  width: 325px;
  max-width: calc(100vw - 20px);
  padding: 12px;
}
#calendar .carousel .item-container .item article {
  width: 100%;
  height: 390px;
  position: relative;
  transform: scale(1);
  transition: transform 0.4s ease;
  cursor: pointer;
}
#calendar .carousel .item-container .item article:after {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: -1;
  background: 0;
  box-shadow: 0 0 20px 4px rgba(30, 90, 181, 0.1);
  transition: box-shadow 0.4s ease;
}
#calendar .carousel .item-container .item article:hover {
  transform: scale(1.04);
}
#calendar .carousel .item-container .item article:hover:after {
  box-shadow: 0 10px 20px 4px rgba(30, 90, 181, 0.1);
}
#calendar .carousel .item-container .item .bg {
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  background-image: url("../img/default_img.jpg");
  background-size: cover;
}
#calendar .carousel .item-container .item .bg .tag {
  height: 25px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 0 10px;
  border-radius: 13px;
  background: #003f97;
  line-height: 25px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  color: white;
}
#calendar .carousel .item-container .item .text {
  height: 50%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  border: 10px solid white;
  background: white;
}
#calendar .carousel .item-container .item .text .date {
  position: relative;
  padding-left: 28px;
  color: #344651;
}
#calendar .carousel .item-container .item .text .date:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: calc(50% - 10px);
  background-image: url(../img/calendar-light.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#calendar .carousel .item-container .item .text h2 {
  margin: 10px 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  color: #0f1f3c;
}
#calendar .carousel .item-container .item .text p {
  margin: 0;
  padding-left: 2px;
  font-size: 13.5px;
  line-height: 22px;
  color: #344651;
}
#calendar .carousel-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
#calendar .carousel-controls .btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #566888;
  border-radius: 25px;
  pointer-events: all;
}
@media all and (max-width: 450px) {
  #calendar .carousel-controls .btn {
    width: 30px;
    height: 30px;
  }
}
#calendar .carousel-controls .btn .arrow {
  width: 26px;
  height: 15px;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 13px);
  background-image: url(../img/arrow-blue.svg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
@media all and (max-width: 450px) {
  #calendar .carousel-controls .btn .arrow {
    width: 18px;
    height: 12px;
    top: calc(50% - 6px);
    left: calc(50% - 9px);
  }
}
#calendar .carousel-controls .btn.prev {
  left: -90px;
}
@media all and (max-width: 1480px) {
  #calendar .carousel-controls .btn.prev {
    left: -70px;
  }
}
@media all and (max-width: 450px) {
  #calendar .carousel-controls .btn.prev {
    left: -40px;
  }
}
#calendar .carousel-controls .btn.prev .arrow {
  transform: rotate(180deg);
}
#calendar .carousel-controls .btn.next {
  right: -90px;
}
@media all and (max-width: 1480px) {
  #calendar .carousel-controls .btn.next {
    right: -70px;
  }
}
@media all and (max-width: 450px) {
  #calendar .carousel-controls .btn.next {
    right: -40px;
  }
}

#school {
  position: relative;
  padding: 80px 0;
}
#school:before {
  content: "";
  display: block;
  width: calc(100vw - 130px);
  min-width: 1430px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background: #ebf1f9;
}
#school .cols .col {
  float: left;
  width: 50%;
  padding: 0 50px;
}
@media all and (max-width: 1020px) {
  #school .cols .col {
    width: 100%;
    max-width: 520px;
    padding-right: 20px;
  }
}
#school h1 {
  padding: 25px 0;
  position: relative;
  left: -50px;
}
#school #classrooms h2 {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  color: #495669;
}
#school #classrooms .classes {
  word-spacing: -0.3em;
}
#school #classrooms .classes a {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  margin-right: 25px;
  padding-bottom: 2px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
}
#school #classrooms .classes a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #fccd07 50%, #6296dd 50%);
  background-position: center right;
  background-size: 200% 100%;
  transition: background-position 0.5s ease;
}
#school #classrooms .classes a span {
  position: relative;
}
#school #classrooms .classes a:hover:after {
  background-position: center right 100%;
}
#school #classrooms .classes a:hover span {
  display: inline-block;
  animation: shake 0.5s ease;
  animation-iteration-count: infinite;
}
@keyframes shake {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(18deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-18deg);
  }
  100% {
    transform: rotate(0);
  }
}
#school #skola-online {
  position: relative;
  padding-right: 200px;
}
@media all and (max-width: 1020px) {
  #school #skola-online {
    padding-top: 50px;
  }
}
@media all and (max-width: 520px) {
  #school #skola-online {
    padding-right: 20px;
  }
}
#school #skola-online .catchphrase {
  width: 160px;
  position: absolute;
  top: 50px;
  right: 0;
  transform: rotate(30deg);
  font-family: BradleyHand, serif;
  font-size: 27px;
  font-weight: 700;
  color: #003f97;
}
@media all and (max-width: 1080px) {
  #school #skola-online .catchphrase {
    top: 60px;
    right: 20px;
    font-size: 22px;
  }
}
@media all and (max-width: 1020px) {
  #school #skola-online .catchphrase {
    top: 100px;
  }
}
@media all and (max-width: 520px) {
  #school #skola-online .catchphrase {
    display: none;
  }
}
#school #skola-online .catchphrase img {
  position: absolute;
  right: calc(100% + 40px);
  top: 20px;
  width: 150px;
  height: 150px;
  transform: rotateX(180deg) rotateZ(65deg);
}
@media all and (max-width: 1200px) {
  #school #skola-online .catchphrase img {
    right: calc(100% + 20px);
    top: 10px;
    width: 120px;
    height: 120px;
  }
}
@media all and (max-width: 1080px) {
  #school #skola-online .catchphrase img {
    right: calc(100% + 20px);
    top: 10px;
    width: 90px;
    height: 90px;
  }
}
#school #skola-online p {
  font-size: 16px;
  color: #495669;
}
#school #skola-online .btn.def {
  margin-top: 20px;
  padding-right: 25px;
  background: #fccd07;
	color: #0f1f3c;
}
#school #skola-online .btn.def:hover {
  background: #f0be04;
}
#school #skola-online .btn.def:after {
  display: none;
}

#glr {
  position: relative;
  padding: 90px 0 30px;
}
#glr:before {
  content: "";
  display: block;
  width: 520px;
  height: 520px;
  position: absolute;
  z-index: -1;
  bottom: -150px;
  left: 20px;
  transform: rotate(25deg);
  background-image: url(../img/symbol.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#glr .item-container {
  width: 1300px;
  max-width: 100vw;
  position: relative;
  left: -12px;
  padding: 30px 0;
  word-spacing: -0.3em;
}
#glr .item {
  display: inline-block;
  vertical-align: top;
  word-spacing: 0;
  white-space: normal;
  width: 325px;
  max-width: calc(100vw - 20px);
  padding: 12px;
}
#glr .item article {
  width: 100%;
  height: 390px;
  position: relative;
  transform: scale(1);
  transition: transform 0.4s ease;
  cursor: pointer;
}
#glr .item article:after {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: -1;
  background: 0;
  box-shadow: 0 0 20px 4px rgba(30, 90, 181, 0.1);
  transition: box-shadow 0.4s ease;
}
#glr .item article:hover {
  transform: scale(1.04);
}
#glr .item article:hover:after {
  box-shadow: 0 10px 20px 4px rgba(30, 90, 181, 0.1);
}
#glr .item .bg {
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  background-image: url("../img/default_img.jpg");
  background-size: cover;
}
#glr .item .bg .tag {
  height: 25px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 0 10px;
  border-radius: 13px;
  background: #003f97;
  line-height: 25px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  color: white;
}
#glr .item .text {
  height: 50%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  border: 10px solid white;
  background: white;
}
#glr .item .text .date {
  position: relative;
  padding-left: 28px;
  color: #344651;
}
#glr .item .text .date:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: calc(50% - 10px);
  background-image: url(../img/calendar-light.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#glr .item .text h2 {
  margin: 10px 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  color: #0f1f3c;
}
#glr .item .text p {
  margin: 0;
  padding-left: 2px;
  font-size: 13.5px;
  line-height: 22px;
  color: #475A66;
}
#glr .item article {
  height: 300px;
}
#glr .item article .bg {
  height: 200px;
}
#glr .item article .text {
  height: 100px;
}

/*# sourceMappingURL=hp.css.map */
