@font-face {
    font-family: 'MTDShoppingScript';
    src: url('../fonts/MTD_Shopping_Script.eot');
    src: local('☺'), url('../fonts/MTD_Shopping_Script.woff') format('woff'), url('../fonts/MTD_Shopping_Script.ttf') format('truetype'), url('../fonts/MTD_Shopping_Script.png') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    overflow-x: hidden;
    z-index: 0;
    position: relative;
    color: #333;
    background: #060F0A none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

.form-control:focus,
.btn.focus,
.btn:focus,
.btn:active {
    box-shadow: none;
}

b,
strong {
    font-weight: 700;
}

input:valid,
input:invalid,
input:active,
input:focus,
input:focus:active {
    box-shadow: none;
    outline: 0;
}

.alignleft {
    float: left;
    margin-right: 1rem;
}

.alignright {
    float: right;
    margin-left: 1rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

figure {
    max-width: 100%;
}

.wp-block-embed__wrapper {
    position: relative;
}

.wp-block-embed__wrapper::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

button:active,
button:focus {
    outline: 0;
}

.img-absolute {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.bg-wrap {
    position: relative;
    z-index: 0;
}

.bg-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    display: block;
    z-index: -1;
}

.flex-jcb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-jcc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-block-columns {
    margin-bottom: 1rem;
}

.wp-block-columns figure {
    margin-bottom: 0;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row > * {
    padding-left: 15px;
    padding-right: 15px;
}

body:not(.home) {
    padding-top: 190px;
}

.header-wrap {
    padding: 50px 0 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 99;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header-wrap.sticky {
    padding: 10px 0;
}

.header-wrap::before {
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header-wrap.sticky::before {
    background: #060F0A none;
}

.logo {
    margin: 0;
    position: relative;
    top: -20px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header-wrap.sticky .logo {
    top: 0;
}

.logo img {
    max-height: 90px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.header-wrap.sticky .logo img {
    max-height: 70px;
}

.main-menu-wrap {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu-wrap::after {
    content: '';
    display: block;
    clear: both;
}

.main-menu-wrap > .menu-item {
    float: left;
    position: relative;
}

.main-menu-wrap > .menu-item:not(:first-of-type) {
    margin: 0 0 0 55px;
}

.main-menu-wrap > .menu-item > a {
    font-weight: 400;
    font-size: 18px;
    padding: 0;
    display: flex;
    align-items: center;
    color: #FFF;
    text-transform: uppercase;
}

.main-menu-wrap > .menu-item:hover > a,
.main-menu-wrap > .menu-item.current-menu-item > a,
.main-menu-wrap > .menu-item.current-menu-ancestor > a,
.main-menu-wrap > .menu-item > a:hover {
    color: #00FCD9;
}

.btn-login {
    font-size: 14px;
    color: #060F0A;
    background: #00FCD9 none;
    height: 30px;
    width: 135px;
    border-radius: 15px;
    font-weight: 700;
    padding: 0 0 2px;
}

.footer-wrap {
    padding-top: 60px;
    padding-bottom: 55px;
    min-height: 215px;
    margin-top: 80px;
}

.footer-wrap::before {
    background: transparent url('../images/footer.jpg') no-repeat center/cover;
}

.contact-wrap {
    color: #FFF;
    position: relative;
    padding: 0 0 0 95px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.015em;
}

.contact-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 40px;
    width: 0;
    height: 100px;
    border-left: 1px solid #FFF;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-wrap p {
    margin: 0;
}

.contact-wrap a {
    color: #FFF;
}

.slider-wrap {
    position: relative;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider-wrap .swiper-pagination {
    bottom: 50px;
}

.slider-wrap .swiper-pagination-bullet {
    width: 32px;
    height: 6px;
    border-radius: 3px;
    background: #999 none;
}

.slider-wrap .swiper-pagination-bullet-active {
    background: #75FADD none;
}

.event-wrap {
    padding: 15px 0 0;
}

.event-wrap::before {
    background: transparent url('../images/bg-7.jpg') no-repeat top center/100% auto;
    opacity: .8;
}

.title {
    font-size: 38px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    margin: 0;
    font-family: 'Play', sans-serif;
}

.title.mt-70 {
    margin-top: 70px;
}

.title.page-voted {
    color: #00FCD9;
}

.title a {
    color: #FFF;
}

.event-container {
    margin: 80px 0 0;
}

.time-item {
    width: 130px;
    height: 130px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    color: #FFF;
    line-height: 1.12;
    font-weight: 500;
    border-radius: 50%;
    background: linear-gradient(#64D6A9, #07246D);
    position: relative;
    z-index: 0;
    font-family: 'Oswald', sans-serif;
}

.time-item:not(:first-child) {
    margin: 0 0 0 15px;
}

.time-item::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #060F0A none;
    z-index: -1;
}

.time-text {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 66px;
}

.time-item label {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: block;
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}

.event-content {
    color: #FFF;
    margin: 0 0 0 50px;
}

.event-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.event-content ul::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 8px;
    width: 0;
    height: 100%;
    border-left: 3px solid #00FCD9;
}

.event-content li {
    position: relative;
    padding: 0 0 0 32px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.015em;
}

.event-content li:not(:first-of-type) {
    margin: 15px 0 0;
}

.event-content li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 19px;
    height: 19px;
    background: #00FCD9 none;
    border: 3px solid #060F0A;
    border-radius: 50%;
}

.event-vote {
    margin: 85px 0 0;
}

.event-vote-box {
    background: linear-gradient(#64D6A9, #07246D);
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
}

.event-vote-box::before,
.event-vote-box::after {
    content: '';
    position: absolute;
    top: -40px;
    width: 19px;
    height: 78px;
    border: 3px solid #060F0A;
    background: linear-gradient(#64D6A9, #07246D);
    border-radius: 10px;
}

.event-vote-box::before {
    left: 22%;
}

.event-vote-box::after {
    right: 22%;
}

.event-vote-number {
    padding: 20px 35px 15px;
    background: #FFF none;
    border-radius: 10px;
    color: #060F0A;
    font-size: 72px;
    font-weight: 700;
}

.event-vote-label {
    margin: 16px 0 0;
}

.partner-wrap {
    margin: 40px 0 0;
}

.partner-row {
    margin-top: 20px;
    align-items: center;
}

.partner-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -40px;
    justify-content: center;
    padding-right: 60px;
}

.partner-item {
    flex: 0 0 auto;
    max-width: 100%;
    width: 50%;
    margin: 40px 0 0;
}

.partner-item span {
    width: 100%;
    max-width: 240px;
    height: 70px;
    background: #FFF none;
    border-radius: 35px;
    padding: 0 30px;
}

.partner-item img {
    max-height: 70px;
}

.partner-form {
    position: relative;
    padding: 60px 30px;
}

.partner-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: radial-gradient(81.37% 81.37% at 50% 50%, #64D6A9 0%, #07246D 100%);
    opacity: .8;
    z-index: -1;
}

.form-row:not(:first-child) {
    margin: 20px 0 0;
}

.form-row .form-control {
    height: 48px;
    font-size: 18px;
    border-radius: 5px;
    letter-spacing: -.015em;
    color: #060F0A;
}

.form-row label.error {
    color: #FFF;
    display: block;
    margin: 10px 0 0;
    font-size: 16px;
    font-style: italic;
    padding: 0 0 0 20px;
}

.btn-partner {
    background: #00FCD9 none;
    border-radius: 5px;
    letter-spacing: -.015em;
    color: #060F0A;
    font-size: 18px;
    height: 48px;
    width: 100%;
    padding: 0;
}

.message {
    border-radius: 5px;
    font-size: 16px;
    max-width: 500px;
    text-align: center;
}

.news-wrap {
    padding: 80px 0 50px;
}

.news-wrap::before {
    background: transparent url('../images/bg-7.jpg') no-repeat top center/100% auto;
    opacity: .8;
}

.article-wrap {
    margin: 40px -20px 0;
    padding: 0;
    list-style: none;
}

.article-wrap::after {
    content: '';
    display: block;
    clear: both;
}

.article-item {
    padding: 0 20px;
    float: left;
    width: 42%;
    margin: 16px 0 0;
}

.article-item:nth-child(1) {
    width: 58%;
}

.article-item:not(:nth-child(1)) {
    display: flex;
}

.article-thumb a {
    position: relative;
    line-height: 0;
    display: block;
    padding: 0 0 66.666666%;
    overflow: hidden;
    border-radius: 5px;
    background: #060F0A none;
}

.article-thumb img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.article-item:not(:nth-child(1)) .article-thumb {
    flex: 0 0 auto;
    max-width: 100%;
    width: 210px;
    margin: 0 20px 0 0;
}

.article-item:not(:nth-child(1)) .article-thumb a {
    border-radius: 10px;
}

.article-title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #FFF;
    margin: 0;
}

.article-title a {
    color: #FFF;
}

.article-item:nth-child(1) .article-title {
    font-size: 27px;
    line-height: 32px;
    margin-top: 20px;
}

.choice-wrap {
    margin: 100px 0 0;
}

.home .choice-wrap {
    margin: 65px 0 0;
    padding: 70px 0 110px;
}

.radial::before {
    background: radial-gradient(66.87% 66.87% at 50% 50%, #64D6B7 0%, #07246D 100%);
    opacity: .55;
}

body:not(.home) .choice-wrap:nth-child(2) {
    margin-top: 20px;
}

.page-template-voted {
    background: transparent url('../images/bg-7.jpg') repeat-y top center/100% auto;
}

body:not(.home) .choice-wrap:nth-child(4) {
    padding-top: 65px;
    padding-bottom: 65px;
}

body:not(.home) .choice-wrap:nth-child(4)::before {
    background: transparent url('../images/bg-8.jpg') no-repeat center/cover;
}

.choice-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -30px -50px 0;
}

.product-item {
    flex: 0 0 auto;
    max-width: 100%;
    width: 33.333333%;
    padding: 0 50px;
    margin: 90px 0 0;
}

.product-thumb {
    position: relative;
    line-height: 0;
    display: block;
    padding: 0 0 100%;
    overflow: hidden;
}

.product-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url('../images/product.png') no-repeat center/cover;
    z-index: -1;
}

.product-thumb img {
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-height: 73%;
}

.product-item.product-grid .product-thumb::after {
    background: #FFF none;
    border-radius: 20px 20px 0 0;
}

.product-item.product-grid .product-thumb img {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-title {
    text-align: center;
    color: #FFF;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -.02em;
    font-weight: 700;
    margin: 0;
}

.product-vote {
    width: 220px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto 0;
    background: #2CAE9C none;
    border-radius: 20px;
    color: #060F0A;
    border: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.04em;
    padding: 0 0 3px;
    cursor: pointer;
}

.product-vote:not(:disabled):hover {
    background: #00FCD9 none;
}

.product-sapo {
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
}

.product-sapo p {
    margin: 0;
}

.product-content {
    padding: 12px 16px 20px;
    background: linear-gradient(180deg, #64D6A9 58.55%, #07246D 100%);
    border-radius: 0 0 20px 20px;
}

.choice-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px -30px 0;
}

.choice-tab {
    flex: 0 0 auto;
    max-width: 100%;
    width: 50%;
    padding: 0 30px;
    margin: 40px 0 0;
}

.choice-tab button {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent none;
    border: 3px solid #2CAE9C;
    border-radius: 35px;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -.02em;
    color: #FFF;
    padding: 0 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.choice-tab:hover button,
.choice-tab.active button {
    background: #2CAE9C none;
}

.choice-panel {
    display: none;
}

.grecaptcha-badge {
    display: none!important;
}

.news-wrap.news-one {
    padding: 45px 0 65px;
}

.news-wrap.news-one::before {
    background: radial-gradient(66.87% 66.87% at 50% 50%, #64D6A9 0%, #07246D 100%);
    opacity: .55;
}

.news-wrap.news-one::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url('../images/bg-10.png') no-repeat top center/100% auto;
    opacity: .8;
    z-index: -1;
}

.news-wrap.news-one .article-wrap {
    margin-top: 24px;
}

.news-wrap.news-one .article-item:nth-child(1) {
    position: relative;
}

.news-wrap.news-one .article-item:nth-child(1) .article-thumb a {
    border-radius: 15px;
}

.news-wrap.news-one .article-item:nth-child(1) .article-thumb a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6) none;
}

.news-wrap.news-one .article-content {
    position: absolute;
    bottom: 25px;
    left: 20px;
    width: calc(100% - 40px);
    padding: 0 20px;
}

.article-more {
    margin: 20px 0 0;
    display: flex;
    align-items: center;
}

.article-more a {
    width: 130px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00C9A8 none;
    border-radius: 13px;
    font-size: 16px;
    line-height: 19px;
    font-style: italic;
    color: #060F0A;
}

.news-wrap.news-two::before {
    background: transparent url('../images/bg.jpg') no-repeat top center/100% auto;
}

.news-wrap.news-two .article-item {
    float: none;
    width: 100%;
    display: flex;
    margin-top: 40px;
}

.news-wrap.news-two .article-item:nth-child(1) {
    width: 100%;
}

.news-wrap.news-two .article-item .article-thumb {
    flex: 0 0 auto;
    max-width: 100%;
    width: 380px;
    margin: 0 30px 0 0;
}

.news-wrap.news-two .article-item:not(:nth-child(1)) .article-thumb {
    width: 380px;
}

.news-wrap.news-two .article-thumb a {
    border-radius: 5px;
}

.news-wrap.news-two .article-title {
    font-size: 27px;
    line-height: 32px;
}

.news-wrap.news-two .article-item:nth-child(1) .article-title {
    margin-top: 0;
}

.news-wrap.news-two .article-sapo {
    margin-top: 15px;
    color: #FFF;
}

.news-wrap.news-three {
    padding: 0 0 75px;
}

.news-wrap.news-three::before {
    height: calc(100% + 190px);
    top: -190px;
    background: transparent url('../images/bg-1.jpg') no-repeat bottom center/100% auto;
}

.news-wrap.news-three .article-item {
    width: 30%;
}

.news-wrap.news-three .article-item:nth-child(1) {
    width: 70%;
}

.news-wrap.news-three .article-item:not(:nth-child(1)) {
    display: block;
}

.news-wrap.news-three .article-item:not(:nth-child(1)) .article-thumb {
    width: 100%;
    margin: 0;
}

.news-wrap.news-three .article-item:nth-child(1) .article-thumb a {
    border-radius: 25px;
}

.news-wrap.news-three .article-item:not(:nth-child(1)) .article-thumb a {
    border-radius: 15px;
}

.news-wrap.news-three .article-item:not(:nth-child(1)) .article-title {
    text-align: center;
    margin-top: 10px;
}

.news-wrap.news-three .article-item:nth-child(1) .article-title {
    margin-top: 30px;
}

.news-wrap.news-three .article-more {
    margin-top: 10px;
    justify-content: center;
}

.news-wrap.news-three .article-more a {
    width: 110px;
    font-size: 14px;
    color: #FFF;
    font-style: normal;
}

.prize-wrap {
    margin: 130px 0 0;
}

.prize-description {
    margin: 20px 0 0;
    color: #FFF;
}

.prize-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: count;
}

.prize-list li {
    display: flex;
    align-items: center;
    counter-increment: count;
    flex-wrap: wrap;
}

.prize-list li:not(:first-child) {
    margin: 16px 0 0;
}

.prize-title {
    flex: 0 0 auto;
    max-width: 100%;
    width: calc(100% - 530px);
    position: relative;
}

.prize-list li:nth-child(2n) .prize-title {
    padding-right: 300px;
}

.prize-list li:nth-child(2n+1) .prize-title {
    padding-left: 300px;
}

.prize-title::before {
    content: counter(count, decimal-leading-zero);
    position: absolute;
    top: 50%;
    background: linear-gradient(#07246D, #64D6A9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #00FCD9;
    font-size: 200px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1;
}

.prize-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 0;
    height: 156px;
    border-left: 1px solid #00FCD9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 7px;
}

.prize-list li:nth-child(2n) .prize-title::before {
    right: 0;
}

.prize-list li:nth-child(2n+1) .prize-title::before {
    left: 0;
}

.prize-list li:nth-child(2n) .prize-title::after {
    right: 250px;
}

.prize-list li:nth-child(2n+1) .prize-title::after {
    left: 250px;
}

.prize-content {
    flex: 0 0 auto;
    max-width: 100%;
    width: 500px;
    margin: 0 0 0 30px;
}

.prize-list li:nth-child(2n) .prize-title {
    order: 2;
    text-align: right;
}

.prize-list li:nth-child(2n) .prize-content {
    order: 1;
    margin: 0 30px 0 0;
}

.prize-thumb {
    max-width: 400px;
    position: relative;
    line-height: 0;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    height: 400px;
}

.prize-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url('../images/product.png') no-repeat center/100% auto;
    z-index: -1;
}

.prize-thumb img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 250px;
}

.prize-title {
    font-size: 40px;
    line-height: 54px;
    color: #FFF;
    font-weight: 700;
}

.prize-sapo {
    text-align: center;
    color: #FFF;
}

.prize-sapo p {
    margin: 0;
}

.prize-price {
    margin: 10px 0 0;
    font-weight: 700;
    color: #FFF;
    text-align: center;
}

.about-wrap {
    align-items: center;
}

.about-wrap::before {
    height: calc(100% + 190px);
    top: -190px;
    background: transparent url('../images/bg-5.jpg') no-repeat top center/auto 100%;
}

.about-thumb,
.rule-thumb {
    position: relative;
    line-height: 0;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    height: 460px;
    max-width: 600px;
}

.about-thumb::after,
.rule-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url('../images/bg-4.png') no-repeat top center/100% auto;
    z-index: -1;
}

.about-thumb img,
.rule-thumb img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 400px;
}

