/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.45;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
    text-decoration: underline !important;
    color: #d5ae00 !important;
}
a:hover {
    text-decoration: none !important;
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
    display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}
@font-face {
    font-family: 'HeliosLight';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/HeliosLight.eot');
    src: local('HeliosLight'), url('../fonts/HeliosLight.eot?#iefix') format('embedded-opentype'), url('../fonts/HeliosLight.woff') format('woff'), url('../fonts/HeliosLight.ttf') format('truetype');
}
@font-face {
    font-family: 'SKODA_next';
    src: url('../fonts/SKODANext-Black.eot');
    src: url('../fonts/SKODANext-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/SKODANext-Black.woff2') format('woff2'), url('../fonts/SKODANext-Black.woff') format('woff'), url('../fonts/SKODANext-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'SKODA_next';
    src: url('../fonts/SKODANext-Light.eot');
    src: url('../fonts/SKODANext-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SKODANext-Light.woff2') format('woff2'), url('../fonts/SKODANext-Light.woff') format('woff'), url('../fonts/SKODANext-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SKODA_next';
    src: url('../fonts/SKODANext-Regular.eot');
    src: url('../fonts/SKODANext-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SKODANext-Regular.woff2') format('woff2'), url('../fonts/SKODANext-Regular.woff') format('woff'), url('../fonts/SKODANext-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
}
h1 {
    margin: 0;
}
body {
    background-color: #003664;
    position: relative;
    font-family: 'SKODA_next', sans-serif;
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    transition: .3s;
    color: #fff;
    font-weight: 300;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: 'SKODA_next', sans-serif;
    font-size: 18px;
    line-height: 1.15;
    margin: 0;
    font-weight: 300;
}
a,
div {
    outline: none !important;
}
.container {
    box-sizing: border-box;
    width: 1279px;
    margin: 0 auto;
    padding: 0 100px;
}
h2.underline {
    position: relative;
    font-size: 40px;
    font-weight: 500;
    margin-left: 75px;
}
h2.underline:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    display: inline-block;
    width: 113px;
    height: 8px;
    background-color: #d5ae00;
}
h2.section_title {
    color: #d5ae00;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 45px;
}
.btn-hover {
    position: relative;
    transition: all 300ms ease;
    border: 5px solid #003348;
    text-decoration: none;
    color: #003348;
    text-transform: uppercase;
    font-size: 20px;
    padding: 8px 23px;
}
.btn-hover span {
    z-index: 10;
    position: relative;
}
.btn-hover:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: auto;
    width: 0;
    height: 100%;
    transition: all 300ms ease;
    background: #003348;
}
.btn-hover:hover {
    color: #d5ae00;
    box-shadow: none;
}
.btn-hover:hover:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: -1px;
    width: 101%;
    height: 101%;
    background: #003348;
}
.fancybox-navigation .fancybox-button {
    top: 45% !important;
    transform: translateY(-50%) !important;
}
.row {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
}
.row .column {
    width: 32.5%;
    display: block;
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.row .column_2 {
    width: 66.5%;
    display: block;
}
.page-header {
    padding: 20px 0;
    z-index: 10;
}
.page-header .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
}
.page-header .container .logo_wrapper {
    width: 270px;
}
.page-header .container .logo_wrapper img {
    width: 100%;
    height: auto;
}
.page-header .container .main-menu ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
.page-header .container .main-menu ul li {
    list-style-type: none;
}
.page-header .container .main-menu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #d5ae00;
    font-weight: 900;
    font-size: 16px;
    line-height: 2;
    padding-right: 27px;
}
.menu_link {
    transition: all 300ms ease;
    position: relative;
    display: inline-block;
}
.menu_link span {
    position: relative;
    padding: 0 .2em;
    display: inline-block;
}
.menu_link span:before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: auto;
    width: 0;
    height: 10%;
    transition: all 300ms ease;
    background: #d5ae00;
}
.menu_link:hover {
    box-shadow: none;
}
.menu_link:hover span:before {
    content: '';
    right: 0;
    left: 0;
    width: 100%;
}
.promo {
    position: relative;
    margin-top: -71px;
    z-index: 1;
    background-color: #FFFFFF;
}
.promo img {
    width: 100%;
    display: none;
}
@media (min-width: 1025px) {
    .promo .promo-desktop {
        display: block;
    }
}
@media (min-width : 768px) and (max-width : 1024px) {
    .promo .promo-tablet {
        display: block;
    }
}
@media (max-width : 768px) {
    .promo .promo-mobile {
        display: block;
    }
}
#registerFormMemberPark input[type='file'] {
    color: #fff;
}
.registration {
    position: relative;
    background-color: #000000;
}
.registration .container {
    position: relative;
}
.registration h2 {
    color: #d5ae00;
    font-size: 81px;
}
.registration .row {
    padding-top: 30px;
    margin-bottom: 5px;
}
.registration .row .column {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.registration .row p.title {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: bold;
    color: #d5ae00;
    line-height: 1;
}
.registration .row .column_2 {
    padding-left: 12px;
}
.registration .row .column_2 p.text {
    font-size: 18px;
}
.registration .row .column_2 ul {
    list-style: square;
    margin: 0 0 0 25px;
}
.registration .row .column_2 ul li {
    font-size: 18px;
    color: #d5ae00;
}
.registration .row .column_2 ul li span {
    color: #fff;
}
.registration .row .column_2 p.text a {
    transition: color .3s;
    color: #fff;
    text-decoration: none;
}
.registration form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 17px;
    margin-bottom: 36px;
}
.registration form p.subtitle {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 17px;
    position: relative;
    color: #d5ae00;
}
.registration form .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 8px 0;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
    /* disabled checkbox */
}
.registration form .row p {
    position: relative;
    padding-right: 4.5%;
    text-align: right;
    color: #fff;
}
.registration form .row p:after {
    content: '*';
    position: relative;
    left: 5px;
    color: #f9b000;
}
.registration form .row p.without-star:after {
    content: '';
}
.registration form .row div.input {
    width: 65.5%;
}
.registration form .row input {
    width: 100%;
    height: 34px;
    padding: 10px;
    padding-left: 16px;
    border: 0;
    outline: none;
    color: #003348;
}
.registration form .row select {
    width: 100%;
    height: 34px;
    padding-left: 16px;
    border: 0;
    outline: none;
    color: #003348;
}
.registration form .row input[type='text']::-webkit-input-placeholder,
.registration form .row input[type='email']::-webkit-input-placeholder,
.registration form .row input[type='url']::-webkit-input-placeholder {
    font-weight: 300;
    color: #003348;
}
.registration form .row input[type='text']::-moz-placeholder,
.registration form .row input[type='email']::-moz-placeholder,
.registration form .row input[type='url']::-webkit-input-placeholder {
    font-weight: 300;
    color: #003348;
}
.registration form .row input[type='text']:-moz-placeholder,
.registration form .row input[type='email']:-moz-placeholder,
.registration form .row input[type='url']::-webkit-input-placeholder {
    font-weight: 300;
    color: #003348;
}
.registration form .row input[type='text']:-ms-input-placeholder,
.registration form .row input[type='email']:-ms-input-placeholder,
.registration form .row input[type='url']::-webkit-input-placeholder {
    font-weight: 300;
    color: #003348;
}
.registration form .row .box {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center;
    -khtml-user-select: none;
}
.registration form .row .box input {
    position: absolute;
    font-weight: 300;
    width: 0;
    margin-bottom: 0 !important;
    padding: 0;
    background-color: #fff !important;
    -webkit-appearance: none;
}
.registration form .row .box label {
    line-height: 37px;
    margin-right: 15px;
    padding-left: 1.5em;
    outline: none !important;
    -khtml-user-select: none;
}
.registration form .row [type='radio']:not(:checked),
.registration form .row [type='radio']:checked {
    position: absolute;
    top: 1em;
    left: .5em;
    opacity: 0;
}
.registration form .row [type='radio']:not(:checked) + label,
.registration form .row [type='radio']:checked + label {
    position: relative;
    margin-right: 30px;
    padding-left: 50px;
    cursor: pointer;
}
.registration form .row [type='radio']:not(:checked) + label:before,
.registration form .row [type='radio']:checked + label:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 0;
    box-sizing: border-box;
    width: 37px;
    height: 37px;
    border: 5px solid #f2f2f2;
    border-radius: 50%;
    background: #fff;
}
.registration form .row [type='radio']:not(:checked) + label:after,
.registration form .row [type='radio']:checked + label:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 8px;
    width: 21px;
    height: 21px;
    transition: all .2s;
    border-radius: 50%;
    background-color: #f7bb01;
}
.registration form .row [type='radio']:not(:checked) + label:after {
    transform: scale(0);
    opacity: 0;
}
.registration form .row [type='radio']:checked + label:after {
    transform: scale(1);
    opacity: 1;
}
.registration form .row [type='radio']:disabled:not(:checked) + label:before,
.registration form .row [type='radio']:disabled:checked + label:before {
    border-color: #bbb;
    background-color: #ddd;
    box-shadow: none;
}
.registration form .row [type='radio']:disabled:checked + label:after {
    color: #999;
}
.registration form .row [type='radio']:disabled + label {
    color: #aaa;
}
.registration form .btn-hover {
    padding-top: 0;
    padding-bottom: 0;
    color: #d5ae00;
    border: 5px solid #d5ae00;
}
.registration form .btn-hover .submit {
    color: #fff;
    outline: none;
}
.registration form .btn-hover:before {
    background-color: #d5ae00;
}
.registration form .btn-hover:hover .submit {
    color: #003348;
}
.registration form .submit_wrapper {
    display: inline-block;
    width: 330px;
    margin-top: 30px;
    margin-left: 373px;
    cursor: pointer;
}
.registration form .submit {
    font-size: 20px;
    width: 100%;
    padding: 8px 0;
    cursor: pointer;
    transition: .3s;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
}
.registration form #afterRegistrationText {
    display: none;
    padding: 10px;
    color: #000;
    background-color: #d5ae00;
}
.registration form > p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 16px;
    margin-left: 373px;
    color: #fff;
}
.registration form > p span {
    color: #d5ae00;
}
.checkbox_field {
    position: relative;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-align: center;
    text-align: left;
    -khtml-user-select: none;
    margin-left: 373px;
    font-size: 19px;
    margin-top: 8px;
}
.checkbox_field a {
    line-height: 1.5;
    transition: color .3s;
    color: #d5ae00;
    text-decoration: none;
    -khtml-user-select: none;
}
.checkbox_field input {
    position: absolute;
    margin-bottom: 0 !important;
    background-color: #fff !important;
    -webkit-appearance: none;
}
.checkbox_field label {
    padding-left: 1.5em;
    outline: none !important;
    -khtml-user-select: none;
}
/* Base for label styling */
[type='checkbox']:not(:checked),
[type='checkbox']:checked {
    position: absolute;
    top: 1em;
    left: .5em;
    opacity: 0;
}
[type='checkbox']:not(:checked) + label,
[type='checkbox']:checked + label {
    position: relative;
    padding-left: 1.6em;
    cursor: pointer;
}
/* checkbox aspect */
[type='checkbox']:not(:checked) + label:before,
[type='checkbox']:checked + label:before {
    content: '';
    position: absolute;
    top: .1em;
    left: 0;
    width: 1em;
    height: 1em;
    border: .05em solid transparent;
    border-radius: 0;
    background: #fff;
}
/* checked mark aspect */
[type='checkbox']:not(:checked) + label:after,
[type='checkbox']:checked + label:after {
    content: '✓';
    position: absolute;
    top: .05em;
    left: .15em;
    font-family: 'open_sans';
    font-size: 1.05em;
    font-weight: 900;
    transition: all .2s;
    color: #d5ae00;
}
/* checked mark aspect changes */
[type='checkbox']:not(:checked) + label:after {
    transform: scale(0);
    opacity: 0;
}
[type='checkbox']:checked + label:after {
    transform: scale(1);
    opacity: 1;
}
/* disabled checkbox */
[type='checkbox']:disabled:not(:checked) + label:before,
[type='checkbox']:disabled:checked + label:before {
    border-color: #bbb;
    background-color: #ddd;
    box-shadow: none;
}
[type='checkbox']:disabled:checked + label:after {
    color: #999;
}
[type='checkbox']:disabled + label {
    color: #aaa;
}
.nominations {
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    background-color: #000000;
}
.nominations .container h2 {
    font-size: 42px;
    margin-top: 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}
