@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: bottom;
}
body::-webkit-scrollbar {
    width: 6px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
    background-color: #555;
    outline: 1px solid #555;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #ccc;
}
::-webkit-scrollbar-thumb {
    background: #000000;
}
::-webkit-scrollbar-thumb:hover {
    background: #000000;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 5);
}
.flex {
    display: flex;
}
.sb {
    justify-content: space-between;
}
ul li {
    list-style: none;
}
html {
    background-color: #ffffff;
    scroll-behavior: smooth;
    min-height: 100%;
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 33px;
    color: #000000;
    min-width: 320px;
    overflow-x: hidden;
    min-height: 100vh;
    font-variant-numeric: lining-nums;
}
header {
    border-bottom: 2px solid #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    padding: 18px 80px;
    transition: all ease-in-out 0.3s;
    max-width: 1920px;
    left: 50%;
    transform: translate(-50%, 0);
}
.admin-bar header {
    top: 32px;
}
header ul {
    max-width: 975px;
}
header ul li a {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    transition: all ease-in-out 0.3s;
}
header ul li a:hover, header ul li.current-menu-item a {
    color: #EFEF43;
}
header.scrolled {
    background-color: rgb(0 0 0 / 75%);
    border-bottom: 2px solid transparent;
}

.mcsfba-slide-center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.mcsfba-slide-center img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.mcsfba-slide-text {
    position: absolute;
    bottom: 89px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 46px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1.9px;
}
.sfba-project {
    max-width: 1920px;
    margin: auto;
}
.small-container {
    max-width: 1240px;
    margin: auto;
    padding: 0px 20px;
}
.medium-container {
    max-width: 1440px;
    margin: auto;
    padding: 0px 20px;
}
.body p {
    padding-bottom: 20px;
}
.body strong {
    font-weight: 900;
}
.body blockquote {
    background-color: rgb(171 172 203 / 35%);
    position: relative;
    padding: 50px 90px;
    max-width: 1000px;
    margin-left: auto;
    margin-bottom: 50px;
}
.body blockquote p {
    position: relative;
}
.body blockquote p:last-child {
    padding-bottom: 0;
}
.body blockquote p:first-child:before {
    content: "";
    background-image: url("../images/blockquote-before.svg");
    width: 26px;
    height: 24px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 5px;
    left: -37px;
}
.body blockquote p:last-child:after {
    content: "";
    background-image: url("../images/blockquote-after.svg");
    width: 24px;
    height: 22px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -3px;
    right: -6px;
    display: inline-block;
}
.body .grey-lili {
    display: block;
    background-color: rgb(207 209 211 / 20%);
    color: #ABACCB;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 50px 80px;
}
.body .yellow-black {
    background-color: #ABACCB;
    color: #fff;
    padding: 50px 80px;
    font-weight: 800;
    display: block;
}
.big-container {
    max-width: 1580px;
    margin: auto;
    padding: 0px 20px;
}
.about-award {
    margin-top: 101px;
    text-align: justify;
    font-family: "Roboto", sans-serif;
}
.section.about-award {
    padding-bottom: 0;
}
.section.about-award .right-link {
    margin-top: -21px;
    margin-bottom: 50px;
}
.right-link {
    text-align: right;
}
.center-link {
    text-align: center;
}
.sfba-body {
    font-size: 22px;
    line-height: 33px;
    font-family: "Roboto", sans-serif;
}
.section.sfba-body {
    padding-bottom: 107px;
}
.section.front-nominations {
    margin-top: 50px;
}
.sfba-link-1 a {
    font-size: 0;
    background: url("../images/btn-1.png") 0px 0px no-repeat;
    display: inline-block;
    width: 430px;
    height: 90px;
    transition: all ease-in-out 0.2s;
}
.sfba-link-1 a:hover {
    background-position: 0px -90px;
}
.sfba-link-2 a {
    font-size: 0;
    background: url("../images/btn-2.png") 0px 0px no-repeat;
    display: inline-block;
    width: 430px;
    height: 90px;
    transition: all ease-in-out 0.2s;
}
.sfba-link-2 a:hover {
    background-position: 0px -90px;
}
.sfba-link-3 a {
    font-size: 0;
    background: url("../images/btn-3.png") 0px 0px no-repeat;
    display: inline-block;
    width: 266px;
    height: 38px;
    transition: all ease-in-out 0.2s;
}
.sfba-link-3 a:hover {
    background-position: 0px -38px;
}