.rule-wrap {
    margin-top: 50px;
    padding-top: 65px;
    padding-bottom: 65px;
    align-items: center;
}

.rule-wrap::before {
    background: radial-gradient(66.87% 66.87% at 50% 50%, #64D6A9 0%, #07246D 100%);
    opacity: .7;
}

.about-description {
    color: #FFF;
    margin: 30px 0 0;
}

.about-link {
    margin: 30px 0 0;
    display: flex;
}

.about-link a {
    height: 52px;
    padding: 0 60px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00FCD9 none;
    border-radius: 26px;
    color: #060F0A;
    font-size: 30px;
    font-weight: 700;
}

.rule-link {
    display: flex;
    justify-content: center;
}

.rule-link a {
    height: 40px;
    padding: 0 35px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00FCD9 none;
    border-radius: 20px;
    color: #060F0A;
    font-size: 20px;
    font-weight: 700;
}

.rule-description {
    margin: 30px 0 0;
}

.rule-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rule-description li {
    padding: 0 0 0 70px;
    position: relative;
    color: #FFF;
    min-height: 50px;
}

.rule-description li:not(:first-of-type) {
    margin: 50px 0 0;
}

.rule-description li::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 0;
    background: transparent url('../images/ico/check-circle-outline.png') no-repeat center/100% 100%;
}

