@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

:root {
  --blue-color: #5fa3bc;
}

BODY {
  height: 100%;
  background: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  font-family: Poppins, Calibri, sans-serif;
  color: #2b2b2b;
  /* padding-top: 133px; */
  overflow-x: hidden;
}

body#wwwpage {
  padding-top: 125px;
}

TD,
TH {
  padding: 8px;
}

IMG,
EMBED,
OBJECT,
VIDEO {
  max-width: 100%;
  height: auto;
}

IFRAME {
  max-width: 100%;
  display: block;
  margin: auto;
  text-align: center;
}

H1,
.bg3 {
  clear: both;
  font-size: 45px;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 23px;
  margin: 0px;
  margin-bottom: 36px;
  text-align: center;
  text-transform: uppercase;
  background: url("../img/h1.gif") bottom center no-repeat;
  font-weight: 300;
}

h1 {
  font-weight: 200;
  color: #0e1b2b;
  line-height: 1.2;
  letter-spacing: 2px;
  background: none;
}

H2 {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  padding-bottom: 15px;
}

H3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

HR {
  margin: 0px;
  padding: 0px;
  border: 0px;
  height: 1px;
  background-color: #cccccc;
}

INPUT,
SELECT {
  vertical-align: middle;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  padding: 6px;
}

TEXTAREA {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #000000;
  padding: 6px;
}

INPUT:focus,
INPUT:active,
TEXTAREA:focus,
TEXTAREA:active,
SELECT:focus,
SELECT:active {
  border: 1px solid #666666;
}

INPUT[type="submit"],
INPUT[type="submit"]:hover,
INPUT[type="submit"]:focus,
.btn-primary,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  cursor: pointer;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-top: 2px;
  border: 0px none;
  background: #275899;
  border: 1px solid #275899;
  color: #ffffff;
  padding: 6px;
  transition: all 0.2s ease-in-out;
}

INPUT[type="submit"]:hover,
.btn-primary.focus,
.btn-primary:focus {
  opacity: 0.8;
}

.bootstrap-select {
  width: 100%;
}

INPUT[type="checkbox"].styled,
INPUT[type="radio"].styled {
  margin: 0px;
  margin-right: 10px;
  border: 1px solid #275899;
  width: 15px;
  height: 15px;
  outline: 0px none;
  padding: 1px;
}

LABEL {
  font-weight: normal;
}

A {
  color: #275899;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

A:hover {
  color: #498bf9;
  text-decoration: none;
}

A:focus {
  outline: 2px solid #000000;
}

.form-wrapper {
  margin: 3rem 0;
}

.tel_button {
  margin-top: 4rem;
}

.tel_button_link {
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.tel_button_link:hover {
  opacity: 0.8;
}

.study-box {
  margin: 2.5rem 0;
  text-align: center;
}

.study-link {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.15rem;
  font-weight: 500;
  color: #ffffff !important;
  line-height: 1.2;
  background: var(--blue-color);
  border-radius: 9999rem;
  border: 1px solid var(--blue-color);
}

.study-link:hover {
  color: var(--blue-color) !important;
  background: #ffffff;
}

.seotext {
  font-size: 1rem;
  text-align: left;
}

.header.scrolled,
body#wwwpage .header {
  background: var(--blue-color);
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__wrapper {
  width: 1500px;
  max-width: 95%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 1.5rem 0;
}

.header__menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header-register {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: white !important;
  line-height: 1;
  white-space: pre;
  /* background: var(--blue-color); */
}

.header-study {
  display: inline-block;
  margin-right: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--blue-color) !important;
  padding: 0.65rem 1rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 9999rem;
  background: #ffffff;
}

.header-study:hover {
  color: #ffffff !important;
  background: var(--blue-color);
}

.header__links {
  text-align: center;
}

.header__left {
  padding-right: 1rem;
}

.header__left a {
  display: block;
}

.header__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.topmenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  max-width: 100%;
  height: 100lvh;
  background-color: var(--blue-color);
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.topmenu.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

#g_menu ul {
  margin: 0;
  margin-top: 3rem;
  padding: 0;
  text-align: center;
  list-style-type: none;
}

