@charset "utf-8";
@font-face {
  font-family: 'Lato';
  src: url('../fonts/latomedium.woff2') format('woff2'), url('../fonts/latomedium.woff') format('woff'), url('../fonts/latomedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/latobold.woff2') format('woff2'), url('../fonts/latobold.woff') format('woff'), url('../fonts/latobold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/latoblack.woff2') format('woff2'), url('../fonts/latoblack.woff') format('woff'), url('../fonts/latoblack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body,
input,
textarea,
button,
h1,
h2,
h3,
h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 500;
}
body {
  color: #333333;
  font-size: 16px;
  margin: 0;
}
.container {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1340px;
  width: 100%;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2356CE;
  cursor: pointer;
  text-decoration: none;
}
img {
  outline: none;
  border: none;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active {
  outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
  border: none;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
h2,
.h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 30px;
}
p {
  margin: 0 0 10px;
}
p:last-child {
  margin-bottom: 0;
}
header,
footer,
nav,
section,
main {
  display: block;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  background-color: #2356ce;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0;
  height: 40px;
  width: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 100;
}
.slick-prev {
  background-image: url('../img/arrow-prev.svg');
  left: -60px;
}
.slick-next {
  background-image: url('../img/arrow-next.svg');
  right: -60px;
}
.slick-dots {
  font-size: 0;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.slick-dots button {
  background-color: #B5B5B5;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  padding: 0;
  height: 12px;
  width: 12px;
}
.slick-dots .slick-active button {
  background-color: #2356CE;
}
.btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #2356CE;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 19px 32px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #215ff0;
  color: #fff;
}
.btn:active {
  background-color: #215ff0;
  color: #fff;
}
.btn--white {
  background-color: #fff;
  color: #2356CE;
}
.btn--white:hover {
  background-color: #215ff0;
  color: #fff;
}
.btn--white:active {
  background-color: #215ff0;
  color: #fff;
}
.btn--link {
  background-color: transparent;
  color: #fff;
  padding: 0;
  text-decoration: underline !important;
  text-shadow: 0 0 5px #2356CE;
}
.btn--link:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.btn--link:active {
  background-color: transparent;
  color: #fff;
  text-decoration: none !important;
}
.header {
  padding: 20px 0;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.logo {
  margin-right: 28px;
}
.logo img {
  display: block;
  max-width: 100%;
}
.menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  margin-right: auto;
  padding: 0;
}
.menu__item {
  margin: 0 20px;
}
.menu__dropdown {
  display: none;
}
.menu__link {
  color: #333333;
  font-size: 18px;
  text-transform: uppercase;
}
.menu__link:hover {
  color: #2356CE;
}
.menu-mobile {
  cursor: pointer;
  display: none;
  margin-left: auto;
}
.menu-mobile img {
  display: block;
}
.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  border: 2px solid #2356CE;
  border-radius: 30px;
  color: #2356CE;
  padding: 6px 60px 6px 6px;
}
.login:hover {
  background-color: #2356CE;
  color: #fff;
}
.login__icon {
  display: inline-block;
  vertical-align: middle;
  height: 29px;
  width: 29px;
  margin-right: 32px;
}
.login__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
}
.footer {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.copy-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.copy-nav__item + .copy-nav__item {
  margin-left: 40px;
}
.copy-nav__link {
  color: #2356CE;
  text-decoration: underline;
}
.copy-nav__link:hover {
  text-decoration: none;
}
.showcase-section {
  padding-top: 20px;
  padding-bottom: 72px;
}
.showcase-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
  padding: 10px 80px;
  height: 500px;
  min-height: 500px;
}
.showcase__wrap {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
  padding: 59px 100px 120px;
}
.showcase__title {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
  text-shadow: 0 0 5px #2356CE;
}
.showcase__text {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 40px;
  max-width: 600px;
  text-shadow: 0 0 5px #2356CE;
}
.showcase__wrap_ksg {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  color: #fff;
  overflow: hidden;
  padding-left: 50px;
  width: 76%;
}
.showcase__title_ksg {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 20px;
  color: black;
}
.showcase__text_ksg {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
  max-width: 600px;
  color: black;
}
.showcase__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.showcase__btns * + * {
  margin-left: 32px;
}
.showcase__image img {
  max-width: 100%;
}
.showcase__image_small img {
  max-width: 80%;
}
.grey-section {
  background-color: #eceff1;
}
.blue-section {
  background-color: #2356CE;
}
.subject-section {
  padding-top: 80px;
  padding-bottom: 50px;
}
.subject {
  position: relative;
}
.subject__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin: 0 -10px;
  padding-bottom: 50px;
}
.subject__list.hide {
  height: 207px;
  overflow: hidden;
}
.subject__list.hide:after {
  background: -moz-linear-gradient(top, rgba(236, 239, 241, 0.5) 0%, #eceff1 100%);
  background: -webkit-linear-gradient(top, rgba(236, 239, 241, 0.5) 0%, #eceff1 100%);
  background: linear-gradient(to bottom, rgba(236, 239, 241, 0.5) 0%, #eceff1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80eceff1', endColorstr='#eceff1', GradientType=0);
  content: '';
  display: block;
  height: 51px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
.subject__item {
  margin-bottom: 28px;
  padding-left: 10px;
  padding-right: 10px;
  width: 16.666%;
}
.subject__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #607D8B;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  height: 50px;
  padding: 10px;
}
.subject__link:hover {
  opacity: 0.8;
}
.subject__link--all {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
  color: #2356CE;
}
.subject__link--all:hover {
  background-color: #215ff0;
  color: #fff;
}
.subject__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.subject__name {
  font-weight: 700;
}
.subject__more {
  background-color: #fff;
  border-radius: 40px;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
  color: #2356CE;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  width: 200px;
  position: absolute;
  bottom: 1px;
  right: 50%;
  margin-right: -100px;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.subject__more:hover {
  background-color: #215ff0;
  color: #fff;
}
.module-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.module__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 210px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.333%;
}
.module__link {
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.module__link:hover {
  opacity: 0.8;
}
.module__icon {
  position: absolute;
  top: 32px;
  right: 32px;
}
.module__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  bottom: 24px;
  left: 28px;
  right: 28px;
}
.contact-section {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
}
.contact-section h2,
.contact-section .h2 {
  text-align: center;
}
.contact__title {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 32px;
  text-align: center;
}
.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  font-size: 20px;
}
.contact__item + .contact__item {
  margin-left: 32px;
}
.contact__icon {
  margin-right: 12px;
}
.contact__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.info-section {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media all and (max-width: 1460px) {
  .slick-arrow {
    background-color: #fff;
  }
  .slick-prev {
    background-image: url('../img/arrow-prev-blue.svg');
    left: 20px;
  }
  .slick-next {
    background-image: url('../img/arrow-next-blue.svg');
    right: 20px;
  }
}
@media all and (max-width: 1300px) {
  .subject__item {
    width: 20%;
  }
}
@media all and (max-width: 1100px) {
  h2,
  .h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .showcase-slider__inner {
    padding: 40px 60px;
  }
  .showcase__image {
    max-width: 40%;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .showcase__wrap {
    padding: 40px;
  }
  .subject-section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .subject__item {
    width: 25%;
  }
  .module-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-section {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .contact__title {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 840px) {
  h2,
  .h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .btn {
    font-size: 14px;
    padding: 12px 20px;
  }
  .btn--link {
    padding: 0;
  }
  .header {
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
  }
  .logo {
    width: 140px;
  }
  .menu {
    background-color: #fff;
    display: none;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
  }
  .menu.open {
    display: block;
  }
  .menu-mobile {
    display: block;
  }
  .menu__list {
    display: block;
  }
  .menu__item {
    margin: 0 0 16px;
  }
  .menu__link {
    font-size: 14px;
  }
  .login {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 12px 4px 4px;
  }
  .login__icon {
    height: 20px;
    width: 20px;
    margin-right: 12px;
  }
  .login__title {
    font-size: 14px;
  }
  .showcase-section {
    padding-top: 0;
  }
  .showcase__title {
    font-size: 24px;
  }
  .showcase__text {
    font-size: 16px;
    max-width: 300px;
  }
  .subject {
    margin-left: -20px;
    margin-right: -20px;
    overflow: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .subject__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
  .subject__list.hide {
    height: 240px;
    overflow: visible;
  }
  .subject__list.hide:after {
    display: none;
  }
  .subject__item {
    margin-bottom: 10px;
    width: 220px;
  }
  .subject__more {
    display: none;
  }
  .module__item {
    width: 50%;
  }
  .module__title {
    font-size: 18px;
  }
  .contact__title {
    font-size: 16px;
  }
  .contact {
    display: block;
  }
  .contact__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
  }
  .contact__item + .contact__item {
    margin-top: 16px;
    margin-left: 0;
  }
  .info-section {
    font-size: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .container {
    display: block;
    text-align: center;
  }
  .copyright {
    margin-bottom: 8px;
  }
  .copy-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu__dropdown {
    display: block;
  }
}
@media all and (max-width: 520px) {
  .showcase-section {
    padding-bottom: 0;
  }
  .showcase-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .showcase-slider__inner {
    background-position: left center;
    border-radius: 0;
    padding: 20px 60px 40px;
    text-align: center;
  }
  .showcase__image_small {
    display: none;
  }
  .showcase__image {
    display: none;
  }
  .showcase__wrap {
    background-position: left center;
    border-radius: 0;
    padding: 20px;
    text-align: center;
  }
  .showcase__text {
    max-width: none;
  }
  .showcase__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .showcase__btns * + * {
    margin-top: 20px;
    margin-left: 0;
  }
  .showcase__wrap_ksg {
    background-position: left center;
    border-radius: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .showcase__text_ksg {
    max-width: none;
  }
  .module__item {
    width: 100%;
  }
  .copy-nav {
    display: block;
  }
  .copy-nav__item + .copy-nav__item {
    margin-top: 8px;
    margin-left: 0;
  }
}
/*# sourceMappingURL=styles.css.map */