@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,cyrillic");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic");
html,
body {
  font-family: "Roboto", sans-serif;
  color: #fff;
  margin: 0;
  height: 100%;
  padding: 0;
}

.wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  background: #212224;
  overflow: hidden;
}

.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fee035;
  text-transform: uppercase;
}

.link-page {
  display: block;
  font-size: 31px;
  line-height: 36px;
  color: #fee035;
  text-decoration: none;
  margin-top: 40px;
  text-align: center;
}

.link:hover, .link-page:hover {
  text-decoration: underline;
}

header {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
}
header .header-top-wrap {
  height: 50px;
  background: #212224;
}
header .logo {
  display: inline-block;
  vertical-align: middle;
}
header .logo .img-logo {
  width: 46px;
  height: 32px;
  background: url("../images/urc_logo.svg") no-repeat;
  background-size: cover;
}
header .header-title {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
header .header-title .title {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
  padding-left: 55px;
}
header .header-title .title .date {
  color: #fee035;
  font-weight: 700;
}
header .header-title a {
  display: inline-block;
  text-decoration: none;
}
header .header-title a.btn {
  padding: 7px 25px;
  font-size: 14px;
  font-weight: 300;
  color: #000;
}
header .header-title a.btn:hover {
  background: rgba(255, 225, 12, 0.9);
}
header .header-center {
  width: 100%;
  height: 31vw;
  overflow: hidden;
  background: url("../images/top-title.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.content {
  display: block;
  position: relative;
  width: 100%;
  min-height: calc(100vh - 50px);
}
.content:before {
  content: '';
  display: block;
  background: url("../images/bg-bottom.png") no-repeat;
  width: 488px;
  height: 440px;
  position: absolute;
  right: -90px;
  bottom: 0;
}
@media (max-width: 1200px) {
  .content:before {
    width: 395px;
    height: 315px;
    background-size: contain;
  }
}

.link {
  font-size: 18px;
  color: #fee035;
  line-height: 25px;
  margin-left: 18px;
  text-transform: none;
}
.link:hover {
  background: transparent;
}

.content-wrapper {
  width: 98%;
  max-width: 1000px;
  min-height: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.content-wrapper .form {
  display: block;
  position: relative;
  float: right;
  width: 35%;
  padding: 40px;
  background: url("../images/bg-registration.jpg") no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.content-wrapper .form .titleForm {
  display: block;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 25px;
  color: #fff;
}
.content-wrapper .form .btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  background: #fee035;
  text-align: center;
  display: block;
}
.content-wrapper .form .btn:hover {
  background: rgba(255, 225, 12, 0.9);
}
.content-wrapper .content-inner {
  display: block;
  width: 65%;
  height: 100%;
  padding: 0 45px 0 0;
  box-sizing: border-box;
}
.content-wrapper .content-inner p {
  display: block;
  margin: 0 0 24px 0;
  font-size: 21px;
  line-height: 25px;
  font-weight: 400;
}
.content-wrapper .content-inner p a {
  color: #fee035;
  text-decoration: none;
  cursor: pointer;
}
.content-wrapper .content-inner p a:hover {
  text-decoration: underline;
}

.main-video {
  width: 98%;
  max-width: 1000px;
  height: 560px;
  margin: 30px auto;
}
.main-video iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .main-video {
    width: 94%;
    height: 386px;
  }
}
@media (max-width: 600px) {
  .main-video {
    height: 300px;
  }
}
@media (max-width: 390px) {
  .main-video {
    height: 275px;
  }
}

.wrapper-video {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 113px auto 130px;
}
.wrapper-video h2 {
  max-width: 527px;
  font-size: 31px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 34px;
}
.wrapper-video h2 .item-title {
  font-weight: 400;
  display: block;
}
@media (max-width: 414px) {
  .wrapper-video h2 {
    font-size: 21px;
    line-height: 30px;
  }
}
@media (max-width: 900px) {
  .wrapper-video {
    width: 96%;
  }
}

.list-video {
  list-style: none;
  padding: 0;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-video li {
  display: inline-block;
  vertical-align: top;
  width: 315px;
  height: 170px;
  margin-bottom: 24px;
}
.list-video li iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 414px) {
  .list-video li {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .list-video {
    width: 96%;
  }
}
@media (max-width: 600px) {
  .list-video {
    justify-content: center;
  }
}

.partners {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  text-align: left;
  padding-top: 80px;
}
.partners ul {
  display: block;
  list-style: none;
  padding: 0;
}
.partners ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px;
}
.partners ul li .logoPartners {
  display: block;
  text-decoration: none;
  font-size: 0;
}
.partners ul li .logoPartners.frms {
  background: url("../images/frms-logo.png") no-repeat;
  background-size: contain;
  width: 179px;
  height: 82px;
}
.partners ul li .logoPartners.nv {
  background: url("../images/noosphere_logo.png") no-repeat;
  background-size: contain;
  width: 179px;
  height: 73px;
}

.content-photo {
  background-image: -webkit-linear-gradient(38deg, #2d343c, #2a2a2c);
  background-image: -moz-linear-gradient(38deg, #2d343c, #2a2a2c);
  background-image: linear-gradient(38deg, #2d343c, #2a2a2c);
  background-size: 100% 600px;
  background-repeat: no-repeat;
  padding-top: 115px;
  height: 100%;
  min-height: 100%;
}
.content-photo .content-wrapper {
  width: 100%;
  max-width: 1230px;
  margin: auto;
  padding: 0;
}
.content-photo h2 {
  position: relative;
  padding-top: 50px;
  margin-top: 0;
}
.content-photo h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/rcosmo_event.png") no-repeat;
  background-position: 40% 100%;
  top: 2px;
}

.wrapper-year {
  padding-bottom: 150px;
}

.title-event {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
}

.date-event {
  display: block;
  text-align: center;
  font-size: 90px;
  font-weight: 700;
  color: #fff;
}

.photo-event {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.photo-event a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 30px;
}

ul.photo-event {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
ul.photo-event li {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 30px;
}
ul.photo-event li a {
  margin: 0;
  display: block;
}

.place, .city,
.nomination-title, .nomination {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  display: block;
  text-align: left;
}

.place {
  text-transform: uppercase;
  font-weight: 700;
}

.nomination-title {
  font-weight: 700;
}

.city, .nomination {
  padding-bottom: 10px;
}

.nomination-event {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.nomination-event li {
  margin: 0 15px 30px;
}

.main-photo {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 42px;
}
.main-photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.form-row {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
.form-row .form-label {
  display: block;
  font-size: 13px;
  font-weight: 300;
  padding-bottom: 7px;
}
.form-row input {
  display: block;
  width: 100%;
  height: 30px;
  border: 0;
  padding: 0 7px;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  background: #0b0e1e;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
}
.form-row.error p {
  font-size: 10px;
  font-weight: 300;
  margin: 0;
  padding: 7px 0 10px;
  color: #eb0515;
}

.form-footer {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  overflow: hidden;
}
.form-footer input {
  width: 100%;
  height: 50px;
  border: 0;
  outline: none;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.form-footer input:hover {
  background: rgba(27, 150, 154, 0.8);
}
.form-footer .successMessage {
  display: block;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 10px;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 1600px) {
  .content.content-photo:before {
    content: none;
  }
}
@media screen and (max-width: 1246px) {
  .photo-event {
    justify-content: space-around;
    max-width: 73%;
    margin: auto;
  }

  .nomination-event {
    max-width: 73%;
    margin: auto;
  }
}
@media screen and (max-width: 1140px) {
  .content.content-photo:before {
    content: none;
  }

  .content-photo h2:before {
    background-position: 35% 96%;
  }

  .photo-event, .nomination-event {
    max-width: 80%;
  }
}
@media screen and (max-width: 1040px) {
  .wrapper-year {
    padding-bottom: 100px;
  }

  .main-photo {
    width: 96%;
  }

  .photo-event,
  .nomination-event {
    max-width: 99%;
  }
  .photo-event li,
  .nomination-event li {
    width: calc(100% / 3 - 30px);
  }
  .photo-event li img,
  .nomination-event li img {
    max-width: 100%;
    height: auto;
  }

  .photo-event {
    max-width: 99%;
  }
  .photo-event a {
    width: calc(100% / 3 - 30px);
  }
  .photo-event a img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 928px) {
  .photo-event,
  .nomination-event {
    max-width: 98%;
    justify-content: center;
  }
  .photo-event li,
  .nomination-event li {
    width: calc(100% /2 - 30px);
  }
  .photo-event li img,
  .nomination-event li img {
    max-width: 100%;
    height: auto;
  }

  .photo-event {
    max-width: 98%;
    justify-content: center;
  }
  .photo-event a {
    width: calc(100% / 2 - 30px);
  }
  .photo-event a img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .content .content-inner p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 25px;
  }

  .partners {
    padding-top: 25px;
  }
}
@media screen and (max-width: 780px) {
  header .header-top-wrap {
    height: 100%;
    padding: 10px 0;
  }
  header .header-top-wrap .header-title .title {
    display: block;
    line-height: 24px;
    padding-top: 10px;
  }

  .content .form {
    width: 45%;
  }
  .content .content-inner {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 100%;
    padding: 20px 10px 0 10px;
    box-sizing: border-box;
  }
  .content .content-inner p {
    display: block;
    font-size: 16px;
    line-height: 20px;
  }
  .content .content-inner p.paddingTop {
    padding-top: 35px;
  }
  .content .content-inner p a {
    text-decoration: none;
    cursor: pointer;
  }

  .partners {
    display: block;
    max-width: 100%;
    padding-top: 45px;
  }
  .partners ul {
    display: block;
    text-align: left;
    list-style: none;
    padding: 0;
  }
  .partners ul li {
    display: block;
    vertical-align: middle;
    margin-right: 0;
    width: 45%;
  }
  .partners ul li .logoPartners {
    display: block;
    text-decoration: none;
    font-size: 0;
    margin: auto;
  }
  .partners ul li .logoPartners.frms {
    background-size: contain;
    width: 155px;
  }
  .partners ul li .logoPartners.nv {
    background-size: contain;
    width: 155px;
  }
}
@media screen and (max-width: 680px) {
  header .header-center {
    height: 360px;
  }

  header .logo {
    margin: 10px auto 20px;
  }

  header .header-top-wrap .header-title .title {
    font-size: 16px;
  }

  .content:before {
    content: none;
  }
  .content .form {
    float: none;
    padding: 20px;
    margin: auto;
    width: 100%;
  }
  .content .content-inner {
    max-width: 100%;
  }

  .partners {
    display: block;
    max-width: 100%;
    padding-top: 10px;
  }
  .partners ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .partners ul li .logoPartners.frms {
    width: 135px;
  }
  .partners ul li .logoPartners.nv {
    width: 135px;
  }

  .title-event {
    font-size: 20px;
  }

  .date-event {
    font-size: 50px;
  }

  .photo-event,
  .nomination-event {
    max-width: 98%;
  }
  .photo-event li,
  .nomination-event li {
    width: auto;
  }
  .photo-event li img,
  .nomination-event li img {
    max-width: 100%;
    height: auto;
  }

  .photo-event {
    max-width: 98%;
  }
  .photo-event a {
    width: auto;
  }
  .photo-event a img {
    max-width: 100%;
    height: auto;
  }

  .content-photo {
    padding-top: 80px;
  }

  .content-photo h2:before {
    background-position: left;
    top: -17px;
  }

  .wrapper-year {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 380px) {
  header .logo {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }

  header .header-top-wrap .header-title .title {
    padding-left: 0;
    text-align: center;
  }

  header .header-center {
    height: 260px;
  }

  .content .content-inner p {
    font-size: 16px;
  }

  .photo-event li img,
  .nomination-event li img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 340px) {
  .partners ul li {
    display: block;
    margin: auto;
    width: auto;
  }
}