.rule-description li:first-of-type::before {
    background-image: url('../images/ico/check-circle.png');
}

.judge-wrap {
    margin-top: 75px;
}

.judge-row {
    margin: 15px -60px 0;
}

.judge-col {
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 45px;
}

.judge-thumb {
    position: relative;
    line-height: 0;
    display: block;
    overflow: hidden;
    background: #FFF none;
    border-radius: 50%;
    width: 260px;
    height: 260px;
    margin: 0 auto;
}

.judge-thumb img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.judge-title {
    margin: 35px 0 0;
    text-align: center;
    font-size: 27px;
    line-height: 32px;
    color: #FFF;
    font-weight: 700;
}

.judge-position {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.015em;
    text-align: center;
    color: #FFF;
}

.criteria-wrap {
    margin: 50px 0 0;
}

.criteria-description {
    margin: 25px 0 0;
    color: #FFF;
}

.criteria-swiper {
    margin: 25px 0 0;
}

.criteria-item {
    padding-left: 60px;
    padding-right: 60px;
}

.criteria-swiper .swiper-button-next::after,
.criteria-swiper .swiper-button-prev::after {
    font-size: 30px;
    color: #00FCD9;
}

.criteria-swiper .swiper-button-next::after {
    right: 0;
}

.criteria-swiper .swiper-button-prev::after {
    left: 0;
}

