@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot");
  src: url("../font/fontello.eot") format("embedded-opentype"), url("../font/fontello.woff2") format("woff2"), url("../font/fontello.woff") format("woff"), url("../font/fontello.ttf") format("truetype"), url("../font/fontello.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html {
  font-size: 14px;
  font-family: 'Roboto', 'Arial', sans-serif; }

.c-ttl-color {
  color: yellow; }

h1, h2, p, h3 {
  margin: 0; }

html {
  box-sizing: border-box;
  font: 16px 'Roboto'; }

*, *:after, *:before {
  box-sizing: inherit; }

body {
  text-rendering: optimizeLegibility;
  margin: 0;
  background-color: #1daee5;
  overflow-x: hidden; }
  body.c-gdun {
    background-color: #fff; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

main {
  z-index: 1; }

.c-first-screen {
  padding: 20px 20px 0 20px;
  height: calc(100vh - 64px);
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url("../img/img_1.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .c-first-screen {
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      flex-wrap: wrap;
      padding-left: 40px; } }
  .c-first-screen__title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    color: #fff;
    text-align: center; }
    @media (min-width: 768px) {
      .c-first-screen__title {
        position: inherit;
        transform: none;
        text-align: left;
        font-size: 72px; } }
  .c-first-screen__description {
    display: none;
    color: #fff; }
    @media (min-width: 768px) {
      .c-first-screen__description {
        display: block;
        font-size: 20px; } }

.c-info-screen {
  padding: 20px 20px 0 20px;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url("../img/img_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .c-info-screen__title {
    font-size: 40px;
    color: #fff;
    text-align: center; }
  .c-info-screen__description {
    color: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    width: calc(100vw - 40px);
    transform: translate(-50%, -50%);
    font-size: 16px;
    text-align: center;
    line-height: 1.7; }
    @media (min-width: 600px) {
      .c-info-screen__description {
        font-size: 20px; } }
  .c-info-screen .c-ttl-color {
    font-size: 20px;
    text-align: center;
    display: block; }

.c-inspiration-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url("../img/img_3.jpg"); 
  background-repeat: no-repeat;
  background-size: cover;}

.c-party-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url("../img/img_4.jpg"); 
  background-repeat: no-repeat;
  background-size: cover;}

.c-program {
  padding: 75px 20px 100px 20px;
  max-width: 640px;
  margin: 0 auto; }
  @media (min-width: 961px) {
    .c-program {
      max-width: 960px;
      padding: 75px 0 100px 0; }
      .c-program .c-card {
        margin-bottom: 60px; } }
  .c-program__title {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center; }
    @media (min-width: 961px) {
      .c-program__title {
        flex-basis: 100%; } }
    .c-program__title.c-mb-75 {
      margin-bottom: 75px; }
  .c-program__sub-title {
    color: #454647;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 75px; }
    @media (min-width: 961px) {
      .c-program__sub-title {
        flex-basis: 100%; } }
  @media (min-width: 961px) {
    .c-program {
      display: flex;
      flex-wrap: wrap; } }

.c-infotime {
  padding: 20px 20px 0 20px;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url("../img/cannes-four.jpg");
  background-size: cover; }
  .c-infotime__time {
    color: #f4ea00;
    text-align: center;
    line-height: 1.23;
    font-size: 40px;
    display: block;
    letter-spacing: 1px;
    font-weight: 600; }
  .c-infotime__title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px; }
  .c-infotime__description {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    font-weight: 400; }
    @media (min-width: 600px) {
      .c-infotime__description {
        font-size: 20px; } }

.c-event-location {
  background-color: #fff;
  padding: 30px 20px; }
  .c-event-location__title {
    color: #444445;
    font-size: 36px;
    line-height: 1.23;
    font-weight: 600;
    text-align: center;
    margin-bottom: 23px; }
  .c-event-location__location {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300; }

