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

@font-face {
  font-family: "PFDinTextUniversal-Medium";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/PFDinTextUniversal-Medium/PFDinTextUniversal-Medium.eot");
  src: url("../fonts/PFDinTextUniversal-Medium/PFDinTextUniversal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PFDinTextUniversal-Medium/PFDinTextUniversal-Medium.woff") format("woff"), url("../fonts/PFDinTextUniversal-Medium/PFDinTextUniversal-Medium.ttf") format("truetype"); }

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }

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

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects
*/
img,
object,
embed {
  max-width: 100%; }

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	 In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
/* html {overflow-y: scroll;} */
/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

html, body {
  height: 100%; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.75;
  font-family: "PFDinTextUniversal", sans-serif;
  opacity: 1; }

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto; }
  .wrapper main {
    flex: 1 0 auto; }
  .wrapper footer {
    flex: 0 0 auto; }

.top-header {
  border-top: 2px solid #051924;
  background: url("../img/img28.07.17/RY_compet_.jpg") no-repeat top center;
  background-size: cover;
  min-height: 800px; }

.about {
  padding: 35px 15px; }
  .about__inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
  .about__center {
    width: 100%; }
  .about__center-text {
    font-family: "PFDinTextUniversal-Medium", sans-serif;
    color: #013ca6;
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: 0.025em; }
  .about__left {
    width: 47.45763%; }
  .about__right {
    width: 47.45763%; }
  .about__text {
    font-family: "PFDinTextUniversal", sans-serif;
    color: #013ca6;
    font-size: 0.875em;
    line-height: 1.71429;
    letter-spacing: 0.025em;
    margin: 20px auto;
    text-align: justify; }