.criteria-title {
    font-size: 27px;
    line-height: 32px;
    color: #00FCD9;
    font-weight: 700;
    margin: 0;
}

.criteria-content {
    margin: 20px 0 0;
}

.criteria-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.criteria-content li {
    color: #FFF;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -.015em;
    position: relative;
    padding: 0 0 0 25px;
}

.criteria-content li:not(:first-of-type) {
    margin: 6px 0 0;
}

.criteria-content li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 11px;
    height: 11px;
    background: #00FCD9 none;
    border-radius: 50%;
}

.criteria-thumb {
    position: relative;
    line-height: 0;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    max-width: 430px;
    height: 430px;
}

.criteria-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url('../images/bg-3.png') no-repeat center/100% auto;
    z-index: -1;
}

.criteria-thumb img {
    width: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    max-height: 300px;
}

.page-template-techvoice .news-wrap.news-two::before {
    background: transparent url('../images/bg-2.jpg') no-repeat bottom center/100% auto;
    top: 80px;
}

.judge-share {
    padding: 65px 0;
}

.judge-share::before {
    background: radial-gradient(66.87% 66.87% at 50% 50%, #64D6A9 0%, #07246D 100%);
    opacity: .55;
}

.judge-share::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    display: block;
    z-index: -2;
    background: transparent url('../images/bg-6.png') no-repeat center/100% auto;
}

.judge-avatar {
    position: relative;
    text-align: center;
}

.judge-avatar img {
    max-height: 400px;
}