.o-map {
  background-color: #fff; }
  .o-map iframe {
    width: 100%; }

.c-organizers {
  background-color: #fff;
  padding: 30px 20px; }
  .c-organizers__title {
    text-align: center;
    margin-bottom: 30px;
    color: #444445; }
    @media (min-width: 670px) {
      .c-organizers__title {
        font-size: 38px; } }
  .c-organizers__link {
    height: 80px;
    display: flex;
    justify-content: center; }
    @media (min-width: 500px) {
      .c-organizers__link {
        margin: 0 50px; } }
  .c-organizers__container {
    display: flex;
    justify-content: center; }
  .c-organizers__pic {
    width: 137px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 160px;
    opacity: .5;
    transition: .3s; }
    @media (min-width: 500px) {
      .c-organizers__pic {
        width: auto; } }
    .c-organizers__pic:hover {
      transition: .3s;
      opacity: 1;
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: grayscale(0); }

.c-command-container {
  background-color: #fff;
  padding: 30px 20px; }
  @media (min-width: 500px) {
    .c-command-container {
      display: flex;
      flex-wrap: wrap; } }
  .c-command-container__title {
    text-align: center;
    margin-bottom: 45px;
    font-size: 30px;
    color: #444445;
    line-height: 1.23; }
    @media (min-width: 500px) {
      .c-command-container__title {
        flex-basis: 100%; } }
    @media (min-width: 670px) {
      .c-command-container__title {
        font-size: 38px; } }
  .c-command-container__box {
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 500px) {
      .c-command-container__box {
        flex-direction: row;
        flex-wrap: wrap;
        flex-basis: 50%; } }
    @media (min-width: 961px) {
      .c-command-container__box {
        flex-basis: inherit;
        margin: 0 auto; } }

.c-people {
  margin: 0 30px 40px 30px; }
  @media (min-width: 500px) {
    .c-people {
      flex-basis: 50%;
      margin: 0 auto 40px auto; } }
  .c-people__logo {
    max-width: 220px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .3s; }
    .c-people__logo:hover {
      transition: .3s;
      -webkit-filter: grayscale(0);
      -moz-filter: grayscale(0);
      -ms-filter: grayscale(0);
      -o-filter: grayscale(0);
      filter: grayscale(0); }
  .c-people__name {
    color: #444445;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 5px; }
  .c-people__info {
    color: #7a7a7a;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 300;
    display: block; }

.c-header-container {
  background-color: #000;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999; }
  .c-header-container__logo {
    width: 120px; }

.c-nav {
  background-color: #fff;
  height: 0;
  overflow: hidden;
  transition: .3s; }
  .c-nav__logo {
    display: none; }
  .c-nav__list {
    padding: 0;
    text-align: center;
    list-style-type: none; }
  .c-nav__element {
    padding: 10px; }
  .c-nav__link {
    color: #474747;
    font-weight: 600; }

.o-menu-toggle.active .o-menu-toggle__bar:nth-child(2) {
  opacity: 0; }

.o-menu-toggle.active .o-menu-toggle__bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg); }

.o-menu-toggle.active .o-menu-toggle__bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg); }

