.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
@font-face {
    font-family: "RobotoCondensed-Bold"; /* no free */
    src: url("../fonts/RobotoCondensed-Bold.ttf") format('truetype'),
    url('../fonts/RobotoCondensed-Bold.otf') format('opentype'),
    url('../fonts/RobotoCondensed-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Roboto-Regular";  /* no free */
    src: url("../fonts/Roboto-Regular.ttf") format("truetype"),
    url('../fonts/Roboto-Regular.otf') format('opentype'),
    url('../fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Roboto-LightItalic"; /* no free */
    src: url("../fonts/Roboto-LightItalic.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    position: relative;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}
body {
    position: relative;
    z-index: 10;
    font-family: RobotoCondensed-Bold, sans-serif;
}
.body-awards-2018, .body-awards-2019, .body-awards-2020, .body-awards-2021 {
    background-color: #f0ebe6;
    font-family: RobotoCondensed-Bold, sans-serif;
}
.top-banner {

}
.main-header {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: #2d2d2d;
    background-image: url("../../img/awards2018/awards-bg.jpg");
    background-position: center top;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.main-nav__toggle {
    display: none;
}
.main-nav {
    line-height: 36px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    top: 0;
}
.site-list {
    line-height: 64px;
    max-width: 410px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    list-style: none;
}
.site-list li:last-child {
    display: none;
}
.site-list__item {
    font-family: RobotoCondensed-Bold, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 200;
}
.site-list__item-scroll:hover {
    padding-bottom: 13px;
    background: url(../../img/awards2018/vote-bg.png) no-repeat;
    background-size: 110%;
    background-position: bottom center;
}
.ok-awards-logo-img {
    display: block;
    height: auto;
    margin: 0 auto;
}
.date-awards {
    width: 320px;
    margin: 0 0 0 157px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
}
.date-awards span {
    font-family: RobotoCondensed-Bold, sans-serif;
    font-size: 17px;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #ffea2e;
    text-transform: uppercase;
}
.ok-awards-logo {
    display: block;
    margin: 30px auto 0 auto;
}
.wrap-logo {
    position: absolute;
    top: 25%;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.show-more {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    margin: 0 auto 50px auto;
    width: 135px;
    height: 80px;
    font-family: RobotoCondensed-Bold, sans-serif;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url("../../img/awards2018/scroll.svg");
    background-repeat: no-repeat;
    background-position: center bottom;
    animation-name: dropdown;
    animation-duration: 700ms;
    animation-iteration-count: infinite;
}
@keyframes dropdown {
    0% {
        transform: translate(-50%, -4%);
    }
    50% {
        transform: translate(-50%, 4%);
    }
    100% {
        transform: translate(-50%, -4%);
    }
}
.acmg-footer {
    width: 100%;
    background-color: #000000;
    padding: 17px 0;
}
.acmg-footer__acmg-list {
    margin: 0 20%;
}
.acmg-list {
    width: 60%;
    max-width: 1175px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.acmg-list__acmg-social {
    margin: 0 auto;
}
.acmg-list__brands-list {
    margin: 0;
}
.acmg-list__item--social {
    margin: 0 0 0 16%;
}
.brand-appearing {
    display: none;
    background-color: #000000;
    width: 390px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.brand-appearing__brand-appearing-list {
    margin: 0;
}
.brand-appearing-list {
    background-color: #000000;
    padding: 15px;
    list-style: none;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 105px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.brand-appearing-list__item {
    font-size: 12px;
    color: #fffefe;
    line-height: 24px;
    text-decoration: none;
}
.brands-list {
    width: 270px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.brands-list li {
    position: relative;
}
.brands-list li:hover  .brand-appearing {
    display: block;
}

.brands-list__brand-appearing {
    position: absolute;
    z-index: 100;
    bottom: 44px;
    right: 0;
}
.brands-list__item {
    background-color: #000000;
    font-size: 18px;
    line-height: 24px;
    padding: 10px;
    letter-spacing: 0.8px;
    color: #fffefe;
    cursor: pointer;
    position: relative;
    border: 0;
    outline: none;
}
.brands-list__item span {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.brands-list__itemhover span {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.acmg-social {
    width: 117px;
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.acmg-social__item {
    display: block;
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-repeat: no-repeat;
}
.acmg-social__itemhover {
    background-color: rgba(255,255,255,0.7);
}
.acmg-social__itemactive {
    background-color: rgba(255,255,255,0.9);
}
.acmg-social__item--instagram {
    background-color: #000000;
    background-image: url("../../img/awards2018/inst-white.svg");
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
}
.acmg-social__item--instagram:hover {
    background-color: #000000;
    opacity: 0.7;
}
.acmg-social__item--instagram:active {
    background-color: #000000;
    opacity: 0.9;
}
.acmg-social__item--facebook {
    background-image: url("../../img/awards2018/fb-black.svg");
    background-position: 9px bottom;
    -webkit-background-size: 10px 20px;
    background-size: 10px 20px;
}
.acmg-social__item--twitter {
    background-image: url("../../img/awards2018/tw-black.svg");
    background-position: center;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
}
.main-awards, .main-footer {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.main-wrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.main-block {
    display: block;
    max-width: 1044px;
    padding: 0 40px;
    margin: 0 auto;
}
.about-awards {
    margin: 105px auto 0 auto;
}
.h2 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-style: normal;
    line-height: 0.9;
    letter-spacing: -1px;
    color: #1c1c1c;
    text-transform: uppercase;
}
.about-awards__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 55px auto 0 auto;
}
.about-awards-img-wrapper {
    width: 40%;
    max-width: 410px;
    min-width: 350px;
    margin: 0 50px 0 0;
}
.about-awards-img {
    width: 100%;
    height: auto;
}
.about-awards__description {
    display: block;
    width: 46%;
    max-width: 490px;
    padding: 57px 0 0 0;
    background-image: url("../../img/awards2018/quote.svg");
    background-position: top left;
    background-repeat: no-repeat;
}
.about-awards__description p {
    display: block;
    margin: 0;
    padding: 0;
    font-family: Roboto-Regular, sans-serif;
    font-size: 21px;
    line-height: 1.38;
    letter-spacing: normal;
    color: #1c1c1c;
}
.about-awards__description p:first-of-type {
    padding: 0 0 37px 0;
}
.about-awards-author {
    font-family: Roboto-LightItalic, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.24;
    letter-spacing: normal;
    color: #1c1c1c;
    opacity: 0.5;
    padding: 20px 0 0 0;
}
.about-awards-author span {
    display: block;
}

/*nominations*/

.nominations-awards {
    margin: 120px auto 0 auto;
}
.nominations-awards__body {
    display: block;
    width: 100%;
}
.nav-header-menu {
    padding: 0 40px;
}
.ok-awards-broadcast-container {
    background: #000000;
}
.ok-awards-broadcast-position {
    max-width: 1252px;
    margin: 0 auto;
}
.ok-awards-broadcast {
    position: relative;
    padding-bottom: 56.23%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.ok-awards-broadcast iframe,
.ok-awards-broadcast object,
.ok-awards-broadcast embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.nominations-list {
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 120px auto 80px auto;
    padding: 0;
    list-style: none;
}
.nominations-list-item {
    display: block;
    width: 22%;
    margin: 0;
    border-top: 1px solid #d7d3ce;
    border-bottom: 1px solid #d7d3ce;
}
.nominations-list-item {
    border-right: 1px solid #d7d3ce;
}
.nominations-list-item:first-of-type {
    border-left: 1px solid #d7d3ce;
}
.nominations-list-item--sub {
    position: relative;
}
.nominations-list-link {
    display: block;
    padding: 15px 0 15px 15%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: 1.2;
    letter-spacing: -0.7px;
    text-decoration: none;
    white-space: nowrap;
    color: #1c1c1c;
    margin: 0;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nominations-list-item:nth-child(3) {
    text-align: center;
    padding-left: 0;
}
.nominations-list-item:nth-child(3) .nominations-list-link {
    padding-left: 0;
}
.nominations-list-item--sub .nominations-list-link::before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 10px;
    background-image: url("../../img/awards2018/link.svg");
    background-position: center;
    -webkit-background-size: 13px 13px;
    background-size: 13px;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 9%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nominations-list-item--sub .nominations-list-link:hover::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
.nominations-list-item--sub:hover .sub-nominations-list {
    opacity: 1;
    display: block;
}
.nominations-list-item:hover {
    background-color: #ffea2e;
}
.nominations-list-link:nth-of-type {
    display: none;
}
.sub-nominations-list {
    display: none;
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    z-index: 100;
    top: 54px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #1c1c1c;
}
.sub-nominations-list-link {
    display: block;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: normal;
    color: #606060;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 5px 10px 15%;
    background-color: #ffea2e;
    border: 0;
}
.sub-nominations-list-link:hover {
    color: #1c1c1c;
}
.nominee-awards {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.nominee-awards__body {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.nominee-item {
    position: relative;
    z-index: 2;
    width: calc(33.33% - 17px);
}
.nominee-item-link {
    display: block;
    width: 100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    text-decoration: none;
}
.nominee-item-link:hover .nominee-item-img--monoh {
    opacity: 0;
}
.nominee-item-link:hover .nominee-item-img--color {
    opacity: 1;
}
.nominee-item-link:hover .nominee-item-img-name {
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.nominee-item-img {
    width: 100%;
    position: relative;
}
.nominee-item-img--monoh {
    opacity: 1;
    width: 100%;
    height: auto;
}
.nominee-item-img--color {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.nominee-item-img-name {
    margin: 0;
    position: absolute;
    z-index: 5;
    bottom: 7%;
    left: 13%;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    letter-spacing: -0.5px;
}
.nominee-item-img-name--ok {
    color: #ff372a;
    font-size: 46px;
    bottom: 64px;
}
.rewards-wrap {
    margin-top: 72px;
}
.rewards-wrap-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.rewards-wrap-left-text {
    font-size: 20px;
    line-height: 1.1em;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 0 20px;
}
.rewards-wrap-right {
    margin: 30px auto 0 auto;
    text-align: center;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 19px;
    line-height: 1.4em;
    text-transform: none;
    width: 420px;
}
.rewards-wrap-center {
    margin: 41px auto 0 auto;
    width: 348px;
    position: relative;
}
.name-nominee-wrap {
    width: 100%;
    position: relative;
}
.error-massage {
    margin: 0;
    font-size: 17px;
    color: red;
    position: absolute;
    bottom: -24px;
    left: 0;
    display: none;
}
.done-massege {
    margin: 0;
    font-size: 17px;
    color: green;
    position: absolute;
    bottom: -19px;
    left: 45px;
    display: none;
}
.input-name-nominee {
    width: 100%;
    background: none;
    border: none;
    color: #000;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-bottom: 1px solid #E3DFDA;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0;
    padding-bottom: 6px;
    outline: none;
}
.input-name-nominee::-moz-placeholder {
    color: #B0ACA8;
}
.input-name-nominee::-webkit-input-placeholder {
    color: #B0ACA8;
}
.btn-send-nominee {
    cursor: pointer;
    width: 100%;
    font-family: RobotoCondensed-Bold, sans-serif;
    font-size: 17px;
    color: #1c1c1c;
    letter-spacing: -0.7px;
    line-height: 45px;
    text-align: center;
    background: #ffea2e;
    margin: 29px 0 0 0;
    padding: 0;
    border: none;
    text-transform: uppercase;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.btn-send-nominee:hover {
    opacity: 0.8;
}

/*.modal-menu*/

.main-nav-fix {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #201F1F;
}
.main-header__container-fix {
    position: fixed;
    z-index: 9999;
}
.main-header__container-open-modal {
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    overflow: hidden;
}
.main-nav-open {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f0ebe6;
}
.site-list-fix {
    max-width: 1046px;
    width: 80%;
}
.site-list-first-item {
    display: none;
}
.site-list-first-item-fix {
    display: list-item;
    margin-right: 250px;
}
.site-list-first-item .site-list__item {
    color: #ffda21;
}
.main-nav-open .site-list {
    display: block;
    text-align: center;
    margin: 100px auto 0 auto;
}
.main-nav-open .site-list__item {
    color: #000;
    font-size: 25px;
    line-height: 55px;
}
.main-nav-open .main-nav__toggle-open {
    display: none;
}
.main-nav-open .site-list li:last-child {
    display: block;
}
.main-nav-open .site-list__item--nominations {
    background: #ffea2e;
    padding: 5px 10px;
}
.main-nav__toggle-open {
    display: none;
    width: 25px;
    height: 16px;
    border: 0;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    background-color: transparent;
    position: relative;
    top: 8px;
    left: calc(100% - 50px);
    cursor: pointer;
    outline: none;
}
.main-nav__toggle-open::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 5px;
}
.main-nav__toggle-close {
    display: none;
    position: absolute;
    right: 37.5px;
    top: 37.5px;
    z-index: 9999;
    width: 24px;
    height: 24px;
    opacity: 0.9;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
}
.main-nav__toggle-close:after ,
.main-nav__toggle-close:before {
    position: absolute;
    left: 12px;
    top: 0;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #000;
}
.main-nav__toggle-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-nav__toggle-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body .modal-open:after {
    content: "";
    position: absolute;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: red;
}
.main-header-open {
    position: static;
}
.main-footer-modal-open {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
}
.main-nav-fix .main-nav__toggle-open {
    position: relative;
    left: -webkit-calc(100% - 50px);
    left: calc(100% - 50px);
}
.nominee-awards__title {
    font-size: 21px;
    line-height: 1em;
    color: #1c1c1c;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffea2e;
    font-weight: bold;
    display: none;
}
.nominee-awards__list-wrap {
    overflow-x: auto;
    margin-bottom: 5px;
}
.nominee-awards__list {
    margin: 23px 0 0 0;
    padding: 0;
    list-style-type: none;
    width: 665px;
    display: none;
}
.nominee-awards__item {
    margin-left: 30px;
    white-space: nowrap;
}
.nominee-awards__item:first-child {
    margin-left: 0;
}
.nominee-awards__item-link {
    font-size: 14px;
    color: #606060;
    line-height: 1em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
.nominee-awards__item-link--active {
    color: #1c1c1c;
}
.social-wrap {
    margin-top: 25px;
    position: relative;
    z-index: 20;
    display: none;
}
.social-list-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sosial-horizontal-link {
    display: block;
    margin-right: 40px;
}
.sosial-horizontal-link--vk {
    width: 25px;
    margin-top: 4px;
}
.sosial-horizontal-link--fb {
    width: 12px;
}
.sosial-horizontal-link--ok {
    width: 15px;
}
.sosial-horizontal-link--btn {
    width: 25px;
    color: #1c1c1c;
    font-size: 20px;
    text-decoration: none;
}
.sosial-horizontal-link img {
    width: 100%;
    height: auto;
}
.social-list-vertical {
    background-color: #282828;
    padding: 15px;
    position: absolute;
    bottom: -220px;
    left: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 115px;
    list-style-type: none;
    margin: 0;
}
.social-vertical-item {
    width: 50px;
    height: 50px;
}
.social-vertical-item:nth-child(odd) {
    margin-right: 15px;
}
.social-vertical-item:nth-child(n+3) {
    margin-top: 15px;
}
.social-vertical-link {
    width: 100%;
    display: block;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.social-vertical-link--red {
    background-color: #ff372a;
}
.social-vertical-link--tw {
    background-image: url("../../img/awards2018/tw-social.svg");
    -webkit-background-size: 40% 40%;
    background-size: 40%;
}
.social-vertical-link--g {
    background-image: url("../../img/awards2018/g-social.svg");
    -webkit-background-size: 60% 60%;
    background-size: 60%;
}
.social-vertical-link--tg {
    background-image: url("../../img/awards2018/tg-social.svg");
    -webkit-background-size: 40% 40%;
    background-size: 40%;
}
.social-vertical-link--flip {
    background-image: url("../../img/awards2018/flip-social.png");
    -webkit-background-size: 40% 40%;
    background-size: 40%;
}
.social-vertical-link--w {
    background-image: url("../../img/awards2018/w-social.svg");
    -webkit-background-size: 40% 40%;
    background-size: 40%;
}
.nominee-awards__body.nominee-awards__body--first {
    display: flex;
}
.nominee-awards__body--hide {
    display: none;
}
.nominee-awards__body--show-desk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.nominee-item-btn-vote {
    display: none;
}

/*partners*/
.partners {
    margin: 183px 0 0 0;
}
.partners-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.partners-item {
    width: 15%;
    margin-right: 2.66%;
    margin-top: 50px;
}
.partners-item:nth-child(4n+4) {
    margin-right: 0;
}
.partners-img {
    height: auto;
}
.partners-img--mercury {
    max-width: 240px;
}
.partners-img--rhana {
    max-width: 130px;
}
.partners-img--visitgreece {
    max-width: 130px;
}
.partners-img--toy {
    max-width: 120px;
}
.partners-img--suzuki {
    max-width: 118px;
}

.partners-img--color {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.partners-img--monoh {
    opacity: 1;
    width: 100%;
    height: auto;
}
.partners-link:hover .partners-img--monoh {
    opacity: 0;
}
.partners-link:hover .partners-img--color {
    opacity: 1;
}

/*.block-articles*/

.block-articles {
    margin: 100px 0 0 0;
}
.wrap-block-articles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.block-articles-list-wrap {
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
    padding: 0;
    margin: 0 120px 0 0;
}
.block-articles-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block-articles-banner {
    width: 300px;
    height: 600px;
    margin-top: 50px;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}
.block-articles-item {
    margin: 50px 0 0 0;
    width: 43%;
}
.block-articles-item:nth-child(odd) {
    margin-right: 14%;
}
.block-articles-link {
    display: block;
    width: 100%;
    text-decoration: none;
}
.block-articles-img {
    width: 100%;
    height: auto;
}
.block-articles-title {
    font-size: 22px;
    line-height: 1.2em;
    color: #1c1c1c;
    margin: 22px 0 0 0;
    padding: 0;
}
.block-articles-description {
    font-family: "Roboto-Regular", sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    color: #7A7875;
    margin: 15px 0 0 0;
    padding: 0;
}
.block-articles-btn-show-more {
    font-family: "Roboto-Regular", sans-serif;
    display: inline-block;
    margin-top: 40px;
    font-size: 17px;
    color: #1c1c1c;
    background-image: url("../../img/awards2018/vote-bg.png");
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 0 0 15px 0;
    text-decoration: none;
    cursor: pointer;
}
.mobile-banner {
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
    margin: 50px 27.5px 0 27.5px;
    height: 350px;
    background: #B0C7D7;
    display: none;
}

/*.pop-up-nominee*/
.pop-up-nominee {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    height: 100%;
    background-color: #f0ebe6;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: auto;
    padding: 0 45px;
}
.pop-up-nominee-open {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
}
.pop-up-nominee-wrap {
    max-width: 880px;
    margin: 125px auto 20px auto;
    position: relative;
    padding: 60px;
    background: #1c1c1c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.pop-up-nominee-wrap-left {
    width: 34%;
    margin-right: 5.8%;
    position: relative;
}
.pop-up-nominee-wrap-left-img {
    width: 100%;
    height: auto;
}
.pop-up-nominee-text-on-img {
    position: absolute;
    top: -27px;
    right: -28px;
    margin: 0;
    z-index: 5;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    letter-spacing: -0.7px;
    color: #ff372a;
    font-size: 50px;
}
.pop-up-nominee-wrap-right {
    width: 60.2%;
    color: #fff;
    position: relative;
}
.pop-up-nominee-name {
    font-size: 22px;
    line-height: 1em;
    letter-spacing: -0.7px;
    text-transform: uppercase;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
}
.pop-up-nominee-description-wrap {
    margin-top: 24px;
    height: 200px;
    padding-right: 10%;
}
.pop-up-nominee-description {
    font-family: "Roboto-Regular", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.62em;
    width: 90%;
}
.pop-up-nominee-btn-block {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.pop-up-nominee-btn-block--ok {
    margin-top: 43px;
}
.pop-up-btn-vote {
    position: relative;
    margin-right: 15%;
}
.pop-up-btn-vote button {
    font-family: "Roboto-Regular", sans-serif;
    font-weight: lighter;
    letter-spacing: 0;
    display: block;
    font-size: 22px;
    color: #fff;
    background: transparent;
    background-image: url(../../img/awards2018/vote-bg.png);
    -webkit-background-size: 100% 100%;
    background-size: 107%;
    background-repeat: no-repeat;
    border: none;
    background-position: bottom center;
    padding: 0 0 14px 0;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
.pop-up-link-load {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url('../../img/awards2018/loading.gif') center center no-repeat;
    background-size: contain;
}
.pop-up-link-load--second {
    left: 125px;
    top: 15px;
    height: 50px;
    width: 100px;
}
.pop-up-link-file-ok {
    display: block;
    font-size: 22px;
    line-height: 1em;
    font-family: "Roboto-Regular", sans-serif;
    color: #ffda21;
    padding-bottom: 6px;
    text-decoration: none;
    border-bottom: 1px solid #ffda21;
}
.pop-up-link-file-ok--alone {
    margin-left: 0;
    display: inline-block;
}
.btn-close-pop-up-nominee {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 9999;
    width: 20px;
    height: 20px;
    opacity: 0.8;
    cursor: pointer;
}
.btn-close-pop-up-nominee:hover {
    opacity: 1;
}
.btn-close-pop-up-nominee:before, .btn-close-pop-up-nominee:after {
    position: absolute;
    left: 10px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #000;
}
.btn-close-pop-up-nominee:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close-pop-up-nominee:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pop-up-nominee-social-wrap-list {
    margin: 30px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pop-up-nominee-social-wrap-item {
    width: 40px;
    height: 40px;
}
.pop-up-nominee-social-wrap-link {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.pop-up-nominee-social-wrap-link:hover {
    background-color: #ff372a;
}
.pop-up-nominee-social-wrap-link--vk {
    background-image: url(../../img/awards2018/vk-social-w.svg);
    -webkit-background-size: 40% 40%;
    background-size: 40%;
}
.pop-up-nominee-social-wrap-link--fb {
    background-image: url(../../img/awards2018/fb-social-w.svg);
    -webkit-background-size: 20% 20%;
    background-size: 20%;
}
.pop-up-nominee-social-wrap-link--ok {
    background-image: url(../../img/awards2018/ok-social-w.svg);
    -webkit-background-size: 25% 25%;
    background-size: 25%;
}
.pop-up-nominee-social-wrap-link--tw {
    background-image: url(../../img/awards2018/tw-social.svg);
    -webkit-background-size: 40% 40%;
    background-size: 40%;
}
.pop-up-nominee-social-wrap-link--g {
    background-image: url(../../img/awards2018/g-social.svg);
    -webkit-background-size: 40% 40%;
    background-size: 40%;
}
.pop-up-nominee-social-wrap-link--tg {
    background-image: url(../../img/awards2018/tg-social.svg);
    -webkit-background-size: 40% 40%;
    background-size: 40%;
}
.pop-up-nominee-social-wrap-link--flip {
    background-image: url(../../img/awards2018/flip-social.png);
    -webkit-background-size: 40% 40%;
    background-size: 40%;
}
.pop-up-nominee-social-wrap-link--w {
    background-image: url(../../img/awards2018/w-social.svg);
    -webkit-background-size: 40% 40%;
    background-size: 40%;
}

/*.gallery*/

.gallery {
    margin: 120px 0 80px 0;
    position: relative;
    overflow: hidden;
}
.gallery-slide {
    margin: 57px 0 0 0;
}
.flipster--coverflow .flipster__item--future .flipster__item__content,
.flipster--coverflow .flipster__item--past .flipster__item__content {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.flipster__button--prev {
    width: 42px;
    height: 13px;
    background: url(../../img/awards2018/btn-prev.svg) no-repeat center;
    left: 15%;
    opacity: 1;
    outline: none;
}
.flipster__button--next {
    width: 42px;
    height: 13px;
    background: url(../../img/awards2018/btn-next.svg) no-repeat center;
    right: 15%;
    opacity: 1;
    outline: none;
}
.gallery-description {
    font-family: Roboto-LightItalic, sans-serif;
    max-width: 580px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.4em;
    text-align: center;
    position: relative;
    bottom: 15px;
    color: #1c1c1c;
}
.display-none {
    display: none;
}

/*.widget*/

.widget_content {
    width: 640px;
    overflow: hidden;
    background: #0f0f0f;
}
.widget_header {
    font-weight: normal;
    color: #ffea2e;
    font-size: 28px;
    line-height: 1.07em;
    text-transform: uppercase;
    border-bottom: 1px solid #373314;
    font-family: RobotoCondensed-Bold, sans-serif;
    padding: 23px 0 23px 47px;
}
.nominations {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.nominations-item {
    border-top: 1px solid #373314;
    color: #fff;
    font-size: 16px;
    line-height: 44px;
    text-transform: uppercase;
}
.nominations > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-left: 47px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.nominations > li > a:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 48px;
    width: 12px;
    height: 10px;
    background: url(../../img/awards2018/arrow-down.svg) no-repeat 0 0;
    background-size: contain;
}
.nominations > li > a.active:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nominants {
    display: none;
    background: #f0ebe6;
}
.nominants-list {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 20px 0 25px 0;
    display: flex;
    flex-wrap: wrap;
}
.nominants-item {
    width: 22.2%;
    margin: 10px 0 0 7.9%;
}
.nominants-link {
    display: block;
    width: 100%;
    color: #1c1c1c;
    text-transform: none;
    text-decoration: none;
}

.nominants-img {
    width: 100%;
    height: 100px;
    background-size: cover;
}
.nominants-name {
    display: block;
    font-size: 15px;
    line-height: 1.2em;
    text-align: center;
    margin: 8px auto 0 auto;
    max-width: 95px;
}
footer .footer-top {
    background-color: #ffffff;
}
.footer-top-new-magazine {
    padding: 63px 0 61px;
    width: 75%;
    max-width: 962px;
    margin: 0 auto;
}
.footer-top-new-magazine:after {
    content: '';
    clear: both;
    display: block;
}
.footer-top-new-magazine .iphone-and-ipad,
.footer-top-new-magazine .magazine-app,
.footer-top-new-magazine .magazine,
.footer-top-new-magazine .magazine-new {
    float: left;
    box-sizing: border-box;
}
.footer-top-new-magazine .iphone-and-ipad {
    width: 20%;
    padding: 0 0 0 4.1%;
    font-family: HelveticaNeueCyr-Roman, Arial, serif;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: .02em;
}
.footer-top-new-magazine .iphone-and-ipad .text {
    margin-top: -3px;
    margin-bottom: 35px;
}
.footer-top-new-magazine .iphone-and-ipad img {
    margin-top: 16px;
}
.footer-top-new-magazine .magazine-app {
    width: 28%;
    padding-left: 5%;
}
.footer-top-new-magazine .magazine-app img {
    max-width: 100%;
    height: auto;
}
.footer-top-new-magazine .magazine {
    width: 26.3%;
    padding-left: 5%;
}
.footer-top-new-magazine .magazine img {
    float: right;
    max-width: 100%;
    height: auto;
}
.footer-top-new-magazine .magazine-new {
    width: 25%;
    padding-left: 6.2%;
}
.footer-top-new-magazine .magazine-new .new-n {
    font-family: HelveticaNeueCyr-Roman, Arial, serif;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: .01em;
    margin-bottom: 17px;
}
.footer-top-new-magazine .magazine-new .n-in-sell {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.footer-top-new-magazine .magazine-new a {
    font-family: BaseFontMedium, Arial, serif;
    font-size: 14px;
    line-height: 25px;
    color: #fd0048;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 2px;
}

/*.header-wrap*/

.header-wrap {
    position: relative;
}

.slider-wrap {
    background-color: #2d2d2d;
    /*position: fixed;*/
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}
.slider-wrap-img {
    display: block;
    width: 100%;
    height: auto;
}
.slider-wrap-ipad {
    display: none!important;
}
.slider-wrap-iphone {
    display: none!important;
}

/*rewards-winner*/
.rewards-winner {
    margin: 80px 0 0 0;
}
.rewards-winner-wrap {
    max-width: 776px;
    margin: 0 auto;
    display: flex;
}
.rewards-winner-first {
    width: 44.8%;
    margin-right: 10.4%;
}
.rewards-winner-second {
    width: 44.8%;
}
.rewards-winner-title-wrap {
    display: flex;
}
.winner-item {
    position: relative;
    width: 100%;
    margin: 45px 0 0 0;
}
.winner-item-img {
    opacity: 1;
    width: 100%;
    height: auto;
}
.winner-item-img-name {
    margin: 0;
    position: absolute;
    z-index: 5;
    bottom: 7%;
    left: 13%;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    letter-spacing: -0.5px;
}
.winner-logo {
    width: 48px;
    height: auto;
    position: absolute;
    top: 40px;
    right: 40px;
}
.nominee-item-link--winner {
    display: block;
    width: 100%;
}
.nominee-item-img--winner {
    width: 100%;
    height: auto;
}
.nominee-item-winner-name {
    margin: 0;
    position: absolute;
    z-index: 5;
    bottom: 7%;
    left: 13%;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    font-stretch: condensed;
    letter-spacing: -0.5px;
}

.sub-nominations-list-link--brand {
    display: flex;
    flex-wrap: wrap;
}
.sub-nominations-item-brand-img {
    display: block;
    max-width: 72px;
    max-height: 42px;
    height: auto;
}
.sub-nominations-item-brand-title {
    width: 100%;
    text-transform: uppercase;
    color: #eb520f;
    margin: 7px 0 0 0;
}
.nominations-list-item--brand--mercury {
    width: 34%;
}
.nominations-list-link__brand {
    display: flex;
    justify-content: center;
    padding-left: 0;
}
.nominations-list-link__brand-mercury {
    width: 100%;
    color: #651215;
}
.nominations-list-link__brand-hero {
    color: #651215;
}
.nominations-list-item-brand-img {
    display: block;
    max-width: 94px;
    max-height: 24px;
    padding-left: 15px;
}
.partner-nomination-logo {
    display: none;
    margin: 0 auto 60px auto;
}
.partner-nomination-logo--show-desk {
    display: block;
}
.partner-nomination-logo__img {
    display: block;
    width: 100%;
    height: auto;
}
.partner-nomination-logo__name {
    text-align: center;
    font-size: 24px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    margin-top: 30px;
}
.partner-nomination-logo--mercury {
    color: #651215;
    max-width: 250px;
}
.partner-nomination-logo--year_mom {
    color: #e94d00;
    max-width: 200px;
}
.nominee-item-img-name--partners {
    bottom: 18%;
    left: 13%;
}
.nominee-item-btn-vote {
    opacity: 0;
    font-family: "Roboto-Regular", sans-serif;
    font-weight: lighter;
    letter-spacing: 0;
    display: block;
    font-size: 17px;
    color: #fff;
    background: transparent;
    background-image: url(../../img/awards2018/vote-bg.png);
    -webkit-background-size: 100% 100%;
    background-size: 107%;
    background-repeat: no-repeat;
    border: none;
    background-position: bottom center;
    padding: 0 0 14px 0;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 5;
    bottom: 7%;
    left: 13%;
}
.nominee-item-load {
    display: none;
    position: absolute;
    left: 13%;
    bottom: 7%;
    height: 33px;
    width: 90px;
    background: url('../../img/awards2018/loading.gif') center center no-repeat;
    background-size: contain;
}
.nominee-item-link:hover .nominee-item-btn-vote {
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.nominee-awards__item-link--brand {
    display: flex;
}
.nominee-awards__item-brand-img {
    width: 52px;
    height: 34px;
    margin: -7px 0 0 10px;
}
.nominee-awards__item-brand-title {
    color: #eb520f;
}
.nominee-awards__text {
    display: inline-block;
    margin: 0;
}
.nominee-awards__logo {
    display: inline-block;
    width: 79px;
    height: 20px;
    margin: 0 0 -5px 5px;
}
.nominee-awards__title--mercury {
    color: #651215;
}
.partner-nomination-logo--mercury-mob {
    color: #651215;
    max-width: 200px;
    display: none;
    margin: 42px 0 45px 0;
}
.nominations-item-logo-partners {
    display: inline-block;
    margin: 0 0 -6px 10px;
}
.nominants-list--with-logo {
    padding: 0;
}
.wrap-partners {
    text-align: center;
}
.wrap-partners-logo {
    width: 128px;
    height: auto;
    margin: 20px 10px -7px 0;
}
.wrap-partners-name {
    color: #651215;
}

.body-awards-2021 .lazy-thumbs {
    min-width:300px;
    min-height: 360px;
    overflow:hidden;
    background: white;
}
.body-awards-2021 .lazy-thumbs .lazy {
    min-width: 100%;
}
.body-awards-2021 .lazy-thumbs .lazy.loaded {
    min-width: inherit;
    min-height: inherit;
    line-height: 0;
    display: block;
}
.body-awards-2021 .header-wrap::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.3);
    top:0;
    left:0;
    z-index:3;
}
.body-awards-2021 .nominee-item {
    /*max-width: 300px;*/
}
@media screen and (min-width: 769px) {
    .body-awards-2021 .nominee-item:nth-child(3n) {
        margin-right:0;
    }
}
.body-awards-2021 .site-list li:last-child {
    display:block;
}
.body-awards-2021 .erid-placeholder {
    top:20px;
    right: 15px;
}
@media screen and (max-width: 730px) {
    .body-awards-2021 .erid-placeholder {
        top:unset;
        right: 15px;
        bottom: 40px;
    }
}
.erid-placeholder {
    position: absolute;
    right:0;
}

.erid-placeholder .pos-label {
    position: absolute;
    z-index: 3;
    left: unset;
    opacity: 1;
    right: 0;
    top: 0;
}
.erid-placeholder .pos-label-body {
    line-height: 1;
}
.erid-placeholder .pos-label-item {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    color: #303030;
    font: 300 14px/1 "Roboto Condensed",sans-serif;
    padding: 4px 6px;
}

.erid-placeholder .pos-label-item:hover {
    opacity: 1;
}

.erid-placeholder .pos-label:hover {
    z-index: 3;
}

.erid-placeholder .pos-label:hover .pos-label-body {
    transform: translateY(-2px) scaleY(1);
    z-index: 1;
    opacity: 1;


}
@media screen and (max-width: 730px) {
    .erid-placeholder .pos-label:hover .pos-label-body {
        transform: translateY(-160%) scaleY(1);
    }
}
.erid-placeholder .pos-label+.pos-label {
    transform: translateX(-100%);
}

.erid-placeholder .pos-label-body {
    background: #fff;
    padding: 14px;
    border-radius: 7px;
    position: absolute;
    right: 0;
    font-size: 12px;
    min-width: 250px;
    margin: 10px 7px 0 0;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    -ms-transform: translateY(7px) scaleY(0);
    transform: translateY(7px) scaleY(0);
    z-index: -9999;
    opacity: 0;
    -webkit-transform-origin: top;
    transform-origin: top;
    text-align:left;
}

.erid-placeholder .pos-label-body::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 7px #fff solid;
    border-left: 7px transparent solid;
    border-right: 7px transparent solid;
    position: absolute;
    top: -7px;
    right: 7px;
}
@media screen and (max-width: 730px) {
    .erid-placeholder .pos-label-body::before {
        border-top: 7px #fff solid;
        border-left: 7px transparent solid;
        border-right: 7px transparent solid;
        border-bottom: 0;
        top:unset;
        bottom:-7px;
    }
}

.erid-placeholder .pos-label-body p {
    font-size: 12px;
    color: #4b4b4b;
    pointer-events: none;
    margin:0;
    line-height:1.2;
    font-weight:400;
    font-family: Roboto;
    text-align:left;
}

.erid-placeholder .pos-label-dots {
    position: relative;
    font-size: 28px;
    line-height: 0;
    color: #303030;
    margin-left: 5px;
    padding: 3px 4px;
    background: rgba(0,0,0,.15);
    border-radius: 5px;
    cursor: pointer;
}

.erid-placeholder .pos-label-dots::before {
    line-height: 0;
    content: '...';
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    margin-top: -5px;
    -webkit-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
}

.ref-2024 .main-block {
    max-width: inherit;
    padding:0;
}
.ref-2024 .main-block .nominee-awards,
.ref-2024 .main-block.main-block__partners,
.ref-2024 .main-block.main-block__about-awards {
    max-width: 1044px;
    padding: 0 40px;
}
.ref-2024 .main-block .nominee-awards__wrapper {
    position: relative;
    background-color: #231F20;
    padding-top: 62px;
}
.ref-2024 .main-block .nominee-awards__wrapper .nominee-awards__body {
    justify-content: center;
    gap: 15px 25px ;
}
.ref-2024 .main-block .nominee-awards__wrapper .nominee-awards__body .nominee-item {
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.ref-2024 .main-block  .nominee-awards__wrapper .nominee-awards__body-wrap {
    position: relative;
    overflow: inherit;
    padding:50px 0 120px 0;
    margin-top: 60px;
}
.ref-2024 .main-block  .nominee-item-btn-vote {
    margin-top: 15px;
}
.ref-2024 .main-block  .nominee-awards__wrapper .nominee-awards__body-wrap::before {
    position: absolute;
    display: block;
    content: '';
    top:0;
    left:0;
    width: 100%;
    height: 55px;
    background: url('/themes/ok2017/img/awards2024/poster-border-top.png') no-repeat;
    background-size: contain;
}
.ref-2024 .main-block  .nominee-awards__wrapper .nominee-awards__body-wrap::after {
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    right: -60px;
    width: 56px;
    height: 100%;
    background: url('/themes/ok2017/img/awards2024/poster-border-right.png') no-repeat;
    background-size: contain;
}
.ref-2024 .main-block  .nominee-awards__wrapper  .nominee-awards__body::before {
    position: absolute;
    display: block;
    content: '';
    top: -40px;
    left: -60px;
    width: 56px;
    height: 106%;
    background: url('/themes/ok2017/img/awards2024/poster-border-left.png') no-repeat;
    background-size: contain;
}
.ref-2024 .main-block  .nominee-awards__wrapper  .nominee-awards__body::after {
    position: absolute;
    display: block;
    content: '';
    bottom:-82px;
    left:0;
    width: 100%;
    height: 55px;
    background: url('/themes/ok2017/img/awards2024/poster-border-bottom.png') no-repeat;
    background-size: contain;
}
.ref-2024 .main-block  .nominee-awards__wrapper  .nominee-awards__body .nominee-item:last-child::after,
.ref-2024 .main-block  .nominee-awards__wrapper  .nominee-awards__body .nominee-item:last-child::before {
    content: '';
    position: absolute;
    background: url('/themes/ok2017/img/awards2024/promo-3x.png') no-repeat 50% 50%;
    background-size: 70%;
    display: flex;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    transform: translateX(-100%);
}
.ref-2024 .main-block  .nominee-awards__wrapper  .nominee-awards__body .nominee-item:last-child::after {
    right: 0;
    transform: translateX(100%);
}
.view-m {
    display:none;
}
.view-d {
    display: block;
}
@media screen and (max-width: 560px) {
    .ref-2024 .main-block {
        max-width: 100%;
    }
    .ref-2024 .main-block .nominee-awards, .ref-2024 .main-block.main-block__partners, .ref-2024 .main-block.main-block__about-awards {
        max-width: 100%;
    }
    .ref-2024 .main-block .nominee-awards__wrapper {
        margin: 0 -18.75px;
    }
    .ref-2024 .main-block .nominee-awards {
        max-width:100%;
        padding:0 0 40px 0;
        margin:0;
    }
    .ref-2024 .main-block .nominee-awards__wrapper .nominee-awards {
        padding:0 0 190px 0;
    }
    .ref-2024 .main-block .nominee-awards__wrapper .nominee-awards__body-wrap {
        overflow-x: auto;
        max-width:100%;
        margin-top: 15px;
        padding:0 0 14px 0;
    }
    .ref-2024 .main-block .nominee-awards__wrapper .nominee-awards::before {
        content: '';
        position: absolute;
        display:block!important;
        background: url('/themes/ok2017/img/awards2024/logo/insight2-logo_mobile.png') no-repeat 50% 50%;
        width: 100%;
        height: 34px;
        left: 0;
        bottom: 120px;
    }
    .ref-2024 .main-block .nominee-awards__wrapper .nominee-awards__text img {
        max-width: 190px;
    }
    .ref-2024 .main-block .nominee-awards__wrapper .nominee-awards::after {
        content: '';
        position: absolute;
        display:block!important;
        background: url('/themes/ok2017/img/awards2024/promo-3x.png') no-repeat;
        background-size: contain;
        width: 125px;
        height: 34px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 43px;
    }
    .ref-2024 .main-block .nominee-awards__wrapper .nominee-awards__body::before,
    .ref-2024 .main-block .nominee-awards__wrapper .nominee-awards__body::after,
    .ref-2024 .main-block .nominee-awards__wrapper .nominee-awards__body-wrap::before,
    .ref-2024 .main-block .nominee-awards__wrapper .nominee-awards__body-wrap::after {
        display: none;
    }
    .ref-2024 .main-block  .nominee-awards__wrapper  .nominee-awards__body .nominee-item:last-child::after,
    .ref-2024 .main-block  .nominee-awards__wrapper  .nominee-awards__body .nominee-item:last-child::before {
        display: none;
    }
    .view-m {
        display:block;
    }
    .view-d {
        display: none;
    }
    .partners-img {
        text-align: center;
        width: 100%;
        max-width: 345px;
        margin: 30px auto;
    }
    .ref-2024 .main-block .nominee-awards__wrapper .nominee-awards__body {
        justify-content: start;
    }
}