.sfba-body {
    padding-bottom: 80px;
}
.section {
    padding-bottom: 80px;
}
.center-title {
    font-family: "Playfair", serif;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    padding-bottom: 50px;
    text-transform: uppercase;
}
.award-slider .award-cart {
    width: 730px;
    height: 500px;
}
.award-cart {
    position: relative;
}
.award-cart .sfba-link-1 {
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
}
.award-cart a.award-cart-inner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 90px 60px;
    position: relative;
}
.award-cart a.award-cart-inner:before {
    content: "";
    width: 10px;
    height: 170px;
    position: absolute;
    left: 0px;
    top: 100px;
    background-color: #fff;
}
.award-cart .card-content .title {
    font-family: "Playfair", serif;
    font-size: 42px;
    line-height: 44px;
    padding-bottom: 18px;
    text-transform: uppercase;
    font-weight: 900;
}
.award-cart .card-content .body {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 44px;
}
.swiper-coverflow {
    max-width: 1618px;
    margin: auto;
}
.swiper-button-next, .swiper-button-prev {
    color: #000 !important;
}
.grid {
    display: grid;
}
.two-col {
    grid-template-columns: repeat(2, 1fr);
}
.nominations-grid {
    gap: 80px;
}
.page-hero {
    width: 100%;
    min-height: 620px;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
    position: relative;
    padding: 0px 100px;
}
.page-hero:before {
    content: "";
    background-color: rgb(0 0 0 / 38%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-hero h1 {
    font-family: "Playfair", serif;
    color: #EFEF43;
    font-size: 90px;
    line-height: 80px;
    text-transform: uppercase;
    max-width: 1140px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.page-hero h1 span {
    display: block;
    font-size: 180px;
    line-height: 200px;
}
.page-template-single-award .page-hero h1 {
    margin-top: 30px;
}
.page-hero h2 {
    color: #fff;
    text-align: center;
    max-width: 960px;
    font-size: 42px;
    line-height: 44px;
    padding-top: 10px;
    position: relative;
    z-index: 2;
}
.page-hero .vertical-logotype {
    position: absolute;
    bottom: 5px;
    left: 10px;
}
.form-info-line {
    background-color: rgb(171 172 203 / 35%);
    margin-top: -80px;
    text-align: center;
    margin-bottom: 90px;
    padding: 21px 20px;
}
.form-info-line .text-1 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 900;
    padding-bottom: 10px;
}
.form-info-line .text-2 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.page-template-single-award .body h2 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
}
.body span.yellow-title {
    display: block;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 900;
    position: relative;
    width: fit-content;
}
.body span.yellow-title:before {
    content: "";
    background-color: #EFEF43;
    height: calc(100% + 12px);
    width: 33%;
    position: absolute;
    z-index: -2;
    left: 0px;
    top: -4px;
}
.body span.left-ident-text {
    display: block;
    max-width: 1100px;
    margin-left: auto;
    padding-bottom: 40px;
}
.body .h1-text {
    font-size: 54px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: 900;
    display: block;
}
.body .lili.h3-text {
    color: #ABACCB;
    font-size: 42px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 900;
}
footer {
    background-color: #000;
    color: #fff;
    margin-top: 100px;
}
.page-template-partners footer {
    margin-top: 0;
    border-top: 1px solid #252525;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer .container {
    max-width: 1600px;
    margin: auto;
}
.footer-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 18px;
    min-height: 230px;
}
.footer-row .sfba-logotype {
    background-image: url("../images/footer-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 359px;
    height: 138px;
}
.footer-row .footer-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.footer-row .footer-right .brand .mc-logotype a {
    display: block;
    background-image: url("../images/footer-mc-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 287px;
    height: 68px;
}
.footer-row .footer-right .contacts {
    text-align: right;
    position: relative;
    top: 20px;
}
.footer-row .footer-right .socials, .footer-row .footer-right .copyright {
    padding-left: 16px;
}
.footer-row .footer-right .socials {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.footer-row .footer-right .socials a.facebook {
    background-image: url("../images/fb.png");
}
.footer-row .footer-right .socials a.instagram {
    background-image: url("../images/insta.png");
}
.footer-row .footer-right .socials a {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
}
.pryzovyj-fond-page main .li-body ul {
    padding-left: 60px;
}
.pryzovyj-fond-page main .li-body ul li {
    list-style: disc;
    position: relative;
    font-size: 32px;
    line-height: 34px;
    font-weight: 900;
    text-transform: uppercase;
}
.pryzovyj-fond-page main .li-body ul li:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    background-color: #EFEF43;
    border-radius: 60px;
    left: -70px;
    z-index: -1;
    top: -7px;
}
.page-template-rules .body ol {
    padding-left: 50px;
}
.page-template-rules .body ol li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 40px;
}
.page-template-rules .body ol li:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    background-color: #EFEF43;
    border-radius: 60px;
    left: -58px;
    z-index: -1;
    top: -14px;
}
.page-template-rules .body ol li::marker {
    font-size: 25px;
}
.page-template-rules .body a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}
.ol-li-body {
    padding-left: 90px;
    margin-bottom: 50px;
}
.ol-li-body ul {
    padding-left: 31px;
}
.ol-li-body ul li {
    list-style: disc;
}
.pryzovyj-fond-page main .li-body p {
    padding-left: 100px;
    padding-top: 10px;
    margin-bottom: 60px;
}
.zhuri-boxes {
    max-width: 1300px;
    margin: auto;
}
.zhuri-box {
    background-color: rgb(171 172 203 / 35%);
    position: relative;
    margin-bottom: 130px;
    padding-bottom: 80px;
}
.zhuri-box:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url("../images/zhuri-box-after.png");
    background-size: 835px;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.zhuri-box .image {
    position: absolute;
    top: -30px;
    left: 30px;
}
.zhuri-box .main-info {
    margin-left: auto;
    padding-top: 90px;
    padding-left: 375px;
}
.zhuri-box .main-info .name {
    font-family: "Playfair", serif;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 900;
}
.zhuri-box blockquote {
    background-color: transparent;
    max-width: 1080px;
    padding: 0;
    margin-bottom: 0;
    margin-left: 160px;
    margin-top: 70px;
}
.zhuri-box blockquote p {
    padding-bottom: 50px;
}
.zhuri-box .main-info {
    position: relative;
    z-index: 10;
}
.zhuri-box .main-info .description {
    background-color: #000;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 30px;
    padding: 8px 12px;
}
.zhuri-box .main-info .description p {
    max-width: 840px;
}
.zhuri-box .main-info.en-info {
    margin-left: inherit;
    margin-right: auto;
    max-width: 1130px;
    padding-left: 0;
}
.zhuri-box .main-info.en-info .name {
    text-align: right;
}
.zhuri-box .main-info.en-info .description p {
    max-width: 1032px;
    margin: auto;
}
.zhuri-front-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: 1730px;
    margin: auto;
    padding: 0px 20px;
    grid-gap: 0px 20px;
}
.zhuri-front-boxes .zhuri-box {
    max-width: 320px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.zhuri-front-boxes .zhuri-box .image {
    max-width: 262px;
    left: inherit;
    right: -9px;
}
.zhuri-front-boxes .zhuri-box .main-info {
    padding-top: 250px;
    padding-left: 23px;
}
.zhuri-front-boxes .zhuri-box .main-info .name {
    font-family: "Playfair", serif;
    font-size: 34px;
    line-height: 32px;
}
.zhuri-front-boxes .zhuri-box .main-info .description {
    min-height: 148px;
    font-size: 15px;
    line-height: 18px;
    padding: 9px;
    margin-top: 5px;
}
.zhuri-front-boxes .zhuri-box .read-more {
    position: relative;
    z-index: 5;
    text-align: right;
    padding: 5px 20px;
}
.zhuri-front-boxes .zhuri-box .read-more a {
    background-image: url(../images/blockquote-after.svg);
    background-size: contain;
    background-repeat: no-repeat;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 800;
    background-position: right center;
    padding-right: 22px;
    transition: all ease-in-out 0.3s;
}
.zhuri-front-boxes .zhuri-box .read-more a:hover {
    padding-right: 26px;
}
.front-other-text {
    max-width: 1040px;
    margin: auto;
    padding: 0px 20px;
}

.information-feed-container {
    width: 100%;
    overflow: hidden;
    background-color: #EFEF43;
    padding: 15px 0;
    margin-bottom: 130px;
}

.information-feed-wrapper {
    display: flex;
    white-space: nowrap;
    animation: scroll-left 20s linear infinite;
}

.information-feed-item {
    display: inline-block;
    margin-right: 50px;
    color: #000;
    font-weight: 900;
    position: relative;
}
.information-feed-item:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 8px;
    right: -31px;
    top: 17px;
}
.information-feed-item:last-child:after {
    display: none;
}
.information-feed-item a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid rgb(0 0 0 / 22%);
}
.front-partners-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    max-width: 1110px;
    margin: auto;
    grid-gap: 0px 90px;
}
.front-partners-line {
    background-color: rgb(207 209 211 / 35%);
    padding: 15px 0px;
}
.front-partner-box {
    position: relative;
}
.front-partner-box .partner-type {
    position: absolute;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    background-color: #CFD1D3;
    width: 261px;
    text-align: center;
    color: rgb(0 0 0 / 35%);
    transform: rotate(-90deg);
    top: 96px;
    left: -150px;
}
.front-partners-grid .front-partner-box:nth-child(2) .partner-type {
    color: #fff;
}
.concept-box {
    display: flex;
}
.concept-box .concept-image {
    width: 39.2%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.concept-box .concept-content {
    width: 60.8%;
    background-color: #cfd1d3;
    padding: 93px 106px;
    position: relative;
}
.concept-box .concept-content:before {
    content: "";
    background-image: url(../images/zhuri-box-after.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 614px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.concept-box .concept-content .title {
    font-family: "Playfair", serif;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 40px;
    text-align: left;
    position: relative;
    z-index: 2;
}
.concept-box .concept-content .body {
    text-align: left;
    position: relative;
    z-index: 2;
}
.front-concept {
    margin-top: 110px;
}
.zhuri-front {
    margin-top: 50px;
}
.zhuri-front .center-title {
    padding-bottom: 80px;
}
@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.information-feed-container:hover .information-feed-wrapper {
    animation-play-state: paused;
}
.partners.small-container {
    max-width: 1340px;
}
.partner-1 .grey-box, .partner-2 .grey-box {
    background-color: rgb(207 209 211 / 35%);
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
}
.partner-2 {
    margin-top: 200px;
}
.partner-2 .grey-box {
    padding-top: 60px;
}
.partner-2 .grey-box .partner-logo {
    padding-left: 50px;
}
.partner-1 .grey-box:before, .partner-2 .grey-box:before {
    content: "";
    background-image: url("../images/zhuri-box-after.png");
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: 614px;
    background-repeat: no-repeat;
    background-position: right -60px;
}
.partner-1 .grey-box .body, .partner-2 .grey-box .body {
    margin-left: 195px;
    position: relative;
    z-index: 2;
    max-width: 1060px;
    padding-top: 60px;
}
.mcsfba-slide-bg-video video {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 370px;
}
.partner-1 .yellow-box {
    background-color: #FFF200;
    font-family: "Roboto", sans-serif;
    max-width: 1040px;
    margin-left: auto;
    text-transform: uppercase;
    margin-right: 46px;
    margin-top: -38px;
    z-index: 5;
    position: relative;
    padding: 70px;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.partner-1 .yellow-box .title {
    font-size: 32px;
    line-height: 45px;
    padding-bottom: 20px;
}
.partner-1 .light-grey-box {
    background-color: rgb(207 209 211 / 35%);
    padding: 90px 290px 60px 130px;
    margin-top: -30px;
    margin-bottom: 80px;
}
.partner-1 .normal-text {
    max-width: 1130px;
    padding-left: 130px;
    margin-bottom: 40px;
}
.partner-1 .light-grey-box ul {
    padding-left: 197px;
}
.partner-1 .light-grey-box ul li {
    list-style: disc;
}
.partner-1 .other-blocks .yellow-block {
    background-color: #FFDA07;
    font-size: 32px;
    line-height: 45px;
    font-weight: bold;
    max-width: 640px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.partner-1 .other-blocks .yellow-block p:before,
.partner-2 .grey-box .body p:first-child:before {
    content: "";
    background-image: url("../images/blockquote-before.svg");
    background-repeat: no-repeat;
    background-size: 34px;
    width: 44px;
    height: 32px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: -46px;
}
.partner-1 .other-blocks .small-blocks .white-small-block p:after,
.partner-2 .other-blocks .small-blocks .lili-small-block p:after {
    content: "";
    background-image: url("../images/blockquote-after.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 7px;
}
.partner-2 .other-blocks .small-blocks .lili-small-block p:after {
    background-image: url("../images/blockquote-after-white.svg");
}
.partner-1 .other-blocks .yellow-block p {
    max-width: 470px;
    padding-left: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.partner-1 .other-blocks .small-blocks .yellow-small-block {
    background-color: #FFF200;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    padding: 70px;
}
.partner-1 .other-blocks .small-blocks .white-small-block {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    padding: 70px 70px 0px 70px;
}
.partner-1 .partner-type, .partner-2 .partner-type {
    background-color: rgb(171 172 203 / 55%);
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    color: rgb(0 0 0 / 65%);
    position: absolute;
    width: 350px;
    text-align: center;
    padding: 15px 0px;
    z-index: 2;
    right: 0;
    top: 0;
}
.partner-2 .partner-type {
    color: #fff;
    background-color: #ABACCB;
}
.partner-1 .other-blocks {
    display: flex;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}
.partner-1 .other-blocks .yellow-block, .partner-1 .other-blocks .small-blocks {
    flex: 1;
}
.partner-2 .grey-box .body {
    max-width: 1080px;
    padding-left: 0;
}
.partner-logo {
    position: relative;
    z-index: 2;
}
.partner-2 .normal-text {
    max-width: 1090px;
    position: relative;
    left: 153px;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 30px;
    padding: 70px 0px;
}
.partner-2 .other-blocks {
    display: flex;
}
.partner-2 .other-blocks .image-block {
    flex: 1;
    max-width: 650px;
    min-height: 500px;
    max-height: 500px;
    background-image: url("../images/partner-block-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    font-size: 42px;
    line-height: 44px;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.partner-2 .other-blocks .image-block p {
    max-width: 470px;
}
.partner-2 .other-blocks .small-blocks {
    flex: 1;
    max-width: 650px;
}
.partner-2 .other-blocks .small-blocks .lili-small-block {
    background-color: #ABACCB;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    line-height: 45px;
    padding: 67px 0px;
    margin-top: 30px;
}
.partner-2 .other-blocks .small-blocks .lili-small-block p {
    max-width: 535px;
}
.partner-2 .other-blocks .small-blocks .white-small-block {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 30px;
    text-align: justify;
}
.partner-2 .other-blocks .small-blocks .white-small-block p {
    max-width: 530px;
    margin: auto;

}
.center-partners {
    display: flex;
    align-items: center;
    gap: 0px 40px;
    justify-content: center;
}
.info-blocks .info-block-line {
    display: flex;
    justify-content: space-between;
    gap: 0px 20px;
    margin-bottom: 80px;
}
.info-blocks .info-block-line .title {
    flex: 1;
    background-color: #EFEF43;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 900;
    max-width: 350px;
    padding: 13px 20px;
    height: fit-content;
}
.info-blocks .info-block-line .body {
    flex: 1;
    max-width: 1060px;
}
.info-blocks .info-block-line .body ul, .info-blocks .info-block-line .body ol {
    padding-left: 31px;
}
.info-blocks .info-block-line .body ul li {
    list-style: disc;
}
.info-blocks .info-block-line .body table {
    width: 100%;
}
.info-blocks .info-block-line .body table tr:nth-child(odd) {
    background-color: #ededed;
}
.info-blocks .info-block-line .body table tr td {
    padding: 4px;
}
.nominations-info .center-sub-title {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    font-weight: 900;
    margin-top: -30px;
}
.nominations-info {
    padding-top: 80px;
}
.nomination-list {
    margin-top: 60px;
}
.nomination-list .title {
    position: relative;
    font-size: 32px;
    line-height: 44px;
    font-weight: 900;
    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 30px;
}
.nomination-list .title span {
    position: relative;
}
.nomination-list .title span:before {
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #EFEF43;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -10px;
}
.nomination-list .list {
    padding-left: 120px;
}
.nomination-list .list ul {
    padding-left: 40px;
}
.nomination-list .list ul li {
    list-style: disc;
}

/* Responsive */
@media (max-width: 1420px) {
    .zhuri-front-boxes {
        grid-template-columns: 1fr 1fr;
        grid-gap: 90px 20px;
    }
    .zhuri-front-boxes .zhuri-box {
        max-width: 100%;
    }
    .zhuri-front-boxes .zhuri-box:last-child {
        grid-column: 1 / -1;
        justify-self: center;
    }
}

@media (max-width: 1250px) {
    .front-partners-grid {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
    .front-partner-box {
        grid-column: 1 / -1;
        justify-self: center;
    }
    .front-partner-box .partner-type {
        transform: rotate(0deg);
        top: 0;
        left: 28px;
    }
}

@media (max-width: 1024px) {
    .info-blocks .info-block-line .title {
        font-size: 24px;
        line-height: 22px;
        position: relative;
        top: 7px;
    }
    .nomination-list .title {
        font-size: 32px;
        line-height: 34px;
    }
    .center-partners {
        flex-direction: column;
        gap: 0;
        align-items: center;
        justify-content: center;
        padding-top: 65px;
    }
    .body .lili.h3-text {
        font-size: 32px;
        line-height: 34px;
    }
    .awf-form-title {
        font-size: 50px;
        line-height: 60px;
    }
    .awf-field-group label {
        font-size: 26px;
    }
    .awf-field {
        padding: 14px 10px;
        font-size: 18px;
    }
    .field-description, .awf-add-url {
        font-size: 14px;
    }
    .awf-submit-btn {
        padding: 20px 30px;
        font-size: 18px;
    }
    .hamburger {
        cursor: pointer;
        display: inline-block;
        background-color: transparent
    }

    .hamburger__container {
        width: 26px;
        height: 18px;
        position: relative
    }

    .hamburger:hover .hamburger__inner {
        transform: translate(-51px, 50%);
        opacity: 0
    }

    .hamburger:hover .hamburger__inner:before, .hamburger:hover .hamburger__inner:after {
        transform: translate(102px, 0);
        opacity: 0
    }

    .hamburger.is-active .hamburger__inner {
        display: none
    }

    .hamburger__inner {
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: .4s;
        top: 50%;
        transform: translate(5px, -50%);
        opacity: 1
    }

    .hamburger__inner:before, .hamburger__inner:after {
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: .4s;
        content: "";
        opacity: 1;
        transform: translate(-5px, 0)
    }

    .hamburger__inner:before {
        top: -8px
    }

    .hamburger__inner:after {
        top: 8px
    }

    .hamburger:hover .hamburger__hidden {
        opacity: 1;
        transform: translate(0, -50%)
    }

    .hamburger:hover .hamburger__hidden:before, .hamburger:hover .hamburger__hidden:after {
        opacity: 1;
        transform: translate(0, 0);
        background-color: #EFEF43
    }

    .hamburger.is-active .hamburger__hidden {
        opacity: 1;
        transform: rotate(45deg)
    }

    .hamburger.is-active .hamburger__hidden:before {
        transform: translate(0, 8px) rotate(90deg);
        transform-origin: center
    }

    .hamburger.is-active .hamburger__hidden:after {
        transform-origin: center;
        transform: translate(0, -8px) rotate(0)
    }

    .hamburger__hidden {
        opacity: 0;
        width: 100%;
        height: 2px;
        position: absolute;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: .4s;
        background-color: #EFEF43;
        top: 50%;
        transform: translate(51px, -50%)
    }

    .hamburger__hidden:before, .hamburger__hidden:after {
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: .4s;
        background-color: #fff;
        content: "";
        transform: translate(102px, 0)
    }

    .hamburger__hidden:before {
        top: -8px
    }

    .hamburger__hidden:after {
        top: 8px
    }
    .menu-menyu-proyektu-quot-sustainability-fashion-and-beauty-award-2025-quot-container {
        display: none;
    }
    .mobile-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-header .logotype a {
        background-image: url("../images/mobile-head-logo.png");
        display: block;
        width: 270px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .page-template-sustainability-fashion-and-beauty-awardfront-php .mobile-header .logotype {
        display: none;
    }
    .page-template-sustainability-fashion-and-beauty-awardfront-php .mobile-header {
        justify-content: flex-end;
        min-height: 40px;
    }
    #wpadminbar {
        overflow: hidden;
        display: none !important;
    }
    header {
        padding: 10px 20px;
    }
    .concept-box {
        flex-direction: column;
    }
    .concept-box .concept-image {
        width: 100%;
        height: 440px;
    }
    .concept-box .concept-content {
        width: 100%;
        padding: 20px;
    }
    body, .front-other-text, .concept-box .concept-content .body {
        font-size: 20px;
    }
    .about-award {
        font-size: 25px;
        line-height: 33px;
        margin-top: 60px;
        margin-bottom: 60px;
        text-align: left;
    }
    .section.about-award .right-link {
        margin-top: 8px;
        margin-bottom: 50px;
    }
    .center-title {
        font-size: 40px;
        line-height: 50px;
    }
    .footer-row .footer-right {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .footer-row .footer-right .contacts {
        top: 0;
        text-align: left;
    }
    .footer-row .footer-right .socials {
        align-items: flex-start;
    }
    .footer-row .footer-right .socials, .footer-row .footer-right .copyright {
        padding-left: 0;
    }
    .footer-row .footer-right .mc-logotype {
        position: relative;
        left: -16px;
    }
    .page-hero h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .page-hero .vertical-logotype {
        display: none;
    }
    .page-hero {
        padding: 90px 20px 130px 20px;
        height: auto;
        min-height: 320px;
    }
    .two-col {
        grid-template-columns: 1fr;
    }
    .zhuri-box blockquote {
        margin-left: 70px;
        font-size: 28px;
        line-height: 34px;
    }
    .zhuri-box .main-info .name {
        font-size: 40px;
        line-height: 50px;
    }
    .zhuri-box .main-info .description {
        font-size: 18px;
        line-height: 26px;
    }
    .zhuri-box .image {
        max-width: 220px;
    }
    .zhuri-box .main-info {
        padding-top: 50px;
        padding-left: 280px;
    }
    .zhuri-box .main-info.en-info {
        padding-right: 70px;
    }
    .pryzovyj-fond-page main .li-body ul li:before, .page-template-rules .body ol li:before {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        left: -47px;
        top: -4px;
    }
    .page-template-rules .body ol li::marker {
        font-size: 26px;
    }
    .page-template-rules .body ol li {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .ol-li-body {
        padding-left: 70px;
    }
    .pryzovyj-fond-page main .li-body ul li {
        font-size: 32px;
        line-height: 34px;
    }
    .open-menu .menu-menyu-proyektu-quot-sustainability-fashion-and-beauty-award-2025-quot-container {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        background-color: rgb(0 0 0 / 75%);
        top: 62px;
        padding: 20px;
        box-shadow: 0px 10px 20px rgb(0 0 0 / 25%);
    }
    .menu-menyu-proyektu-quot-sustainability-fashion-and-beauty-award-2025-quot-container ul {
        flex-direction: column;
        gap: 15px;
    }
    .information-feed-item:after {
        top: 12px;
    }
    .awf-field-group label .required {
        font-size: 14px;
        top: -6px;
    }
    .form-info-line .text-2 {
        font-size: 17px;
        line-height: 27px;
    }
    .partner-1 .grey-box, .partner-2 .grey-box {
        padding-top: 70px;
    }
    .partner-1 .grey-box .body, .partner-2 .grey-box .body {
        margin-left: 0;
        padding: 33px;
    }
    .partner-1 .grey-box .body p, .partner-2 .grey-box .body p {
        font-size: 30px;
        line-height: 38px;
    }
    .partner-1 .yellow-box {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
    }
    .partner-1 .normal-text {
        max-width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
        font-size: 24px;
    }
    .partner-1 .light-grey-box {
        background-color: rgb(207 209 211 / 35%);
        padding: 30px;
        margin-top: 0;
        margin-bottom: 50px;
        font-size: 24px;
    }
    .partner-1 .other-blocks, .partner-2 .other-blocks {
        flex-direction: column;
    }
    .partner-1 .other-blocks .yellow-block, .partner-1 .other-blocks .small-blocks {
        max-width: 100%;
    }
    .partner-1 .other-blocks .yellow-block {
        font-size: 24px;
        line-height: 30px;
    }
    .partner-1 .other-blocks .yellow-block p {
        max-width: 100%;
        padding-left: 70px;
        padding-top: 40px;
        padding-bottom: 40px;
        position: relative;
        padding-right: 20px;
    }
    .partner-1 .other-blocks .small-blocks .yellow-small-block {
        font-size: 18px;
        line-height: 26px;
        padding: 30px 70px;
    }
    .partner-1 .other-blocks .small-blocks .white-small-block {
        font-size: 18px;
        line-height: 26px;
        padding: 30px 70px 0px 70px;
    }
    .partner-2 .grey-box .body {
        margin-left: 60px;
    }
    .partner-2 .normal-text {
        max-width: 100%;
        left: 0;
        font-size: 18px;
        line-height: 27px;
        padding: 50px 0px;
    }
    .partner-2 .other-blocks .image-block {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .partner-2 .other-blocks .small-blocks, .partner-2 .other-blocks .small-blocks .white-small-block p {
        max-width: 100%;
    }
    .partner-2 .other-blocks .small-blocks .white-small-block {
        text-align: left;
    }
    .partner-2 .other-blocks .small-blocks .lili-small-block p {
        max-width: 100%;
    }
    .partner-2 .other-blocks .small-blocks .lili-small-block {
        font-size: 30px;
        line-height: 37px;
        padding: 27px;
    }
}

@media (max-width: 768px) {
    .info-blocks .info-block-line {
        flex-direction: column;
        gap: 20px 0px;
        margin-bottom: 30px;
    }
    .info-blocks .info-block-line .title {
        max-width: 100%;
        text-align: center;
    }
    .nominations-info .center-sub-title {
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }
    .nomination-list .list {
        padding-left: 0;
    }
    .partner-1 .grey-box .body p, .partner-2 .grey-box .body p {
        font-size: 24px;
        line-height: 30px;
    }
    .center-partners {
        padding-top: 20px;
        margin-left: -30px;
        gap: 20px 0px;
    }
    .awf-field-group label .required {
        font-size: 12px;
        top: -4px;
    }
    .awf-field-group label {
        font-size: 20px;
        line-height: 22px;
    }
    .field-description, .awf-add-url {
        font-size: 12px;
        font-weight: 700;
    }
    .awf-form-title {
        font-size: 30px;
        line-height: 40px;
    }
    .body .lili.h3-text {
        font-size: 22px;
        line-height: 24px;
    }
    .pryzovyj-fond-page main .li-body ul li {
        font-size: 20px;
        line-height: 28px;
    }
    .zhuri-box .main-info .name {
        font-size: 34px;
        line-height: 47px;
        padding: 0px 20px;
    }
    .zhuri-box:before {
        background-size: 390px;
    }
    .zhuri-box .image {
        top: -50px;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .zhuri-box .main-info {
        padding-top: 190px;
        padding-left: 0;
        text-align: center;
    }
    .body blockquote {
        padding: 20px 40px 20px 40px;
    }
    .zhuri-box .main-info.en-info {
        padding-right: 0;
        text-align: center;
        padding-top: 40px;
    }
    .zhuri-box .main-info.en-info .name {
        text-align: center;
    }
    .body blockquote p:first-child:before {
        width: 24px;
        height: 24px;
        top: 4px;
        left: -30px;
    }
    .body blockquote p:last-child:after {
        width: 18px;
        height: 18px;
        bottom: -6px;
        right: -6px;
    }
    .body blockquote p {
        text-align: left !important;
    }
    .body .grey-lili, .body .yellow-black {
        font-size: 18px;
        line-height: 26px;
        padding: 30px 20px;
        text-align: left !important;
    }
    .page-hero h1 {
        font-size: 70px;
        line-height: 56px;
    }

    .mcsfba-slide-text {
        font-size: 16px;
        bottom: 20px;
    }
    .zhuri-front-boxes {
        grid-template-columns: 1fr;
        grid-gap: 90px 0px;
    }
    .footer-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px 0px 30px 0px;
    }
    .award-slider .award-cart {
        width: 90%;
        height: auto;
    }
    .award-slider .award-cart br {
        display: none;
    }
    .award-cart .card-content .title {
        font-size: 32px;
        line-height: 34px;
    }
    .award-cart .card-content .body {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 0px;
    }
    .award-cart a.award-cart-inner {
        padding: 40px 30px 90px 30px;
    }
    .award-cart a.award-cart-inner:before {
        top: 47px;
    }
    .award-cart .sfba-link-1 {
        bottom: -9px;
    }
    .award-cart .sfba-link-1 a {
        width: 320px;
        height: 67px;
        background-size: cover;
    }
    .award-cart .sfba-link-1 a:hover {
        background-position: 0 0;
    }
    .concept-box .concept-content .body br {
        display: none;
    }
    .front-other-text p {
        text-align: center !important;
    }
    .award-cart .card-content .body br {
        display: none;
    }
    .page-hero {
        padding: 90px 20px 80px 20px;
    }
    .page-template-single-award .page-hero {
        padding: 90px 20px 140px 20px;
    }
}

@media (max-width: 480px) {
    .body blockquote p:first-child:before {
        top: 2px;
    }
    .zhuri-box .main-info {
        padding-top: 160px;
    }
    .zhuri-box .main-info .description {
        font-size: 15px;
        line-height: 23px;
    }
    .zhuri-box blockquote {
        margin-left: 40px;
        font-size: 20px;
        padding: 0px 20px 20px 10px;
    }
    .page-hero h1 {
        font-size: 42px;
        line-height: 52px;
    }
    .page-hero h2 {
        font-size: 20px;
        line-height: 26px;
    }
    .sfba-link-1 a, .sfba-link-2 a {
        width: 320px;
        height: 67px;
        background-size: cover;
    }
    .sfba-link-1 a:hover, .sfba-link-2 a:hover {
        background-position: 0 0;
    }
    .right-link {
        text-align: center;
    }
    .mcsfba-slider,
    .mcsfba-slide {
        height: 450px;
    }

    .mcsfba-slide-text {
        font-size: 14px;
    }
    .pryzovyj-fond-page main .li-body ul {
        padding-left: 40px;
    }
    .pryzovyj-fond-page main .li-body ul li:before {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        left: -37px;
        top: -2px;
    }
    .pryzovyj-fond-page main .li-body p {
        padding-left: 10px;
        padding-top: 10px;
        margin-bottom: 40px;
    }
    .information-feed-item:after {
        top: 8px;
    }
    .section.about-award {
        padding-bottom: 0;
        padding-top: 0;
        margin-top: 0;
    }
    .partner-1 .partner-type, .partner-2 .partner-type {
        line-height: 20px;
        font-size: 17px;
        width: 100%;
        padding: 12px 0px;
    }
    .partner-1 .grey-box .body p, .partner-2 .grey-box .body p {
        font-size: 20px;
    }
    .partner-1 .grey-box .body, .partner-2 .grey-box .body {
        padding: 24px;
    }
    .partner-1 .yellow-box, .partner-1 .light-grey-box {
        padding: 20px;
    }
    .partner-1 .light-grey-box ul {
        padding-left: 24px;
    }
    .partner-1 .other-blocks .yellow-block {
        font-size: 16px;
        line-height: 25px;
    }
    .partner-1 .other-blocks .small-blocks .yellow-small-block,
    .partner-1 .other-blocks .small-blocks .white-small-block {
        font-size: 16px;
        line-height: 25px;
        padding: 20px 20px;
    }
    .partner-2 {
        margin-top: 60px;
    }
    .partner-2 .grey-box .partner-logo {
        padding-left: 0;
        max-width: 270px;
        margin: auto;
    }
    .partner-2 .grey-box .body {
        margin-left: 27px;
    }
    .partner-2 .grey-box .body p:first-child:before {
        background-size: 24px;
        width: 30px;
        height: 23px;
        top: 7px;
        margin-left: -32px;
    }
    .partner-1 .grey-box, .partner-2 .grey-box {
        padding-bottom: 0;
    }
    .partner-2 .normal-text {
        padding: 30px 0px;
    }
    .partner-2 .other-blocks .image-block {
        font-size: 30px;
        line-height: 32px;
        min-height: 280px;
        max-height: 280px;
        padding: 14px;
    }
    .partner-2 .other-blocks .small-blocks .white-small-block {
        font-size: 18px;
    }
    .partner-2 .other-blocks .small-blocks .lili-small-block {
        font-size: 24px;
        line-height: 30px;
        padding: 25px;
    }
    .center-title {
        font-size: 26px;
        line-height: 32px;
    }
    .nominations-info .center-sub-title {
        font-size: 19px;
        line-height: 25px;
    }
    .nomination-list .title {
        font-size: 25px;
        line-height: 25px;
    }
}
.page-template-sustainability-fashion-and-beauty-award .sfba-slider {
    position: relative;
}
.page-template-sustainability-fashion-and-beauty-award .sfba-slider:before {
    content: "";
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 20%;
    z-index: 10;
}
.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}
.scroll-down #sd-container {
    position: relative;
    left: 50%;
    margin-left: -20px;
    width: 40px;
}
.scroll-down p {
    text-align: center;
    max-width: 180px;
    margin: auto;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.scroll-down .arrow {
    position: relative;
    width: 42px;
    height: 16px;
    opacity: 0;
}
.scroll-down .arrow::before, .scroll-down .arrow::after {
    content: "";
    width: 21px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    display: inline-block;
}
.scroll-down .arrow::before {
    transform: rotate(45deg) translateX(25%);
}
.scroll-down .arrow::after {
    transform: rotate(-45deg) translateX(-25%);
}
.scroll-down .arrow:nth-child(1) {
    top: -50px;
    opacity: 1;
    -webkit-animation: arrow2 1s ease 0s infinite;
    animation: arrow2 1s ease 0s infinite;
}
.scroll-down .arrow:nth-child(2) {
    top: -25px;
    -webkit-animation: arrow1 1s ease 0.25s infinite;
    animation: arrow1 1s ease 0.25s infinite;
}

@-webkit-keyframes arrow1 {
    from {
        opacity: 0;
        top: -25px;
    }
    to {
        opacity: 0;
        top: 0px;
    }
    50% {
        opacity: 1;
    }
}

@keyframes arrow1 {
    from {
        opacity: 0;
        top: -25px;
    }
    to {
        opacity: 0;
        top: 0px;
    }
    50% {
        opacity: 1;
    }
}
@-webkit-keyframes arrow2 {
    from {
        opacity: 0;
        top: -35px;
    }
    to {
        opacity: 0;
        top: -10px;
    }
    50% {
        opacity: 1;
    }
}
@keyframes arrow2 {
    from {
        opacity: 0;
        top: -35px;
    }
    to {
        opacity: 0;
        top: -10px;
    }
    50% {
        opacity: 1;
    }
}

.other-partners {
    background-color: #000000;
    padding: 50px 0px;
    margin-top: 80px;
}
.nominant-row a.vote-link {
    background-image: url("../images/vote-link.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: inline-block;
    width: 430px;
    height: 90px;
    transition: all ease-in-out 0.1s;
    font-size: 10px;
    text-decoration: none;
    color: #fff;
}
.nominant-row a.vote-link:hover {
    background-position: 0px -90px;
}
.nominant-row {
    margin-bottom: 140px;
}
.nominant-row .nominant-title {
    font-family: "Playfair", serif;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 900;
    text-align: center;
}
.nominant-row .nominant-title span {
    background-color: #EFEF43;
    width: 60px;
    height: 60px;
    display: inline-block;
    border-radius: 60px;
    margin-right: 20px;
}
.nominant-row .company-info {
    display: flex;
    /*max-width: 830px;*/
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 15px;
}
.nominant-row .company-info .company-city-links {
    display: flex;
    gap: 30px;
}
.nominant-row .company-info .logotype {
    max-width: 260px;
}
.nominant-row .company-info .city {
    font-size: 34px;
    line-height: 34px;
    font-family: "Playfair", serif;
    font-weight: 900;
    text-transform: uppercase;
}
.nominant-row .company-info .company-links {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.nominant-row .company-info .company-links a {
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    padding-left: 12px;
}
.nominant-row .company-info .company-links a:before {
    content: "";
    width: 2px;
    height: 23px;
    position: absolute;
    background-color: #000;
    left: 0px;
    top: 4px;
}
.nominant-row .company-info .company-links a:hover:before {
    background-color: #EFEF43;
}
.nominant-row .info-blocks .info-block-line {
    margin-bottom: 20px;
}
.nominant-row .info-blocks .info-block-line .title {
    text-transform: none;
    font-size: 22px;
    line-height: 30px;
}
@media (max-width: 1024px) {
    .page-hero h1 span {
        font-size: 120px;
        line-height: 120px;
    }
}
@media (max-width: 768px) {
    .nominant-row .nominant-title {
        font-size: 40px;
        line-height: 60px;
    }
    .nominant-row .company-info {
        flex-direction: column;
        gap: 30px;
    }
    .nominant-row .company-info .company-city-links {
        gap: 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .nominant-row .company-info .company-links {
        flex-direction: column;
        gap: 10px;
    }
    .page-hero h1 span {
        font-size: 90px;
        line-height: 100px;
    }
}
@media (max-width: 520px) {
    .page-hero h1 span {
        font-size: 60px;
        line-height: 70px;
    }
    .nominant-row a.vote-link {
        width: 330px;
        height: 69px;
    }
    .nominant-row a.vote-link:hover {
        background-position: 0px -69px;
    }
    .nominant-row .nominant-title {
        font-size: 24px;
        line-height: 32px;
    }
    .nominant-row .nominant-title span {
        display: block;
        margin: auto;
        line-height: 60px;
    }
}