#g_menu li:not(:last-child) {
  margin-bottom: 4vh;
}

#g_menu li.sub .sectionn {
  display: none;
}

#g_menu a {
  font-size: 25px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}

#g_menu a:hover {
  color: #aaaaaa;
}

.navbutton {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: column;
  -webkit-box-orient: column;
  -moz-box-direction: column;
  -moz-box-orient: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50%;
  border: none !important;
  outline: none !important;
  color: white;
  cursor: pointer;
  /* background: rgba(0, 0, 0, 0.3); */
  background: var(--blue-color);
}

.navbutton SPAN {
  background-color: #ffffff;
  display: block;
  width: 24px;
  height: 2px;
  margin-top: 6px;
}

.navbutton SPAN:first-child {
  margin-top: 0;
}

.navbutton SPAN:nth-child(2) {
  margin-left: -7px;
}

.navbutton#open span:first-child {
  -webkit-transform: translateY(4px) rotate(45deg);
  -moz-transform: translateY(4px) rotate(45deg);
  -ms-transform: translateY(4px) rotate(45deg);
  -o-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

.navbutton#open span:nth-child(2) {
  display: none;
}

.navbutton#open span:last-child {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -moz-transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  -o-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

#wwwpage #maincontent {
  width: 1000px;
  max-width: 95%;
  min-height: 90vh;
  position: relative;
  margin: auto;
  padding: 2.5rem 0;
  text-align: left;
}

.section {
  background: white;
}

.section.section--blue {
  background: var(--blue-color);
}

.section.section--gray {
  background: #f1f1f1;
}

.section.section--darkgray {
  background: #dadde2;
}

.section__wrapper {
  width: 1500px;
  max-width: 95%;
  margin: 0 auto;
  padding: 8rem 0;
}

.section__wrapper h2 {
  font-size: 18px;
  font-weight: 300;
  color: #0e1b2b;
  line-height: 1.35;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.slider {
  width: 100%;
  max-width: 100%;
  /*height: 100lvh;*/
  height: 750px;
  position: relative;
}

.slider__wrapper {
  width: inherit;
  max-width: inherit;
  height: inherit;
}

.slider__image {
  width: inherit;
  max-width: inherit;
  height: inherit;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__mask {
  width: inherit;
  max-width: inherit;
  height: inherit;
  background: rgba(0, 0, 0, 0.3);
}

.slider__naw {
  width: inherit;
  max-width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.slider__descriptionWrapper {
  width: 1600px;
  max-width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__description {
  width: 95%;
  position: absolute;
  bottom: 5%;
  left: 0;
  color: white;
  text-align: center;
}

.slider__description::after {
  content: url("../img/arrow-down.png");
  display: none;
}

.slider__title {
  padding-bottom: 2.5rem;
  font-size: 60px;
  font-weight: 200;
  line-height: 1.15;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#slider_naw {
  display: none;
}

.offer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.offer__item {
  -webkit-box: 0 1 calc(25% - 2rem);
  -moz-box: 0 1 calc(25% - 2rem);
  -webkit-flex: 0 1 calc(25% - 2rem);
  -ms-flex: 0 1 calc(25% - 2rem);
  flex: 0 1 calc(25% - 2rem);
  margin: 1rem;
}

.offer__title a:hover {
  text-decoration: underline;
}

.offer__image {
  padding: 0.25rem 1.75rem;
  text-align: center;
}

.offer__image a {
  display: block;
}

.offer__image a:hover {
  opacity: 0.8;
}

.offer__image a:hover img {
  transform: translateY(-0.5rem);
}

.offer__image img {
  transition: transform 0.5s ease;
}

#experience-title {
  font-size: 30px;
  font-weight: 300;
  color: white;
  letter-spacing: 3px;
  text-align: center;
}

.team {
  margin-top: 3rem;
  text-align: center;
}

#team .slick-track {
  position: relative;
}

#team .slick-slide {
  padding: 0 2.5rem;
}

#team .slick-arrow {
  position: absolute;
  top: calc(50% - 24px);
  left: 10%;
  z-index: 100;
  background: transparent;
  border: none !important;
  outline: none !important;
}