.o-menu-toggle {
  display: block;
  justify-self: end;
  margin-right: 25px;
  margin-left: 30px; }
  .o-menu-toggle:hover {
    cursor: pointer; }
  .o-menu-toggle__bar {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .o-menu-toggle__bar:first-child {
      margin-top: 0; }

.c-card {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column; }
  .c-card__time {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 25px; }
  .c-card__title {
    margin-bottom: 25px; }
  .c-card__description {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.45;
    margin-bottom: 20px; }
  .c-card__other {
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 50px; }
  .c-card__more-info {
    color: #1eaae2;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 50px; }
  .c-card__personal-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto; }
  .c-card__logo {
    border-radius: 50%;
    width: 50px;
    margin-right: 20px; }
  .c-card__user-name {
    font-weight: bold;
    font-size: 12px; }
  .c-card__min-sub {
    line-height: 1.55;
    font-weight: 700;
    font-size: 14px; }
  .c-card__author {
    margin-bottom: 5px;
    line-height: 1.55;
    font-size: 14px;
    font-weight: 300; }
  .c-card__desc-big-title {
    font-size: 20px;
    line-height: 1.35;
    font-weight: 600;
    display: block;
    margin-bottom: 20px; }
    .c-card__desc-big-title.c-mb-0 {
      margin-bottom: 0; }
  .c-card__desc-author {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.55;
    display: block; }
  .c-card__desc-author-promo {
    line-height: 1.55;
    font-weight: 300;
    font-size: 14px;
    display: block;
    margin-bottom: 20px; }
  @media (min-width: 961px) {
    .c-card {
      max-width: 300px;
      flex-basis: 33.3%;
      margin: 0 10px; } }

.c-video {
  padding: 30px 20px;
  width: 100%;
  background-color: #fff; }
  .c-video__title {
    color: #444445;
    font-size: 27px;
    line-height: 1.23;
    font-weight: 600;
    text-align: center;
    margin-bottom: 23px; }

.c-video-wrap {
  margin: 20px auto;
  position: relative;
  height: 200px;
  max-width: 1920px; }
  @media (min-width: 400px) {
    .c-video-wrap {
      height: 300px; } }
  @media (min-width: 640px) {
    .c-video-wrap {
      height: 350px; } }
  .c-video-wrap__preview {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .c-video-wrap__frame {
    width: 100%;
    height: 100%;
    display: none; }
  .c-video-wrap__icon {
    width: 70px;
    height: 70px; }
  .c-video-wrap iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 1080px; }

footer {
  padding: 40px 0;
  background-color: #444445; }
  footer * {
    color: #fff; }
  @media (min-width: 961px) {
    footer {
      padding: 20px;
      display: flex;
      justify-content: space-between; } }

.o-toTop {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 670px) {
    .o-toTop {
      font-size: 14px; } }
  .o-toTop svg {
    width: 20px;
    height: 20px;
    fill: #fff; }

.c-footinfo {
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 961px) {
    .c-footinfo {
      margin-bottom: 0;
      text-align: left; } }
  .c-footinfo__info {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600; }
    @media (min-width: 670px) {
      .c-footinfo__info {
        font-size: 14px; } }
    .c-footinfo__info.c-fw-300 {
      font-weight: 300; }

.c-moderators {
  padding: 0 20px; }
  .c-moderators__container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
  .c-moderators__box {
    text-align: center;
    margin-bottom: 60px; }
  .c-moderators__title {
    margin-top: 30px;
    margin-bottom: 75px;
    text-align: center; }
  .c-moderators__logo {
    margin: 0 auto 25px;
    max-width: 150px; }
  .c-moderators__name {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.23;
    font-weight: 600; }
  .c-moderators__info {
    display: block;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
    margin-bottom: 5px; }
  .c-moderators__post {
    display: block;
    line-height: 1.35;
    font-weight: 100;
    font-size: 14px; }

.c-margriet {
  padding: 50px 20px 50px 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%), url("../img/lab1-web.jpg");
  background-size: cover; }
  .c-margriet__title {
    font-size: 28px;
    color: #303030;
    background-color: #f3e906;
    margin-bottom: 20px;
    padding: 9px 16px 10px;
    max-width: 325px; }
  .c-margriet__description-container {
    background-color: #fff;
    padding: 15px 16px;
    max-width: 520px; }
  .c-margriet__description {
    font-size: 12px;
    line-height: 1.45;
    font-weight: 300;
    margin-bottom: 15px; }
    @media (min-width: 640px) {
      .c-margriet__description {
        font-size: 14px; } }
    .c-margriet__description strong {
      font-weight: 700; }
    .c-margriet__description:last-child {
      margin-bottom: 0; }


.c-entertainment{
  max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
  list-style-type: none;
  padding: 0px;
  margin: 0px auto;
  width: 100%;
}
.c-entertainment__item{
	width: 130px;
  margin-bottom: 10px;
}
.c-entertainment__link{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  color: white;
  padding: 15px 0px;
}
.c-entertainment__link:hover{
	background-color: rgba(255,255,255,.2);
}
.c-entertainment__img{
	width: 50px;
	height: 50px;
  margin-bottom: 10px;
}




.c-bonus{
	display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
.c-bonus__right{
  width: 100%;
  margin-top: 40px;
}
@media(min-width: 961px){
	.c-bonus{
    flex-direction: row;
    padding: 0px 10px;
  }
	.c-bonus__right{
    width: initial;
    margin-top: 0px;
  }
  .c-bonus__list{
    justify-content: initial;
  }
  .c-bonus__text{
    text-align: left;
  }
}
.c-bonus__list{
	display: flex;
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
  justify-content: center;
}
.c-bonus__item:not(:last-child){
	margin-right: 20px;
}
.c-bonus__text{
  margin-bottom: 0px;
}
.c-bonus__title{
  text-align: center;
  font-size: 3.2rem;
  color: white;
}
.c-bonus__link{
	background-color: white;
	border-radius: 50%;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
  transition-duration: .3s;
}
.c-bonus__link:hover{
  opacity: 0.7;
}
.c-bonus svg{
	width: 32px;
	height: 32px;
}



.c-text{
  font-size: 20px;
  line-height: 1.55;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 30px;
  max-width: 1160px;
  margin-left: auto;
	margin-right: auto;
}
.c-text__title{
  text-align: left;
}
.c-text::after{
  content: "";
  display: block;
	clear: both;
}
.c-text__img{
	float: initial;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 600px;
  width: 100%;
  display: block;
}
@media (min-width: 961px) {
	.c-text{
		flex-direction: row;
	}
	.c-text__img{
		float: left;
    max-width: 500px;
		margin-right: 100px;
	}	
}