@font-face {
  font-family: 'Alice-Regular';
  src: url("../fonts/Alice-Regular.eot");
  src: url("../fonts/Alice-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Alice-Regular.svg#Alice-Regular-Regular") format("svg"), url("../fonts/Alice-Regular.ttf") format("truetype"), url("../fonts/Alice-Regular.woff") format("woff"), url("../fonts/Alice-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url("../fonts/PlayfairDisplay-Bold.eot");
  src: url("../fonts/PlayfairDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold") format("svg"), url("../fonts/PlayfairDisplay-Bold.ttf") format("truetype"), url("../fonts/PlayfairDisplay-Bold.woff") format("woff"), url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url("../fonts/PlayfairDisplay-Regular.eot");
  src: url("../fonts/PlayfairDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular") format("svg"), url("../fonts/PlayfairDisplay-Regular.ttf") format("truetype"), url("../fonts/PlayfairDisplay-Regular.woff") format("woff"), url("../fonts/PlayfairDisplay-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  min-height: 100%;
  position: relative;
  background-color: #fff;
  font-family: 'Alice-Regular', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #353535;
  font-size: 16px;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
  -ms-overflow-x: hidden;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }
  ol li, ul li {
    margin-bottom: 10px; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  border: none; }

a {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

a:hover, a:active, a:focus {
  text-decoration: none; }

a:focus, input:focus, textarea:focus {
  outline: none; }

html {
  height: 100%; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin: 0 auto;
  max-width: 1890px;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin: 0 auto;
  display: flex; }
  .row.full-justify {
    max-width: 100%; }
  .row.justify {
    justify-content: space-between; }

main {
  padding-bottom: 155px;
  overflow-x: hidden; }
  main .intro, main .gallery, main .awards {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto; }

.intro {
  min-height: 680px;
  position: relative;
  background: url(../images/intro-bg.png) no-repeat; }
  .intro-content {
    max-width: 770px;
    padding-top: 130px;
    margin-left: auto;
    margin-right: 222px;
    display: flex;
    justify-content: space-between; }
    .intro-content p {
      margin-bottom: 20px;
      line-height: 18px; }
  .intro-column {
    max-width: 350px; }

.intro-title {
  position: absolute;
  left: 90px;
  bottom: 10px;
  font-family: PlayfairDisplay-Regular;
  color: #CDB265;
  font-size: 24px;
  line-height: 32px; }
  .intro-title b {
    max-width: 300px;
    display: inline-block;
    margin-right: 40px;
    font-family: PlayfairDisplay-Bold;
    font-size: 100px;
    line-height: 133px; }

.language {
  position: absolute;
  top: 40px;
  right: 100px; }
  .language li {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .language li:last-child {
      margin-left: 20px; }
      .language li:last-child:after {
        content: '';
        position: absolute;
        left: -60%;
        top: 56%;
        width: 40%;
        height: 1px;
        background: #353535; }
  .language a {
    font-family: PlayfairDisplay-Regular;
    font-size: 21px;
    line-height: 28px;
    color: #353535;
    text-decoration: none;
    position: relative; }
    .language a.active:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 1px;
      width: 100%;
      height: 1px;
      background: #353535; }

.gallery {
  padding: 120px 0; }
  .gallery-collage {
    margin-left: 80px;
    position: relative;
    z-index: 1; }
    .gallery-collage img {
      position: absolute;
      display: block; }
      .gallery-collage img:nth-child(2) {
        top: 160px;
        left: 230px; }
      .gallery-collage img:nth-child(3) {
        top: 360px;
        left: 70px; }
  .gallery-image {
    position: relative;
    max-width: 800px;
    height: 700px;
    margin-left: auto;
    margin-right: 100px;
    padding: 0 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../images/gallery-bg.png) no-repeat; }
  .gallery-slider {
    max-width: 100%; }
  .gallery .buttons {
    position: relative;
    width: 90%; }
  .gallery .prev-slide, .gallery .next-slide {
    font-family: PlayfairDisplay-Regular;
    font-size: 18px;
    line-height: 24px;
    color: #375DAA;
    background: transparent;
    position: absolute;
    outline: none;
    cursor: pointer;
    transition: all .3s ease-in-out; }
  .gallery .prev-slide {
    left: 0; }
  .gallery .next-slide {
    right: 0; }
  .gallery-list {
    margin: 0 20px; }
    .gallery-list a {
      display: block;
      margin: 14px 0;
      width: 200px;
      height: 140px;
      overflow: hidden; }
      .gallery-list a img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

.awards {
  padding-top: 60px;
  padding-bottom: 100px;
  text-align: right; }
  .awards-content {
    text-align: right;
    font-size: 21px;
    line-height: 24px;
    color: #F7F7F7;
    padding: 150px 280px 100px 260px;
    background: #7AA7D4;
    border-radius: 5px;
    display: inline-block;
    position: relative; }
    .awards-content:after {
      content: '';
      position: absolute;
      top: 50%;
      left: -54px;
      width: 478px;
      height: 636px;
      margin-top: -318px;
      background: url(../images/awards.png) no-repeat; }
    .awards-content h3 {
      font-family: PlayfairDisplay-Bold;
      font-size: 41px;
      line-height: 55px;
      margin-bottom: 50px;
      color: #FFE88E; }
    .awards-content p {
      margin-bottom: 30px; }
    .awards-content .wrap {
      max-width: 600px; }

.education {
  padding: 60px 0;
  background: #F8F5ED; }
  .education .row {
    justify-content: space-around; }
  .education ul {
    font-size: 16px;
    line-height: 18px; }
    .education ul li:first-child {
      font-size: 18px;
      line-height: 24px; }

h4 {
  font-family: PlayfairDisplay-Regular;
  font-size: 24px;
  line-height: 32px;
  color: #375DAA; }

.new {
  padding: 100px 0; }
  .new .container {
    max-width: 900px; }
  .new h4 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 40px;
    font-family: PlayfairDisplay-Bold; }
  .new p {
    margin-bottom: 10px; }
  .new .new-content {
    max-width: 500px;
    line-height: 20px;
    position: relative; }
    .new .new-content:after {
      content: '';
      position: absolute;
      z-index: -1;
      bottom: 0;
      left: 90%;
      width: 443px;
      height: 443px;
      background: url(../images/new.png) no-repeat; }

.btn {
  max-width: 225px;
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  padding: 13px 0;
  text-decoration: none;
  font-family: PlayfairDisplay-Bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #F7F7F7;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px; }
  .btn.primary {
    margin-right: 50px;
    background: #375DAA; }
  .btn.secondary {
    background: #f7f7f7;
    color: #375DAA; }

.concert {
  position: relative; }
  .concert:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 487px;
    height: 650px;
    margin-left: -244px;
    background: url(../images/awards-2.png) no-repeat; }
  .concert h4 {
    margin-bottom: 10px; }
  .concert.education ul {
    font-size: 14px; }
    .concert.education ul li:first-child {
      font-size: 14px; }
  .concert-column {
    max-width: 450px;
    z-index: 1; }
  .concert .fs-14 {
    font-size: 14px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-10 {
  margin-bottom: 10px; }

.publications {
  padding-top: 180px; }
  .publications-cover {
    position: relative;
    margin-left: 80px;
    max-width: 640px;
    width: 100%; }
  .publications .cover-img {
    position: relative; }
    .publications .cover-img:nth-child(2) {
      top: 150px;
      left: -130px; }
    .publications .cover-img:nth-child(3) {
      top: -100px;
      left: 370px; }
  .publications .row {
    align-items: center; }
  .publications ul li {
    margin-bottom: 10px; }
  .publications-info {
    margin-left: 150px; }

.recording {
  margin-top: 40px;
  padding-top: 80px;
  background: #f7f7f7; }
  .recording-content {
    max-width: 920px;
    margin: 0 auto;
    background: url(../images/recording-bg.png) no-repeat;
    display: flex;
    justify-content: flex-end; }
  .recording h4 {
    margin-bottom: 10px; }
  .recording-column {
    padding-top: 50px;
    padding-bottom: 89px; }
  .recording-list {
    max-width: 320px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 170px;
    justify-content: flex-end; }
    .recording-list li {
      margin-right: 16px; }
      .recording-list li:nth-child(3n+3) {
        margin-right: 0; }
      .recording-list li:last-child {
        margin-right: 0; }

.contact {
  padding: 100px 0;
  text-align: center; }

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 50px 0 25px 0;
  text-align: center;
  background: #f7f7f7; }
  footer .footer-nav {
    line-height: 18px;
    margin-bottom: 20px; }
    footer .footer-nav li {
      display: inline-block;
      vertical-align: top; }
      footer .footer-nav li a {
        text-decoration: none;
        color: #353535; }
  footer p {
    font-size: 14px;
    line-height: 16px; }

.back-btn {
  display: inline-block;
  margin-top: 50px;
  margin-left: 50px;
  text-decoration: none;
  font-family: PlayfairDisplay-Regular;
  font-size: 21px;
  line-height: 28px;
  color: #353535; }

.page-wrap {
  max-width: 800px;
  margin: 100px auto 100px auto;
  padding: 0 15px; }
  .page-wrap .contact-img {
    margin: 0 0 40px -4px;
    display: inline-block; }

h2 {
  margin-bottom: 30px;
  font-family: PlayfairDisplay-Bold;
  font-size: 41px;
  line-height: 55px;
  color: #375DAA; }

.page-title {
  font-family: PlayfairDisplay-Regular;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px; }
  .page-title.mb-10 {
    margin-bottom: 10px; }

.page-subtitle {
  font-family: PlayfairDisplay-Regular;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px; }

.cookie {
  background: #FFF5D1;
  padding: 15px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 2;
  bottom: 0; }
  .cookie-description {
    max-width: 740px;
    font-size: 18px;
    color: #000; }
  .cookie .btn {
    width: 200px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px; }
  .cookie.hide {
    display: none; }

@media screen and (max-width: 1400px) {
  .intro-content {
    margin-right: 80px; }
  .gallery-collage {
    max-width: 260px; }
    .gallery-collage img:nth-child(2) {
      left: 80px; }
    .gallery-collage img:nth-child(3) {
      left: 30px; }
  .gallery-image {
    margin-right: 80px; } }

@media screen and (max-width: 1260px) {
  .intro-content {
    max-width: 450px;
    padding-bottom: 100px;
    flex-direction: column; }
  .intro-column {
    max-width: 100%; }
  .new .new-content {
    margin-left: 80px; }
  .publications-cover {
    max-width: 100%;
    text-align: center;
    margin-left: 0; }
  .publications .row {
    flex-direction: column; }
  .publications .cover-img:nth-child(2), .publications .cover-img:nth-child(3) {
    top: auto;
    left: auto; }
  .publications-info {
    margin-top: 50px;
    margin-left: 0; } }

@media screen and (max-width: 1160px) {
  .gallery-collage {
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 100%; }
    .gallery-collage img, .gallery-collage img:nth-child(2), .gallery-collage img:nth-child(3) {
      position: relative;
      top: auto;
      left: auto; }
  .gallery-image {
    margin: 0 auto; }
  .awards-content {
    padding-right: 80px; }
  .recording-content {
    justify-content: space-around; }
  .cookie {
    padding: 15px;
    flex-direction: column;
    text-align: center; }
  .cookie-description {
    margin-bottom: 20px; } }

@media screen and (max-width: 990px) {
  .intro-title {
    bottom: auto;
    top: 50px;
    left: 42%; }
    .intro-title b {
      display: block; }
  .intro-content {
    padding-top: 400px;
    margin-right: 80px;
    padding-bottom: 0; }
  .gallery-collage {
    display: none; }
  .new .new-content {
    margin-left: 0; }
  .publications .cover-img {
    position: relative;
    max-width: 33%;
    display: inline-block; }
  .education .row {
    flex-direction: column; }
  .education ul {
    margin: 20px 0; } }

@media screen and (max-width: 820px) {
  .intro-title {
    left: 50%;
    padding-right: 80px; }
  .intro-content {
    margin-right: 0;
    max-width: 320px;
    margin-left: 50%; }
  .gallery-image {
    padding: 0 18%;
    background: #FFF5D1; }
  .gallery {
    padding-bottom: 60px; } }

@media screen and (max-width: 860px) {
  .new .new-content {
    max-width: 100%;
    padding-top: 380px; }
    .new .new-content:after {
      top: 0;
      bottom: auto;
      left: 50%;
      margin-left: -221px; }
  .wrap-btn {
    text-align: center; } }

@media screen and (max-width: 768px) {
  .awards-content {
    padding-left: 80px;
    text-align: left; }
    .awards-content:after {
      opacity: .3; }
  .publications {
    padding-top: 100px; }
    .publications-cover {
      margin-left: 15%; }
    .publications .cover-img:nth-child(2) {
      top: 130px;
      left: -70px; }
    .publications .cover-img:nth-child(3) {
      top: 230px;
      left: -130px; }
  .publications-info {
    margin-top: 250px; } }

@media screen and (max-width: 650px) {
  .intro-title {
    left: 15px;
    top: 530px; }
  .intro-content {
    margin-right: auto;
    max-width: 100%;
    margin-left: auto;
    padding-top: 880px; }
  .intro .language {
    background: #fff; }
  .recording-content {
    flex-direction: column;
    align-items: center;
    text-align: center; }
  .recording-list {
    margin: 0 auto; } }

@media screen and (max-width: 576px) {
  .language {
    top: 30px;
    right: 15px; }
  .gallery {
    padding-top: 60px; }
  .gallery-image {
    padding: 0 15px;
    height: 550px; }
  .awards-content {
    padding-left: 15px;
    padding-right: 15px; }
  .concert:after, .awards-content:after, .new .new-content:after {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    left: 0;
    background-size: 100%; }
  .new .new-content:after {
    height: 345px; } }

@media screen and (max-width: 500px) {
  .cookie .btn {
    display: block;
    margin: 15px auto; }
  .wrap-btn .primary {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 225px; }
  h2 {
    font-size: 30px; }
  .back-btn {
    margin-left: 15px;
    margin-top: 15px; }
  .page-wrap {
    margin-top: 30px; } }

@media screen and (max-width: 380px) {
  .gallery-list a {
    margin-left: auto;
    margin-right: auto; }
  .gallery .buttons {
    padding: 20px 0; } }