#team .slick-arrow.slick-next {
  left: auto;
  right: 10%;
}

.team__image {
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.team__image img {
  display: inline !important;
  border-radius: 50%;
}

.team__name {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  color: #0e1b2b;
  line-height: 1.35;
  letter-spacing: 1px;
}

.team__subname {
  font-size: 14px;
  font-weight: 400;
  color: #0e1b2b;
}

.team__text a:hover {
  text-decoration: underline;
}

.ytshorts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ytshorts__item {
  padding: 1rem;
}

#foot {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background: var(--blue-color);
  clear: both;
}

#foot0 {
  width: 1500px;
  max-width: 95%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

#foot1,
#foot2 {
  font-size: 13px;
  font-weight: 300;
  color: rgba(237, 238, 235, 0.4);
  line-height: 30px;
  text-align: center;
}

#foot2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#foot2 a {
  color: inherit;
}

#foot2 a:hover {
  color: white;
}

#footx {
  padding-bottom: 2rem;
}

#footx0 {
  width: 1500px;
  max-width: 95%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column-reverse;
  margin: 0 auto;
  font-weight: 300;
  color: #e1e2dd;
  text-align: center;
}

#footx0 .address a img {
  width: 30px !important;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 3px;
  margin-left: 3px;
  margin-right: 3px;
}

#footx0 .address a:first-child {
  color: #e1e2dd;
}

#footx0 .address a:first-child:hover {
  text-decoration: underline;
}

#footx0 .address a:nth-of-type(1) img {
  width: 35px !important;
  padding-top: 0px;
}

.foot-social {
  margin-top: 2rem;
}

.foot-social.foot-social-header {
  padding-left: 1rem;
  border-left: 1px solid white;
  border-right: 1px solid white;
  text-align: center;
}

.foot-social.foot-social-header a {
  margin-top: 0;
  margin-bottom: 0;
}

.foot-social a {
  display: inline-block;
  margin: 0.5rem 1.25rem 0.5rem 0;
  color: white;
}

.foot-social a:hover {
  color: #cccccc;
}

.foot-social i {
  font-size: 18px;
  color: inherit;
}

.foot-text {
  padding-left: 1rem;
  padding-right: 1rem;
}

.foot-location {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.foot-location p {
  margin-bottom: 0.75rem;
}

.foot-location a {
  color: white;
}

.foot-location a:hover {
  color: #cccccc;
}

.foot-location div {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  line-height: 1.2;
}

.contacttitle {
  margin-bottom: 2.5rem;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.4;
}

.contacttitle span {
  font-size: 30px;
  font-weight: 600;
}

.facilities {
  width: 1300px;
  max-width: 95%;
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.facilities__item {
  width: calc(33.33% - 1rem);
  margin: 0.5rem;
}

.facilities__item a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  padding: 1.05rem 0.5rem;
  color: white;
  text-align: center;
  border: 1px solid white;
}

.facilities__item a:hover {
  color: #cccccc;
}

#d_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#d_menu a {
  margin-right: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
  border-right: 1px solid rgba(237, 238, 235, 0.4);
}

/* #l_menu {
  clear: both;
}

#l_menu .l_item1 {
  color: #ffffff;
  background: #00bac2;
  display: block;
  padding: 8px;
  border-bottom: 1px solid #ffffff;
  font-size: 16px;
}

#l_menu .l_item1:hover,
#l_menu .l_item1:focus,
#l_menu .l_item1.active {
  opacity: 0.8;
}

#l_menu .l_item2 {
  color: #000000;
  background: #b3ebed;
  display: block;
  padding: 8px;
  border-bottom: 1px solid #ffffff;
  font-size: 15px;
  padding-left: 20px;
}

#l_menu .l_item2:hover,
#l_menu .l_item2:focus,
#l_menu .l_item2.active {
  opacity: 0.8;
} */

