@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,700,900&display=swap&subset=latin-ext");

@font-face {
  font-family: 'NeoSans';
  src: url("./fonts/neo-sans-light.ttf");
  src: url("./fonts/neo-sans-light.ttf") format("ttf"), url("./fonts/neo-sans-light.ttf") format("ttf"), url("./fonts/neo-sans-light.woff") format("woff"); }

@font-face {
  font-family: 'NeoSans-bold';
  src: url("./fonts/NeoSans Bold TR.otf");
  src: url("./fonts/NeoSans Bold TR.otf") format("otf"), url("./fonts/NeoSans Bold TR.woff") format("woff"), url("./fonts/NeoSans Bold TR.woff") format("woff"); }

@font-face {
  font-family: 'NeoSans-medium';
  src: url("./fonts/NeoSans Medium TR.otf");
  src: url("./fonts/NeoSans Medium TR.otf") format("otf"), url("./fonts/NeoSans Medium TR") format("woff"), url("./fonts/NeoSans Medium TR") format("woff"); }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
   }

html {
  font-size: 10px; }

img {
  max-width: 100%;
  height: auto; }

#tutaj {
  display: none; }

.section {
  background-color: white;
}

.page-template-history {
  background-color: white;
}

.u-space-nav {
  margin-top: 22rem; }
  @media screen and (max-width: 1600px) {
    .u-space-nav {
      margin-top: 19rem; } }
  @media screen and (max-width: 990px) {
    .u-space-nav {
      margin-top: 24rem; } }
  @media screen and (max-width: 720px) {
    .u-space-nav {
      margin-top: 10rem; } }
  @media screen and (max-width: 500px) {
    .u-space-nav {
      margin-top: 6rem; } }

.u-container-margin {
  margin-top: 3.5rem;
  margin-bottom: 8.5rem; }

.u-center-text {
  text-align: center; }

.u-section-paddings {
  padding: 2.5rem 0 8.5rem; }
  @media screen and (max-width: 720px) {
    .u-section-paddings {
      padding: 2.5rem 0 4rem; } }

.margin-0 {
  margin: 0 !important; }

.bold-medium {
  font-weight: 700; }

.dynamic-container__tech-wrapper__tech-data::before {
  display: none; }

.upperFirstLetter::first-letter {
  text-transform: uppercase; }

.container-small .post-card__date::before {
  display: none; }

.container-small .post-card__date {
  padding-left: 0px; }

.capitalize {
  text-transform: capitalize; }

.lowercase {
  text-transform: lowercase; }

.font-size-0 {
  font-size: 0; }

body {
  font-family: neo-sans, sans-serif;
  font-weight: 400;
  font-size: 1.8rem; }

.headline-primary {
  font-family: neo-sans, sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  margin-bottom: 1.5rem;
  color: white; }
  @media only screen and (max-width: 500px) {
    .headline-primary {
      font-size: 2.8rem; } }

.headline-primary--black {
  color: #231F20;
  font-family: neo-sans, sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  margin-bottom: 1.5rem; }

.headline-secondary {
  font-family: neo-sans, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 1.5rem;
  color: white; }

.headline-secondary--black {
  color: #231F20;
  font-family: neo-sans, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 1.5rem; }

.headline-tertiary {
  font-family: "Nunito", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: white;
  text-transform: uppercase; }

