/* RESET
--------------------------------*/
* {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; outline: none; -webkit-appearance: none;}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, b-footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
p {margin: 0;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
input[type="checkbox"] {-webkit-appearance: checkbox;}

/* REUSABLE STYLES
---------------------------------*/
.clearfix:after {content: ''; display: block; height: 0; clear: both; visibility: hidden; font-size: 0;}
.bxbb {-webkit-box-sizing: border-box; box-sizing: border-box;}

/* FONTS
---------------------------------*/
body {font: 400 16px/1.5 'Open Sans', sans-serif;}

/* FOUNDATION
------------------------- --------*/
html {height: 100%;}
body {color: #353535; background-color: #fff;}
body.dragged {overflow: hidden; height: 100vh;}
a, button {transition: all 0.3s ease; cursor: pointer;}
a {color: #353535; text-decoration: underline;}
button, input[type="submit"] {cursor: pointer;}
img {display: block; border: none;}
svg {pointer-events: none;}
a:hover {text-decoration: none;}
b, strong {font-weight: 700;}
*::-webkit-scrollbar {width: 9px;}
*::-webkit-scrollbar-thumb {background: #7e8791; border-radius: 20px;}
*::-webkit-scrollbar-track {background: #ddd; border-radius: 20px;}
.preventcopy {
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}

/* GENERAL
---------------------------------*/
html.applePointer, body.applePointer {cursor: pointer;}
.wrap {width: 100%; max-width: 1532px; margin: 0 auto; box-sizing: border-box;}
.btn-effect-outter {display: inline-block;}
.btn {position: relative; display: inline-block; width: 306px; padding: 20px 15px; text-decoration: none; text-align: center; text-transform: uppercase; color: #353535; font-size: 21px; font-weight: 700; letter-spacing: 3px; border-radius: 4px; background-color: #ffba00; box-shadow: 0 4px 13px rgba(0,0,0,.12); cursor: pointer;}
.section-title {font-size: 32px; letter-spacing: 5px; text-transform: uppercase;}
.section-regular {padding: 128px 0;}
/* carousel arrows */
.owl-nav div {position: absolute; top: 50%; width: 28px; height: 28px; margin-top: -14px; background: transparent; text-indent: -9999px; border-top: 2px solid rgba(0,0,0,.40); border-left: 2px solid rgba(0,0,0,.40); transition: all .3s ease-in-out; text-decoration: none; font-size: 0; box-sizing: border-box;} 
.owl-nav div:hover {border-color: rgba(0,0,0,0.7); border-width: 3px;}
.owl-nav div:before {display: block; height: 200%; width: 200%; margin-left: -50%; margin-top: -50%; content: ""; transform: rotate(45deg);}
.owl-nav .owl-prev {transform: rotate(-45deg); left: 0;}
.owl-nav .owl-next {transform: rotate(135deg); right: 0;}
@media (max-width: 1542px) { 
    .wrap {width: auto; margin: 0 25px;}
    .section-regular {padding: 70px 0;}
}
@media (max-width: 992px) {
    .wrap {margin: 0 15px;}
    .section-title {text-align: center;}
    .btn {max-width: 256px; padding: 15px 10px;}   
}
@media (max-width: 768px) {
    .section-title {text-align: center;}
    .btn {font-size: 18px;}
}
@media (max-width: 600px) {
    .section-title {font-size: 30px; letter-spacing: 2px;}
}
@media (max-width: 480px) {
    .section-regular {padding: 40px 0;}
    .section-title {font-size: 26px;}
}

/* header
---------------------------------*/
.header {position: fixed; left: 0; top: 0; z-index: 5; width: 100%; transition: all 0.3s ease; padding-bottom: 35px;}
.header .wrap {display: flex; justify-content: space-between; align-items: flex-start;}
.header .logo-holder {margin-top: 30px;}
.header .logo-holder .logo {width: 305px; height: 84px; transition: all 0.3s ease; margin: 0 auto;}
.header-nav-list {position: relative; font-size: 0;}
.header-nav-list .item {display: inline-block;}
.header-nav-list .link {display: block; padding: 62px 31px 0; font-size: 16px; text-decoration: none;}
.header-nav-list .link:hover {color: #1a75ba;}
.header-nav-list .item_current .link {color: #1a75ba;}
.header-nav-marker {position: absolute; top: 0; height: 4px; transition: width 0.4s ease, left 0.4s ease; background-color: #1a75ba; transition: all 0.3s ease}
.dropdown-holder {position: relative;}
.dropdown-tumbler {display: block; position: relative; padding: 0 19px 0 15px; cursor: pointer;}
.dropdown-tumbler .icon-down-open-mini {position: absolute; right: 0; top: -1px; font-size: 17px; transition: transform 0.3s ease; }
.dropdown-holder_active .dropdown-tumbler .icon-down-open-mini {transform: rotate(180deg);}
.dropdown-list {display: none; position: absolute; right: 0; bottom: -106px; pointer-events: auto; min-width: 115px; text-align: right; padding: 10px 15px; box-sizing: border-box; width: 100%;}
.dropdown-holder .dropdown-item {margin-top: 7px; opacity: 0; transform: translate3d(0,-25px,0); transition: opacity 0.15s, transform 0.15s;}
.dropdown-holder .dropdown-item:first-child {margin-top: 0;}
.dropdown-holder_active .dropdown-item {transform: translate3d(0,0,0); opacity: 1; transition: none; animation: bounceItem 0.6s ease-out;}
.dropdown-holder_active .dropdown-list {display: block; background-color: #fff; box-shadow: 0px 2px 3px 0px rgba(0,0,0,.15); width: 100%;}
.header-lang {padding-top: 62px; transition: all 0.3s ease; display: flex; flex-direction: row;}
.header-lang .lang-name {font-weight: 700;}
.header-lang .dropdown-item {cursor: pointer;}
.header-lang .link {text-decoration: none;}
.header-lang .link:hover {color: #000;}
.header.mob {padding: 15px 0; will-change: transform;}
.header.mob .wrap {align-items: center;}
.header.mob .dropdown-holder_active .lang-name {display: none;}
.header.mob .dropdown-holder_active .dropdown-tumbler:after {content: ''; background: url(../images/general/icon-close-dark.svg) no-repeat; display: block; width: 20px; height: 20px; position: absolute; right: 6px; top: 9px;}
.scrolled .header {background-color: #fff;}
.scrolled .header.mob .logo-holder {margin-top: 0;}
.header.mob .logo-holder .logo {width: 200px; height: 55px;}
.header.mob .header-lang {padding-top: 0;}
.header.mob .header-nav.active {display: block; position: absolute; top: 85px; left: 0; width: 100%; background-color: #fff; padding-bottom: 10px; transition: all 0.1s linear; z-index: 1; box-shadow: 0 2px 3px rgba(0,0,0,.15)}
.header.mob .header-nav-list .item {display: block;}
.hamburger {display: none; position: relative; width: 36px; height: 36px; margin: 0 0 0 20px; border: 1px solid #d2d2d3; border-radius: 2px; box-sizing: border-box;}
.line { height: 2px; background-color: #353535; display: block; border-radius: 3px; transition: 0.25s linear; position: absolute; width: 22px; left: 50%; transform: translateX(-50%);}
.line1 { top: 10px; }
.line2 { top: 50%; transform: translate(-50%, -50%);  /* margin-top: -2px; */ }

/* use margin if blur appears */
.line3 { bottom: 10px; }
.close .line { transform: rotateZ(45deg); top: 50%; left: 6px; }
.close .line3 { transform: rotateZ(-45deg); }
.close .line2 { opacity: 0; transform: rotateZ(-180deg) }

.scrolled .header {box-shadow: 0 1px 6px rgba(0,0,0,.15); padding-bottom: 15px;}
.scrolled .header-lang {padding-top: 44px;}
.scrolled .header .logo-holder {margin-top: 15px;}
.scrolled .header .logo-holder .logo {width: 160px; height: 44px;}
.scrolled .header-nav-list .link, 
.scrolled .header-lang {padding-top: 26px;}
.scrolled .header.mob {padding-bottom: 15px; box-shadow: 0 1px 6px rgba(0,0,0,.15);}
.scrolled .header.mob .logo-holder .logo {width: 160px; height: 44px;}
.page-regular .header {position: relative; background-color: #fff;}
.page-regular.scrolled .header {position: fixed;}
@media (max-width: 1200px) {
    .header,
    .scrolled .header {padding-bottom: 15px;}
    .header .logo-holder,
    .scrolled .header .logo-holder {margin-top: 15px;}
    .header .logo-holder .logo,
    .scrolled .header .logo-holder .logo {width: 240px; height: 67px;}
    .header-nav-list .link,
    .scrolled .header-nav-list .link {padding: 35px 20px 0;}
    .header-lang,
    .scrolled .header-lang {padding-top: 35px;}
}
@media (max-width: 992px) {
    .header {padding-bottom: 15px;}
    .header-nav-marker {display: none;}
    .header.mob .header-nav-list .item {}
    .header .logo-holder .logo, 
    .scrolled .header .logo-holder .logo {width: 220px; height: 61px;}
    .scrolled .header {padding-bottom: 15px;}
}
@media (max-width: 880px) {
    .header .logo-holder, 
    .scrolled .header .logo-holder {margin-top: 0; position: relative; left: 50%; transform: translateX(-50%);}
    .header-nav {display: none;}
    .scrolled .header-nav-list .link,
    .header.mob .header-nav-list .link {padding: 10px 15px;}
    .dropdown-holder {position: inherit;}
    .dropdown-tumbler {width: 36px; height: 36px; border: 1px solid #d2d2d3; border-radius: 2px; box-sizing: border-box; background-color: #fff;}
    .dropdown-tumbler .icon-down-open-mini {display: none;}
    .header-lang .lang-name {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
    .hamburger {display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); margin-left: 15px;}
    .scrolled .header.mob .header-nav.active {background-color: #fff; top: 74px; box-shadow: 0 2px 3px rgba(0,0,0,.15);}
}
@media (max-width: 768px) {
    .dropdown-holder {position: inherit;}
}
@media (max-width: 480px) {
    .header.mob .logo-holder .logo {width: 180px;}
}

/* global
---------------------------------*/
.global {height: 100vh; background: url(../images/global/sphere-bg.jpg) no-repeat right bottom; box-sizing: border-box;}
.global .wrap {display: flex; align-items: center; position: relative; height: 100%;}
.global .title {font-size: 70px; font-weight: 300; line-height: 1.3;}
.global .title strong {display: block; font-weight: 600;}
.global .btn-holder {margin-top: 50px;}
.global .description-from {position: absolute; left: 0; bottom: 20px; display: flex; align-items: flex-end; margin-top: 190px;}
.global .description-from .text {display: block; margin-bottom: 4px;}
.global .description-from .logo-holder {margin-left: 18px;}

@media (max-width: 1540px) {
    .global {background-size: contain;}
}
@media (max-width: 1340px), (max-height: 800px) {
    .global .title {font-size: 50px;}
    .global .btn-holder {margin-top: 35px;}
}
@media (max-width: 1340px) {
    .global {background-size: 600px auto; background-position: right top;}
}

@media (max-width: 992px) {
    .global {background-size: 50%; background-position: bottom right;}
    .global .wrap {flex-direction: column; align-items: flex-start; justify-content: center;}
    .global .description-from {position: relative; margin-top: 30px; flex-direction: column; align-items: flex-start; bottom: auto;}
    .global .description-from .logo-holder {margin: 15px auto 0;}   
    .global .title {font-size: 36px;}
    .global .btn-holder {margin-top: 30px;} 
}
@media (max-width: 768px) {
    .global {background: url(../images/global/sphere-bg-mob.jpg) no-repeat right 50%; padding: 90px 0 30px;}
}
@media (max-width: 650px) {
    .global .title {font-size: 28px;}
    .global .description-from .text {font-size: 13px; text-transform: uppercase;}
    .global .description-from .logo-holder {margin-left: 0;}
    .global .description-from .logo {max-width: 160px; }
}
@media (max-width: 600px) {
    .global {height: 100vh; height: calc(var(--vh, 1vh) * 100); padding: 0; background-size: 65%; background-position: 100% 65%;}
    .global .wrap {align-items: center; text-align: center; justify-content: flex-start;}
    .global .description-from {position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); flex-direction: row; margin-top: auto; width: 320px; text-align: left; align-items: flex-end;}
    .global .description-from .logo-holder {margin-top: 0;}
    .global .main {padding-top: 105px;}
    .global .description-from .text {margin-bottom: 0;}
}
@media (max-width: 400px) {
    .global {background-size: 50%; background-position: 100% 65%;}
}
@media (max-width: 360px) {
    .global .description-from {width: 290px;}
    .global .description-from .text {font-size: 11px;}
}

/* about
---------------------------------*/
.about {padding: 130px 0;}
.about .content {display: flex; justify-content: flex-start; align-items: center; margin-top: 35px;}
.about .general {width: 100%; max-width: 1000px;}
.about .general .title {position: relative;margin: 35px 0;padding-left: 66px;font-size: 26px;font-weight: 700;}
.about .general .title:before {position: absolute; left: 0; top: 50%; transform: translateY(-50%); content: ''; display: block; width: 49px; height: 80px; background: url(../images/about/title-lines.png) no-repeat 0 0;}
.about .description p:not(:first-child) {margin-top: 18px;}
.about .platform {width: 407px; margin-left: 130px;}
.about .platform .heading {font-size: 28px; letter-spacing: 5px; text-transform: uppercase;}
.about .platform .place-holder {padding: 25px 0;}
.about .platform .place-holder {margin-top: 10px; padding: 45px 0; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7;}
.about .platform-mob {display: none;}
@media (max-width: 1542px) {
    .about {padding: 70px 0;}
}
@media (max-width: 1200px) {
    .about .platform {margin-left: 90px;}
}
@media (max-width: 992px) {
    .about {padding: 50px 0;}
    .about .general .title {font-size: 22px;}
    .about .platform {width: 100%; max-width: 407px; margin: 20px auto 0; text-align: center;}
    .about .platform-place {margin: 0 auto;} 
    .about .platform-web {display: none;}
    .about .platform-mob {display: block;}
}
@media (max-width: 600px) {
    .about .platform .heading {font-size: 24px; letter-spacing: 2px;}
    .about .platform .place-holder {margin-top: 20px; padding: 15px 0;}
    .about .platform .platform-place {max-width: 140px;}
    .about .general .title:before {display: none;}
    .about .general .title {padding-left: 0; font-size: 22px; margin-bottom: 20px;}
}
@media (max-width: 480px) {
    .about {padding: 30px 0;}
    .about .general .title {font-size: 20px;}
}

/* geography
---------------------------------*/
.geography {display: none; min-height: 1066px; background: url(../images/geography/map.jpg) no-repeat center top;}

@media (max-width: 1200px) {
    .geography {min-height: 600px; background-size: cover;}
}
@media (max-width: 992px) {
    .geography {min-height: 480px;}
}
@media (max-width: 768px) {
    .geography {min-height: 300px;}
}

/* history
---------------------------------*/
.history {overflow: hidden;}
.history-list {position: relative;min-height: 2180px;margin-bottom: 140px;margin-top: 54px;} 
.history-list:after {position: absolute; left: 50%; top: 0; margin-left: -1px; content: ''; display: block; width: 2px; height: 100%; background-color: #353535;}
.history-list > .item {position: absolute; left: 50%;}
.history-list > .item:before {position: absolute; content: ''; display: block; height: 63px; background-repeat: no-repeat; opacity: 0; transition: opacity 0.3s ease;}
.history-list > .finished:before {opacity: 1;}
.history-list .item-odd {width: 542px;margin-left: -665px;}
.history-list .item-even {width: 500px;margin-left: 143px;}
.history-list .item-graphic-odd,
.history-list .item-graphic-even {width: 520px;}
.history-list .item-odd:before {left: 252px;top: -20px;width: 419px;background-image: url(../images/history/item-odd-line-long.png);z-index: 1;}
.history-list .item-graphic-odd:before {left: 512px;top: 99px;width: 160px;background-image: url(../images/history/item-odd-line-short.png);}
.history-list .item-even:before {left: -149px;top: 29px;width: 160px;background-image: url(../images/history/item-even-line-short.png);z-index: 1;}
.history-list .item-graphic-even:before {top: 100px;}
.history-list .item-november-2017:before {top: 29px;}
.history-list .item-september-2018:before,
.history-list .item-april-2019:before {top: 149px;}
.history-list .pic-holder .zoom-container {position: relative;display: inline-block;cursor: pointer;overflow: hidden;}
.history-list .pic-holder .dots {display: block; width: 80px; height: 80px; position: absolute;top: 50%;left: 50%;margin: -40px 0 0 -40px; transition: all 0.4s ease; will-change: contents; z-index: 1; display: flex; justify-content: center; align-items: center; border: 2px solid #ffcf25; border-radius: 5px;}
.history-list .pic-holder .dot {display: block; width: 6px; height: 6px; border-radius: 100%; background: #ffcf25; margin: 3px;}
.history-list .pic-holder .dot-text {display: inline-block;position: absolute;color: #ffcf25;font-size: 18px;top: 90px; width: 200px; text-align: center;}
.history-list .pic-holder .zoom-container:hover .dot:nth-child(1) {animation-name: dots-jump; animation-delay: 0.3s; animation-duration: 1s; animation-play-state: running;}
.history-list .pic-holder .zoom-container:hover .dot:nth-child(2) {animation-name: dots-jump; animation-delay: 0.45s; animation-duration: 1s; animation-play-state: running;}
.history-list .pic-holder .zoom-container:hover .dot:nth-child(3) {animation-name: dots-jump; animation-delay: 0.6s; animation-duration: 1s; animation-play-state: running;}
@keyframes dots-jump {
    0%      {transform: translate(0,0);}
    50%     {transform: translate(0,-8px);}
    100%    {transform: translate(0,0);}
}

.history-list .pic-holder .zoom-container img {transition: transform 0.4s ease; will-change: contents; transform-origin: center;}
.history-list .pic-holder .zoom-container:hover img {transform: scale(1.1);}
.history-list .item-graphic-odd .pic,
.history-list .item-graphic-odd .zoom-container {float: right;}
.history-list .date {display: inline-block;min-width: 259px;padding: 11px 15px;font-size: 32px;font-weight: 700;text-align: center;color: #fff;background-color: rgba(0,87,156,.85);box-sizing: border-box;}
.history-list .item-odd .date {}
.history-list .item-graphic-odd .date {position: absolute;left: 0;top: 310px; z-index: 1;}
.history-list .item-graphic-even .date {position: absolute;right: 0;top: 309px; z-index: 1;}
.history-list .main-info {margin-top: 40px; margin-top: 28px; line-height: 1.65;}
.history-list .main-info .heading {font-weight: 700;}
.history-list .main-info p {margin-top: 20px;}
.history-list .item-graphic-odd .main-info,
.history-list .item-graphic-even .main-info {margin-top: 33px;}
.history-list .item-graphic-odd .main-info p:first-child,
.history-list .item-graphic-even .main-info p:first-child {margin-top: 0;}
.history-list .contest-info {margin-top: 25px;display: flex;}
.history-list .contest-info .item {margin-left: 35px;flex-basis: 100px;}
.history-list .contest-info .item:nth-child(2) {margin-left: 36px;flex-basis: 100px;}
.history-list .contest-info .item:first-child {margin-left: 0;flex-basis: 100px;}
.history-list .contest-info .item span {display: block; line-height: 1.3;}
.history-list .contest-info .item .heading {font-size: 32px; font-weight: 700; padding: 0 0 8px;}

.history-list .item-march-1863 .pic {margin-right: 0;}
.history-list .item-march-1863 .main-info {padding-left: 30px;}
.history-list .item-2015 {top: 39px;}
/* .history-list .item-january-2015 {top: 69px;}
.history-list .item-january-2015 .contest-info .item-1 {width: 180px;}
.history-list .item-january-2015 .contest-info .item-2 {width: 272px; margin-left: 40px;} */
/* .history-list .item-april-2015 {top: 648px;} */
.history-list .item-2016 {top: 570px;}
.history-list .item-2016 .contest-info, .history-list .item-2020 .contest-info {padding-left: 160px;}
/* .history-list .item-april-2016 {top: 1158px;} */
.history-list .item-2017 {top: 610px;}
/* .history-list .item-april-2017 {top: 1600px;} */
.history-list .item-2018 {top: 1140px;}
.history-list .item-2018 .contest-info .item:first-child {max-width: 95px;}
.history-list .item-2018 .contest-info .item:nth-child(2) {max-width: 127px;}
.history-list .item-2018 .contest-info .item:nth-child(3) {max-width: 127px;}
.history-list .item-2019 {top: 1180px;}
.history-list .item-2020 {top: 1590px;}
.history-list .item-2020 .main-info {padding-left: 30px;}
/* .history-list .item-november-2017 {top: 1667px;}
.history-list .item-january-2018 {top: 2430px;}
.history-list .item-september-2018 {top: 2257px;}
.history-list .item-april-2019 {top: 2750px;} */
.history-list a {color: #1b75bc}

.modal-history {}
.modal-history .modal-dialog {max-width: 1530px;width: 90%;}
.modal-history .modal-content {padding: 0;border: none;display: flex;flex-direction: row;}
.modal-history-info {flex-basis: 42%;flex-grow: 1;flex-shrink: 1;background: #1a75ba;padding: 40px;text-align: left;color:  #fff;display: flex;align-items: center;}
.modal-history-info .inner {display: block; max-width: 410px; margin: auto;}
.modal-history-info p + p {margin-top: 24px;}
.modal-history-pics {flex-basis: 58%;flex-grow: 1;flex-shrink: 1;position: relative;}
.modal-history-pic {display: block; width: 100%;}
.modal-history-pic1 {}
.modal-history-pic2 {position: absolute;top: 0;left: 0;}
.modal-history-pic3 {position: absolute; top: 0; left: 0;}

.modal-history.show .modal-history-pic {animation-name: history-popup;animation-duration: 9s;animation-direction: normal;animation-fill-mode: forwards;animation-play-state: running;animation-timing-function: ease-in-out;animation-iteration-count: infinite;}
.modal-history.show .modal-history-pic1 {animation-delay: 6s;}
.modal-history.show .modal-history-pic2 {animation-delay: 3s;}
.modal-history.show .modal-history-pic3 {animation-delay: 0;}
.modal-history .modal-close {padding: 10px;top: 0;right: -40px;border: 1px solid #d6d6d6;background: #fff;opacity: 1;}
@keyframes history-popup {
    0%      {opacity: 1;}
    30%     {opacity: 1;}
    40%     {opacity: 0;}
    90%     {opacity: 0;}
    100%    {opacity: 1;}
}

@media (max-width: 1440px) {
    .modal-history .modal-content {background: #1a75ba;}
    .modal-history-info .inner {max-width: 100%;}
    .modal-history-pics {display: flex;}
    .modal-history-pics img {margin: auto;}
    .modal-history-pic2,
    .modal-history-pic3 {top: 50%;transform: translateY(-50%);}
}
@media (max-width: 1280px) {
    .history-list {min-height: 2200px;}
    .history-list .item-march-1863 {width: 400px; margin-left: -450px;}
    .history-list .item-march-1863 .pic {margin-right: 0;}
    .history-list .item-even {width: 400px; margin-left: 50px;}
    .history-list .item-odd {width: 400px; margin-left: -450px;}
    .history-list .item-graphic-odd, 
    .history-list .item-graphic-even {width: 400px;}
    .history-list .item-november-2017 {top: 1420px;}
    .history-list .item-april-2017 {top: 1346px;}
    .history-list .item-january-2018 {top: 2072px;}
    .history-list .item-september-2018 {top: 1831px;}
    .history-list .item-april-2019 {top: 2364px;}
    .history-list .contest-info .item:nth-child(2) {margin-left: 32px;}
    .history-list .date {min-width: 236px; font-size: 25px;}
    .history-list .main-info {margin-top: 30px;}
    .history-list .main-info p {margin-top: 13px;}
    .history-list .contest-info .item .heading {font-size: 30px;}
    .history-list .contest-info {margin-top: 26px;}
    .history-list .item-2016 .contest-info, .history-list .item-2020 .contest-info {padding-left: 0; margin-left: auto; width: min-content;}
    .history-list > .item .pic {width: 270px; height: 326px;}
    .history-list .item-graphic-odd .date {top: 240px;}
    .history-list .item-2016 {top: 540px;}
    .history-list .item-april-2016 {top: 906px;}
    .history-list .item-2017 {top: 606px;}
    .history-list .item-2018 {top: 1100px;}
    .history-list .item-2019 {top: 1100px;}
    .history-list .item-april-2015 {top: 480px;} 
    .history-list .item-graphic-even .date {top: 240px;}
    .history-list .item-odd:before {left: 230px; top: -16px; width: 225px; background-image: url(../images/history/item-odd-line-long-tablet.png);}
    
    .history-list .item-graphic-odd:before {left: 394px; top: 95px; width: 61px; background-image: url(../images/history/item-odd-line-short-tablet.png);}
    
    .history-list .item-even:before {left: -54px; top: 25px; width: 61px; background-image: url(../images/history/item-even-line-short-tablet.png);}    
    .history-list .item-2016:before {top: 56px;}
    .history-list .item-september-2018:before {top: 224px;}
}
@media (max-width: 1040px) {
    .modal-history .modal-content {-webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; align-content: flex-start;align-items: flex-start;}
    .modal-history-info {order: 2;}
    .modal-history-pics {order: 1;max-width: 500px;margin: auto;}
}
@media (max-width: 992px) {
    .history-list {display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; min-height: auto; margin-bottom: 0;}
    .history-list:after {display: none;}
    .history-list > .item {position: relative; left: auto; top: auto; padding-bottom: 70px;}
    .history-list .item-odd {margin-left: 0; width: 47%;}
    .history-list .item-even {width: 47%; margin-left: 0;}
    .history-list > .item:before {display: none;}
    .history .wow {animation-name: none !important; visibility: visible !important;}
}
@media (max-width: 768px) {
    .history-list {align-items: center;}
    .history-list > .item {padding-bottom: 40px;}
    .history-list .item-odd,
    .history-list .item-even {width: 100%;}
    .history-list .item-odd:before,
    .history-list .item-even:before {display: none;}
    .history-list .item-graphic-odd .pic,
    .history-list .item-graphic-even .pic {float: none; margin: 0 auto; max-width: 100%;}
    .history-list .date {display: block; font-size: 24px;}
    .history-list .main-info {margin-top: 20px;}
    .history-list .contest-info {margin-top: 20px; justify-content: space-around;}
    .history-list .item-2016 .contest-info, .history-list .item-2020 .contest-info {padding-left: 0; margin-left: 0; width: auto;}
    .history-list .contest-info .item {flex-basis: auto; flex-grow: 1; text-align: center;}
    .history-list .item-graphic-odd .date,
    .history-list .item-graphic-even .date {position: relative; top: auto; left: auto; width: 100%;}
    .history-list .item .pic-holder {margin-top: 20px;text-align: center;}
    .history-list .pic-holder .zoom-container {margin: 0 auto;float: none;}
    .modal-history .modal-close {right: -1px;}
}
@media (max-width: 600px) {
    .history-list .contest-info .item .heading {font-size: 22px;}
    .modal-history-pics {margin: 0 auto; flex-basis: auto;flex-grow: 0;flex-shrink: 0; height: 330px; width: 500px;}
}
@media (max-width: 480px) {
    .history-list {margin-top: 30px;}
    .history-list .date {font-size: 18px;}
    .history-list .contest-info {flex-wrap: wrap; text-align: left;max-width: 270px; margin-left: auto; margin-right: auto;}
    .history-list .contest-info .item {width: 100% !important;flex-basis: 100% !important;display: flex;align-items: flex-start;margin-left: 0 !important;}
    .history-list .contest-info .item + .item {margin-top: 10px;}
    .history-list .contest-info .item .heading {padding: 0 15px 0 0;min-width: 45px;text-align: right;}
    .history-list .contest-info .item .review {text-align: left;padding-top: 3px;}
    .modal-history-pics {height: 220px;width: 337px;box-sizing: border-box;}
    .modal-history .modal-content {padding-top: 41px;}
}
@media (max-width: 350px) {
    .modal-history-pics {height: 189px; width: 288px;}
}

/* apply-innovation
---------------------------------*/
.apply-section {background: #1a75ba url(../images/apply-section/pattern-bg.png) 0 0 repeat;}
.apply-section {padding: 131px 0; text-align: center;}
.apply-section .title {margin-bottom: 38px; font-size: 41px; font-weight: 700; color: #fff;}
.apply-innovation {position: relative; overflow: hidden;}
.apply-innovation .wrap {position: relative; z-index: 1;}
.apply-innovation .sphere {position: absolute; right: 0; top: 0; z-index: 0;}
.btn-register {width: auto; max-width: 100%;}
@media (max-width: 1280px) {
    .apply-innovation .sphere {display: none;}
}
@media (max-width: 992px) {
    .apply-section {padding: 70px 0;}
    .apply-section .title {font-size: 30px;}
}
@media (max-width: 768px) {
    .apply-section .title {font-size: 24px;}
}
@media (max-width: 480px) {
    .apply-section {padding: 40px 0;}
}

/* interested-in
---------------------------------*/
.interested-in {font-size: 0;}
.interested-in .technology-graphics {position: relative; display: inline-block; width: 864px; height: 420px; margin-top: 104px; background-color: #eaeff0; vertical-align: top;}
.interested-in .product {position: absolute;}
.interested-in .technology-graphics .satellite {top: -83px; right: 98px;}
.interested-in .technology-graphics .bioelectronics {display: none; right: 0; top: 0;}
.interested-in .content {display: inline-block; width: 745px; margin-left: 120px; font-size: 16px;}
.tab-list {font-size: 0;}
.tab-list .item {display: inline-block; position: relative; min-width: 228px; border: 1px solid #d2d2d3; border-left: none; text-align: center; font-size: 18px; line-height: 58px; color: #1b75bc; cursor: pointer; box-sizing: border-box; transition: all 0.3s ease; cursor: pointer;}
.tab-list .item br {display: none;}
.tab-list .item:after {position: absolute; left: -1px; bottom: 0; content: ''; display: block; width: calc(100% + 2px); height: 0; background-color: #1b75bc; transition: height 0.3s ease;}
.tab-list .item:first-child {border-left: 1px solid #d2d2d3;}
.tab-list .item_current {color: #353535; font-weight: 700;}
.tab-list .item_current:after {height: 4px;}
.tab-content {display: none;}
.tab-content_current {display: block;} 
.interested-in .tab-list {margin-top: 55px;}
.tabs-content-wrap {margin-top: 55px;}
.interested-in .features {margin-top: 65px;}
.interested-in .features .item {float: left; display: flex; justify-content: center; align-items: flex-end; height: 120px; width: 150px; border-right: 1px solid #d9d9d9; text-align: center; box-sizing: border-box;}
.interested-in .features .item:first-child {border-left: 1px solid #d9d9d9;}
.interested-in .features .item-others {justify-content: flex-end; width: 100px; padding-bottom: 18px; border-right: none; text-align: right;}
.interested-in .features .item-others .name {margin-top: 3px;}
.interested-in .features .item-others .periods {display: block; margin-right: 7px; font-size: 24px; font-weight: 600;}
.interested-in .features .pic {display: inline-block;}
.interested-in .features .name {display: block; margin-top: 6px; font-size: 14px; font-weight: 600; line-height: 1.3; text-align: center;}
.interested-in .tabs-content-wrap {min-height: 312px;}
.interested-in .description p {margin-top: 20px;}
.interested-in .description p:first-child {margin-top: 0;}
@media (max-width: 1730px) { 
    .interested-in .technology-graphics {width: 550px;}
    .interested-in .technology-graphics .satellite {top: -29px; right: 40px; width: 450px; height: auto;}
    .interested-in .content {margin-left: 90px; width: 630px;}
    .interested-in .tabs-content-wrap {margin-top: 40px;}
    .interested-in .features {margin-top: 52px;}
    .interested-in .features .name {font-size: 13px;}
    .interested-in .features .item {width: 137px;}
    .interested-in .features .item-others {width: 80px;}
}
@media (max-width: 1300px) {
    .interested-in .technology-graphics {width: 400px;}
    .interested-in .content {width: calc(100% - 520px);}
}
@media (max-width: 992px) {
    .interested-in {display: flex; flex-direction: column-reverse;}
    .interested-in .tabs-content-wrap {min-height: auto;}
    .interested-in .content {width: 100%; padding: 0 15px; margin: 0; box-sizing: border-box;}
    .interested-in .technology-graphics {display: none; margin: 40px auto 0; background-color: transparent;}
    .interested-in .technology-graphics .product {max-width: 100%;}
}
@media (max-width: 768px) {
    .interested-in .tab-list {margin-top: 30px; text-align: center;}
    .interested-in .tab-list .item {width: 50%; min-width: 95px; display: inline-block; padding: 10px; font-size: 16px; line-height: 28px;}
    .interested-in .features {margin: 10px 0 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center;}
    .interested-in .features .item {border: 0; margin-top: 18px;}
    .interested-in .features .item:first-child {border: 0;}
}
@media (max-width: 600px) {
    .interested-in .technology-graphics {display: none;}
}
@media (max-width: 600px) {
    .tab-list .item br {display: block;}
}
/* fill-applic
---------------------------------*/
.fill-applic .content {margin-top: 33px; font-size: 28px; color: #fff;}
.fill-applic .heading-deadline {margin: 9px 0 38px; letter-spacing: 5px; color: #ffce22; text-transform: uppercase;}
.fill-applic .content a {text-decoration: none; color: #fff;}
@media (max-width: 768px) {
    .fill-applic .heading-deadline {font-size: 22px; letter-spacing: 4px;}
}
@media (max-width: 480px) {
    .fill-applic .content,
    .fill-applic .heading-deadline {font-size: 18px;}
}

/* experts
---------------------------------*/
.experts {position: relative;min-height: 784px;overflow: hidden;box-sizing: border-box;overflow: hidden; padding: 128px 0 28px;}
.experts .tab-list .item {flex-grow: 1; flex-shrink: 0;}
.experts .content {width: 100%;max-width: 880px;}
.experts .accordion {display: none;}
.experts .sub-title {margin-top: 23px;}
.experts .tab-list {margin-top: 73px;display: flex;flex-direction: row;align-items: flex-start;justify-content: space-between;}
.experts .tabs-content-wrap {min-height: 150px;margin-top: 33px;}
.experts .tabs-content-wrap .item {display: none;}
.experts .tabs-content-wrap .expert-pic {display: none;}
.experts .occupation-education {font-weight: 600;}
.experts .occupation-education .text {display: block;}
.experts .tabs-content-wrap .description {width: 100%;margin-top: 21px;line-height: 1.65;}
.experts .tabs-content-wrap .more-info {color: #1b75bc;text-decoration: none;display: inline-block;margin-top: 14px;}
.experts .tabs-content-wrap .more-info:hover {text-decoration: underline;}
.experts-list-pic .item {position: absolute;bottom: 0;transition: opacity 0.5s ease; visibility: hidden;opacity: 0;right: calc((100vw - 880px)/2); transform: translate(50%, 0);}
.experts-list-pic .item-1 .expert-pic {width: 514px; height: 665px}
.experts-list-pic .item-2 .expert-pic {width: 511px; height: 670px}
.experts-list-pic .item-3 .expert-pic {width: 511px; height: 671px}
.experts-list-pic .item.item_current {opacity: 1; visibility: visible;}

@media (max-width: 1480px) {
    .experts {min-height: 825px;}
    .experts .content {max-width: 680px;}
    .experts-list-pic .item {right: calc((100vw - 680px)/2);}
}
@media (max-width: 1280px) {
    .experts .tab-list .item {width: 25%;}
    .experts .wrap {padding-bottom: 300px;}
    .experts .content {max-width: 100%; text-align: center;}
    .experts .tab-list {max-width: 600px; margin-left: auto; margin-right: auto;}
    .experts .tabs-content-wrap .description {max-width: 100%;}
    .experts-list-pic {position: absolute; left: auto; bottom: 0; right: 50%; transform: translateX(50%); width: 400px;}
    .experts-list-pic .item {right: 50%;}
    .experts-list-pic .item .expert-pic {width: 230px;height: auto;}
}
@media (max-width: 992px) {
    .experts .sub-title {margin-bottom: 40px;}
    .experts .tab-list {padding: 0; margin-top: 0;}
}
@media (max-width: 768px) {
    .experts {min-height: auto; padding-bottom: 50px; padding-top: 50px;}
    .experts .wrap {padding-bottom: 0;}
    .experts .tab-list {display: none;}
    .experts-list-pic {display: none;}
    .experts .tabs-content-wrap .item {display: block; width: 100%; line-height: 48px; border: 1px solid #d2d2d3; font-size: 18px; font-weight: 700; color: #1b75bc; box-sizing: border-box;}
    .experts .tabs-content-wrap .item.item_current {color: inherit;}
    .experts .occupation-education {font-size: 14px;}
    .experts .tabs-content-wrap .description {margin-top: 20px;}
    .experts .tabs-content-wrap .description p {font-size: 14px;}
    .experts .tabs-content-wrap .pic-holder {border: 1px solid #d2d2d3; border-bottom-width: 0; border-top-width: 0;}
    .experts .tabs-content-wrap .tab-header:nth-child(1) .pic-holder {border-top-width: 1px;}
    .experts .tabs-content-wrap .tab-content_current {background-color: #f7f7f7; padding: 25px; border: 1px solid #d2d2d3; border-top-width: 0;}
    .experts .tabs-content-wrap .expert-pic {display: block; max-width: 220px; margin: 0 auto; padding-top: 40px;}
}
@media (max-width: 700px) {
    .tab-list .item {border-left: 1px solid #d2d2d3; min-width: auto; width: 50%; line-height: 22px; font-size: 14px; padding: 10px;}
}
@media (max-width: 480px) {
    .experts .tab-list {margin-top: 25px;}
    .experts-list-pic .item .expert-pic {max-width: 120px; height: auto;}
    .experts .wrap {padding-bottom: 0;}
    .experts-list-pic .item-1 {right: 270px;}
    .experts-list-pic .item-2 {right: 190px;}
    .experts-list-pic .item-3 {right: 85px;}
    .experts-list-pic .item-4 {right: 0;}
}

/* judges
---------------------------------*/
.judges {padding: 79px 0 130px;color: #fff;background: #4b5158 url(../images/judges/section-bg.png) repeat 0 0;}
.judges-slide {width: 100%;max-width: 1720px;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap;align-items: flex-start;justify-content: center;} 
.judges-slide .item {position: relative;display: inline-block;max-width: 450px;flex-basis: 29%;flex-grow: 0;flex-shrink: 1;margin: 20px 30px 0;}
.judges-slide .judge-pic-holder {position: relative; z-index: 1; margin-top: 22px; height: 210px; display: flex; flex-direction: row; justify-content: center; align-items: flex-end;}
.judges-slide .judge-pic-holder:hover + .about-judge .name {text-decoration: underline;}
.judges-slide .judge-pic {cursor: pointer;} 
.judges-slide .item-1 .judge-pic-holder {margin-left: 0;}
.judges-slide .item-2 .judge-pic-holder {margin-left: 0;}
.judges-slide .item-3 .judge-pic-holder {margin-left: 0;}
.judges-slide .item-4 .judge-pic-holder {margin-left: 0;}
.judges-slide .item-5 .judge-pic-holder {margin-left: 0;}
.judges-slide .item-6 .judge-pic-holder {margin-left: 0;}
.judges-slide .item-7 .judge-pic-holder {margin-left: 0;}
.judges-slide .about-judge {position: relative;z-index: 0;margin: 16px 0 0 105px;text-align: left;}
.judges-slide .item-1 .about-judge {}
.judges-slide .item-2 .about-judge {margin-left: 103px;}
.judges-slide .item-3 .about-judge {}
.judges-slide .item-4 .about-judge {}
.judges-slide .item-5 .about-judge {}
.judges-slide .item-6 .about-judge {
}
.judges-slide .item-7 .about-judge {}
.judges-slide .about-judge:before {position: absolute;left: 50%;top: -229px;z-index: 0;content: '';display: block;width: 187px;height: 325px;background: url(../images/judges/portrait-line.png) no-repeat 0 0;margin-left: -227px;z-index: -1;}
.judges-slide .name {display: block; font-size: 21px; font-weight: 700; cursor: pointer;}
.judges-slide .name:hover {text-decoration: underline;}
.judges-slide .career {display: block;margin-top: 14px;font-size: 16px;}
.modal-judge .modal-content {display: block;}
.popup-judge-pic-holder {display: flex; justify-content: center; align-items: flex-end; float: left; width: 210px; height: 210px; overflow: hidden; background: #4b5158 url(../images/judges/section-bg.png) repeat 0 0; position: relative;}
.popup-judge-pic {position: absolute; display: block; bottom: 0; left: 50%; transform: translate(-50%, 0);}
.popup-judge-content {margin-left: 245px; text-align: left; color: #353535;}
.popup-judge-name {display: block; font-weight: 700;}
.popup-judge-position {display: block; margin-top: 5px;}
.popup-judge-description {margin-top: 15px;}
.judges .modal-dialog {max-width: 800px;}
.judges .owl-dots {display: flex;flex-wrap: nowrap;justify-content: space-around;position: absolute;bottom: -80px;left: calc(50% - 150px);width:  100%;max-width: 300px;}
.judges .owl-dot {display: block;height: 6px;flex-basis: 100%;flex-grow: 1;flex-shrink: 1;margin: 0 5px;background: #fff;opacity: 0.25;transition: opacity 0.3s ease-in, background 0.3s ease;}
.judges .owl-dot.active {opacity: 1; background: #ffce22;}
@media (max-width: 1366px) {
    .judges-slide .item {flex-basis: 40%;}
}
@media (max-width: 1040px) {
    .judges-slide .about-judge {text-align: center; margin: 16px auto 0;}
}
@media (max-width: 992px) {
    .judges .modal-dialog {max-width: 640px;}
}
@media screen and (max-width: 768px) {
    .judges {padding-bottom: 80px;}
    .judges-slide .item:before {display: none;}
    .judges-slide .item-1 .judge-pic-holder,
    .judges-slide .item-2 .judge-pic-holder,
    .judges-slide .item-3 .judge-pic-holder,
    .judges-slide .item-4 .judge-pic-holder,
    .judges-slide .item-5 .judge-pic-holder,
    .judges-slide .item-6 .judge-pic-holder,
    .judges-slide .item-7 .judge-pic-holder,
    .judges-slide .item-8 .judge-pic-holder {margin: 0 auto;}
    .judges-slide .judge-pic-holder .judge-pic {margin: 0 auto;}
    .judges-slide .about-judge {margin: 20px 0 0; text-align: center;}
    .judges-slide .item {width: 280px; margin: 40px 25px 0;}
    .judges-slide .judge-pic-holder .judge-pic {max-width: 100%;}
    .judges .owl-dots {bottom: -40px;}
}
@media (max-width: 650px) {
    .judges {padding-bottom: 100px;}
    .judges .modal-dialog {max-width: 500px;}
    .popup-judge-pic-holder {width: 160px; height: 160px;}
    .popup-judge-pic {width: 158px; height: auto;}
    .judges .modal-content {padding: 30px 20px;}
    .popup-judge-content {margin-left: 188px; font-size: 14px;}
    .popup-judge-description {margin-top: 10px;}
    .judges-slide .about-judge {margin: 15px auto 0 !important;}
    .judges-slide .name {font-size: 18px;}
    .judges-slide .career {margin-top: 7px; font-size: 14px;}
    .judges-slide .item {width: 250px; flex-basis: 100%;}
    .judges-slide .judge-pic-holder {height: 195px;}
    .judges-slide .item-1 .career br,
    .judges-slide .item-4 .career br,
    .judges-slide .item-7 .career br {display: none;} 
    .judges .owl-dots {}
}
@media (max-width: 500px) {
    .judges .modal-content {padding: 30px 15px 15px;}
    .judges .modal-dialog {max-width: 300px;} 
    .popup-judge-pic-holder {width: 135px; height: 135px;}
    .popup-judge-pic {width: 130px;}
    .popup-judge-pic-holder {float: none; margin: 0 auto;}
    .popup-judge-content {margin: 15px 0 0; font-size: 12px;}
    .judges-slide .item {margin-top: 30px;}
    .judges-slide .judge-pic-holder {height: auto;}
    .judges-slide .judge-pic-holder .judge-pic {width: 200px; max-width: 200px; height: auto;}
}
/* IE11 */
@media all and (-ms-high-contrast:none){

}

/* finalists
---------------------------------*/
.finalists .section-head {display: flex; justify-content: space-between; align-items: center;}
.finalists .tab-list .item {min-width: 158px;}
.finalists .tab-content_current {display: block;}
.finalists .tabs-content-wrap {margin-top: 0; padding-top: 10px;}
.finalists .note {font-weight: 700; padding-top: 55px;}
.finalists-list {position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;}
.finalists-list .item {flex: 0 0 25%; max-width: 25%; margin-top: 109px; padding: 0 50px; border-left: 1px solid #dfdfdf; box-sizing: border-box;}
.finalists-list .item.active .icon-right-small {transform: rotateZ(90deg);}
.finalists-list .item.active .more {border-bottom-width: 0; height: 50px; margin-bottom: 0; color: #353535;}
.finalists-list .item .preview {display: flex; flex-direction: column; justify-content: space-between; min-height: 370px; height: 100%; position: relative;}
.finalists-list .item-cardiomo .logo {margin-top: 14px;}
.finalists-list .item-clovifi .logo {margin-top: -17px;}
.finalists-list .item-racoon .logo {margin-top: 8px;}
.finalists-list .head {display: flex; justify-content: space-between; align-items: flex-start; min-height: 133px;}
.finalists-list .head img {margin-top: auto; margin-bottom: auto; }
.finalists-list .item .company-name {display: block; min-height: 65px; font-size: 21px; font-weight: 700;}
.finalists-list .more {display: flex; justify-content: center; align-items: flex-start; width: 40px; height: 40px; border: 1px solid #cbd2d2; cursor: pointer; box-sizing: border-box; margin: 15px 0 10px; color: #1b75bc; position: absolute; bottom: 0;}
.finalists-list .more .icon-right-small {font-size: 26px; transition: all 0.2s linear;}

.finalist-content {display: none; position: absolute; left: 0; top: auto; z-index: 4; width: 100%; padding: 70px 95px;   border: 1px solid #e1e1e1; font-size: 13px; text-align: left; background-color: #fff; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.finalist-content .arrow {position: absolute; left: 50%; top: -2px; display: block; width: 38px; height: 1px; border-bottom: 1px solid #fff;} 
.finalist-content .close-info {display: block; position: absolute; right: 10px; top: 10px; width: 17px; height: 17px; background-position: -233px -119px; cursor: pointer;}
.finalist-content .content-name {font-size: 16px; padding-bottom: 21px;}
.finalist-content .content-name strong {font-size: 24px; font-weight: 700;}
.finalist-content .content-name .web {display: inline-block; font-size: 40px; line-height: 32px; vertical-align: middle; font-weight: 300;color: #1375c7; padding: 0 10px;}
.finalist-content .content-review {display: flex; flex-direction: row; font-size: 16px;}
.finalist-content .content-review .description {padding-right: 110px; flex-shrink: 0; width: calc(100% - 540px);}
.finalist-content .content-review .heading {margin: 19px 0 16px; font-weight: 400; font-size: 16px; letter-spacing: 4px; text-transform: uppercase;}
.finalist-content .category {display: none; margin: 19px 0 16px; font-weight: 400; font-size: 16px; letter-spacing: 4px; text-transform: uppercase;}
.close-finalist-content {position: absolute; right: 15px; top: 15px; cursor: pointer;}
@media (max-width: 1542px) {
    .finalists-list .item {margin-top: 80px; padding: 0 40px;}
}
@media (max-width: 1300px) {
    .finalists-list .item {flex: 0 0 calc(100% / 3); max-width: calc(100% / 3);}
}
@media (max-width: 1200px) {
    .finalist-content {padding: 40px;}
}
@media (max-width: 1060px) {
    .finalists .section-head {flex-direction: column;}
    .tab-list {padding-top: 15px;}
}
@media (max-width: 992px) {
    .finalists .tabs-content-wrap {padding-top: 40px;}
    .finalists-list .item {flex: 0 0 50%; max-width: 50%; padding: 0 25px; box-sizing: border-box; margin-top: 50px;}
    .finalists-list .head {  min-height: 90px;}
    .finalists-list .item .preview {min-height: 320px;}
    .finalists-list .item .logo {max-width: 100%;}
    .finalists-list .more {position: relative; bottom: auto;}
    .finalist-content .content-review {flex-direction: column;}
    .finalist-content .content-review .description {width: 100%; padding-right: 0;}
}
@media (max-width: 768px) {
    .finalists .tab-list {width: 100%;}
    .finalists .tab-list .item {width: 50%; min-width: 95px; display: inline-block; line-height: 48px; padding: 0 10px; font-size: 16px;}
    .finalists .note {font-size: 14px; padding-top: 20px;}
    .finalists-list .item {margin-top: 35px;}
}
@media (max-width: 680px) {
    .finalist-content .category {float: none; width: 100%; margin-right: 0;}
    .finalists-list .item {flex: 0 0 100%; max-width: 100%; padding: 0; border: 1px solid #dfdfdf; margin-top: 15px;}
    .finalists-list .item-clovifi .logo {margin-top: 0;}
    .finalists-list .item .preview {min-height: auto; padding: 15px; height: auto;}
    .finalists-list .head {min-height: auto; padding-bottom: 15px;}
    .finalists-list .item .company-name {min-height: auto; padding-bottom: 15px;}
    .finalists-list .item .description {font-size: 14px; padding-bottom: 15px;}
    .finalist-content {position: relative; border: 0; top: auto !important; padding: 15px;}
    .finalist-content .arrow {display: none;}
    .finalist-content .content-name .web {display: none;}
    .finalist-content .content-name strong {display: none;}
    .finalist-content .category {display: block;}
    .finalists-list .item.active .finalist-content {padding-top: 0;}
    .finalists-list .more {margin-bottom: 0;}
    .finalists-list .item.active .more {height: 40px; border-bottom-width: 1px;}
    .close-finalist-content {top: -62px; display: none;}
    .finalist-content .content-review .heading,
    .finalist-content .category {margin: 15px 0 10px;}
}

/* videography
---------------------------------*/
.videography {position: relative;}
.videography .tabs-content-wrap {margin-top: 0;}
.video-tab-list {position: absolute;bottom: 150px;left: 222px;}
.video-tab-list .item {min-width: 160px}
.video-tab-inner {display: flex; height: 694px;}
.videography .content {display: flex; flex: 0 0 584px; flex-direction: column; justify-content: center; align-items: flex-end; padding-right: 25px; background: #eaeff0 url(../images/videography/compass.jpg) no-repeat right 16px center;}
.videography .content .title {font-size: 32px; letter-spacing: 6px; text-transform: uppercase;}
.videography .content .sub-title {width: 360px; margin-top: 30px; font-size: 16px;}
.videography .watch-video {position: relative; cursor: pointer; display: flex; flex: 0 1 100%; justify-content: center; align-items: center; background: url(../images/videography/watch-video-bg.jpg) no-repeat center center / cover;}
.videography .watch-video:after {content: ''; position: absolute; left: 0; top: 0; width: 0; height: 100%; background-color: #00000078; transition: all 0.3s linear;}
.videography .watch-video:hover:after {width: 100%;}
.videography .watch-video:hover .watch-icon-info {transform: scale(1.15);}
.videography .watch-icon-info {display: flex; align-items: center; cursor: pointer; transition: all 0.3s linear; z-index: 1;}
.videography .watch-icon-info .text {display: block; margin-left: 17px; font-size: 21px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: #ffce22;}
.videography .video_holder iframe {margin: 0 auto;}
.modal-videography .modal-dialog {max-width: 800px;}
@media (max-width: 1920px) {
    .videography .watch-video {background-size: auto auto;}
}
@media screen and (max-width: 992px) {
    .modal-videography .modal-content iframe {width: 600px; height: 360px;}
}
@media screen and (max-width: 1280px) {
    .video-tab-inner {height: 480px;}
    .video-tab-inner .content {flex: 0 0 480px;}
    .video-tab-inner .watch-video {background-size: cover;}
    .video-tab-list {bottom: 35px;left: auto;right: calc(100% - 440px);}
}
@media screen and (max-width: 992px) {
    .video-tab-inner {height: 320px;}
    .video-tab-inner .content {flex: 0 0 50%;}
    .video-tab-list {position: relative;left: auto;right: auto;bottom: auto;}
}
@media screen and (max-width: 768px) {
    .video-tab-inner {flex-direction: column; height: 520px;}
    .video-tab-inner .content {flex-direction: column; justify-content: center; align-items: center; padding: 0 25px;}
    .video-tab-inner .watch-video:after {display: none;}
}
@media screen and (max-width: 720px) {
    .modal-videography .modal-content iframe {width: 400px; height: 240px;}
}
@media screen and (max-width: 480px) {
    .videography .content .title {font-size: 22px;}
    .videography .content .sub-title {width: 100%; text-align: center;}
    .modal-videography .modal-content iframe {width: 320px; height: 192px;}
}
@media screen and (max-width: 480px) {
    .modal-videography .modal-content iframe {width: 320px; height: 192px;}
}

/* partners
---------------------------------*/
.partners {padding: 90px 0; overflow: hidden;}
.partners-list {display: block; text-align: center; margin-top: 30px; padding: 0 30px; box-sizing: border-box;}
.partners-list .owl-stage {display: flex; align-items: center;}
.partners-list .owl-item .logo {margin: 0 auto; max-width: 100%; height: auto;}
@media (max-width: 400px) {
    .partners-list {padding: 0 10px;}
    .partners-list .owl-item .logo {max-width: 80%;}
    .owl-nav div {width: 18px; height: 18px;}
}
@media (max-width: 1400px) {
    .partners .wrap {margin: 0 40px;}
    .partners-list {display: block; text-align: center;}
    .partners-list .owl-stage {display: flex; align-items: center;}
    .partners-list .logo {display: inline-block;}
}
@media (max-width: 1000px) { 
    .partners .wrap {margin: 0 48px;}
    .owl-nav .owl-prev {left: -30px;}
    .owl-nav .owl-next {right: -30px;}
}
@media (max-width: 768px) {
    .partners .wrap {box-sizing: border-box;}
}
@media (max-width: 480px) {
    .partners {padding: 30px 0;}
}

/* footer 
---------------------------------*/
.footer {padding: 50px 0; font-size: 15px; border-top: 1px solid #d6d6d6;}
.footer .wrap {display: flex; justify-content: space-between;}
.footer .logo-copyright .logo {width: 223px; height: 61px;}
.footer .copyright {display: block; margin-top: 96px; font-size: 14px;}
.footer .heading {display: block; margin-bottom: 15px; font-size: 18px; font-weight: 600;}
.footer .contacts-information,
.footer .follow-us {margin-top: 15px;}
.footer .contacts-information {width: 495px;}
.footer .contacts {float: left;}
.footer .emails-list {position: relative;}
/* .footer .emails-list:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 2;} */
.footer .information {float: right;}
.footer a {text-decoration: none;}
.footer .emails-list a,
.footer .information-list a {color: #1b75bc;}
.footer .emails-list a:hover,
.footer .information-list a:hover {text-decoration: underline;}
.footer .contacts-information li {margin-top: 5px;}
.footer .phones-list {margin-top: 23px;}
.footer-follow-list .item {float: left; margin-left: 6px;}
.footer-follow-list .item:first-child {margin-left: 0;}
.footer-follow-list .item .link {display: flex; justify-content: center; align-items: center; width: 26px; height: 26px; border: 1px solid #1c1d21; border-radius: 50%;}
.footer-follow-list .item .link .icon-vkontakte {padding-right: 2px;}
.footer-follow-list .item .link:hover {color: #1b75bc; border-color: #1b75bc;}

@media (max-width: 992px) {
    .footer .contacts-information {width: auto;}
    .footer .contacts,
    .footer .information {float: none;}
    .footer .information {margin: 25px 0 0;}
}
@media (max-width: 768px) {
    .footer {padding-bottom: 95px;}
    .footer .wrap {flex-direction: column; align-items: center; position: relative;}
    .footer .logo-copyright .logo {margin: 0 auto;}
    .footer .follow-us {margin-top: 25px; text-align: center;}
    .footer-follow-list .item {float: none; display: inline-block;}
    .footer .contacts-information {text-align: center;}
    .footer .copyright {position: absolute; bottom: -60px; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; margin: 0;}
}

/* polyakov-page
---------------------------------*/
/* .polyakov-global */
.polyakov-global {height: 840px; background: #34373d url(../images/max-polyakov/global-bg.jpg) no-repeat center top;}
.polyakov-global .content {display: flex; width: 100%; height: 100%; max-width: 1534px; margin: 0 auto;}
.polyakov-global .pic-holder {align-self: flex-end; margin-bottom: -50px; position: relative;}
.polyakov-global .person-social {position: absolute;left: 100%;width: 150px;margin-top: -28px;padding: 0 16px;}
.polyakov-global .item {float: left;margin-left: 15px;}
.polyakov-global .item:first-child {margin-left: 0;}
.polyakov-global .item .link {display: flex; justify-content: center; align-items: center; width: 26px; height: 26px; border: 1px solid #1c1d21; border-radius: 50%;}
.polyakov-global .item .link:hover {color: #1b75bc; border-color: #1b75bc;}
.polyakov-global .title {position: relative; margin-left: 207px;font-size: 32px; color: #fff; align-self: center;}
.polyakov-global .title strong {display: block; font-size: 70px;}
.polyakov-global .title:before {position: absolute; left: -131px; top: 50%; transform: translateY(-50%); content: ''; display: block; width: 97px; height: 172px; background: url(../images/general/title-lines-big.png) 0 0 no-repeat;}
@media (max-width: 1550px) {
    .polyakov-global {height: 670px; background-size: auto 670px;}
    .polyakov-global .content {margin: 0 15px; width: auto;}
    .polyakov-global .pic {width: 400px; height: auto;}
    .polyakov-global .title {margin-left: 166px; font-size: 26px;}
    .polyakov-global .title strong {font-size: 55px;}
    .polyakov-global .title:before {left: -100px; width: 74px; height: 131px; background-size: 74px 131px;}
}
@media (max-width: 1000px) {
    .polyakov-global {height: 500px; background-size: auto 500px;}
    .polyakov-global .pic {width: 320px;}
    .polyakov-global .title {margin-left: 110px; font-size: 20px;}
    .polyakov-global .title strong {font-size: 40px;}
    .polyakov-global .title:before {left: -80px; width: 64px; height: 113px; background-size: 64px 113px;}    
}
@media (max-width: 767px) {
    .polyakov-global {box-sizing: border-box; padding-top: 30px;}
    .polyakov-global .content {flex-direction: column;}
    .polyakov-global .pic-holder {order: 2; align-self: center; margin-top: 25px;}
    .polyakov-global .pic {width: 100%; max-width: 290px; margin: 0 auto;}
    .polyakov-global .person-social {position: relative;left: auto;margin: 10px auto;}
    .polyakov-global .person-social .item {margin: 0 10px;}
    .polyakov-global .title {order: 1; padding-left: 0; margin-left: 0; text-align: center; }
    .polyakov-global .title:before {display: none;}
}
@media (max-width: 480px) {
    .polyakov-global .title {font-size: 18px;}
    .polyakov-global .title strong {font-size: 38px;}
}

/* .polyakov-main */
.polyakov-main {padding: 70px 0 125px;}
.polyakov-main .wrap {max-width: 1010px; width: 100%; margin: 0 auto;}
.polyakov-main p {margin-top: 20px;}
.polyakov-main .with-margin {margin-left: 130px;}
.polyakov-main .award-2017 {margin: 40px 0 60px;}
.polyakov-main .award-2017-title-content {float: left; width: 377px; font-size: 32px;}
.polyakov-main .award-2017-title-content .heading {letter-spacing: 4px; text-transform: uppercase;}
.polyakov-main .award-2017-title-content .title {margin-top: 5px; padding: 28px 0; font-weight: 700; line-height: 1.3; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7;}
.polyakov-main .award-2017 .content {margin-left: 441px; padding-top: 55px;}
.polyakov-main .award-2017 .content p:first-child {margin-top: 0;}
.polyakov-main .performance-holder {margin: 53px 0 75px;}
.polyakov-main .performance-holder .pic {width: 100%;}
.polyakov-main .quote-holder {margin: 48px 0 50px; padding: 27px 0 30px; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7;}
.polyakov-main .quote-pic-holder {float: left; margin-top: 5px;}
.polyakov-main .quote-holder p {margin-left: 154px; margin-top: 0; font-size: 30px;}
.polyakov-main .whose-words {display: block; margin-top: 12px; text-align: right; font-size: 24px;}
.polyakov-main .subtitle {font-size: 32px; letter-spacing: 5px; text-transform: uppercase; margin: 100px 0 30px 130px;}
@media (max-width: 1030px) {
    .polyakov-main {padding-bottom: 85px;}
    .polyakov-main .wrap {width: auto; margin: 0 15px;}
    .polyakov-main .with-margin {margin-left: 70px;}
    .polyakov-main .subtitle {margin-left: 70px; margin-top: 60px;}
    .polyakov-main .award-2017-title-content {width: 320px; font-size: 27px;}
    .polyakov-main .award-2017 .content {margin-left: 374px;}
    .polyakov-main .quote-holder p {font-size: 25px;}
}
@media (max-width: 767px) {
    .polyakov-main {padding-top: 50px;}
    .polyakov-main .with-margin {margin-left: 0;}
    .polyakov-main .subtitle {margin-left: 0;}
    .polyakov-main .award-2017-title-content {float: none; width: auto; font-size: 24px;}
    .polyakov-main .award-2017 .content {margin-left: 0;}
    .polyakov-main .quote-holder p {margin-left: 120px; font-size: 21px;}
    .polyakov-main .quote-pic {width: 90px; height: auto;}
    .polyakov-main .whose-words {margin-top: 9px; font-size: 19px;}
}
@media (max-width: 550px) {
    .polyakov-main {padding-bottom: 50px;}
    .polyakov-main p {margin-top: 15px;}
    .polyakov-main .award-2017 .content {padding-top: 30px;}
    .polyakov-main .award-2017,
    .polyakov-main .performance-holder,
    .polyakov-main .quote-holder {margin: 30px 0;}
    .polyakov-main .award-2017-title-content .title,
    .polyakov-main .quote-holder {padding: 18px 0;}
    .polyakov-main .quote-holder p {margin-left: 80px; font-size: 15px;}
    .polyakov-main .quote-pic {width: 60px;}
    .polyakov-main .whose-words {margin-top: 9px; font-size: 16px;}
    .polyakov-main .subtitle {font-size: 26px;}
}


/* terms-privacy
---------------------------------*/
.terms-privacy {padding: 40px 0 70px;}
.terms-privacy .page-title {margin-bottom: 35px; font-size: 42px; font-weight: 700; text-align: center;}
.terms-privacy .heading {margin-top: 20px; font-size: 24px; font-weight: 600;}
.terms-privacy  p {margin-top: 15px;}
.terms-privacy .heading + p {margin-top: 10px;}
.terms-privacy .general-info {margin-top: 25px;}
@media (max-width: 1100px) {
    .terms-privacy {padding: 35px 0 60px;}
    .terms-privacy .page-title {margin-bottom: 25px; font-size: 36px;}
}
@media (max-width: 900px) {
    .terms-privacy .heading {font-size: 21px;}
}
@media (max-width: 800px) {
    .terms-privacy {padding: 25px 0 40px;}
    .terms-privacy .page-title {margin-bottom: 20px; font-size: 28px;}
}

/* global-side-scroll
---------------------------------*/
.global-side-scroll {position: fixed; z-index: 5; right: 97px; bottom: 80px; opacity: 0; display: flex; justify-content: center; align-items: center; width: 48px; height: 48px; border: 1px solid rgba(53,53,53,.2); text-align: center; font-size: 18px; visibility: hidden; cursor: pointer; transition: all 0.3s ease; background-color: rgba(255,255,255,.85);}
.scrolled .global-side-scroll {opacity: 1; visibility: visible;}
.global-side-scroll .icon-up {color: #1b75bc; transition: color 0.3s ease;}
.global-side-scroll:hover {background-color: rgba(255,255,255,1);}
.global-side-scroll:hover .icon-up {color: #353535;}
@media (max-width: 1542px) {
    .global-side-scroll {right: 15px;}
}
@media (max-width: 1000px) {
    .global-side-scroll {width: 36px; height: 36px; font-size: 15px; -webkit-tap-highlight-color:  rgba(255, 255, 255, 0); }
}

/* Modal
---------------------------------*/
.modal {text-align: center; padding: 0!important;}
.modal:before {content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -4px; }
.modal-dialog {display: inline-block; margin: 0 auto; background-color: #fff; vertical-align: middle; box-shadow: 0 15px 35px rgba(0,0,0,.15);}
.modal-content {padding: 45px 35px; border-radius: 0; border-color: #ececec;}
.modal-close {position: absolute; right: 14px; top: 14px; opacity: 0.5; cursor: pointer; transition: opacity 0.3s ease; cursor: pointer;}
.modal-close:hover {opacity: 1;}
.modal-backdrop {background: rgba(0,0,0,.65);}
.modal-open { overflow: hidden; height: 100vh;}
/* overlay */
.overlay {position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: -1;}
.overlay_active {z-index: 4;}

/* animation and effects
---------------------------------*/
@keyframes bounceItem { 
    0% {transform: translate3d(0,-25px,0); opacity:0;}
    25% {transform: translate3d(0,10px,0);}
    50% {transform: translate3d(0,-6px,0);}
    75% {transform: translate3d(0,2px,0);}
    100% {transform: translate3d(0,0,0); opacity: 1;}
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
  overflow: hidden;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffd200;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  border-radius: 4px;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
  position: relative;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(7, 65, 109, 0.6) 0%, rgba(7, 65, 109, 0) 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(7, 65, 109, 0.6) 0%, rgba(7, 65, 109, 0) 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(7, 65, 109, 0.6) 0%, rgba(7, 65, 109, 0) 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(7, 65, 109, 0.6) 0%, rgba(7, 65, 109, 0) 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}
.hvr-shadow-radial:hover .btn {box-shadow: none;}