#lang_menu {
  list-style-type: none;
  display: block;
  padding: 0px;
  margin: 0px;
}

#lang_menu LI {
  display: block;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  margin: 0px;
}

/* slider examle */

#slider {
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  background: #666666;
}

#slider_img {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.slider_el {
  width: 100%;
  height: 480px;
  overflow: hidden;
  background-position: top left;
  background-repeat: no-repeat;
}

#slider_naw {
  position: absolute;
  z-index: 3;
  top: 10px;
  right: 10px;
  overflow: hidden;
}

#naw {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  float: left;
}

#naw LI {
  display: block;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  padding-left: 10px;
  float: left;
}

#naw LI A {
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  overflow: hidden;
  background: url("../img/zm1.png") left top no-repeat;
}

#naw LI A.activeSlide,
#naw LI.activeSlide A {
  background-image: url("../img/zm2.png");
}

.nav-tabs {
  margin-bottom: 15px;
}

.news {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: column;
  -webkit-box-orient: column;
  -moz-box-direction: column;
  -moz-box-orient: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 33.33%;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

.news__image {
  margin: 0;
  margin-bottom: 1rem;
}

.news__image a {
  display: block;
  overflow: hidden;
}

.news__image a:hover img {
  transform: scale(1.08);
}

.news__image img {
  width: 100%;
  transition: transform 0.75s ease;
}

.news__desc a:hover h2 {
  text-decoration: underline;
}

.news__desc h2 {
  font-size: 20px;
  font-weight: 300;
  color: var(--blue-color);
  line-height: 1.4;
  text-align: center;
}

.news__more {
  display: inline-block;
  padding: 0.4rem 1.5rem;
  color: white !important;
  border: 1px solid var(--blue-color);
  background: var(--blue-color);
}

.news__more:hover {
  color: var(--blue-color) !important;
  background: white;
}

.opinions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.5rem -0.75rem 0;
}

.opinions__item {
  width: calc(33.33% - 1.5rem);
  margin: 1.5rem 0.75rem;
  text-align: left;
}

.opinions__note {
  margin: 0;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 3px solid white;
}

.opinions__excerpt {
  margin-bottom: 1rem;
  font-size: 15px;
  color: #474747;
}

.opinions__person {
  margin-bottom: 0.65rem;
  font-size: 13px;
  color: #474747;
  opacity: 0.6;
}

.opinions__logo {
  margin: 0;
}

UL.zespol {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0px;
}

UL.zespol > LI {
  display: block;
  float: left;
  margin: 0px;
  margin-bottom: 1rem;
  padding: 0px;
  text-align: center;
  width: 25%;
}

UL.zespol > LI > DIV {
  padding: 10px;
}

UL.zespol > LI a {
  display: block;
}

UL.zespol > LI a:hover .team__name {
  text-decoration: underline;
}

UL.zespol .team__name {
  margin-bottom: 0.5rem;
  font-size: 20px;
}

#ovideo {
  list-style-type: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0px;
}

#ovideo LI {
  list-style-type: none;
  display: block;
  float: left;
  padding: 10px;
  max-width: 280px;
}

#ovideo A {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}

#ovideo A .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("../img/play.png") center center no-repeat;
  background-size: 50px 50px;
}

.link-up {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 499;
  width: 40px;
  height: 40px;
  color: white !important;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: #666666;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.link-up.show {
  opacity: 1;
  visibility: visible;
}

.link-up i {
  font-size: 1.15rem;
  color: inherit;
}

.link-up:hover {
  background: black;
}

.cennik {
  width: 100%;
  font-weight: 400;
}