.headline-tertiary--black {
  color: #231F20; }

.headline-quaternary {
  font-family: neo-sans, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1.8rem;
  color: white; }

.headline-quaternary--black {
  color: #231F20; }

.paragraph {
  font-family: "Nunito", sans-serif;
  font-size: 1.67rem;
  color: white;
  margin-bottom: 1.5rem; }

.paragraph--blue {
  color: #2C3E50; }

.paragraph--black {
  color: #231F20; }

.section-heading {
  font-family: "Nunito", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  position: relative; }
  .section-heading::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
    width: 1.6rem;
    height: 0.2rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }

.section-heading-2 {
  width: 100%;
  background-color: #0064A7;
  padding: 0.15rem 0rem 0.15rem 6rem; }
  .section-heading-2__text {
    font-size: 3.1rem;
    font-size: 2.7rem;
    font-weight: 700;
    color: white; }
    @media screen and (max-width: 700px) {
      .section-heading-2__text {
        font-size: 2.5rem; } }

ul, ol {
  padding-left: 1.8rem; }

.section {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.section-red {
  background-color: #DD2515;
  position: relative; }

.section-white {
  background-color: white;
  position: relative; }

.section-brown {
  background-color: #231F20;
  position: relative; }

.section-before::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  background-color: #DD2515;
  z-index: -1; }

.section-before::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1; }

.section-before--red::before {
  background-color: #DD2515; }

.section-before--brown::before {
  background-color: #231F20; }

.section-after::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1; }

.section-after--red::after {
  background-color: #DD2515; }

.section-after--yellow::after {
  background-color: #F8A900; }

.section-after--brown::after {
  background-color: #231F20; }

.section-tools {
  padding-top: 4rem;
  background-color: white; }

.section-text {
  margin: auto;
  max-width: 115rem;
  text-align: center;
  padding: 0 1.5rem; }

.section-header {
  height: calc(100vh - 10rem);
  position: relative;
  background-repeat: no-repeat; 
  max-height: 100rem;
}
  .section-header .section-info {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: rgba(248, 169, 0, 0.6);
    max-width: 55rem;
    padding: 6rem 5.2rem 6rem 5.2rem;
    background-size: cover; }
    @media only screen and (max-width: 800px) {
      .section-header .section-info {
        top: 50%;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
        background-color: rgba(248, 169, 0, 0.6); } }
    @media only screen and (max-width: 500px) {
      .section-header .section-info {
        padding: 4rem 3.2rem 4rem 3.2rem; } }
    @media only screen and (max-width: 500px) {
      .section-header .section-info {
        width: 100%; } }

.btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.2rem 1.2rem 2rem;
  min-width: 19rem;
  box-sizing: border-box;
  margin-top: 3.5rem;
  background-color: transparent;
  border: 2px solid white;
  color: black;
  text-decoration: none; }
  .btn__paragraph {
    font-family: neo-sans, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 900; }
  .btn .btn__img {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1rem;
  }

.btn:hover {
  background-image: linear-gradient(90deg, #e74315 0%, #f7a900 100%);
  color: white;
  cursor: pointer; }

.btn--white {
  color: white; }

.btn--gradient {
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #e74315 0%, #f7a900 100%);

}

.btn-tertiary:hover {
  background-image: linear-gradient(90deg, #e74315 0%, #f7a900 100%);
  cursor: pointer; }
  .btn-tertiary:hover .btn__paragraph {
    color: white; }

.btn-second {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 18rem;
  box-sizing: border-box;
  margin-top: 1rem;
  background-color: transparent;
  border: 0px solid transparent;
  color: black;
  text-decoration: none; }
  .btn-second__paragraph {
    font-family: neo-sans, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 900; }
  .btn-second .btn__img {
    margin-right: 1rem;
    width: 1.6rem;
    height: 1.6rem; }

.btn-tertiary {
  font-size: 2.7rem;
  color: #231F20;
  text-align: center;
  padding: 1rem;
  justify-content: center; }
  .btn-tertiary .btn__paragraph {
    font-family: neo-sans, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 900; }

.btn-tertiary:hover {
  background-image: linear-gradient(90deg, #e74315 0%, #f7a900 100%);
  cursor: pointer; }
  .btn-tertiary:hover .btn__paragraph {
    color: white; }

.btn-container {
  display: flex;
  margin: auto;
  margin-top: 1rem;
  max-width: 41rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-school {
  display: flex;
  background-color: white;
  padding-top: 10rem; }
  .section-school .box-video {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8A900;
    padding: 5rem 5rem 5rem 0rem; }
    @media only screen and (max-width: 550px) {
      .section-school .box-video {
        padding: 5rem 5rem 5rem 5rem; } }

.section-box {
  background-color: #231F20;
  max-width: 55rem;
  width: 100%;
  padding: 7rem 17rem 7rem 0em; }
  @media only screen and (max-width: 1300px) {
    .section-box {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  @media only screen and (max-width: 600px) {
    .section-box {
      padding: 2rem 1.5rem 2rem 1.5em; } }

.section-box-white {
  background-color: white;
  max-width: 120rem;
  padding: 0rem 6rem 0rem 6rem;
  color: black; }
  @media only screen and (max-width: 1500px) {
    .section-box-white {
      padding: 0rem 3rem 0rem 3rem; } }
  @media only screen and (max-width: 1300px) {
    .section-box-white {
      padding-top: 5rem;
      padding-bottom: 5rem; } }

.list {
  list-style-type: none;
  padding-left: 0;
  margin: 3.2rem 0;
  color: white; }
  .list__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.8rem; }
  .list__img {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 3.2px;
    margin-right: 1rem; }
  .list__paragraph {
    font-family: "Nunito", sans-serif;
    font-size: 1.8rem;
    line-height: 2.5rem; }

.list-wm {
  margin: .2rem 0; }

.list--blue {
  color: #2C3E50; }

.list--black {
  color: #2C3E50; }

.section-wrap {
  display: flex;
  flex: 1;
  flex-basis: 100%;
  align-items: stretch; }

@media only screen and (max-width: 1200px) {
  .section-education .section-wrap {
    flex-direction: column;
  } }

@media only screen and (max-width: 1000px) {
  .section-map .section-wrap {
    flex-direction: column; 
  }

  .section-map .contact__box {

  }
}

.section-container {
  padding: 7rem 0rem;
  flex: 1;
  background-color: #DD2515; }
  @media only screen and (max-width: 1500px) {
    .section-container {
      padding-bottom: 3rem 0rem; } }
  @media only screen and (max-width: 1200px) {
    .section-container {
      width: 100%; } }

.section-container--red {
  background-color: #DD2515; }

.blog-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: -15.25rem; }
  @media only screen and (max-width: 1500px) {
    .blog-container {
      flex-wrap: wrap;
      justify-content: space-around; } }
  @media only screen and (max-width: 1200px) {
    .blog-container {
      margin-left: 0rem; } }
  .blog-container__item {
    box-sizing: border-box;
    width: 30.5rem;
    margin-bottom: 4rem; }
  .blog-container__img {
    background-size: cover;
    width: 100%;
    height: 18rem; }
  .blog-container__box {
    box-sizing: border-box;
    padding: 2rem;
    background-color: white; }
  .blog-container__headline {
    font-family: neo-sans, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem; }
  .blog-container__paragraph {
    font-family: "Nunito", sans-serif;
    font-size: 1.4rem; }

.section-school {
  display: flex;
  background-color: white;
  padding-top: 10rem; }
  @media only screen and (max-width: 1300px) {
    .section-school {
      padding-top: 0rem;
      flex-wrap: wrap;
      justify-content: space-around; } }
  .section-school .box-video {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8A900;
    padding: 6rem 6rem 6rem 0rem; }
    @media only screen and (max-width: 1500px) {
      .section-school .box-video {
        padding: 0rem 0rem 0rem 0rem; } }
    @media only screen and (max-width: 1300px) {
      .section-school .box-video {
        order: 2; } }
    @media only screen and (max-width: 550px) {
      .section-school .box-video {
        padding: 4rem 4rem 4rem 4rem; } }
    @media only screen and (max-width: 500px) {
      .section-school .box-video {
        padding: 3rem 3rem 3rem 3rem; } }

.section-method {
  text-align: center;
  padding: 7rem 0; }

.slider {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  padding-top: 6rem; }

.carousel {
  width: 90%;
  margin: 0px auto; }

.slick-slide {
  margin: 10px; }

.slick-slide img {
  width: 100%;
  border: 2px solid #fff; }

.slider__item {
  border: 2px solid rgba(35, 31, 32, 0.1); }

/* Defines the width of the carousel and centers it on the page */
.slick-carousel {
  margin: 0 auto;
  width: 100%; }

/* The width of each slide */
.slick-slide {
  width: 350px; }

/* Color of the arrows */
.slick-next::before, .slick-prev::before {
  color: blue; }

.section-slider .slider {
  margin-bottom: 6.5rem; }
  .section-slider .slider .slider__container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid #231F20;
    box-sizing: border-box;
    padding: 3rem 3rem 2rem 3rem;
    min-height: 25.5rem; }
  .section-slider .slider .slider__photo {
    width: 6rem;
    height: 6rem;
    margin-right: 2rem; }
  .section-slider .slider .slider__box {
    text-align: left; }
  .section-slider .slider .slider__headline {
    margin-bottom: 1rem; }
  .section-slider .slider .slider__paragraph {
    text-align: left;
    font-size: 1.5rem;
    font-family: "Nunito", sans-serif; }

   

.slick-dots li {
  width: 15px;
  height: 15px; }

.slick-dots li button {
  width: 12px;
  height: 12px; }

.slick-dots li button:before {
  font-size: 14px !important; }

.slick-dots li button:before {
  opacity: 0.7 !important;
  color: #DD2515 !important; }

.slick-dots li.slick-active button:before {
  color: #F8A900 !important; }

.slick-next {
  display: none; }

.slick-prev, .slick-next {
  display: none !important; }

.section-tools__buttons {
  display: flex;
  justify-content: space-around;
  margin: 1rem auto;
  max-width: 115rem; }
  @media only screen and (max-width: 650px) {
    .section-tools__buttons {
      flex-direction: column;
      align-items: center; } }

.section-tools__photo {
  width: 20rem;
  height: auto;
  margin-bottom: 2rem; }

.section-tools__container {
  margin-top: 6rem;
  display: flex; }
  @media only screen and (max-width: 1000px) {
    .section-tools__container {
      flex-direction: column;
      align-items: center; } }

.section-tools__box {
  padding: 4rem 11rem 4rem 11rem;
  flex: 1;
  flex-basis: 50%;
  width: 50%;
  max-width: 55rem; }
  @media only screen and (max-width: 1410px) {
    .section-tools__box {
      padding-top: 0; } }
  @media only screen and (max-width: 1000px) {
    .section-tools__box {
      padding-top: 4rem;
      order: 2;
      justify-content: center;
      width: 100%;
      padding: 4rem 2rem; } }
  @media only screen and (max-width: 600px) {
    .section-tools__box {
      padding: 2rem 3rem 2rem 3rem; } }

  @media only screen and (min-width: 1800px) {
    .section-tools__img {
      display: flex;
      justify-content: center; } }
  .section-tools__img img {
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 80rem;
    height: auto;
   }
    @media only screen and (max-width: 1410px) {
      .section-tools__img img {
        position: static; } }
    @media only screen and (max-width: 1000px) {
      .section-tools__img img {
        width: 100%; } }
    @media only screen and (min-width: 1800px) {
      .section-tools__img img {
        width: 100%;
        position: static; } }

@media only screen and (max-width: 530px) {
  .section-map {
    margin-top: 0rem; } }

.section-map__container {
  display: flex; }

.section-map__map {
  min-width: 50%;
}

.section-map__map {
  flex: 1; }
  @media only screen and (max-width: 850px) {
    .section-map__map {
      width: 100%;
      height: 300px; } }
  .section-map__map iframe {
    width: 100%;
    height: 100%; }

@media only screen and (max-width: 1000px) {
  .home .section-map {
    margin-top: 3rem; } }

.page-template-sub-pages .section-wrap .section-box {
  width: 100%;
  }
  @media screen and (max-width: 1150px) {
    .page-template-sub-pages .section-box {
      width: 50%; } }
  @media screen and (max-width: 850px) {
    .page-template-sub-pages .section-box {
      flex-direction: column;
      width: 100%; } }

.page-template-sub-pages .section-map__map {
  width: 50%;
  min-width: 50%; }
  @media screen and (max-width: 850px) {
    .page-template-sub-pages .section-map__map {
      flex-direction: column;
      width: 100%;
      height: 45rem; } }

.page-template-sub-pages .section-wrap {
  flex-direction: row;
  align-items: stretch; }
  @media only screen and (max-width: 1200px) {
    .page-template-sub-pages .section-wrap {
      flex-direction: row; } }
  @media screen and (max-width: 850px) {
    .page-template-sub-pages .section-wrap {
      flex-direction: column;
      width: 100%; } }

.page-template-sub-pages .section-map__map iframe {
  width: 100%;
  height: 100%; }

.page-template-sub-pages .section-box {
  max-width: 100rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 3rem;
  padding-right: 3rem; }
  @media all and (max-width: 1800px) and (min-width: 1150px) {
    .page-template-sub-pages .section-box {
      max-width: 55rem !important; } }

@media only screen and (max-width: 1200px) {
  .section-map__map {
    width: 100%;
    overflow: hidden; } }

@media only screen and (max-width: 1200px) {
  .home .section-map__map iframe {
    flex-direction: row;
    width: 100%; } }

@media only screen and (max-width: 1200px) {
  .page-template-sub-pages .section-map .section-wrap {
    width: 100%;
    min-height: 45rem;
    height: none; } }

.contact {
  margin: 3rem 0; }
  .contact__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.5rem; }
  .contact__photo {
    width: 4.5rem;
    display: flex;
    justify-content: center; }
  .contact__img {
    height: 2.65rem;
    width: auto; }
  .contact__list {
    padding-left: 0;
    list-style-type: none;
    color: white;
    font-size: 1.5rem;
    line-height: 2.8rem;
    font-family: "Nunito", sans-serif; }
  .contact__list > li > a {
    color: white;
    text-decoration: none; }

.title-container {
  background-color: #F8A900;
  padding: 1.5rem 3rem;
  display: inline-block;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 1150px) {
    .title-container {
      width: 50%; } }
  @media screen and (max-width: 850px) {
    .title-container {
      width: 100%; } }

.container-subpages {
  width: 100%;
  display: flex;
  position: relative;
  height: 100%;
  min-height: 10rem; }
  @media screen and (min-width: 1800px) {
    .container-subpages {
      min-height: 0rem; } }
  @media screen and (max-width: 1150px) {
    .container-subpages {
      min-height: 0rem; } }
  @media screen and (max-width: 850px) {
    .container-subpages {
      display: flex;
      flex-direction: column; } }
  .container-subpages .container-subpages__box {
    flex: 1;
    width: 50%;
    flex-basis: 50%; }
    @media screen and (max-width: 850px) {
      .container-subpages .container-subpages__box {
        width: 100%;
      } }
  .container-subpages .container-subpages__box--text {
    padding: 4rem 3rem;
    box-sizing: border-box;
    padding-right: 0; }
  .container-subpages .container-subpages__box--photo {
    min-height: 45rem;
    background-size: cover;
    background-position: center;
  }
  .container-subpages .container-subpages__box--right {
    padding-left: 0px;
    padding-right: 3rem; }
    @media screen and (max-width: 1170px) {
      .container-subpages .container-subpages__box--right {
        padding-left: 3rem;
        padding-right: 3rem; } }

.container-subpages__box--white {
  background-color: white; }

.container-subpages--center {
  display: flex;
  justify-content: center;
  flex-direction: column; }

.container-background {
  background-color: white;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%; }

.container-subpages-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-color: red; }

/*
@import "components/buttons";
@import "components/breadcrumbs";
@import "components/nav-right-panel";
*/
.container-large,
.container-medium,
.container-small {
  margin: 0 auto;
  padding: 0 0rem;
  width: 100%;
  box-sizing: border-box; }

.container-large-left,
.container-medium-left,
.container-small-left {
  margin-right: auto;
  margin-left: 0;
  width: 100%;
  box-sizing: border-box; }

.container-large-right,
.container-medium-right,
.container-small-right {
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  box-sizing: border-box; }

.container-large {
  max-width: 166.4rem; }
  @media screen and (max-width: 1800px) {
    .container-large {
      max-width: 155rem; } }
  @media screen and (max-width: 1700px) {
    .container-large {
      max-width: 145rem; } }
  @media screen and (max-width: 1600px) {
    .container-large {
      max-width: 135rem; } }
  @media screen and (max-width: 1500px) {
    .container-large {
      max-width: 125rem; } }
  @media screen and (max-width: 1400px) {
    .container-large {
      max-width: 115rem; } }
  @media screen and (max-width: 1000px) {
    .container-large {
      max-width: 115rem;
      padding: 0 30px; } }
  @media screen and (max-width: 500px) {
    .container-large {
      max-width: 115rem;
      padding: 0 15px; } }
  @media screen and (max-width: 400px) {
    .container-large {
      max-width: 115rem;
      padding: 0 10px; } }




.container-large-left, .container-large-right {
  max-width: calc(166.4rem + (100% - 166.4rem)/2); }
  @media screen and (max-width: 1800px) {
    .container-large-left, .container-large-right {
      max-width: calc(155rem + (100% - 155rem)/2); } }
  @media screen and (max-width: 1700px) {
    .container-large-left, .container-large-right {
      max-width: calc(145rem + (100% - 145rem)/2); } }
  @media screen and (max-width: 1600px) {
    .container-large-left, .container-large-right {
      max-width: calc(135rem + (100% - 135rem)/2); } }
  @media screen and (max-width: 1500px) {
    .container-large-left, .container-large-right {
      max-width: calc(125rem + (100% - 125rem)/2); } }
  @media screen and (max-width: 1400px) {
    .container-large-left, .container-large-right {
      max-width: calc(115rem + (100% - 115rem)/2); } }

  @media screen and (min-width: 1800px) {
   
  }

.container-small {
  max-width: 115rem; }
  @media screen and (max-width: 1136px) {
    .container-small {
      max-width: 90rem; } }
  @media screen and (max-width: 900px) {
    .container-small {
      max-width: 600px; } }
  @media screen and (max-width: 600px) {
    .container-small {
      max-width: 44rem; } }

.main-header {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
  font-family: neo-sans, sans-serif;
  font-weight: 400;
  background-color: #fff;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  .main-header__link {
    display: flex;
    align-items: center;
    text-decoration: none; }
  .main-header__logo-wrapper {
    display: flex; }
    @media screen and (max-width: 500px) {
      .main-header__logo-wrapper img {
        width: 4.4rem; } }
  .main-header__text {
    font-size: 3.7rem;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    margin-left: 3.5rem;
    color: #231F20;
    line-height: 1; }
    @media screen and (max-width: 1500px) {
      .main-header__text {
        font-size: 3.2rem;
        margin-left: 2.5rem; } }
    @media screen and (max-width: 1400px) {
      .main-header__text {
        font-size: 2.6rem;
        margin-left: 2.5rem; } }
    @media screen and (max-width: 1100px) {
      .main-header__text .break {
        display: block; } }
    @media screen and (max-width: 1090px) {
      .main-header__text {
        margin-left: 2rem;
        padding-right: 1rem; } }
    @media screen and (max-width: 500px) {
      .main-header__text {
        font-size: 2.2rem;
        margin-left: 1.4rem; } }
    @media screen and (max-width: 370px) {
      .main-header__text {
        font-size: 1.8rem;
        margin-left: 1.4rem; } }
  .main-header__grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding: 0;
    align-items: center;
    height: 14.8rem; }
    @media screen and (max-width: 1600px) {
      .main-header__grid {
        height: 10rem; } }
    @media screen and (max-width: 990px) {
      .main-header__grid {
        height: 14.8rem; } }
    @media screen and (max-width: 720px) {
      .main-header__grid {
        height: 8.8rem;
        align-content: center; } }
    @media screen and (max-width: 500px) {
      .main-header__grid {
        height: 7rem; } }
  .main-header__col {
    display: flex;
    align-items: center; }
    .main-header__col:nth-child(2) {
      margin-left: auto; }
      @media screen and (max-width: 990px) {
        .main-header__col:nth-child(2) {
          flex: 0 0 100%; } }
      @media screen and (max-width: 720px) {
        .main-header__col:nth-child(2) {
          display: none; } }
    .main-header__col h1 {
      margin: 0; }
  .main-header__menu-trigger-wrapper {
    margin-left: auto; }
    @media screen and (min-width: 721px) {
      .main-header__menu-trigger-wrapper {
        display: none; } }

.container-header {
  background-color: white;
  position: relative; }

.menu__item__list {
  background: #fff;
  text-align: center;
  padding-left: 0;
  padding-top: 40px;
  position: absolute;
  width: 100%;
  left: 0; }
  @media only screen and (max-width: 1300px) {
    .menu__item__list {
      position: relative;
      padding-top: 15px; } }
  @media only screen and (max-width: 1025px) {
    .menu__item__list {
      padding-top: 0px; } }

.menu__item__list-item {
  background: #fff;
  /* width: 100%;
  width:130px; */
  width: 150px;
  margin-left: -10px;
  list-style-type: none;
  padding-top: 10px;
  color: black;
  padding-top: 25px;
  transition: 5s all;
  padding-bottom: 25px; }
  @media (max-width: 1300px) {
    .menu__item__list-item {
      width: 100%;
      margin-left: 0px;
      padding-top: 5px;
      padding-bottom: 5px; 
    } }

  @media only screen and (max-width: 1025px) {
    .menu__item__list-item {
      padding-top: 10px;
      padding-bottom: 10px; } }

.menu__item__list-item:hover {
  background-image: linear-gradient(90deg, #e74315 0%, #f7a900 100%);
  color: white;
  cursor: pointer; }

.menu__item__list-item > a {
  color: black;
  text-decoration: none; }

.menu__item .menu__item__list {
  opacity: 0;
  width: 0;
  height: 0;
  transition: 0 opacity ease-in-out; }
  @media only screen and (max-width: 1300px) {
    .menu__item .menu__item__list {
      width: 100%; } }
  @media only screen and (max-width: 1025px) {
    .menu__item .menu__item__list {
      opacity: 0;
      height: 0; } }

/*
  .menu__item .menu__item__list-item {
    display: none; }
  .menu__item:hover .menu__item__list-item {
   display: block; }
  */

.nav {
  padding: 1.2rem 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .nav .menu {
    display: flex;
    justify-content: space-around;
    height: 45px; }
    @media only screen and (max-width: 1025px) {
      .nav .menu {
        height: auto; } }
    .nav .menu__item {
      list-style-type: none;
      text-transform: uppercase;
      font-size: 1.4rem;
      margin: 1.5rem;
      font-family: neo-sans, sans-serif;
      font-weight: 700;
      text-decoration: none;
      text-align: center;
      z-index: 9;
      margin: 1.5rem 0;
      color: #231F20;
      padding: 0 20px;
      width: auto;
      position: relative; }
      @media only screen and (max-width: 1300px) {
        .nav .menu__item {
          width: 100%; } }
      .nav .menu__item a {
        text-decoration: none;
        color: #231F20;
        display: block;
      }
    .nav .menu__image {
      height: 2rem;
      width: auto;
      margin-right: 0.85rem; }
    .nav .menu__photo {
      display: flex;
      align-items: flex-start; }
      @media only screen and (max-width: 1300px) {
        .nav .menu__photo {
          justify-content: center; } }
  .nav__container {
    display: flex; }
  .nav__element {
    display: flex;
    margin-left: 2rem;
    align-items: center; }
    .nav__element > img {
      height: 2rem;
      width: auto;
      margin-right: 0.85rem; }
    .nav__element > p {
      text-transform: uppercase;
      font-size: 1.4rem;
      font-family: neo-sans, sans-serif;
      font-weight: 700; }

.logo {
  width: 18rem; }
  .logo__img {
    width: 100%;
    height: auto; }

.menu-container {
  display: flex; }

.menu-btn {
  display: none; }

.menu-icon {
  display: none; }

#toggle {
  display: none; }

.hamburger {
  position: absolute;
  top: 50%;
  right: 0%;
  width: 4rem;
  height: 45px;
  z-index: 5;
  display: none;
  transform: translateY(-50%); }

.hamburger div {
  position: relative;
  width: 4rem;
  height: 4px;
  border-radius: 3px;
  background-color: #231F20;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
  display: flex; }

@media only screen and (max-width: 1300px) {
  .menu-container {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background-color: white;
    transition: all 1s;
    overflow: hidden;
    height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    flex: 1; } }

@media only screen and (max-width: 1300px) and (max-width: 769px) {
  .menu-container {
    display: block; } }
    
@media only screen and (max-width: 1300px) {
  .menu-container .menu {
    display: flex;
    display: block;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 0rem;
    height: calc(100vh - 100px);
    }
    .menu-container .menu .menu__item {
      padding: 15px 0px;
      font-size: 1.6rem;
      margin: 1.3rem 0;
      flex: 1; }

  .menu-container .nav__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1; }
  .nav__element {
    margin: 1.5rem 0;
    flex: 1; }
  .hamburger {
    display: block;
    cursor: pointer; }
  #toggle:checked + .hamburger .top-bun {
    transform: rotate(-45deg);
    margin-top: 25px; }
  #toggle:checked + .hamburger .bottom-bun {
    opacity: 0;
    transform: rotate(45deg); }
  #toggle:checked + .hamburger .meat {
    transform: rotate(45deg);
    margin-top: -5px; }
  input[type="checkbox"]:checked ~ .menu-container {
    height: calc(100vh - 10rem);
    height: auto;
    padding: 3rem 0; } }

/*
.mobile-nav {
    position: relative;
    z-index: 99;
    transition: .5s;
    max-height: 0;
    overflow-y: scroll;

    &--open {
        padding-bottom: 1.5rem;
        
        @media screen and (max-width: 720px) {
            max-height: calc(100vh - 8.8rem);
        }

        @media screen and (max-width: 500px) {
            max-height: calc(100vh - 7rem);            
        }
    }

    @media screen and (min-width: 721px) {
        display: none;
    }

    .menu {
        padding-left: 0;
    }

    .menu-item {
        position: relative;
    }

    &__item {
        margin-top: 1rem;
        display: flex;
        justify-content: center;

        &--spacing-top {
            margin-top: 3rem;
        }
    }

    .menu {
        list-style-type: none;
        text-align: center;

        a {
            font-family: $font-primary;
            text-decoration: none;
            font-size: 2.2rem;
            font-weight: $fw-bold;
            color: $color-main-2;
            display: block;
            padding: 1.8rem 0;
            border-bottom: 1px solid #ececec;

            @media screen and (max-width: 500px) {
                font-size: 2rem;
                padding: 1.6rem 0;
            }

            @media screen and (max-width: 370px) {
                font-size: 1.8rem;
                padding: 1.4rem 0;
            }
        }
    }

    .sub-menu {
        height: 0;
        overflow: hidden;
        padding-left: 0;

        &--open {
            height: auto;
        }

        a {
            color: $text-color;
            font-size: 2rem;
            padding: 1.2rem 0;

            @media screen and (max-width: 500px) {
                font-size: 1.8rem;
            }

            @media screen and (max-width: 370px) {
                font-size: 1.6rem;
            }
        }
    }
}
*/
.footer {
  margin: 6rem 0 3rem 0; }
  @media only screen and (max-width: 630px) {
    .footer {
      margin: 3rem 0 3rem 0; } }
  .footer .logo {
    margin-bottom: 1.6rem; }
  .footer .headline-quaternary {
    margin-top: 1.6rem; }
  .footer-container {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1500px) {
      .footer-container {
        justify-content: center; } }
    @media only screen and (max-width: 630px) {
      .footer-container__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
  .footer-container__box {
    flex-basis: 25%; }
    @media only screen and (max-width: 1200px) {
      .footer-container__box {
        display: flex;
        flex-direction: column;
        flex-basis: 40%;
        align-items: stretch;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 630px) {
      .footer-container__box {
        display: flex;
        flex-direction: column;
        flex-basis: 80%;
        align-items: stretch;
        margin-bottom: 2rem;
        align-items: center; } }
  .footer-container__list {
    font-family: "Nunito", sans-serif;
    font-size: 1.6rem;
    list-style-type: none;
    padding-left: 0;
    font-weight: 300;
    line-height: 2.4rem;
    color: #231F20; }
    @media only screen and (max-width: 630px) {
      .footer-container__list {
        text-align: center; } }
  .footer-container__list li a {
    color: #231F20;
    text-decoration: none; }
  @media only screen and (max-width: 1200px) {
    .footer .footer-container__box-education {
      order: 1; }
    .footer .footer-container__box-school {
      order: 2; }
    .footer .footer-container__box-logo {
      order: 3; }
    .footer .footer-container__box-icons {
      order: 4; } }

.footer-container__icons {
  display: flex; }
  @media only screen and (max-width: 1000px) {
    .footer-container__icons {
      margin-top: 3rem; } }
  @media only screen and (max-width: 630px) {
    .footer-container__icons {
      margin-top: 1rem; } }
  .footer-container__icons .footer-container__link {
    text-decoration: none; }
  .footer-container__icons .footer-container__icon {
    width: 3.8rem;
    height: 3.8rem;
    background-color: #231F20;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2.5rem;
    font-size: 2.541rem;
    cursor: pointer;
    transition: all 0.3s; }
    @media only screen and (max-width: 630px) {
      .footer-container__icons .footer-container__icon {
        margin-left: 1rem;
        margin-right: 1rem; } }
  .footer-container__icons .footer-container__icon:hover {
    background-color: white;
    color: #231F20; }

/*
.subpages-header {

    &--secondary {
        .subpages-header__headline {
            background-color: $secondary;
        }
    }

    &__headline {
        background-color: $color-main-1;
        font-size: 4.1rem;
        text-align: center;
        padding: 1.5rem;
        color: #fff;

        @media screen and (max-width: 1400px) {
            font-size: 3.6rem;
        }
    }

    &__background {
        height: 24rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

body .userway .userway_accessibility_icon{
    visibility: hidden;
  }
  
  
  #accessMenu:hover{
    cursor: pointer;
  }
  */
.history {
  background: linear-gradient(to right, #231F20, #231F20 50%, #dd2515 75%, #dd2515 75%);
  position: relative; }
  .history .hidden-square {
    position: absolute;
    right: 0;
    width: 200px;
    background: white;
    height: 200px; }
  .history .hidden-square-bottom {
    bottom: 0;
    position: absolute;
    left: 0;
    height: 200px;
    width: 200px;
    background: #fff; }
  .history .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 110px;
    padding-bottom: 110px;
    background: white; }
    .history .wrapper::after {
      content: '';
      position: absolute;
      right: calc(50% - 2.5px);
      width: 5px;
      height: 2545px;
      display: block;
      z-index: 0;
      background: linear-gradient(#E74316, #F8A900); }
      @media (max-width: 1200px) {
        .history .wrapper::after {
          /* right: calc(50% - 302.5px); */
          /* height: 5450px;  */
        } }
          @media (max-width: 999px) {
            .history .wrapper::after {
              right: calc(50% - 302.5px);
              height: 5450px;
             } }
      @media (max-width: 750px) {
        .history .wrapper::after {
          right: calc(50% - 272.5px);
          height: 5450px; } }
      @media (max-width: 590px) {
        .history .wrapper::after {
          right: calc(50% - 222.5px);
          height: 5450px; } }
      @media (max-width: 545px) {
        .history .wrapper::after {
          height: 5545px;
          left: 345px; } }
      @media (max-width: 365px) {
        .history .wrapper::after {
          left: 315px; } }
      @media (max-width: 324px) {
        .history .wrapper::after {
          left: 265px; } }
      @media (max-width: 286px) {
        .history .wrapper::after {
          left: 215px; } }
    .history .wrapper .year {
      flex-basis: 50%;
      display: flex;
      justify-content: center;
      height: 250px;
      align-items: center;
      position: relative;
      color: #dd2515;
      font-size: 100px;
      letter-spacing: 2px;
      z-index: 1; }
      @media (max-width: 545px) {
        .history .wrapper .year {
          flex-basis: 330px; } }
      @media (max-width: 365px) {
        .history .wrapper .year {
          flex-basis: 300px; } }
      @media (max-width: 324px) {
        .history .wrapper .year {
          flex-basis: 250px;
          font-size: 80px; } }
      @media (max-width: 286px) {
        .history .wrapper .year {
          flex-basis: 200px;
          font-size: 70px; } }
      .history .wrapper .year::before {
        content: '';
        position: absolute;
        right: calc(0px + -10px);
        top: calc(50% - 20px);
        height: 20px;
        width: 20px;
        background: #F8A900;
        z-index: 1;
        border-radius: 50%; }
        @media (max-width: 999px) {
          .history .wrapper .year::before {
            right: calc(0px + -310px); } }
        @media (max-width: 750px) {
          .history .wrapper .year::before {
            right: calc(0px + -280px); } }
        @media (max-width: 590px) {
          .history .wrapper .year::before {
            right: calc(0px + -230px); } }
        @media (max-width: 545px) {
          .history .wrapper .year::before {
            right: 2.5px; } }
        @media (max-width: 500px) {
          .history .wrapper .year::before {
            right: -12.5px; } }
        @media (max-width: 400px) {
          .history .wrapper .year::before {
            right: -17.5px; } }
    .history .wrapper .inner:nth-child(4n + 3)::after {
      content: '';
      position: absolute;
      width: 50vw;
      height: 300px;
      right: 2.5px;
      background-color: #fff;
      z-index: -1; }
      @media (max-width: 869px) {
        .history .wrapper .inner:nth-child(4n + 3)::after {
          width: 0; } }
    .history .wrapper .inner:nth-child(4n + 2)::before {
      content: '';
      position: absolute;
      width: 45vw;
      height: 300px;
      right: 0;
      background-color: #fff;
      z-index: -1; }
      @media (max-width: 1545px) {
        .history .wrapper .inner:nth-child(4n + 2)::before {
          width: 15vw; } }
      @media (max-width: 1119px) {
        .history .wrapper .inner:nth-child(4n + 2)::before {
          width: 0; } }
    .history .wrapper .year-desc {
      flex-basis: 50%;
      align-items: end;
      display: flex;
      padding-left: 150px;
      padding-left: 125px;
      justify-content: center;
      height: 250px;
      flex-direction: column;
      z-index: 2;
      font-family: neo-sans, sans-serif;
      font-weight: 700; }
      @media (max-width: 1564px) {
        .history .wrapper .year-desc {
          padding-left: 115px; } }
      @media (max-width: 1500px) {
       .history .wrapper .year-desc {
          padding-left: 90px; } }

    @media (max-width: 1300px) {
            .history .wrapper .year-desc {
               padding-left: 75px; } }
      @media (max-width: 1200px) {
          .history .wrapper .year-desc {
                   padding-left: 65px; } }
      @media (max-width: 999px) {
            .history .wrapper .year-desc {
            padding-left: 115px;
           } }
      @media (max-width: 869px) {
        .history .wrapper .year-desc {
          padding-left: 100px; } }
      @media (max-width: 750px) {
        .history .wrapper .year-desc {
          padding-left: 75px; } }
      @media (max-width: 590px) {
        .history .wrapper .year-desc {
          padding-left: 50px;
          padding-right: 50px;
          background: #fff;
          z-index: 99;
          height: 300px;
          width: 375px; } }
      @media (max-width: 545px) {
        .history .wrapper .year-desc {
          padding-bottom: 30px; } }
      @media (max-width: 400px) {
        .history .wrapper .year-desc {
          width: 350px;
          padding-right: 0px;
          padding-left: 40px; } }
      @media (max-width: 324px) {
        .history .wrapper .year-desc {
          width: 275px;
          font-size: 1.5rem; } }
      @media (max-width: 270px) {
        .history .wrapper .year-desc {
          padding-bottom: 120px;
          font-size: 1.3rem; } }
      .history .wrapper .year-desc .image-contact {
        position: absolute; }
      .history .wrapper .year-desc p {
        font-family: "Nunito", sans-serif;
        padding-top: 25px;
        position: relative;
        height: 100px;
        width: 80%;
        padding-left: 30px; }
        @media (max-width: 1700px) {
          .history .wrapper .year-desc p {
            width: 520px; } }
        @media (max-width: 1564px) {
          .history .wrapper .year-desc p {
            width: 515px; } }
        @media (max-width: 1300px) {
          .history .wrapper .year-desc p {
            width: 475px; } }
      @media (max-width: 1200px) {
        .history .wrapper .year-desc p {
          width: 465px; } }
      @media (max-width: 1119px) {
        .history .wrapper .year-desc p {
          width: 405px; 
          font-size: 1.7rem;
        } }
        @media (max-width: 750px) {
          .history .wrapper .year-desc p {
            width: 510px; } }
        @media (max-width: 710px) {
          .history .wrapper .year-desc p {
            width: 435px; } }
        @media (max-width: 590px) {
          .history .wrapper .year-desc p {
            width: 360px; } }
        @media (max-width: 545px) {
          .history .wrapper .year-desc p {
            width: 320px; } }
        @media (max-width: 400px) {
          .history .wrapper .year-desc p {
            width: 305px; } }
        @media (max-width: 365px) {
          .history .wrapper .year-desc p {
            width: 290px; } }
        @media (max-width: 340px) {
          .history .wrapper .year-desc p {
            width: 275px;
            font-size: 1.6rem; } }
        @media (max-width: 324px) {
          .history .wrapper .year-desc p {
            width: 250px; } }
        @media (max-width: 300px) {
          .history .wrapper .year-desc p {
            width: 235px;
            padding-top: 15px; } }
        @media (max-width: 270px) {
          .history .wrapper .year-desc p {
            width: 200px;
            font-size: 1.4rem; } }
        @media (max-width: 250px) {
          .history .wrapper .year-desc p {
            width: 175px; } }
        .history .wrapper .year-desc p::before {
          content: '';
          background: url("http://127.0.0.1:3000/nemesis/build/wordpress/wp-content/themes/wordpressify/img/check-img.png"); }
        .history .wrapper .year-desc p::after {
          content: '';
          position: absolute;
          height: 175px;
          border: 1px solid #231F20;
          width: 600px;
          top: -50px;
          opacity: .2;
          left: -50px; }
          @media (max-width: 1600px) {
            .history .wrapper .year-desc p::after {
              width: 575px; } }
          @media (max-width: 1564px) {
            .history .wrapper .year-desc p::after {
              width: 580px;
              height: 180px;
              top: -50px; } }
          @media (max-width:1300px) {
            .history .wrapper .year-desc p::after {
                width: 540px; } }
        @media (max-width:1300px) {
            .history .wrapper .year-desc p::after {
              width: 525px; } }

        @media (max-width:1200px) {
            .history .wrapper .year-desc p::after {
            height: 187px; 
            top: -55px;
          } }
        @media (max-width:1119px) {
            .history .wrapper .year-desc p::after {
            height: 210px; 
            width: 475px;
            top: -60px;
          } }
          @media (max-width: 999px) {
            .history .wrapper .year-desc p::after {
              width: 580px;
              /* height: 220px; */
             } }
    

          @media (max-width: 750px) {
            .history .wrapper .year-desc p::after {
              width: 560px;
              height: 225px; } }
          @media (max-width: 710px) {
            .history .wrapper .year-desc p::after {
              width: 495px;
              height: 260px;
              margin-top: -30px; 
              margin-top: -15px;
            } }

          @media (max-width: 590px) {
            .history .wrapper .year-desc p::after {
              width: 435px;
              height: 290px;
              margin-top: -50px; } }

              
          @media (max-width: 545px) {
            .history .wrapper .year-desc p::after {
              width: 92vw;
              height: 300px;
              margin-top: -62px;
              top: -50px;}}
          @media (max-width: 500px) {
            .history .wrapper .year-desc p::after {
              margin-top: -37px; } }
          @media (max-width: 400px) {
            .history .wrapper .year-desc p::after {
              width: 100vw;
              border-right: 0;
              border-left: 0; } }
          @media (max-width: 300px) {
            .history .wrapper .year-desc p::after {
              margin-top: -35px; } }
          @media (max-width: 270px) {
            .history .wrapper .year-desc p::after {
              margin-top: 0px; } }


.flexie {
  justify-content: center; }

.tuition-table {
  display: flex;
  justify-content: center;
  flex-basis: 100%;
  flex-wrap: wrap;
  margin: 50px; }
  @media (max-width: 724px) {
    .tuition-table {
      margin: 40px 0px; } }
  .tuition-table .tuition-table-nav {
    display: flex;
    flex-basis: 100%;
    background-image: linear-gradient(to right, #e94f13, #f69d03);
    height: 80px;
    align-items: center; }
    @media (max-width: 724px) {
      .tuition-table .tuition-table-nav {
        height: auto; } }
    .tuition-table .tuition-table-nav .nav-item {
      display: flex;
      color: white;
      flex-basis: 33.3%;
      padding-left: 0px;
      font-family: neo-sans, sans-serif;
      font-weight: 700;
      justify-content: center;
    }
      @media (max-width: 724px) {
        .tuition-table .tuition-table-nav .nav-item {
          padding-left: 10px;
          font-size: 1em; } }
  .tuition-table .tuition-table-item {
    display: flex;
    flex-basis: 33.3%;
    padding-left: 20px;
    border: 1px solid #E9E8E8;
    font-family: "Nunito", sans-serif;
    align-items: center;
    height: 75px;
    font-size: 15px; }
    @media (max-width: 1025px) {
      .tuition-table .tuition-table-item {
        height: 110px; } }
    @media (max-width: 724px) {
      .tuition-table .tuition-table-item {
        height: auto;
        font-size: 1.25rem;
        padding-left: 5px; } }
    @media (max-width: 424px) {
      .tuition-table .tuition-table-item {
        font-size: 0.8rem;
        padding: 12px 5px; } }

body > main > section.section.section-red.section-white.section-after.section-after--red > div > div > div > div:nth-child(11),
body > main > section.section.section-red.section-white.section-after.section-after--red > div > div > div > div:nth-child(12),
body > main > section.section.section-red.section-white.section-after.section-after--red > div > div > div > div:nth-child(13),
body > main > section.section.section-red.section-white.section-after.section-after--red > div > div > div > div:nth-child(17),
body > main > section.section.section-red.section-white.section-after.section-after--red > div > div > div > div:nth-child(18),
body > main > section.section.section-red.section-white.section-after.section-after--red > div > div > div > div:nth-child(19) {
  border-top: 1px solid #f8a900; }

.section-contact {
  height: auto;
  margin-bottom: 125px;
  background: linear-gradient(to right, #231F20, #231F20 50%, #F8A900 75%, #F8A900 75%); }
  .section-contact .container-large {
    background: white;
    position: relative; }
    .section-contact .container-large .header-smaller {
      text-align: center;
      padding-top: 90px;
      font-size: 18px;
      font-weight: lighter;
      font-family: "Nunito", sans-serif; }
    .section-contact .container-large .header-bigger {
      text-align: center;
      padding-top: 10px;
      font-size: 36px;
      font-family: neo-sans, sans-serif;
      font-weight: 700; }
    .section-contact .container-large p span .wpcf7-submit {
      background: white;
      border: none;
      width: 215px;
      height: 50px;
      text-align: left;
      padding-left: 30px;
      position: absolute;
      bottom: 0;
      left: calc(50% - 107.5px);
      line-height: 50px;
      border: 2px solid;
      border-image-slice: 1;
      border-image-source: linear-gradient(90deg, #e74315 0%, #f7a900 100%); }
      @media (max-width: 524px) {
        .section-contact .container-large p span .wpcf7-submit {
          bottom: -54px; } }
    .section-contact .container-large p span .btn__contact {
      position: absolute;
      height: 20px;
      z-index: 1;
      left: calc(50% + 54px);
      bottom: 15px; }
      @media (max-width: 524px) {
        .section-contact .container-large p span .btn__contact {
          bottom: -39px; } }

#wpcf7-f142-o1,
#wpcf7-f1191-o1 {
  height: 326px;
  margin-top: 50px; }
  @media (max-width: 524px) {
    #wpcf7-f142-o1,
    #wpcf7-f1191-o1 {
      height: auto; } }
  #wpcf7-f142-o1 .wpcf7-form,
  #wpcf7-f1191-o1 .wpcf7-form {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #wpcf7-f142-o1 .wpcf7-form p,
    #wpcf7-f1191-o1 .wpcf7-form p {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
    #wpcf7-f142-o1 .wpcf7-form .form-container-item span input,
    #wpcf7-f1191-o1 .wpcf7-form .form-container-item span input {
      padding-left: 25px;
      height: 50px;
      width: 300px;
      border: 1px solid #E9E8E8;
      font-family: "Nunito", sans-serif; }
      @media (max-width: 949px) {
        #wpcf7-f142-o1 .wpcf7-form .form-container-item span input,
        #wpcf7-f1191-o1 .wpcf7-form .form-container-item span input {
          width: 237px; } }
      @media (max-width: 769px) {
        #wpcf7-f142-o1 .wpcf7-form .form-container-item span input,
        #wpcf7-f1191-o1 .wpcf7-form .form-container-item span input {
          width: 165px; } }
      @media (max-width: 549px) {
        #wpcf7-f142-o1 .wpcf7-form .form-container-item span input,
        #wpcf7-f1191-o1 .wpcf7-form .form-container-item span input {
          width: 154px; } }
      @media (max-width: 524px) {
        #wpcf7-f142-o1 .wpcf7-form .form-container-item span input,
        #wpcf7-f1191-o1 .wpcf7-form .form-container-item span input {
          width: 300px; } }
      @media (max-width: 324px) {
        #wpcf7-f142-o1 .wpcf7-form .form-container-item span input,
        #wpcf7-f1191-o1 .wpcf7-form .form-container-item span input {
          width: 270px; } }
      @media (max-width: 260px) {
        #wpcf7-f142-o1 .wpcf7-form .form-container-item span input,
        #wpcf7-f1191-o1 .wpcf7-form .form-container-item span input {
          width: 220px; } }
        #wpcf7-f142-o1 .wpcf7-form .form-container-item:nth-of-type(2) span input,
        #wpcf7-f1191-o1 .wpcf7-form .form-container-item:nth-of-type(2) span input {
           margin: 0px 19.5px; }
      @media (max-width: 524px) {
        #wpcf7-f142-o1 .wpcf7-form .form-container-item:nth-of-type(2) span input,
        #wpcf7-f1191-o1 .wpcf7-form .form-container-item:nth-of-type(2) span input {
          margin: 0px; } }
    #wpcf7-f142-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea,
    #wpcf7-f1191-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea {
      width: 939px;
      max-width: 939px;
      max-height: 150px;
      min-width: 939px;
      min-height: 150px;
      padding-left: 25px;
      padding-top: 25px;
      border: 1px solid #E9E8E8;
      resize: none;
      font-family: "Nunito", sans-serif; }
      @media (max-width: 949px) {
        #wpcf7-f142-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea,
        #wpcf7-f1191-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea {
          width: 750px;
          max-width: 750px;
          min-width: 750px; } }
      @media (max-width: 769px) {
        #wpcf7-f142-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea,
        #wpcf7-f1191-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea {
          width: 534px;
          max-width: 534px;
          min-width: 534px; } }
      @media (max-width: 549px) {
        #wpcf7-f142-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea,
        #wpcf7-f1191-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea {
          width: 501px;
          max-width: 501px;
          min-width: 501px; } }
      @media (max-width: 524px) {
        #wpcf7-f142-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea,
        #wpcf7-f1191-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea {
          max-width: 300px;
          min-width: 300px; } }
      @media (max-width: 324px) {
        #wpcf7-f142-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea,
        #wpcf7-f1191-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea {
          max-width: 270px;
          min-width: 270px; } }
      @media (max-width: 260px) {
        #wpcf7-f142-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea,
        #wpcf7-f1191-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea {
          max-width: 220px;
          min-width: 220px; } }




/* FIXES */

.section-tools__box {
  max-width: 50%;
}

.home .section-map__map {
  height: auto;
}


@media screen and (min-width: 1700px) {
  .section-box {
    max-width: 60rem !important;
    padding: 7rem 20rem 7rem 0em !important;
  }

  .section-box-white {
    padding: 0rem 6rem 10rem 6rem !important;
  }

  .section-info {
    max-width: 60rem !important;
    padding: 8rem 5.2rem 8rem 5.2rem !important;
  }

  .blog-container__item {
    width: 36rem !important;
  }

  .section-school .section-box {
    max-width: 80rem !important;
  }

  .blog-container__img {
    height: 22rem;
  }

  .blog-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-left: -18rem;
  }

  .blog-container__paragraph {
    font-size: 1.41rem;
  }
}

body {
  max-width: 2000px;
  margin: auto;
}

.section-header {
  background-size: cover;
}

.section-slider .slider .slider__photo {
  width: 7rem;
  height: 7rem;
}

.menu li a {
  transition: all 0.3s; 
}

.menu li a:hover {
  color: #dd2515;
}

.blog-container__box {
  padding: 1.94rem;
}

.menu__item__list-item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.box-video {
  width: 100%;
}

.box-video iframe
{
  width: 100%;
  height: 100%;
}

.section-slider .slider .slider__container {
  border: 1px solid #d8d7d7;
}

.blog-container__box {
  min-height: 170px;
}

.tuition-table-item {
  flex-direction: column;
  justify-content: center;
}

.section-tools__container {
  display: none;
  min-height: 550px;
}

.section-tools__container--show {
  display: flex;
}

.btn-active--gradient {
    background-image: linear-gradient(90deg, #e74315 0%, #f7a900 100%);
    cursor: pointer;
    color: white;
}

.container-subpages .container-subpages__box--text {
  padding-right: 3rem;
}

button:focus {
  outline: 0;
} 

* {
  outline: 0;
} 

.section-contact {
  position: relative;
}

.section-contact .container-large .header-smaller {
  font-weight: 400;
  color: #2c3e50;
}

.section-contact .container-large p span .wpcf7-submit {
  cursor: pointer;
}

#wpcf7-f142-o1 .wpcf7-form .form-container-item span input::placeholder {
  color: #2f353a;
}

#wpcf7-f142-o1 .wpcf7-form .form-container-textarea span .wpcf7-textarea::placeholder {
  color: #2c3e50;
}

.section-contact .btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
}

.section-contact .container-large p span .wpcf7-submit {
  transform: translate(-50%);
  left: 50%;
}

.section-contact .container-large p span .wpcf7-submit {
  width: 192px;
}

.title-container {
  min-width: 400px;
}

.contact__photo {
  justify-content: flex-start;
}

.contact__img {
  width: 3rem;
  height: auto;
}

.contact__img--location {
  width: 2.4rem;
  height: auto;
}

.contact__img--photo {
  width: 2rem;
  height: auto;
}

.box-video iframe {
  min-height: 450px;
}

.menu__item {
  cursor: pointer;
  position: relative;
}

.menu__item__list {
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu__item__list-item {
  background: #fff;
  width: 150px;
  margin-left: 0px;
  list-style-type: none;
  padding-top: 10px;
  color: black;
  padding-top: 25px;
  transition: 5s all;
  padding-bottom: 25px;
  position: static;
  left: 0;
  transform: 0;
}

.menu__item__list-item span {
  display: inline-block;
  min-width: 30px;
  text-align: left;
}

.menu__item:hover .menu__item__list-item {
  display: block;
  justify-content: center;
}

.menu__item > a > span {
  min-width: 30px;
  text-align: left;
  display: inline-block;
}

.menu__item i {
  position: absolute;
  top: 25px;
  right: 0;
}

.tuition-table .tuition-table-item {
  padding: 10px;
}

.menu__item__list-item {
  padding: 0;
}

.menu__item__list-item a {
  padding: 25px 10px;
  width: 100%;
}

.section-index {
 background-color: white;
}

.footer {
  background-color: white;
  margin: 0;
  padding:  6rem 0 3rem 0;
}

.page-template-contact .subpages {
  padding-bottom: 125px;
  background-color: white;
}

.section-contact {
  margin-bottom: 0px;
}

.section-background {
  background-color: white;
}

body {
  max-width: 2000px;
  margin: auto;
}

.section-header {
  background-size: cover;
}

.blog-page .blog-container {
  margin-left: 0rem;
  justify-content: space-around;
  flex-wrap: wrap;
}

#comments {
  margin-top: 50px;
}

.post-container .container-subpages__box--photo {
  width: 100%;
  height: 450px;
  background-size: cover;
}

.post-container .container-subpages__box {
  background-color: white;
}

.post-container .container-subpages__box--text {
  padding: 30px;
}

.post-container .section p {
  font-size: 16px;
  line-height: 25px;
}

.container-large .container-subpages__box--photo {
  margin-top: 0;
}

@media only screen and (max-width: 500px) {
  .post-container .container-subpages__box--text {
    padding: 15px;
  }

  .post-container .title-container {
    min-width: auto;
    padding: 1.5rem 1.5rem;
  }
}

@media only screen and (max-width: 524px) {
  .section-contact .btn {
    bottom: -54px;
  }
}

@media only screen and (max-width: 360px) {
  .contact__list {
    font-size: 1.3rem;
  }

  .headline-primary {
    font-size: 2.2rem;
  }

  .tuition-table .tuition-table-item {
    padding: 12px 2px;
  }

  .section-tools__img img {
    max-height: 200px;
  }
}

@media only screen and (max-width: 500px) {
  .section-tools__img img {
    max-height: 300px;
  }

  .section-tools__img {
    max-height: 300px;
  }
}

@media only screen and (max-width: 450px) {
  .section-tools__img img {
    max-height: 240px;
  }

  .section-tools__img {
    max-height: 240px;
  }
}

@media only screen and (max-width: 550px) {
  .section-school .box-video {
    padding: 0;
  }

  .box-video iframe {
    min-height: 300px;
    height: 340px;
  }

  .container-subpages .container-subpages__box--photo {
    min-height: 30rem;
  }

  .tuition-table .tuition-table-nav .nav-item {
    padding-left: 10px;
    font-size: 1.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-header {
    background-position: center;
  }
}

@media only screen and (max-width: 424px) {
  .tuition-table .tuition-table-nav .nav-item {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 1300px) {
  .section-header {
    background-position: center;
  }
}



@media only screen and (max-width: 850px) {
  .container-subpages__box--photo {
    order: -1;
  }

  .container-subpages__box--photo {
    margin-top: 3rem;
  }

  .section-background {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .section-school .box-video {
    padding: 0rem 0rem 0rem 0rem;
  }
}

@media only screen and (max-width: 1300px) {
  .menu__item__list {
    padding-top: 0px; 
  } 
}

@media only screen and (max-width: 1200px) {
  .container-subpages__box {
    border-width: 0px 0rem 0px 0px !important;
  }
}

@media only screen and (max-width: 1300px) {
  input[type="checkbox"]:checked ~ .menu-container {
    height: calc(100vh - 10rem);
    height: auto;
    padding: 0rem 0;
  }

  .menu-container .menu {
    min-height: calc(100vh - 100px);
    height: unset;
  }
}

@media only screen and (max-width: 1300px) {
  .menu-container .menu {
    display: block;
    align-items: center;
  }

  .menu-container .menu .menu__item {
    margin: auto;
  }

  .nav .menu__image {
    position: absolute;
    left: 0;
  }

}

@media only screen and (max-width: 1300px) {
  .menu-container .menu .menu__item {
      padding: 20px 0;
  }

  .nav .menu__item {
    width: 150px;
  }
}

@media only screen and (max-width: 1400px) {
  .main .section-header .section-info {
    background-color: rgba(248, 169, 0, 0.6);
  }
}

@media screen and (max-width: 1700px) {
  .headline-secondary {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1600px) {
  .section-slider .slider .slider__container {
    padding: 3rem 2.3rem 2rem 2.3rem;
  }
}

@media screen and (max-width: 1200px) {
  .container-large {
    max-width: 115rem;
    padding: 0 30px;
  }
}

@media screen and (max-width: 1000px) {
  .section-tools__box {
    max-width: 100%;
  }
}

@media only screen and (max-width: 400px) {
  .section-slider .slider .slider__container {
    flex-direction: column;
  }

  :lang(fr) .section-slider .slider .slider__container {
    min-height: 40rem;
  }
}

@media only screen and (max-width: 360px) {
  .logo {
    width: 14rem;
  }

  .container-subpages .container-subpages__box--photo {
    min-height: 20rem;
  }
}


@media only screen and (max-width: 360px) {
  .container-large {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 2200px) {
  .history .wrapper .inner:nth-child(4n + 2)::before {
    width: 38vw;
    max-width: 988px;
  }
}

@media screen and (min-width: 1800px) {
  .container-subpages {
    min-height: 10rem;
  }
}

@media screen and (min-width: 2000px) {
  body {
    background-color: #2C3E50;
  }
}

.menu__item .menu__item__list--show {
  width: 100%;
  opacity: 1;
  height: 100%;
  overflow: initial;
}

.icon-menu-arrow {
  display: none;
}

.menu__item-submenu .icon-menu-arrow {
  display: block;
}

.icon-menu-arrow-rotate {
  transform: rotate(180deg);
}

.section-slider .slider .slider__photo {
  min-width: 7rem;
}

@media screen and (min-width: 1300px) {
  .menu__item:hover .menu__item__list {
    width: 100%;
    opacity: 1;
    height: 100%; 
  }

  .menu__item-submenu:last-child .icon-menu-arrow {
    display: block;
  }

  .menu__item i {
    position: absolute;
    top: 5px;
    right: 6px;
  }

  .menu__item .icon-menu-arrow {
    display: none;
  }
}

.nav .menu__item {
  overflow: hidden;
}

.nav .menu__item:hover {
  overflow: initial;
  overflow: visible;
}

:lang(fr) .blog-container__box {
  min-height: 187px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

:lang(fr) .section-slider .slider .slider__container {
  min-height: 37rem;
}

.history .wrapper .year-desc p {
  padding-top: 0;
}

.history .wrapper .year-desc .image-contact {
  padding-top: 22.5px;
}

.history .wrapper .year-desc p {
  padding-top: 20px;
}

.section-tools__container .list {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1200px) {
  .home .section-box {
      max-width: 120rem;
      padding-left: 3rem;
      padding-right: 3rem;
  }
}

@media screen and (max-width: 1400px) {
  .section-tools__box {
    padding: 0rem 3rem 4rem 3rem;
  }
}

@media screen and (max-width: 1000px) {
  .section-tools__box {
    padding: 3rem 3rem 4rem 3rem;
  }
}

@media screen and (max-width: 500px) {
  .section-header {
    max-height: 450px;
  }

  .slick-dots {
    bottom: -25px;
  }  
}

@media screen and (max-width: 500px) {
  .btn-container {
    justify-content: center;
  }
}

/* @media (max-width: 400px) {
  .history .wrapper .year::before {
    display: none;
  }
} */

@media only screen and (max-width: 1200px) {
  .section-map .section-box {
    max-width: 50%;
    height: 100%;
    flex: 1;
  }
}

@media only screen and (max-width: 1000px) {
  .section-map .section-box {
    max-width: 100%;
  }

  .home .section-map__map {
    height: 45rem;
  }
}

@media only screen and (max-width: 400px) {
  .blog-container__item {
    width: 100%;
  }

  :lang(en) .section-slider .slider .slider__container {
    min-height: 43rem;
  }

  :lang(fr) .section-slider .slider .slider__container {
    min-height: 50rem;
  }
}

@media only screen and (max-width: 350px) {
  :lang(fr) .section-slider .slider .slider__container {
    min-height: 58rem;
  }
}

@media only screen and (max-width: 1600px) {
  .section-box-white {
    max-width: 60rem;
  }
}

@media only screen and (min-width: 1300px) {
  .container-subpages .container-subpages__box {
    max-width: 50%;
  }
}

@media only screen and (max-width: 1300px) {
  .menu__item__list  {
    display: none;
    padding-top: 20px;
  }

  .menu__item__list--show {
    display: flex;
  }
}





.tuition-table .tuition-table-item {
  text-align: center;
}

.tuition-table .tuition-table-nav .nav-item {
  text-align: center;
  padding-left: 0px;
}

.home .section-map .section-box {
  width: 100%;
}

.box-video {
 max-width: 105rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tuition-table .tuition-table-item {
    flex-basis: 31%;
}
@media (min-width: 1200px) {
  .tuition-table .tuition-table-item {
    flex-basis: 28%;
    font-size: 13px;
  }
}

#wpcf7-f142-o1 .wpcf7-form, #wpcf7-f1191-o1 .wpcf7-form{
  display:block;

}
.history .wrapper::after {
  content: '';
top: 0;
}
.history .wrapper .year-desc{
  flex-basis: 40%;
}
#wpcf7-f142-o1, #wpcf7-f1191-o1{
  margin-bottom: 100px;
}
}

.description-price {
  font-size: 1.8rem;
  color: white;
}

.description-price--gold {
  color: #f8a900;
  text-transform: uppercase;
}

.school-education .section-education-box {
  display: flex; 
  justify-content: space-between;
  margin-top: 7rem;
  flex-wrap: wrap;
}

.school-education .slider__container {
  width: 32%;
  border: 1px solid #d8d7d7;
  padding: 6rem 5rem;
}

.school-education .slider__photo {
  margin-bottom: 2rem;
}

.school-education .slider__headline {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.5rem;
  margin-bottom: 1.8rem;
  color: #2c3e50;
}

.school-education .slider__paragraph {
  font-size: 1.6rem;
  font-weight: 300;
  color: #2c3e50;
}

.school-education .slider__photo {
  height: 7rem;
  width: auto;
}

/*
.page-template-sub-pages .headline-secondary {
  text-transform: lowercase;
}

.page-template-sub-pages .headline-secondary::first-letter {
  text-transform: uppercase;
}
*/

.menu__item {
  min-height: 2rem;
}

@media (max-width: 1200px) {
  .school-education .slider__container  {
    padding: 3rem 2rem;
  }
}

@media (max-width: 1000px) {
  .school-education .slider__container {
    width: 100%;
    max-width: 60rem;
    margin-bottom: 2rem;
  }

  .school-education .section-education-box {
    justify-content: center;
    margin-top: 5rem;
  }
}

@media only screen and (max-width: 600px) {
  .section-box {
    padding: 2rem 1.5rem 2rem 1.5rem;
  }

  .menu__item__list-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home .section-map__map {
    height: 30rem;
  }

  .container-subpages .container-subpages__box--text {
    padding: 2rem 1.5rem;
  }
}

.list__img {
  min-width: 1.6rem;
  min-height: 1.6rem;
}

.list__img {
  min-width: 1.6rem;
  min-height: 1.6rem;
}

.copyright {
  text-align: center;
  padding: 5rem 1.5rem;
  padding-bottom: 1rem;
}

.copyright__text {
  text-align: center;
  font-size: 15px;
  color: #231F20;
  font-weight: 300;
}

.copyright__text a {
  color: #231F20;
  text-decoration: none;
}

.page-id-437 .container-subpages__box--photo {
  background-position: top;
}

.page-id-332 .list {
  color: #2c3e50;
}

.page-id-441 .list {
  color: #2c3e50;
}

.span-button {
  width: 100%;
}

.section-contact .container-large p span .wpcf7-submit {
  padding-left: 2rem;
}

.span-button input {
  font-family: neo-sans, sans-serif;
  font-weight: 900;
}

.page-template-contact .btn--gradient {
  display: none;
}

.section-contact .container-large p span .wpcf7-submit {
  line-height: 49px;
}

.section-contact .container-large p span .btn__contact {
  left: calc(50% + 60px);
}

.section-contact .container-large p span .wpcf7-submit:hover {
  background: linear-gradient(90deg, #e74315 0%, #f7a900 100%);
  color: white;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

div.wpcf7-response-output {
  margin: 60px 0.5em 1em;
}

@media only screen and (max-width: 520px) {
  div.wpcf7-response-output {
    margin: 0px 0.5em 1em
  }
}

/* IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .paragraph {
    line-height: 2.2rem;
    font-weight: 400;
  }

  .blog-container__paragraph {
    line-height: 1.8rem;
  }

  .slider__paragraph {
    line-height: 1.8rem;
  }

  .menu__item:hover .menu__item__list-item {
    display:flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width:645px) {

  .history .wrapper .year-desc .image-contact {
    padding-top: 27.5px;
    padding-top: 2.5px;
  }
  
  .history .wrapper .year-desc p {
    padding-top: 0px;
  }
  .history .wrapper .year-desc p::after {
    top: -70px;
    top: -80px;
  }
  
.year-desc-short{
  padding-bottom: 20px;
}
}
@media screen and (max-width: 590px){
  .history .wrapper .year-desc p::after {
    top: -50px;
}
}
@media screen and (max-width: 545px){
  .history .wrapper .year-desc p::after {
    top: -45px;
}
}
@media screen and (max-width: 500px){
  .history .wrapper .year-desc p::after {
    top: -70px;
}
}
@media screen and (min-width: 1850px){
  .history .wrapper .year-desc p {
    padding-top: 10px;
}
.history .wrapper .year-desc .image-contact {
  padding-top: 12.5px;
}
}

.history-container{
  max-width: 166.4rem; }
  @media screen and (max-width: 1800px) {
    .history-container{
      max-width: 155rem; } }
  @media screen and (max-width: 1700px) {
    .history-container{
      max-width: 145rem; } }
  @media screen and (max-width: 1600px) {
    .history-container{
      max-width: 140rem; } }
  @media screen and (max-width: 1500px) {
    .history-container{
      max-width: 135rem; } }
      @media screen and (max-width: 1400px) {
        .history-container{
          max-width: 130rem; } }
@media screen and (max-width: 1300px) {
    .history-container{
      max-width: 120rem; } }
  @media screen and (max-width: 1200px) {
    .history-container{
      max-width: 115rem; } }
  @media screen and (max-width: 1000px) {
    .history-container{
      max-width: 115rem;
      padding: 0 30px; } }
  @media screen and (max-width: 500px) {
    .history-container{
      max-width: 115rem;
      padding: 0 15px; } }
  @media screen and (max-width: 400px) {
    .history-container{
      max-width: 115rem;
      padding: 0 10px; } }