.nominations .container h2.big {
    font-size: 80px;
    color: #d5ae00;
}
.nominations .container p {
    font-size: 18px;
    padding: 30px 0 0 0;
}
.nominations .container .tabs {
    margin-top: 36px;
}
.nominations .container .tabs .tab_head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nominations .container .tabs .tab_head .tab_head_item {
    position: relative;
    width: 32.3%;
    height: 100px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: .3s;
}
.nominations .container .tabs .tab_head .tab_head_item_blank {
    height: 1px !important;
    visibility: hidden;
}
.nominations .container .tabs .tab_head .tab_head_item:hover {
    transform: scale(1.03);
}
.nominations .container .tabs .tab_head .tab_head_item span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    font-weight: 400;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}
.nominations .container .tabs .tab_head .tab_head_item span p {
    font-weight: 200;
    font-size: 15px;
    margin: 0;
    padding: 0;
    text-transform: none;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(1) {
    background-color: #d5ae00;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(2) {
    background-color: #9a7700;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(3) {
    background-color: #d5ae00;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(4) {
    background-color: #9a7700;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(5) {
    background-color: #d5ae00;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(6) {
    background-color: #9a7700;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(7) {
    background-color: #d5ae00;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(8) {
    background-color: #9a7700;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(9) {
    background-color: #d5ae00;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(10) {
    background-color: #9a7700;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(11) {
    background-color: #d5ae00;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(12) {
    background-color: #9a7700;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(13) {
    background-color: #d5ae00;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(14) {
    background-color: #9a7700;
}
.nominations .container .tabs .tab_head .tab_head_item:nth-child(15) {
    background-color: #d5ae00;
}
.slider {
    background-color: #fff;
    color: #003348;
    padding-bottom: 15px;
    padding-top: 50px;
}
.slider h2 {
    font-size: 45px;
    color: #d5ae00;
    text-transform: uppercase;
}
.slider p {
    font-size: 18px;
    margin-top: 15px;
}
.slider .swiper_block {
    margin-top: 40px;
}
.slider .swiper_block .slider_item {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 40px;
}
.slider .swiper_block .slider_item .img_wrapper {
    width: 250px;
    height: 250px;
}
.slider .swiper_block .slider_item .img_wrapper img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}
.slider .swiper_block .slider_item .img_wrapper div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #e6e6e6;
}
.slider .swiper_block .slider_item .text_bloc {
    display: -ms-flexbox;
    display: flex;
    width: 67.5%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 34px;
}
.slider .swiper_block .slider_item p.name {
    font-size: 19px;
    text-transform: uppercase;
    position: relative;
    font-weight: 900;
    margin-bottom: 4px;
    line-height: 1.2;
}
.slider .swiper_block .slider_item p.name .wrap {
    display: block;
    width: 100%;
}
.slider .swiper_block .slider_item p.text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 5px;
}
.slider .swiper_block .slider_item p.text.descr {
    padding-bottom: 27px;
    margin-bottom: 15px;
    position: relative;
}
.slider .swiper_block .slider_item p.text.descr:before {
    content: '';
    display: inline-block;
    width: 150px;
    height: 14px;
    background-color: #d5ae00;
    position: absolute;
    left: 0px;
    bottom: 0;
}
.swiper_block {
    position: relative;
}
.swiper_block:first-of-type {
    margin-bottom: 55px;
    margin-top: 25px;
}
.swiper_block .swiper-container .photo_wrapper {
    width: 350px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.swiper_block .swiper-container .photo_wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
}
.swiper_block .swiper-button-next,
.swiper_block .swiper-button-prev {
    background-image: url('../img/arrow_right.gif');
    position: absolute;
    top: 50%;
    width: 41px;
    height: 77px;
    margin-top: 0;
    background-size: contain;
    transform: translateY(-50%);
}
.swiper_block .swiper-button-prev {
    left: -73px;
    transform: translateY(-50%) rotate(180deg);
}
.swiper_block .swiper-button-next {
    right: -73px;
}
.yellow-text {
    color: #d5ae00 !important;
}
.bold-text {
    font-weight: bold;
}
.upper-text {
    text-transform: uppercase;
}
.bg-black {
    background-color: #000000 !important;
}
.text-black {
    color: #000000 !important;
}
.bg-white {
    background-color: #fff !important;
}
.text-white {
    color: #fff !important;
}
.black-border {
    border: 1px solid #000000 !important;
}
.about-award {
    padding-top: 56px;
    padding-bottom: 20px;
    background-color: #000000;
}
.about-award h2 {
    font-size: 81px;
    color: #d5ae00;
    text-transform: uppercase;
}
.about-award h3 {
    font-size: 46px;
    color: #d5ae00;
    text-transform: uppercase;
}
.about-award h4 {
    font-size: 32px;
    color: #d5ae00;
    text-transform: uppercase;
}
.about-award a {
    color: #fff;
    text-decoration: underline;
}
.about-award a:hover {
    text-decoration: none;
}
.about-award .row {
    padding-top: 30px;
    margin-bottom: 36px;
}
.about-award .row .column {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
/*.about-award .row:last-of-type p.title {
    font-size: 26px;
    line-height: 1.3;
}
.about-award .row:last-of-type p.title span {
    font-size: 61px;
    line-height: .7;
}
.about-award .row:last-of-type .column_2 p.text {
    padding-left: 0;
}*/
.about-award .row p.title {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: bold;
    color: #d5ae00;
    line-height: 1;
}
.about-award .row p.subtitle {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 46px;
    margin-bottom: 17px;
    position: relative;
}
.about-award .row p.subtitle:before {
    content: '';
    display: inline-block;
    width: 150px;
    height: 14px;
    background-color: #d5ae00;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-award .row .column_2 {
    padding-left: 20px;
}
.about-award .row .column_2 p.text {
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 15px;
}
.about-award .row li {
    position: relative;
    font-size: 18px;
    margin-bottom: 16px;
    padding-left: 15px;
    list-style-type: none;
}
.about-award .row li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #d5ae00;
}
@media all and (max-width: 1279px) and (min-width: 767px) {
    .registration form .row .days-wrap {
        margin-top: 12px;
    }
    .registration form .row .box {
        margin-top: 7px;
    }
}
@media all and (min-width: 1279px) {
    .page-header .container {
        padding: 0 52px;
    }
}
@media (max-width: 1279px) {
    .container {
        width: 767px;
        padding: 0 70px;
    }
}
@media (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 25px;
    }
}
@media all and (max-width: 1279px) {
    h2.underline {
        margin-left: 35px;
    }
    .page-header {
        padding: 20px 0 20px 0;
        min-height: 70px;
    }
    .page-header .container .logo_wrapper {
        width: 170px;
    }
    .page-header .container .main-menu {
        width: 100%;
        padding-top: 50px;
        display: none;
        margin-left: 0;
    }
    .page-header .container .main-menu ul {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .page-header .container .main-menu ul li a {
        padding-right: 0;
        text-align: center;
    }
    .registration {
        padding-top: 35px;
        padding-bottom: 55px;
    }
    .registration h2 {
        font-size: 58px;
    }
    .registration .row {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10px;
        margin-bottom: 66px;
    }
    .registration .row .column {
        width: 100%;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .registration .row .column_2 {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .registration form {
        margin-top: 13px;
        padding: 0 5px;
    }
    .registration form p.subtitle {
        top: 18px;
        margin-right: 50px;
    }
    .registration form .row {
        padding: 3px 0;
    }
    .registration form .row div.input {
        width: 100%;
    }
    .registration form .row input, .registration form .row select {
        width: 100%;
        margin: 4px 0;
        padding-left: 10px;
    }
    .registration form .submit_wrapper {
        margin: 0 auto;
        margin-top: 5px;
    }
    .registration form > p {
        margin-top: 18px;
        margin-left: 144px;
    }
    .checkbox_field {
        margin-left: 144px;
        margin-top: 0;
    }
    .nominations .container h2 {
        font-size: 42px;
        margin-top: 14px;
    }
    .nominations .container h2.big {
        font-size: 55px;
    }
    .nominations .container .tabs {
        margin-top: 32px;
    }
    .nominations .container .tabs .tab_head .tab_head_item {
        width: 49%;
        margin-bottom: 14px;
    }
    .slider {
        padding-top: 10px;
        padding-bottom: 45px;
    }
    .slider h2 {
        line-height: 1.05;
    }
    .slider .swiper_block {
        margin-top: 0;
        margin-bottom: 0 !important;
    }
    .slider .swiper_block .slider_item {
        padding-left: 0;
        padding-top: 12px;
    }
    .slider .swiper_block .slider_item .img_wrapper {
        width: 202px;
        height: 202px;
    }
    .slider .swiper_block .slider_item .text_bloc {
        width: 61%;
        margin-top: 0;
    }
    .slider .swiper_block .slider_item p.name .wrap {
        display: inline-block;
        width: auto;
    }
    .swiper_block:first-of-type {
        margin-top: 30px;
    }
    .swiper_block .swiper-container .photo_wrapper {
        width: 305px;
        height: 260px;
    }
    .swiper_block .swiper-button-next,
    .swiper_block .swiper-button-prev {
        height: 63px;
    }
    .swiper_block .swiper-button-prev {
        left: -60px;
    }
    .swiper_block .swiper-button-next {
        right: -60px;
    }
    .about-award {
        padding-top: 40px;
    }
    .about-award h2 {
        font-size: 58px;
    }
    .about-award .row {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 10px;
        margin-bottom: 66px;
    }
    .about-award .row .column {
        width: 100%;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .about-award .row:last-of-type {
        margin-bottom: 45px;
    }
    .about-award .row:last-of-type .column_2 {
        margin-top: 75px;
    }
    .about-award .row:last-of-type .column_2 ul {
        margin-top: 10px;
    }
    .about-award .row p.subtitle {
        top: 18px;
        margin-right: 50px;
    }
    .about-award .row .column_2 {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
}
@media all and (max-width: 767px) {
    .about-award a.button {
        display: block;
        text-align: center;
    }
    h2.underline {
        margin-left: 0;
        font-size: 28px;
    }
    h2.section_title {
        font-size: 27px;
    }
    .registration {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    .registration h2 {
        font-size: 38px;
    }
    .registration .row {
        padding-top: 5px;
        margin-bottom: 10px;
    }
    .registration .row .column {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .registration .row p.title {
        font-size: 27px;
    }
    .registration form {
        padding: 5px;
    }
    .registration form p.subtitle {
        font-size: 22px;
        padding-bottom: 23px;
        margin-bottom: 31px;
    }
    .registration form .row {
        padding: 2px 0;
    }
    .registration form .row p {
        position: absolute;
        color: #003348;
        text-align: left;
        padding-left: 16px;
    }
    .registration form .row p.only-desktop {
        display: none !important;
    }
    .registration form .row div.input {
        width: 100%;
    }
    .registration form .row input, .registration form .row select {
        width: 100%;
    }
    .registration form .row input[type='text']::-webkit-input-placeholder,
    .registration form .row input[type='email']::-webkit-input-placeholder,
    .registration form .row input[type='url']::-webkit-input-placeholder {
        color: transparent;
    }
    .registration form .row input[type='text']::-moz-placeholder,
    .registration form .row input[type='email']::-moz-placeholder,
    .registration form .row input[type='url']::-webkit-input-placeholder {
        color: transparent;
    }
    .registration form .row input[type='text']:-moz-placeholder,
    .registration form .row input[type='email']:-moz-placeholder,
    .registration form .row input[type='url']::-webkit-input-placeholder {
        color: transparent;
    }
    .registration form .row input[type='text']:-ms-input-placeholder,
    .registration form .row input[type='email']:-ms-input-placeholder,
    .registration form .row input[type='url']::-webkit-input-placeholder {
        color: transparent;
    }
    .registration form .row {/* checkbox aspect *//* checked mark aspect */
    }
    .registration form .row .box {
        margin-top: 14px;
    }
    .registration form .row [type='radio']:not(:checked) + label:before,
    .registration form .row [type='radio']:checked + label:before {
        top: -5px;
        width: 27px;
        height: 27px;
    }
    .registration form .row [type='radio']:not(:checked) + label:after,
    .registration form .row [type='radio']:checked + label:after {
        top: 2px;
        left: 7px;
        width: 13px;
        height: 13px;
    }
    .registration form .row label {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
    .registration form .row .days-wrap .checkbox + label {
        height: 30px !important;
    }
    .registration form .row .days-wrap .checkbox:last-of-type + label:before {
        left: 0 !important;
    }
    .registration form .row .days-wrap .checkbox:last-of-type + label span {
        left: 50px !important;
    }
    .registration form .row .days-wrap .checkbox:last-of-type + label:after {
        left: 5px !important;
    }
    .registration form .row .days-wrap .checkbox {
        position: relative !important;
    }
    .registration form .row .days-wrap .checkbox + label span {
        font-size: 14px;
    }
    .registration form .row .days-wrap .checkbox + label:before {
        top: 0;
        width: 27px;
        height: 27px;
    }
    .registration form .row .days-wrap .checkbox + label:after {
        top: 7px;
        left: 7px;
        width: 13px;
        height: 13px;
    }
    .registration form .submit_wrapper {
        width: 258px;
        margin-top: 10px;
    }
    .registration form .submit {
        font-size: 15px;
        padding: 12px 0;
        font-weight: bold;
    }
    .registration form > p {
        font-size: 14px;
        margin-top: 10px;
        margin-left: 0;
    }
    .checkbox_field {
        margin-left: 0;
    }
    [type='checkbox']:not(:checked) + label:after,
    [type='checkbox']:checked + label:after {
        top: -0.05em;
    }
    .nominations {
        padding-bottom: 25px;
    }
    .nominations .container h2 {
        font-size: 16px;
        margin-top: 7px;
    }
    .nominations .container h2.big {
        font-size: 34px;
    }
    .nominations .container .tabs {
        margin-top: 34px;
    }
    .nominations .container .tabs .tab_head .tab_head_item {
        width: 100%;
        height: 75px;
        margin-bottom: 10px;
    }
    .nominations .container .tabs .tab_head .tab_head_item span {
        font-size: 14px;
    }
    .slider {
        padding-bottom: 20px;
        padding-top: 24px;
    }
    .slider h2 {
        font-size: 26px;
    }
    .slider .swiper_block {
        margin-top: 25px !important;
    }
    .slider .swiper_block .swiper-button-next,
    .slider .swiper_block .swiper-button-prev {
        top: 120px !important;
    }
    .slider .swiper_block .slider_item {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .slider .swiper_block .slider_item .img_wrapper {
        margin: 0 auto;
    }
    .slider .swiper_block .slider_item .text_bloc {
        width: 100%;
        margin-top: 30px;
    }
    .slider .swiper_block .slider_item p.name {
        width: 100%;
        text-align: left;
    }
    .slider .swiper_block .slider_item p.text {
        width: 100%;
    }
    .slider .swiper_block .slider_item p.text.descr:before {
        width: 125px;
        height: 10px;
    }
    .swiper_block:first-of-type {
        margin-top: 15px;
        margin-bottom: 22px;
    }
    .swiper_block .swiper-container .photo_wrapper {
        width: 270px;
        height: 200px;
        margin-left: 1px;
    }
    .swiper_block .swiper-button-next,
    .swiper_block .swiper-button-prev {
        height: 33px;
    }
    .swiper_block .swiper-button-prev {
        left: -35px;
    }
    .swiper_block .swiper-button-next {
        right: -35px;
    }
    .about-award {
        padding-top: 28px;
    }
    .about-award h2 {
        font-size: 38px;
    }
    .about-award h3 {
        font-size: 38px;
        line-height: 1.1;
    }
    .about-award .row {
        padding-top: 5px;
        margin-bottom: 10px;
    }
    .about-award .row .column {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-award .row:last-of-type {
        margin-bottom: 10px;
    }
    .about-award .row:last-of-type p.title {
        font-size: 21px;
    }
    .about-award .row:last-of-type p.title span {
        font-size: 48px;
    }
    .about-award .row:last-of-type .column_2 {
        margin-top: 25px;
    }
    .about-award .row p.title {
        font-size: 27px;
    }
    .about-award .row p.subtitle {
        font-size: 22px;
        padding-bottom: 23px;
        margin-bottom: 31px;
    }
    .about-award .row p.subtitle:before {
        width: 125px;
        height: 10px;
    }
    .about-award .row p.yellow_bgr {
        font-size: 17px;
        margin-bottom: 27px;
    }
    .about-award .row li {
        margin-bottom: 19px;
        padding-right: 20px;
    }
}
@media all and (max-width: 767px) {
    .registration form {
        margin-bottom: 0px;
    }
}
.button {
    padding: 15px 30px;
    border: 1px solid #d5ae00;
    font-size: 24px;
    text-decoration: none !important;
    margin: 0 0 30px;
    display: inline-block;
}
.suggestions-value {
    color: #000000;
}
.registration form .row p.no-star:after {
    content: '';
}