.cennik_left {
  width: 80%;
  text-align: left;
  border-bottom: 1px solid #ffffff;
  background: #efefef;
  padding: 9px;
  padding-left: 25px;
  padding-right: 25px;
}

.cennik_right {
  width: 20%;
  text-align: right;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  background: #efefef;
  padding: 9px;
  padding-left: 25px;
  padding-right: 25px;
}

.cennik TR:hover TD {
  background: #ffffff;
}

.cennik_head .cennik_left,
.cennik_head .cennik_right,
.cennik_head TD {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: left;
  /*background: #18326b;*/
  background: var(--blue-color);
  font-weight: normal;
  padding: 12px;
  padding-left: 25px;
  padding-right: 25px;
}

.cennik_head .cennik_right {
  text-align: right;
}

.cennik TR.cennik_head:hover TD {
  color: #ffffff;
  background: #18326b;
}

.video-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100dvh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
}

.video-box.active {
  opacity: 1;
  visibility: visible;
}

#video-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
  font-family: icomoon;
  border: none;
  background: transparent;
}

#video-close:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 576px) {
  body#wwwpage {
    padding-top: 190px;
  }

  .header__wrapper {
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .header__right {
    -webkit-box-pack: flex-end;
    -moz-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header__links {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0.75rem;
    text-align: right;
  }

  .header-study {
    margin-right: 0.5rem;
  }

  #g_menu a {
    font-size: 15px;
  }

  .foot-social.foot-social-header {
    display: none;
  }

  .slider {
    height: 300px;
  }

  .slider__title {
    padding-bottom: 1rem;
    font-size: 18px;
  }

  .offer__title {
    font-size: 12px !important;
  }

  .opinions__item {
    width: calc(100% - 1.5rem);
  }

  .news__item {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .news__desc h2 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 577px) {
  .slider {
    height: 500px;
  }

  .slider__title {
    font-size: 30px;
  }

  #g_menu a {
    font-size: 18px;
  }

  .opinions__item {
    width: calc(50% - 1.5rem);
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  UL.zespol > LI {
    width: 50%;
  }

  #g_menu {
    margin-top: 1.5rem;
  }

  #g_menu li:not(:last-child) {
    margin-bottom: 3vh;
  }

  .news__item {
    width: 50%;
  }

  .offer__item {
    -webkit-box: 0 1 calc(50% - 2rem);
    -moz-box: 0 1 calc(50% - 2rem);
    -webkit-flex: 0 1 calc(50% - 2rem);
    -ms-flex: 0 1 calc(50% - 2rem);
    flex: 0 1 calc(50% - 2rem);
  }

  #team .slick-arrow {
    left: 0;
  }

  #team .slick-arrow.slick-next {
    right: 0;
  }

  .foot-text {
    padding: 2rem 0;
  }

  .facilities__item {
    width: calc(100% - 1rem);
  }
}

@media only screen and (max-width: 1199px) and (min-width: 769px) {
  .slider {
    height: 650px;
  }

  .slider__title {
    font-size: 40px;
  }

  #l_menu LI {
    -webkit-box: 0 1 33.33%;
    -moz-box: 0 1 33.33%;
    -webkit-flex: 0 1 33.33%;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
  }

  .opinions__item {
    width: calc(50% - 1.5rem);
  }

  .offer__item {
    -webkit-box: 0 1 calc(33.33% - 2rem);
    -moz-box: 0 1 calc(33.33% - 2rem);
    -webkit-flex: 0 1 calc(33.33% - 2rem);
    -ms-flex: 0 1 calc(33.33% - 2rem);
    flex: 0 1 calc(33.33% - 2rem);
  }

  .opinions__item {
    width: calc(50% - 1.5rem);
  }

  .slider {
    height: 650px;
  }

  .slider__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  #foot0 {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #foot2 {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1700px) {
  .slider {
    height: 950px;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group; /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  DIV {
    max-width: 100%;
  }
}