.judge-avatar::after {
    content: '';
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 400px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: linear-gradient(180deg, #07246D 0%, #64D6A9 100%);
    border-radius: 50%;
    z-index: -1;
}

.judge-swiper {
    margin: 30px 0 0;
}

.judge-swiper .swiper-slide {
    padding: 0 0 50px;
}

.judge-swiper .swiper-pagination {
    bottom: 0;
}

.judge-swiper .swiper-pagination-bullet {
    width: 32px;
    height: 6px;
    border-radius: 3px;
    background: #999 none;
}

.judge-swiper .swiper-pagination-bullet-active {
    background: #75FADD none;
}

.judge-slide {
    align-items: center;
}

.judge-quote {
    color: #FFF;
    position: relative;
    padding: 0 0 0 45px;
}

.judge-quote::before {
    content: '"';
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 70px;
    color: #FFF;
}

.judge-quote p {
    margin: 0;
}

.judge-signature {
    margin: 30px 0 0;
    font-family: 'MTDShoppingScript', sans-serif;
    font-size: 64px;
    color: #FFF;
    padding: 0 0 0 20px;
}

.judge-info {
    padding: 0 0 0 45px;
    position: relative;
    color: #FFF;
}

.judge-info::before {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    top: -20px;
    left: 15px;
    z-index: -1;
    background: transparent url('../images/ico/shape.png') no-repeat center/100% auto;
}

.judge-name {
    font-size: 27px;
    line-height: 32px;
    font-weight: 700;
}

.judge-info .judge-position {
    margin-top: 5px;
    text-align: left;
    padding-left: 30px;
}

.auth-wrap {
    display: none;
    width: 100%;
    max-width: 700px;
    border-radius: 5px;
}

.auth-item {
    display: none;
}

.auth-button {
    padding: 0;
    height: 40px;
    width: calc(50% - 20px);
    background: transparent none;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -.04em;
    font-weight: 700;
    color: #C4C4C4;
    cursor: pointer;
    border: 0;
    border-bottom: 2px solid #C4C4C4;
}

.auth-button:hover,
.auth-button.active {
    color: #2CAE9C;
    border-bottom-color: #2CAE9C;
}

.auth-panel {
    margin: 50px 0 0;
}

.auth-wrap .form-row .form-control {
    height: 40px;
    font-size: 16px;
}

.login-form .btn-login {
    height: 40px;
    width: 100%;
    background: #C4C4C4 none;
    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.login-form .btn-login:hover {
    background: #00FCD9 none;
    color: #060F0A;
}

.auth-wrap .form-row label.error,
.vote-form .form-row label.error,
.lostpass-form .form-row label.error {
    font-size: 14px;
    color: #FF0000;
    padding-left: 0;
}

.login-form input[name="email"] {
    padding-left: 44px;
    background: #FFF url('../images/ico/email.png') no-repeat left 11px center/20px 20px;
}

.login-form input[name="password"] {
    padding-left: 44px;
    background: #FFF url('../images/ico/key.png') no-repeat left 11px center/20px 20px;
}

.social-login {
    width: 100%;
    height: 40px;
    position: relative;
    padding: 0 0 0 40px;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: -.02em;
    font-size: 16px;
}

.social-login::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    height: 20px;
    background: transparent none no-repeat center/auto 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.social-facebook {
    color: #3C5A9A;
}

.social-facebook::before {
    background-image: url('../images/ico/facebook.png');
}

.social-google {
    color: #4285F4;
}

.social-google::before {
    background-image: url('../images/ico/google.png');
}

.reset-password {
    padding: 0;
    height: 40px;
    margin: 0 auto;
    color: #A3A3A3;
    letter-spacing: -.015em;
    font-size: 16px;
    line-height: 25px;
}

.auth-wrap .message.message-error {
    font-size: 14px;
    color: #FF0000;
    margin-top: 10px;
}

.btn-register {
    padding: 0 30px;
    height: 40px;
    margin: 0 auto;
    color: #FFF;
    font-size: 16px;
    background: #C4C4C4 none;
    border-radius: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-register:hover {
    background: #00FCD9 none;
    color: #060F0A;
}

.user-avatar {
    width: 30px;
    height: 30px;
    background: #2CAE9C none;
    border-radius: 50%;
    color: #060F0A;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.btn-logout {
    padding: 0;
    background: transparent none;
    color: #FFF;
    font-size: 13px;
    border: 0;
    margin: 0 0 0 8px;
}

.btn-logout:hover {
    color: #FFF;
}

.voted-wrap {
    display: none;
    width: 100%;
    max-width: 400px;
    background: transparent url('../images/bg-9.jpg') no-repeat center/cover;
    border-radius: 5px;
    color: #FFF;
}

.voted-title {
    font-size: 27px;
    line-height: 32px;
    font-weight: 700;
    color: #00FCD9;
    margin: 0;
}

.voted-text {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 19px;
}

.voted-product {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #00FCD9;
}

.vote-form {
    margin: 30px 0 0;
}

.vote-form .form-row .form-control {
    height: 40px;
    font-size: 16px;
}

.btn-vote {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto 0;
    background: #00FCD9 none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    color: #060F0A;
    border: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.lostpass-wrap {
    display: none;
    width: 100%;
    max-width: 500px;
    border-radius: 5px;
}

.lostpass-title {
    font-size: 27px;
    line-height: 32px;
    font-weight: 700;
    color: #2CAE9C;
    margin: 0;
}

.lostpass-text {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 19px;
}

.lostpass-form {
    margin: 30px 0 0;
}

.lostpass-form .form-row .form-control {
    height: 40px;
    font-size: 16px;
}

.btn-lostpass {
    padding: 0 30px;
    height: 40px;
    margin: 0 auto;
    background: #2CAE9C none;
    color: #FFF;
    border-radius: 5px;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-lostpass:hover {
    color: #060F0A;
}

.winner-wrap {
    padding: 60px 0;
}

.winner-wrap::before {
    background: transparent url('../images/bg-11.png') no-repeat center/cover;
}

.winner-title {
    margin: 0;
    color: #00FCD9;
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
}

.winner-swiper {
    margin: 20px 0 0;
}

.winner-swiper .swiper-button-next::after,
.winner-swiper .swiper-button-prev::after {
    font-size: 30px;
    color: #00FCD9;
}

.winner-swiper .swiper-button-next::after {
    right: 0;
}

.winner-swiper .swiper-button-prev::after {
    left: 0;
}

.winner-item {
    margin-top: 50px;
    padding-left: 45px;
    padding-right: 45px;
}

.winner-product {
    display: flex;
    align-items: center;
}

.winner-product-thumb {
    flex: 0 0 auto;
    max-width: 100%;
    width: 40%;
    margin: 0 30px 0 0;
}

.winner-product-head {
    margin: 0;
    color: #FFF;
}

.winner-product-title {
    margin: 15px 0 0;
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
    color: #FFF;
}

.winner-box {
    border-radius: 15px;
    background: #FFF none;
    padding: 40px 30px 15px;
    position: relative;
}

.winner-box::after {
    content: '';
    width: 45px;
    height: 44px;
    position: absolute;
    top: -24px;
    left: 50%;
    background: transparent url('../images/ico/star.png') no-repeat center/45px auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.winner-box-title {
    text-align: center;
    margin: 0;
}

.winner-box-email {
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0 0;
    letter-spacing: -.015em;
    color: #999;
    text-align: center;
}

.winner-prize {
    display: flex;
    align-items: center;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #999;
}

.winner-prize-thumb {
    flex: 0 0 auto;
    max-width: 100%;
    width: 40%;
    margin: 0 20px 0 0;
}

.winner-prize-title {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: -.02em;
    margin: 0;
}

.winner-prize-sapo {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -.025em;
    margin: 5px 0 0;
}

.navbar-mobile-icon {
    width: 24px;
    height: 18px;
    position: relative;
    margin: 0;
    padding: 0;
    background: transparent none;
    border: 0;
    display: none;
}

.navbar-mobile-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #00FCD9 none;
    border-radius: 20px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .2s;
    transition: all .2s;
    top: 8px;
}

.navbar-mobile-icon span:first-child {
    top: 0;
}

.navbar-mobile-icon span:last-child {
    top: 16px;
}

.navbar-mobile-icon.mobile-active span:first-child,
.navbar-mobile-icon.mobile-active span:last-child {
    opacity: 0;
}

.navbar-mobile-icon.mobile-active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-mobile-icon.mobile-active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-mobile-wrap {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #2CAE9C none;
    z-index: 999;
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: auto;
    padding: 60px 25px 15px;
    visibility: hidden;
    opacity: 0;
}

.navbar-mobile-wrap.menu-mobile-active {
    visibility: visible;
    left: 0;
    opacity: 1;
}

.mobile-menu-container ol {
    margin: 0;
    list-style: none;
    padding: 0;
    width: calc(100% + 50px);
    position: relative;
    left: -25px;
}

.mobile-menu-container li {
    padding: 0 25px;
    margin: 0;
    color: #FFF;
    position: relative;
}

.mobile-menu-container li.current-menu-item {
    background: #00FCD9 none;
}

.mobile-menu-container a {
    display: block;
    padding: 11px 0 13px;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.mobile-menu-container li.current-menu-item a {
    color: #060F0A;
}

.scroll-disable {
    overflow: hidden;
}

.navbar-mobile-wrap .navbar-mobile-icon {
    position: absolute;
    left: auto;
    top: 15px;
    right: 15px;
}

.navbar-mobile-wrap .navbar-mobile-icon span {
    background: #060F0A none;
}

.page-404 {
    height: calc(100vh - 485px);
}

.page-404::before {
    background: url('../images/astronaut.svg') no-repeat center/auto 100%;
}

.dt-prize-wrap {
    margin: 50px 0 0;
}

.dt-prize-row {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.dt-prize-col {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.dt-prize-item {
    padding: 25px 80px;
    background: rgba(11, 149, 156, .5) none;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dt-prize-item.content {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    color: #FFF;
}

.dt-prize-item > * {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
}

.dt-prize-thumb span {
    position: relative;
    width: 100%;
    display: block;
    max-width: 240px;
    height: 240px;
}

.dt-prize-thumb img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dt-prize-title {
    margin: 5px 0 0;
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    color: #FFF;
    font-weight: 700;
}

.dt-prize-sapo {
    margin: 15px 0 0;
}

.dt-prize-sapo > * {
    margin-bottom: 0;
}

.dt-prize-sapo ul {
    padding: 0;
    list-style: none;
}

.dt-prize-sapo ul li::before {
    content: '-';
    display: inline-block;
    position: relative;
    margin: 0 5px 0 0;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}

@media only screen and (max-width: 1199px) {
    .nav-wrap,
    .event-content ul::before,
    .event-content li::before {
        display: none;
    }

    .navbar-mobile-icon {
        display: block;
    }

    .header-wrap {
        padding: 20px 0 10px;
    }

    .logo {
        top: 0;
    }

    .logo img {
        max-height: 70px;
    }

    .slider-wrap .swiper-pagination {
        bottom: 10px;
    }

    .event-container {
        margin-top: 30px;
        display: block;
    }

    .title,
    .winner-title,
    .about-description,
    .criteria-description,
    .prize-list li:nth-child(2n) .prize-title,
    .prize-list li:nth-child(2n+1) .prize-title,
    .prize-description {
        text-align: center;
    }

    .event-content {
        margin: 30px 0 0 0;
    }

    .event-content li {
        padding-left: 0;
        text-align: center;
    }

    .title.mt-70 {
        margin-top: 40px;
    }

    .event-vote {
        margin-top: 70px;
    }

    .choice-wrap {
        margin-top: 50px;
    }

    .home .choice-wrap {
        margin-top: 50px;
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .choice-nav {
        margin: 0;
        justify-content: space-between;
    }

    .choice-tab {
        padding: 0;
        width: calc(50% - 30px);
    }

    .choice-list {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        justify-content: space-between;
    }

    .product-item {
        margin-top: 30px;
        width: calc(50% - 30px);
        padding-left: 0;
        padding-right: 0;
    }

    .auth-col:not(:nth-child(1)),
    .auth-panel,
    .winner-col:not(:nth-child(1)),
    .partner-row,
    .partner-col:not(:nth-child(1)),
    .about-col:not(:nth-child(1)),
    .criteria-col:not(:nth-child(1)),
    .rule-col:not(:nth-child(1)),
    .rule-description li:not(:first-of-type),
    .prize-list li:not(:first-child),
    .choice-tab,
    .judge-slide-col,
    .news-wrap.news-two .article-item {
        margin-top: 30px;
    }

    .article-wrap {
        margin: 24px -15px 0;
    }

    .article-item {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%;
    }

    .article-item:nth-child(1) {
        width: 50%;
    }

    .article-item:nth-child(1) .article-title {
        font-size: 24px;
    }

    .article-item:not(:nth-child(1)) .article-thumb {
        width: 160px;
    }

    .partner-list {
        padding-right: 0;
        margin-left: -8px;
        margin-right: -8px;
    }

    .partner-item {
        width: 33.333333%;
        margin-top: 30px;
        padding: 0 8px;
    }

    .partner-item span {
        height: 50px;
    }

    .partner-item img {
        max-height: 40px;
    }

    body:not(.home) {
        padding-top: 140px
    }

    .about-link {
        justify-content: center;
    }

    .about-link a {
        height: 40px;
        font-size: 22px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .judge-wrap,
    .prize-wrap {
        margin-top: 50px;
    }

    .judge-row {
        margin: 0 -15px;
        justify-content: center;
    }

    .judge-col {
        margin-top: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .prize-title {
        font-size: 30px;
        line-height: 38px;
    }

    .prize-title::before {
        top: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .prize-title::after {
        top: 220px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: 0;
        width: 210px;
        border-left: 0;
        border-top: 1px solid #00FCD9;
        margin-top: 0;
    }

    .prize-list li:nth-child(2n+1) .prize-title {
        padding-left: 0;
        padding-top: 240px;
    }

    .prize-list li:nth-child(2n+1) .prize-title::before,
    .prize-list li:nth-child(2n+1) .prize-title::after {
        left: 50%;
    }

    .prize-list li:nth-child(2n) .prize-title {
        padding-right: 0;
        padding-top: 240px;
    }

    .prize-list li:nth-child(2n) .prize-title::before,
    .prize-list li:nth-child(2n) .prize-title::after {
        right: auto;
        left: 50%;
    }

    .judge-share {
        padding: 50px 0 30px;
    }

    .judge-swiper {
        padding-bottom: 50px;
    }

    .news-wrap {
        padding-top: 50px;
    }

    .news-wrap.news-one {
        padding: 40px 0;
    }

    .footer-wrap {
        margin-top: 50px;
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: auto;
    }

    .page-404 {
        height: calc(100vh - 325px);
    }

    .dt-prize-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .dt-prize-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dt-prize-item {
        padding: 25px;
    }
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 17px;
    }

    .title {
        font-size: 34px;
        line-height: 40px;
    }

    .article-item,
    .article-item:nth-child(1),
    .news-wrap.news-three .article-item:nth-child(1) {
        width: 100%;
    }

    .prize-content,
    .news-wrap.news-three .article-item {
        width: 50%;
    }

    .prize-title {
        width: calc(50% - 30px);
    }

    .product-item {
        width: calc(50% - 15px);
    }

    .news-wrap.news-two .article-item .article-thumb,
    .news-wrap.news-two .article-item:not(:nth-child(1)) .article-thumb {
        width: 220px;
    }

    .news-wrap.news-two .article-title,
    .news-wrap.news-two .article-item:nth-child(1) .article-title {
        font-size: 18px;
        line-height: 25px;
    }

    .winner-title {
        font-size: 22px;
    }

    .news-wrap.news-two .article-wrap {
        margin-top: 0;
    }

    .news-wrap.news-three .article-item:nth-child(1) .article-title,
    .winner-swiper {
        margin-top: 10px;
    }

    .news-wrap.news-one .article-wrap {
        margin-top: 14px;
    }

    .page-404 {
        height: calc(100vh - 350px);
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 15px;
    }

    body.home {
        padding-top: 50px;
    }

    body:not(.home) {
        padding-top: 100px;
    }

    .header-wrap {
        padding: 15px 0 10px;
    }

    .logo img {
        max-height: 50px;
    }

    .header-wrap.sticky .logo img {
        max-height: 50px;
    }

    .title {
        font-size: 22px;
        line-height: 28px;
    }

    .slider-wrap .swiper-pagination-bullet,
    .judge-swiper .swiper-pagination-bullet {
        width: 16px;
        height: 3px;
    }

    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }

    .time-item {
        width: 72px;
        height: 72px;
    }

    .time-item::before {
        top: 2px;
        left: 2px;
        width: 68px;
        height: 68px;
    }

    .time-text {
        font-size: 34px;
    }

    .time-item label {
        font-size: 14px;
    }

    .event-content li:not(:first-of-type),
    .form-row:not(:first-child) {
        margin-top: 10px;
    }

    .event-vote {
        margin-top: 40px;
    }

    .event-vote-box {
        font-size: 18px;
    }

    .event-vote-box::before,
    .event-vote-box::after {
        border: 2px solid #060F0A;
        width: 11px;
        height: 46px;
        top: -18px;
    }

    .event-vote-number {
        font-size: 40px;
    }

    .home .choice-wrap {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .choice-tab {
        width: 100%;
        margin-top: 15px;
    }

    .choice-tab button {
        font-size: 14px;
        line-height: 18px;
        height: auto;
        border-width: 1px;
        padding-top: 3px;
        padding-bottom: 4px;
        min-height: 45px;
    }

    .product-title,
    .winner-product-title,
    .lostpass-title,
    .criteria-title,
    .judge-title,
    .prize-title,
    .judge-name,
    .dt-prize-title {
        font-size: 18px;
        line-height: 25px;
    }

    .product-vote {
        height: 30px;
        width: 130px;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 1px;
        margin-top: 10px;
    }

    .news-wrap {
        padding-top: 30px;
    }

    .article-wrap {
        margin-top: 4px;
    }

    .article-item:nth-child(1) .article-title {
        font-size: 16px;
        line-height: 23px;
        margin-top: 10px;
    }

    .article-item:not(:nth-child(1)) .article-thumb {
        width: 120px;
        margin-right: 10px;
        border-radius: 5px;
    }

    .article-title,
    .winner-title,
    .news-wrap.news-two .article-title,
    .news-wrap.news-two .article-item:nth-child(1) .article-title {
        font-size: 15px;
        line-height: 21px;
    }

    .winner-wrap {
        padding: 30px 0;
    }

    .winner-item {
        margin-top: 20px;
    }

    .winner-product,
    .winner-prize {
        flex-wrap: wrap;
    }

    .winner-product-thumb,
    .winner-prize-thumb {
        width: 100%;
        order: 2;
        margin: 20px 0 0;
    }

    .winner-product-title {
        margin-top: 5px;
    }

    .winner-product-content {
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .winner-box-email,
    .form-row label.error {
        font-size: 14px;
        line-height: 19px;
        margin-top: 5px;
    }

    .partner-list {
        margin-top: -20px;
    }

    .partner-item {
        width: calc(50% - 10px);
        margin-top: 15px;
    }

    .partner-item span {
        padding: 0 15px;
        height: 40px;
    }

    .partner-item img {
        max-height: 30px;
    }

    .partner-wrap,
    .criteria-wrap,
    .judge-wrap,
    .prize-wrap,
    .dt-prize-wrap {
        margin-top: 30px;
    }

    .partner-form {
        padding: 30px 20px;
    }

    .form-row .form-control,
    .btn-partner,
    .login-form .btn-login,
    .btn-register {
        height: 40px;
        font-size: 15px;
    }

    .form-row label.error {
        padding-left: 0;
    }

    .footer-wrap {
        display: block;
        margin-top: 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .contact-wrap {
        padding-left: 0;
        font-size: 16px;
        line-height: 23px;
        margin-top: 5px;
        text-align: center;
    }

    .contact-wrap::before,
    .news-wrap.news-two .article-sapo,
    .news-wrap.news-three .article-more a {
        display: none;
    }

    .logo-footer img {
        max-height: 50px;
    }

    .btn-login {
        width: 110px;
        padding-bottom: 1px;
    }

    .auth-button {
        font-size: 18px;
        line-height: 25px;
        width: calc(50% - 15px);
    }

    .fancybox-content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .lostpass-text,
    .judge-position {
        font-size: 15px;
        margin-top: 5px;
    }

    .lostpass-form,
    .about-description,
    .about-link,
    .criteria-description,
    .criteria-content,
    .rule-description,
    .rule-description li:not(:first-of-type),
    .judge-title,
    .prize-list li:not(:first-child),
    .prize-list,
    body:not(.home) .choice-wrap:nth-child(2),
    .news-wrap.news-two .article-item {
        margin-top: 15px;
    }

    .about-link a,
    .rule-link a {
        font-size: 16px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .about-thumb,
    .rule-thumb {
        height: 320px;
        max-width: 400px;
    }

    .about-thumb img, .rule-thumb img {
        max-height: 260px;
    }

    .winner-swiper .swiper-button-prev,
    .criteria-swiper .swiper-button-prev {
        left: 0;
    }

    .winner-swiper .swiper-button-next,
    .criteria-swiper .swiper-button-next {
        right: 0;
    }

    .criteria-item {
        padding-left: 45px;
        padding-right: 45px;
    }

    .criteria-content li {
        font-size: 15px;
        padding-left: 15px;
    }

    .criteria-content li::before {
        width: 6px;
        height: 6px;
        top: 12px;
    }

    .criteria-thumb {
        max-width: 380px;
        height: 380px;
    }

    .rule-wrap {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .rule-description li {
        padding-left: 34px;
    }

    .rule-description li::before {
        width: 24px;
        height: 24px;
    }

    .judge-thumb {
        width: 160px;
        height: 160px;
    }

    .product-item,
    .prize-title,
    .prize-content,
    .news-wrap.news-three .article-item {
        width: 100%;
    }

    .prize-title::before {
        font-size: 130px;
    }

    .prize-title::after {
        top: 150px;
        width: 180px;
    }

    .prize-list li:nth-child(2n+1) .prize-title,
    .prize-list li:nth-child(2n) .prize-title {
        padding-top: 170px;
    }

    .prize-content {
        margin-left: 0;
    }

    .prize-list li:nth-child(2n) .prize-title {
        order: 1;
    }

    .prize-list li:nth-child(2n) .prize-content {
        order: 2;
    }

    .product-sapo {
        font-size: 15px;
    }

    .news-wrap.news-two .article-item .article-thumb,
    .news-wrap.news-two .article-item:not(:nth-child(1)) .article-thumb {
        width: 120px;
        margin-right: 10px;
    }

    .judge-swiper {
        margin-top: 0;
        padding-bottom: 0;
    }

    .judge-swiper .swiper-slide {
        padding-bottom: 60px;
    }

    .judge-avatar img {
        max-height: 300px;
    }

    .judge-avatar::after {
        max-width: 300px;
        max-height: 300px;
        bottom: -30px;
    }

    .judge-info .judge-position {
        padding-left: 0;
    }

    .news-wrap.news-three {
        padding-bottom: 30px;
    }

    .judge-share {
        padding-top: 30px;
    }

    .judge-signature {
        margin-top: 20px;
        font-size: 50px;
    }

    .page-404 {
        height: calc(100vh - 307px);
    }

    .dt-prize-row {
        margin-top: 0;
    }
}