@import url("forms.css");
@import url("header.css");
@import url("home-text.css");
@import url("accents.css");
@import url("video.css");
@import url("partners.css");
@import url("footer.css");
@import url("side-btns.css");
@import url("btn-to-top.css");

/* INTERNAL */

@import url("collage.css");
@import url("breadcrumbs.css");
@import url("content.css");
@import url("section-box.css");
@import url("course.css");
@import url("table.css");
@import url("wiki.css");
@import url("js-calendar.css");
@import url("cookies.css");

/* Reset CSS */

* {
 padding: 0;
 margin: 0;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}

body {
 font-family: "Geologica", sans-serif;
 font-weight: 200;
 font-size: 16px;
 line-height: 1.7;
 color: #000;
 text-align: left;
 background-color: #fff;
}

ul li {
 padding: 0 0 0 14px;
 margin: 0;
 background: url('/img/internal/bullet.svg') no-repeat 0 10px;
 background-size: 6px 6px;
 list-style-type: none;
}

.has_render_wiki ul {
 margin: 0;
}

#main_content {
 display: flex;
 flex-direction: column;
 float: left;
 width: 100%;
 height: 100vh;
 border-top: 128px solid #fff;
}

#content {
 flex: 1 0 auto;
 float: left;
 width: 100%;
}

.int #content {
 background: url('/img/internal/bg-int.png') top center no-repeat;
}

#site_bottom {
 flex: 0 0 auto;
 float: left;
 width: 100%;
}

.container {
 max-width: 1322px;
 margin: 0 auto;
}

.container.container_1058 {
 max-width: 1058px;
}

.container.container_1784 {
 max-width: 1784px;
}

.container.container_wide {
 max-width: 1920px;
}

.wrapper {
 float: left;
 width: 100%;
}

.container.container_wide .wrapper {
 padding: 0 68px;
}

.container_wide>.wrapper {
 padding: 0;
}

.title_home {
 float: left;
 width: 100%;
 margin: 0 0 14px 0;
 font-weight: 900;
 font-size: 32px;
 line-height: 1.1;
 color: #1c3764;
 text-align: center;
}

a:link,
a:visited,
a:hover {
 font-family: inherit;
 font-weight: inherit;
 font-size: inherit;
 line-height: inherit;
 color: #1c3764;
 text-decoration: underline;
 transition: 0.2s ease-in-out;
}

a:hover {
 color: #b91f37;
}

#header a,
#mobile_header a,
#banner_123 a,
.accent_box a,
#footer a,
.section_box a,
#breadcrumbs a {
 text-decoration: none;
}

a.basic_btn {
 font-family: inherit;
 font-weight: 500;
 font-size: 14px;
 line-height: 1.2;
 color: #fff;
 text-decoration: none;
}

a.basic_btn:hover {
 color: #fff;
}

.no-scroll {
 overflow: hidden;
}

.lazyload,
.lazyloading {
 opacity: 0;
}

.lazyloaded {
 opacity: 1;
 transition: opacity 300ms;
}

@media screen and (max-width:1800px) and (min-width: 1350px) {
 .container.conntainer_1784 .wrapper {
  padding: 0 20px;
 }
}

@media screen and (max-width:1650px) {
 .container.container_wide .wrapper {
  padding: 0 68px 0 26px;
 }
}

@media screen and (max-width: 1350px) {
 .wrapper {
  padding: 0 2%;
 }
 .container.container_wide .wrapper {
  padding: 0 68px 0 20px;
 }
}

@media screen and (max-width:1200px) {
 #main_content,
 #main_content.int {
  border-top: 60px solid #fff;
 }
 .container.container_wide .wrapper {
  padding: 0 2%;
 }
 .title_home {
  font-size: 30px;
 }
}

@media screen and (max-width:950px) {
 body {
  font-size: 15px;
 }
 .int #content {
  background-size: auto 300px;
 }
 .wrapper,
 .container.container_wide .wrapper {
  padding: 0 2.5%;
 }
 .title_home {
  margin: 0 0 10px 0;
  font-size: 27px;
 }
}

@media screen and (max-width:676px) {
 body {
  font-size: 14px;
 }
 ul li {
  padding: 0 0 0 10px;
  background: url('/img/internal/bullet.svg') no-repeat 0 9px;
  background-size: 4px 4px;
 }
 .wrapper,
 .container.container_wide .wrapper {
  padding: 0 3%;
 }
 .title_home {
  margin: 0 0 9px 0;
  font-size: 23px;
 }
}

@media screen and (max-width:550px) {
 .wrapper,
 .container.container_wide .wrapper {
  padding: 0 4%;
 }
 .title_home {
  margin: 0 0 8px 0;
  font-size: 21px;
 }
}

#admintoolbar a:link,
#admintoolbar a:visited,
#admintoolbar a:hover {
 padding: 3px 5px;
 margin: 0 0 0 7px;
 font-size: 12px;
 line-height: 1.3;
 color: #000;
 border-radius: 5px;
 background-color: rgba(255, 255, 255, 0.7);
}