.block-icon {
  padding: 35px 0;
  text-align: center; }
  .block-icon::before, .block-icon::after {
    content: "";
    display: table; }
  .block-icon::after {
    clear: both; }
  .block-icon__heading {
    font-family: "PFDinTextUniversal-Medium", sans-serif;
    color: #0035aa;
    font-size: 3em;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .block-icon__left {
    float: left;
    width: 50%; }
  .block-icon__pic {
    width: 220px;
    margin: 0 auto; }
    .block-icon__pic a {
      display: block; }
    .block-icon__pic img {
      width: 100%;
      display: block;
      height: auto; }
  .block-icon__right {
    float: right;
    width: 50%; }

.gallery {
  text-align: center;
  padding: 35px 0 0; }
  .gallery::before, .gallery::after {
    content: "";
    display: table; }
  .gallery::after {
    clear: both; }
  .gallery__heading {
    font-family: "PFDinTextUniversal-Medium", sans-serif;
    color: #0035aa;
    font-size: 3em;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .gallery__wrap {
    margin: 20px 1%; }
    .gallery__wrap::before, .gallery__wrap::after {
      content: "";
      display: table; }
    .gallery__wrap::after {
      clear: both; }
  .gallery__item {
    margin: 0 0.8% 25px;
    width: 23.3898306%;
    position: relative;
    float: left;
    transition: all 1s;
    opacity: 1; }
    .gallery__item:hover img {
      opacity: .0;
      transition: all 07s; }
    .gallery__item:hover .gallery__hidden {
      opacity: .9;
      transition: all 2s; }
    .gallery__item img {
      width: 100%;
      display: block;
      height: auto; }
  .gallery__caption {
    font-size: 1em;
    line-height: 1.2;
    color: #013ca6;
    letter-spacing: 0.025em;
    padding: 5px 0;
    margin: 0; }
  .gallery__name {
    font-size: 1.25em;
    line-height: 1.2;
    letter-spacing: 0.025em;
    color: #013ca6;
    text-transform: uppercase;
    width: 100%; }
  .gallery__line {
    width: 22px;
    height: 1px;
    background: blue;
    text-align: center;
    border: 1px solid blue;
    margin: 10px auto; }
  .gallery__descr {
    font-size: 0.875em;
    line-height: 1.42;
    letter-spacing: 0.025em;
    color: #013ca6; }
  .gallery__text {
    font-size: 1em;
    line-height: 1;
    color: #013ca6; }
  .gallery__text {
    color: #505050;
    font-size: 1em;
    line-height: 1.125;
    letter-spacing: 0.025em; }
  .gallery__hidden {
    text-align: center;
    padding: 24px;
    margin: 0 auto;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    opacity: 0; }

.concurs-descr {
  padding: 0 0 60px;
  text-align: center; }
  .concurs-descr__heading {
    font-family: "PFDinTextUniversal-Medium", sans-serif;
    color: #0035aa;
    font-size: 3em;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  .concurs-descr__menu {
    margin: 0 auto; }
    .concurs-descr__menu::before, .concurs-descr__menu::after {
      content: "";
      display: table; }
    .concurs-descr__menu::after {
      clear: both; }
  .concurs-descr__item::before, .concurs-descr__item::after {
    content: "";
    display: table; }
  .concurs-descr__item::after {
    clear: both; }
  .concurs-descr__left {
    width: 50%;
    float: left;
    font-weight: bold;
    display: block;
    text-align: right;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.025em;
    color: #013ca6;
    padding-right: 25px; }
  .concurs-descr__right {
    font-weight: normal;
    display: block;
    float: right;
    width: 50%;
    text-align: left;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.025em;
    color: #013ca6;
    padding-left: 20px; }

.competition-nom {
  background-color: #0035aa; }
  .competition-nom__inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 22%; }
  .competition-nom__heading {
    font-family: "PFDinTextUniversal", sans-serif;
    color: #fff;
    font-size: 3em;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-transform: uppercase; }
  .competition-nom__text {
    font-family: "PFDinTextUniversal", sans-serif;
    color: #fff;
    font-size: 1em;
    line-height: 1.875;
    letter-spacing: 0.025em; }
  .competition-nom__cation {
    font-family: "PFDinTextUniversal", sans-serif;
    color: #fff;
    font-size: 1.5em;
    line-height: 2;
    letter-spacing: 0.025em;
    text-transform: uppercase; }

.result__inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  padding: 0; }

.result__accord {
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
  margin: 20px auto;
  position: relative; }

.result__heading {
  cursor: pointer;
  text-indent: 10px;
  font-family: "PFDinTextUniversal", sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 18px 0 18px 70px;
  position: relative;
  background-color: #013ca6;
  margin: 10px auto; }
  .result__heading::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 40%;
    background: url("../img/arrow-icon.svg") no-repeat center center;
    width: 25px;
    height: 15px;
    transition: all .5s; }

.result .active::after {
  content: '';
  position: absolute;
  right: 25px;
  top: 40%;
  background: url("../img/arrow-icon.svg") no-repeat center center;
  width: 25px;
  height: 15px;
  transition: all .5s;
  transform: rotate(180deg); }

.result__accord-inner {
  width: 100%;
  padding: 17px 10px;
  margin: 0 auto; }

.result__deacr {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }

.result__deacr-left {
  width: 18.64407%;
  background-color: #013ca6;
  text-align: center;
  padding-bottom: 60px; }

.result__caption {
  padding: 45px 0; }

.result__caption-num {
  font-family: "PFDinTextUniversal", sans-serif;
  color: #fff;
  font-size: 7.5em;
  line-height: 0.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin: 15px auto; }

.result__caption-text {
  font-family: "PFDinTextUniversal", sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.25;
  letter-spacing: 0.025em; }

.result__list-caption {
  font-family: "PFDinTextUniversal-Medium", sans-serif;
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 0.025em;
  margin: 15px auto; }

.result__list {
  font-family: "PFDinTextUniversal", sans-serif;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.71429;
  letter-spacing: 0.025em; }

.result__deacr-right {
  width: 79.66102%;
  padding: 10px 0; }

.result__deacr-caption {
  font-family: "PFDinTextUniversal-Medium", sans-serif;
  color: #013ca6;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase; }

.result__deacr-text {
  font-family: "PFDinTextUniversal", sans-serif;
  color: #013ca6;
  font-size: 0.75em;
  line-height: 2;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-align: justify;
  padding: 15px 0; }
  .result__deacr-text span {
    font-weight: bold; }
  .result__deacr-text_blue {
    color: #20bdf2; }
  .result__deacr-text_violet {
    color: violet; }
  .result__deacr-text_orang {
    color: #d67729; }
  .result__deacr-text_green {
    color: #c5e3c7; }
  .result__deacr-text_pink {
    color: pink; }

.result__deacr-text-list {
  width: 75%;
  padding: 15px 0;
  position: relative; }

.result__deacr-text-item {
  width: 100%;
  font-family: "PFDinTextUniversal", sans-serif;
  color: #013ca6;
  font-size: 0.75em;
  line-height: 2;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  text-align: justify; }
  .result__deacr-text-item span {
    font-weight: bold; }

.result .icon-img-wrap {
  position: absolute;
  top: 0;
  left: 100%;
  width: 300px; }
  .result .icon-img-wrap img {
    display: block;
    width: 100%;
    height: auto; }

.result__center {
  width: 100%; }

.result__img-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.result__img-left {
  width: 48%; }
  .result__img-left img {
    display: block;
    width: 100%;
    height: auto; }

.result__img-right {
  width: 48%; }
  .result__img-right img {
    display: block;
    width: 100%;
    height: auto; }

.zoom {
  display: inline-block;
  position: relative; }

/* magnifying glass icon */
.zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0; }

.zoom img {
  display: block; }

.zoom img::selection {
  background-color: transparent; }

.contact {
  padding: 35px 0;
  text-align: center;
  width: 100%;
  margin: 0 auto; }
  .contact__caption {
    font-family: "PFDinTextUniversal-Medium", sans-serif;
    color: #0035aa;
    font-size: 3em;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  .contact p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1.875;
    letter-spacing: 0.025em;
    color: #013ca6; }
  .contact a {
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1.66;
    letter-spacing: 0.025em;
    color: #013ca6; }

.footer {
  background-color: #023ca7;
  width: 100%; }
  .footer__inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer__left {
    width: 50%;
    font-family: "PFDinTextUniversal", sans-serif;
    color: #fefefe;
    font-size: 0.75em;
    line-height: 3;
    letter-spacing: 0.025em; }
  .footer__right {
    width: 50%;
    font-family: "PFDinTextUniversal", sans-serif;
    color: #fefefe;
    font-size: 0.75em;
    line-height: 3;
    letter-spacing: 0.025em;
    text-align: right; }
    .footer__right a {
      width: 60px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }
      .footer__right a img {
        display: block;
        width: 100%;
        height: auto; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
  .top-header {
    min-height: 677px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/
  .top-header {
    min-height: 560px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /**/
  .top-header {
    background: url("../img/img28.07.17/RY_compet_tab.jpg") no-repeat top center;
    background-size: cover;
    min-height: 578px; }
  .content__caption-text {
    font-size: 2.8em; }
  .gallery__wrap {
    margin: 20px 0; }
  .gallery__item {
    margin: 0 1.5% 25px;
    width: 47%; }
  .competition-format__inner {
    width: 90%; }
  .nomination-blok .form__left {
    width: 100%;
    float: none; }
  .nomination-blok .form__right {
    width: 100%;
    float: none; }
  .concurs-descr__item {
    padding: 10px 0; }
  .concurs-descr__left {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto; }
  .concurs-descr__right {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto; }
  .result__deacr-left {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px; }
  .result__caption {
    padding: 5px 0; }
  .result__deacr-right {
    width: 100%; }
  .result__deacr-caption {
    text-align: center; }
  .footer__left {
    width: 65%; }
  .footer__right {
    width: 35%; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 630px) {
  /**/
  .top-header {
    min-height: 473px; }
  .result__img-inner {
    flex-wrap: wrap; }
  .competition-nom__inner {
    padding: 15px 22%; }
  .result__img-left {
    width: 85%;
    margin: 0 auto; }
  .result__img-right {
    width: 85%;
    margin: 0 auto; }
  .footer__left {
    width: 100%;
    float: none;
    text-align: center; }
  .footer__right {
    width: 100%;
    float: none;
    text-align: center; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/
  .top-header {
    background: url("../img/img28.07.17/RY_compet_phone.jpg") no-repeat top center;
    background-size: cover;
    min-height: 855px; }
  .content__caption-text {
    font-size: 2.5em; }
  .about__center-bold {
    font-size: 1.5em;
    line-height: 1.2; }
  .about__center-bold_last {
    text-align: justify;
    font-size: 1.2em; }
  .about__item {
    float: none;
    width: 100%;
    padding: 0 10px; }
  .top-header__right,
  .top-header__left {
    width: 100%;
    float: none;
    text-align: center; }
  .competition-nom__inner {
    padding: 10px; }
  .block-icon__heading {
    font-size: 2.5em; }
  .block-icon__left,
  .block-icon__right {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px; }
  .top-header__caption {
    text-align: center; }
  .about__left,
  .about__right {
    width: 100%;
    float: none;
    padding: 0 10px; }
  .awards-blok__list {
    padding: 0 10px;
    width: 100%;
    float: none; }
  .awards-blok__left {
    text-align: center; }
  .gallery__wrap {
    margin: 0; }
  .gallery__item {
    margin: 0 0 25px;
    padding: 0 10px;
    width: 100%; }
  .concurs-descr__menu {
    padding: 0 10px; }
  .form-wrap {
    width: 100%; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
