

/* Start:/fonts/font.css?16003274041480*/
@font-face {
  font-family: 'Muli-Black';
  src: url('/fonts/Muli-Black.eot');
  src: url('/fonts/Muli-Black.eot?#iefix') format('embedded-opentype'),
       url('/fonts/Muli-Black.svg#Muli-Black') format('svg'),
       url('/fonts/Muli-Black.ttf') format('truetype'),
       url('/fonts/Muli-Black.woff') format('woff'),
       url('/fonts/Muli-Black.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: PTSans-Caption;
    src: url('/fonts/PTSans-Caption.svg#PTSans-Caption') format('svg'),
    url('/fonts/PTSans-Caption.ttf') format('truetype'),
    url('/fonts/PTSans-Caption.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: PTSans-Caption;
    src: url('/fonts/pt_sans-caption-regular.eot');
    src: url('/fonts/pt_sans-caption-regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/pt_sans-caption-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: PTSans-CaptionBold;
    src: url('/fonts/PTSans-CaptionBold.svg#PTSans-CaptionBold') format('svg'),
    url('/fonts/PTSans-CaptionBold.ttf') format('truetype'),
    url('/fonts/PTSans-CaptionBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: PTSans-CaptionBold;
    src: url('/fonts/pt_sans-caption-bold.eot');
    src: url('/fonts/pt_sans-caption-bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/pt_sans-caption-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


/* End */


/* Start:/css/style.css?160129819745986*/
* {
    font-family: 'PT Sans Caption', sans-serif;
}

body {
    margin: 0;
}

:root {
    --singabg: #00254C;
    --singa: #10D184;
    --malaysiabg:#23395B;
    --malaysiaa:#4CA4FF;
    --thaibg:#1A175A;
    --thaia:#AA77FF;
    --philibg:#002867;
    --philia:#8BA4B4;
    --hanoibg:#182A55;
    --hanoia:#FF4B4B;
}

h1 {
    font-family: 'Muli-Black';
    font-size: 110px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 128px;
}

h2 {
    font-family: 'Muli-Black';
    font-size: 110px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 128px;
}

a:hover {
    cursor: url('/img/go-btn.svg') 30 30, auto;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.white {
    fill:#ffffff !important;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.white_alt {
    background: #ffffff !important;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.blue {
    fill:#001757 !important;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.singapore .blue {
    fill:var(--singabg) !important;
}

.malaysia .blue {
    fill:var(--malaysiabg) !important;
}

.thailand .blue {
    fill:var(--thaibg) !important;
}

.phili .blue {
    fill:var(--philibg) !important;
}

.hanoi .blue {
    fill:var(--hanoibg) !important;
}

.blue_alt {
    background:#001757 !important;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.singapore .blue_alt {
    background:var(--singabg) !important;
}

.malaysia .blue_alt {
    background:var(--malaysiabg) !important;
}

.thailand .blue_alt {
    background:var(--thaibg) !important;
}

.phili .blue_alt {
    background:var(--philibg) !important;
}

.hamoi .blue_alt {
    background:var(--hanoibg) !important;
}

.button {
    font-family: Muli-Black;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.6px;
    line-height: 28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    align-content: center;
    cursor: url('/img/go-btn.svg') 30 30, auto;
    text-decoration: none;
}

.button::before {
    width: 24px;
    height: 2px;
    background: #FFFFFF;
    display: block;
    content: ' ';
    margin-right: 12px;
    -webkit-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.button:hover::before {
    width: 34px;
}

.fancybox-close-small:after {
    display: none;
}

.fancybox-close-small {
    background: url('/img/popup_close.svg') center center no-repeat !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

.form-test {
    color: #fff;
}

.form-title {
    font-family: PTSans-Caption;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 40px;
}

.bp-form {
    min-width: 360px;
}

.form-test .form-group {
    position: relative;
    margin-bottom: 60px !important;
}

.form-test label {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
    position: absolute;
    top:0;
}

.form-test .focused label {
    -webkit-transform: translate(-25%, -100%) scale(.75);
    -ms-transform: translate(-25%, -100%) scale(.75);
    transform: translate(-25%, -100%) scale(.75);
    -webkit-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.form-test input[type="text"], .form-test input[type="email"], .form-test input[type="tel"] {
    background: transparent;
    border:none;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255,255,255,0.32);
    -webkit-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    outline: none;
    color: #fff;
}

.form-test .warning-buy {
    position: relative;
    top:-24px;
}

.form-test .warning-buy small, .form-test .warning-buy a {
    opacity: .64;
    color: #fff;
    font-size: 12px !important;
}

.form-test .button {
    text-transform: uppercase;
    margin-top: 6px;
}

.form-thanks-you {
    display: none;
}

.form-thanks-you__title {
    font-family: PTSans-Caption;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
}

.form-thanks-you__text {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
}

.singapore .fancybox-slide>* {
    background: var(--singabg);
}

.malaysia .fancybox-slide>* {
    background: var(--malaysiabg);
}

.thailand .fancybox-slide>* {
    background: var(--thaibg);
}

.phili .fancybox-slide>* {
    background: var(--philibg);
}

.hanoi .fancybox-slide>* {
    background: var(--hanoibg);
}

.fancybox-slide>* {
    padding: 50px !important;
}

.singapore .pop-up {
    background: var(--singabg);
}

.malaysia .pop-up {
    background: var(--malaysiabg);
}

.thailand .pop-up {
    background: var(--thaibg);
}

.phili .pop-up {
    background: var(--philibg);
}

.hanoi .pop-up {
    background: var(--hanoibg);
}

.pop-up {
    max-width: 750px;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
}

.wrapper {
    padding-left: 150px;
    padding-right: 150px;
    position: relative;
    margin: 0 auto;
}

.left-sidebar {
    width: 64px;
    height: 100vh;
    position: fixed;
    top:0;
    left: 0;
    z-index: 7;
}

.left-sidebar__logo {
    width: 64px;
    height: 64px;
}

#left-sidebar__logo-icon {
    width: 64px;
    height: 64px;
    position: relative;
    z-index: 2;
}

.left-sidebar-menu {
    height: 22px;
    width: 32px;
    position: absolute;
    top:calc(50% - 16px);
    left: 16px;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    cursor: pointer;
}

.left-sidebar-menu-stripe {
    height: 2px;
    width: 100%;
    background: rgba(255,255,255,0.64);
    margin-bottom: 8px;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.left-sidebar-menu_active .left-sidebar-menu-stripe:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top:22px;
    left: -5px;
}

.left-sidebar-menu_active .left-sidebar-menu-stripe:nth-child(2) {
    width: 0%;
    display: none;
}

.left-sidebar-menu_active .left-sidebar-menu-stripe:nth-child(3) {
    transform: rotate(135deg);
    position: absolute;
    top:23px;
    left: -25px;
}

.left-sidebar-menu-stripe:nth-child(2) {
    width: 20px;
}

.left-sidebar-menu:hover .left-sidebar-menu-stripe {
    width: 100%;
    background: rgba(255,255,255,1);
}

.left-sidebar-menu:hover .left-sidebar-menu-stripe:nth-child(2) {
    width: 120%;
}

.left-sidebar-icons {
    position: absolute;
    bottom: 50px;
    left: 19px;
}

.left-sidebar-icons-item {
    display: block;
    margin-bottom: 18px;
}

.left-sidebar-icons svg{
    max-width: 25px;
    max-height: 25px;
    fill:#fff;
}

.right-sidebar {
    width: 96px;
    height: 100vh;
    position: fixed;
    top:0;
    right: 0;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.right-sidebar span {
    font-family: PTSans-CaptionBold;
    font-size: 60px;
    color: #001757;
    text-align: center;
    line-height: 130px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    display: inline-block;
    height: 230px;
}

.right-sidebar span:nth-child(2n+1) {
	height: 290px;
}

.right-sidebar span:nth-child(2n+2) {
    color: transparent;
    -webkit-text-stroke: 1px #001757;
}

.menu {
    background: #001757;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top:0;
    left: 0;
    z-index: 6;
    display: none;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;

}

.singapore .menu {
    background: var(--singabg);
}

.malaysia .menu {
    background: var(--malaysiabg);
}

.thailand .menu {
    background: var(--thaibg);
}

.phili .menu {
    background: var(--philibg);
}

.hanoi .menu {
    background: var(--hanoibg);
}

.menu_active {
    display: flex;
}

.menu__item {
    font-family: Muli-Black;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-align: center;
    line-height: 70px;
    display: block;
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
}

.mp-first-screen {
    height: 100vh;
    background: #001757;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.mp-first-screen__left {
    width: calc(100% - 402px);
}

.mp-first-screen__title {
    margin-bottom: 41px;
}

.mp-first-screen__subtitle {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
    padding-bottom: 50px;
    padding-right: 80px;
}

.mp-first-screen__city-list {
    display: flex;
    flex-wrap: wrap;
}

.mp-first-screen__city-list-item {
    width: 25%;
    margin-bottom: 28px;
}

.mp-first-screen__city-list-item-inner {
    text-decoration: none;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.mp-first-screen__city-list-item-title {
    font-family: Muli-Black;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
}

.mp-first-screen__city-list-item-date {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 28px;
}

.mp-first-screen__right {
    width: 262px;
}

.mp-first-screen__right-img {
    font-size: 0;
}

#mp-first-screen__right-img {
    width: 262px;
    height: 350px;
}

.mp-first-screen__right-icons {
    position: relative;
    margin-top: 86px;
    padding-top: 57px;
}

.first-screen__right-icons-gp {
    width: 137px;
    height: 40px;
    margin-bottom: 30px;
}

.mp-first-screen__right-icons-text {
    position: absolute;
    left: 87px;
    top:0;
}

.mp-first-screen__right-icons-item {
    display: flex;
    justify-content: flex-start;
    font-size: 0;
}

.mp-first-screen__right-icons-item-icon {
    height: 40px;
    width: 137px;
}

.mp-awards {
padding-bottom: 100px;
}

.mp-awards__title {
    color: #001757;
    line-height: 128px;
    margin-bottom: 28px;
}

.mp-awards__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mp-awards__block-left {
width:calc(100% - 333px);
}

.mp-awards__block-left p {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #001757;
    letter-spacing: 0;
    line-height: 28px;
    padding-bottom: 10px;
}

.mp-awards__block-left-button {
    color: #001757;
    margin-top: 45px;
}

.mp-awards__block-left-button::before {
    background: #001757;
}

.mp-awards__block-right {
    width:333px;
    display: flex;
    justify-content: flex-end;
}

.partner-item {
	font-size: 0px;
	margin-bottom: 20px;
}

.mp-previous {
    background: #001757;
}

.mp-previous-block {
	padding: 112px 0 59px 0;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	flex-wrap: wrap;
}

.mp-previous__title {
    margin: 0;
    margin-right: 30px;
}

.mp-previous__link {
font-family: Muli-Black;
font-size: 28px;
color: #FFFFFF;
letter-spacing: 0;
line-height: 40px;
margin: 0 0 12px 0px;
}

.mp-previous__list-nav {
    display: flex;
    flex-wrap: wrap;
    font-family: Muli-Black;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.6px;
    line-height: 28px;
}

.mp-previous__list-nav-item {
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    border:1px solid rgba(255,255,255,.48);
    border-radius: 32px;
    margin-right: 20px;
    cursor: pointer;
}

.mp-previous__list-nav-item:hover {
    border:1px solid rgba(255,255,255,1);
}

.mp-previous__list-nav_active {
    background: #fff;
    color:#001757;
}

.mp-previous__list {
display: flex;
flex-wrap: wrap;
padding-top: 40px;
padding-bottom: 90px;
}

.mp-previous__list-item {
text-decoration: none;
width:calc(25% - 20px);
margin-bottom: 28px;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.mp-previous__list-item_hidden {
    display: none;
}

.mp-previous__list-item-name {
    font-family: Muli-Black;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
    padding-bottom: 6px;
}

.mp-previous__list-item-year {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 28px;
}


.mp-news__stripe {
    position: absolute;
    background: #001757;
    height: 64px;
    width: 0%;
    overflow: hidden;
    top:0;
    left: 64px;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.mp-news__stripe-title {
    padding-left: 86px;
    font-family: Muli-Black;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 64px;
}

.mp-news {
    padding-top: 82px;
}

.mp-news__title {
    font-family: Muli-Black;
    font-size: 110px;
    color: #001757;
    letter-spacing: 0;
    line-height: 128px;
    padding-bottom: 80px;
}

.mp-news__list {

}

.mp-news__list-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.mp-news__list-item-text {
    width: calc(100% - 584px);
}

.mp-news__list-item-date {
    opacity: 0.64;
    font-family: PTSans-CaptionBold;
    font-size: 12px;
    color: #001757;
    letter-spacing: 0.5px;
    line-height: 14px;
}

.mp-news__list-item-title {
    font-family: Muli-Black;
    font-size: 48px;
    color: #001757;
    letter-spacing: 0;
    line-height: 56px;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 23px;
    display: block;
}

.mp-news__list-item-preview-text {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #001757;
    letter-spacing: 0;
    line-height: 28px;
}

.mp-news__list-item-picture {
    width: 457px;
}

.mp-news__list-item-picture img {
    max-width: 100%;
}

.modern-page-navigation {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #001757;
    letter-spacing: 0;
    line-height: 28px;
    padding-bottom: 100px !important;
    display: flex;
    justify-content: flex-end;
}

.modern-page-navigation a {
	opacity: 0.64;
    font-family: PTSans-Caption;
    font-weight: 700px;
    font-size: 18px;
    color: #001757;
    letter-spacing: 0;
    line-height: 28px;
}

.news-detail {
    padding-top: 22px;
}

.news-detail__go-back {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 12px;
    color: #001757;
    letter-spacing: 0;
    line-height: 28px;
    display: block;
}

.news-detail__title {
    font-family: Muli-Black;
    font-size: 48px;
    color: #001757;
    letter-spacing: 0;
    line-height: 56px;
    max-width: 845px;
    padding-bottom: 40px;
    padding-top: 36px;
}

.news-detail__picture {
    padding-bottom: 38px;
}

.news-detail__text {
    max-width: 845px;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #001757;
    letter-spacing: 0;
    line-height: 28px;
}

.news-detail__text p {
    padding-bottom: 26px;
}

.news-detail__text a {
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #001757;
    letter-spacing: 0;
    line-height: 28px;
}

.singapore .lp-first-screen {
    background: var(--singabg);
}

.malaysia .lp-first-screen {
    background: var(--malaysiabg);
}

.thailand .lp-first-screen {
    background: var(--thaibg);
}

.phili .lp-first-screen {
    background: var(--philibg);
}

.hanoi .lp-first-screen {
    background: var(--hanoibg);
}

.lp-first-screen .wrapper {
    height: calc(100vh - 96px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.lp-first-screen-left {
    width: 50%;
}

.lp-first-screen-left-date {
    background: #fff;
    display: inline-block;
    height: 32px;
    font-family: Muli-Black;
    font-size: 24px;
    letter-spacing: 1.2px;
    line-height: 32px;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 34px;
}

.singapore .lp-first-screen-left-date {
    color: var(--singabg);
}

.malaysia .lp-first-screen-left-date {
    color: var(--malaysiabg);
}

.thailand .lp-first-screen-left-date {
    color: var(--thaibg);
}

.phili .lp-first-screen-left-date {
    color: var(--philibg);
}

.hanoi .lp-first-screen-left-date {
    color: var(--hanoibg);
}

.lp-first-screen__title {
    white-space: nowrap;
    position: relative;
    z-index: 3;
}

.lp-first-screen-left-text {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
    padding-top: 42px;
    padding-bottom: 60px;
}

.lp-first-screen-left-text-buttons {
    display: flex;
    flex-wrap: wrap;
}

.lp-first-screen-left-text-buttons .button:nth-child(1) {
    margin-right: 50px;
}

.singapore .button:hover {
    color: var(--singa);
}

.malaysia .button:hover {
    color: var(--malaysiaa);
}

.thailand .button:hover {
    color: var(--thaia);
}

.phili .button:hover {
    color: var(--philia);
}

.hanoi .button:hover {
    color: var(--hanoia);
}

.singapore .button:hover:before {
    background: var(--singa);
}

.malaysia .button:hover:before {
    background: var(--malaysiaa);
}

.thailand .button:hover:before {
    background: var(--thaia);
}

.phili .button:hover:before {
    background: var(--philia);
}

.hanoi .button:hover:before {
    background: var(--hanoia);
}

.lp-first-screen-right {
    width: 50%;
}

.lp-first-screen-right-slider-item {
    position: relative;
}

.lp-first-screen-right-slider-item-top {
    font-size: 0px;
    margin-bottom: 60px;
}

.lp-first-screen-right-slider-item-top img {
    width: 100%;
}

.lp-first-screen-right-slider-item-bottom {
    font-size: 0px;
    padding-left: 60px;
    position: relative;
}

.lp-first-screen-right-slider-item-bottom-text {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
    width: 165px;
    position: absolute;
    top:60px;
    right: 0;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    opacity: 0;
}

.swiper-slide-active .lp-first-screen-right-slider-item-bottom-text {
    opacity: 1;
}

.lp-first-screen-right-prev {
    position: absolute;
    bottom: 0px;
    right: 121px;
    z-index: 6;
}

.lp-first-screen-right-next {
    position: absolute;
    bottom: 0px;
    right: 24px;
    z-index: 6;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.lp-first-screen-runstripe {
    height: 96px;
    white-space: nowrap;
    overflow: hidden;
}

.lp-first-screen-runstripe span {
    font-family: PTSans-CaptionBold;
    font-size: 60px;
    letter-spacing: 0;
    line-height: 64px;
    -webkit-animation: scroll 5s infinite linear;
    -moz-animation: scroll 5s infinite linear;
    animation: scroll 5s infinite linear;
    display: inline-block;
    margin-right: 28px;
    margin-top: 12px;
}

.lp-first-screen-runstripe span:nth-child(2n+2) {
    color: transparent;
}

.singapore .lp-first-screen-runstripe {
    background: var(--singa);
}

.malaysia .lp-first-screen-runstripe {
    background: var(--malaysiaa);
}

.thailand .lp-first-screen-runstripe {
    background: var(--thaia);
}

.phili .lp-first-screen-runstripe {
    background: var(--philia);
}

.hanoi .lp-first-screen-runstripe {
    background: var(--hanoia);
}

.lp-first-screen-runstripe_singa span {
    color: var(--singabg);
}

.singapore .lp-first-screen-runstripe span:nth-child(2n+2) {
    -webkit-text-stroke: 1px var(--singabg);
}

.malaysia .lp-first-screen-runstripe span:nth-child(2n+2) {
    -webkit-text-stroke: 1px var(--malaysiabg);
}

.thailand .lp-first-screen-runstripe span:nth-child(2n+2) {
    -webkit-text-stroke: 1px var(--thaibg);
}

.phili .lp-first-screen-runstripe span:nth-child(2n+2) {
    -webkit-text-stroke: 1px var(--philibg);
}

.hanoi .lp-first-screen-runstripe span:nth-child(2n+2) {
    -webkit-text-stroke: 1px var(--hanoibg);
}

.lp-second-screen {
    padding-top: 93px;
    padding-bottom: 270px;
}

.singapore .lp-second-screen {
    background: var(--singabg);
}

.malaysia .lp-second-screen {
    background: var(--malaysiabg);
}

.thailand .lp-second-screen {
    background: var(--thaibg);
}

.phili .lp-second-screen {
    background: var(--philibg);
}

.hanoi .lp-second-screen {
    background: var(--hanoibg);
}

.lp-second-screen .wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lp-second-screen__left {
    width: calc(100% - 254px);
}

.lp-second-screen__title {
    padding-bottom: 30px;
}

.lp-second-screen__left-text p {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
    padding-bottom: 27px;
}

.lp-second-screen__right {
    width: 134px;
    margin-left: 120px;
    padding-top: 168px;
}

.lp-second-screen__right-title {
    display: none;
}

.lp-second-screen__right-icons {
    position: relative;
}

.lp-second-screen__right-icons-text {
    position: absolute;
    top:-60px;
    right: -57px;
}

.lp-second-screen__right-icons-item {
    margin-bottom: 30px;
    display: block;
}

.lp-second-screen__right-icons-block {
    margin-bottom: 10px;
}

.lp-second-screen__right-icons-block img {
    max-width: 134px;
}

.lp-second-screen__right-icons-block-title {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
    padding-bottom: 19px;
}

.lp-second-screen__right-icons-item-icon-finexpo {
    width: 150px;
    height: 31px;
}

.lp-second-screen__facts {
    width: 100%;
    max-width: calc(100% - 254px);
    display: flex;
    flex-wrap: wrap;
}

.lp-second-screen__facts-item {
    font-family: Muli-Black;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1.6px;
    line-height: 30px;
    text-transform: uppercase;
    margin-right: 100px;
    margin-bottom: 44px;
}

.lp-second-screen__facts-item span {
    font-family: Muli-Black;
    font-size: 110px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 128px;
    display: block;
}

.lp-second-screen__picture {
    width: 100%;
    position: relative;
}

.lp-second-screen__picture-src {
    position: absolute;
    left: calc(50% - 570px);
    top:70px;
    z-index: 4;
}

.lp-speakers {
    padding-top: 320px;
    overflow-x:hidden;
}

.singapore .lp-speakers {
    background: var(--singa);
}

.malaysia .lp-speakers {
    background: var(--malaysiaa);
}

.thailand .lp-speakers {
    background: var(--thaia);
}

.phili .lp-speakers {
    background: var(--philia);
}

.hanoi .lp-speakers {
    background: var(--hanoia);
}

.lp-speakers-main {
    padding-top: 87px;
    padding-bottom: 100px;
}

.lp-speakers-main__item {
    width: 360px;
    position: relative;
    cursor: url('/img/cursor-alt.svg') 30 30, auto;
}

.lp-speakers-main__item:nth-child(2n+2) {
    left: calc(100% - 720px);
}

.lp-speakers-main__item-photo {
    background-size: contain !important;
    width: 360px;
    height: 275px;
    background-blend-mode: multiply;
    transition: background-color 1s;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%)
}

.lp-speakers-main__item:hover .lp-speakers-main__item-photo {
    background-blend-mode: normal;
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%)
}

.lp-speakers-main__item-text {
    position: absolute;
    top:84px;
    left: 290px;
}

.lp-speakers-main__item-name {
    font-family: Muli-Black;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 56px;
    width: 360px;
    isolation: isolate;
}

.lp-speakers-main__item-role {
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
    width: 360px;
    isolation: isolate;
    padding-top: 22px;
}

.lp-speakers-main__item-detail-photo-role {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
}

.lp-speakers-main__item-detail-photo {
    width: 100px;
}

.lp-speakers-main__item-detail-photo img {
    border-radius: 36px;
}

.lp-speakers-main__item-detail_alt img {
    border-radius: 0px;
}

.lp-speakers-main__item-detail_alt .lp-speakers-main__item-detail-photo {
    background: #fff;
    padding: 2px 3px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-right: 20px;
}

.lp-speakers-main__item-detail-name {
    font-family: Muli-Black;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
}

.lp-speakers-main__item-detail-role {
    font-family: PTSans-Caption;
    font-size: 14px;
    color: rgba(255,255,255,0.64);
    letter-spacing: 0;
    line-height: 28px;
}

.lp-speakers-main__item-detail-text {
    max-height: 350px;
    overflow-y: scroll;
}

.lp-speakers-main__item-detail-text a {
    color: #fff;
}

.lp-speakers-main_alt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 90px;
}

.lp-speakers-main_alt__item {
    width: calc(25% - 20px);
    margin-bottom: 58px;
    cursor: url(/img/cursor-alt.svg) 30 30, auto;
}

.lp-speakers-main_alt__item-photo {
    width: 100%;
    height: 202px;
    background-size: cover;
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.lp-speakers-main_alt__item:hover .lp-speakers-main_alt__item-photo {
    filter: none;
    -webkit-filter: grayscale(0);
}

.lp-speakers-main_alt__item-name {
    font-family: Muli-Black;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 26px;
    padding-top: 33px;
    padding-bottom: 10px;
}

.lp-speakers-main_alt__item-role {
    font-family: PTSans-Caption;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
}

.lp-agenda {
    padding-top: 130px;
}

.singapore .lp-agenda {
    background: var(--singabg);
}

.malaysia .lp-agenda {
    background: var(--malaysiabg);
}

.thailand .lp-agenda {
    background: var(--thaibg);
}

.phili .lp-agenda {
    background: var(--philibg);
}

.hanoi .lp-agenda {
    background: var(--hanoibg);
}

.lp-agenda__text {
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
    padding-top: 50px;
    padding-bottom: 35px;
}

.lp-agenda__text p {
    padding-bottom: 20px;
}

.agenda-head {
    display: flex;
    align-content: center;
    align-items: center;
    font-family: PTSans-CaptionBold;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    height: 80px;
}

.singapore .agenda-head {
    background: var(--singa);
    color: var(--singabg);
}

.malaysia .agenda-head {
    background: var(--malaysiaa);
    color: var(--malaysiabg);
}

.thailand .agenda-head {
    background: var(--thaia);
    color: var(--thaibg);
}

.phili .agenda-head {
    background: var(--philia);
    color: var(--philibg);
}

.hanoi .agenda-head {
    background: var(--hanoia);
    color: var(--hanoibg);
}

.agenda-body {

}

.agenda-body-row {
    display: flex;
    background: rgba(216,216,216,0.16);
    min-height: 85px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.agenda-body-row:nth-child(2n+2) {
    background: transparent;
}

.agenda-1col {
    width: 70px;
    padding-left: 80px;
}

.agenda-body__col-time {
    transform: rotate(-90deg);
    font-family: PTSans-CaptionBold;
    font-size: 36px;
    color: #00254C;
    letter-spacing: 0;
    margin-left: -60px;
    padding-top: 15px;
}

.agenda-body-row:nth-child(2n+2) .agenda-body__col-time {
    color: rgba(255,255,255,0.24);
}

.agenda-body__col-item {
    margin-bottom: 10px;
}

.agenda-body__col-item-aval {
    font-family: PTSans-CaptionBold;
    font-size: 16px;
    color: #10D184;
    letter-spacing: 1.6px;
    line-height: 22px;
    text-transform: uppercase;
}

.agenda-body__col-item-time {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 8px;
}

.agenda-body__col-item-title {
    font-family: PTSans-CaptionBold;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    padding-bottom: 10px;
}

.agenda-body__col-item-description {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
}

.agenda-2col {
    width: calc(22% - 86px);
    padding-right: 50px;
}

.agenda-3col {
    width: calc(22% - 86px);
    padding-right: 50px;
}

.agenda-4col {
    width: calc(22% - 86px);
    padding-right: 50px;
}

.agenda-5col {
    width: calc(22% - 86px);
    padding-right: 50px;
}

.lp-agenda__ce {
    padding-top: 100px;
}

.lp-agenda__ce-title {
    padding-bottom: 55px;
}

.lp-agenda__ce-text {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
    max-width: 750px;
}

.lp-agenda__ce-pic-block {
    position: relative;
    margin-top: 65px;
    padding-bottom: 160px;
}

.lp-agenda__ce-pic-title {
    font-family: Muli-Black;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 56px;
    max-width: 360px;
    text-align: left;
    position: absolute;
    top:114px;
}

.lp-agenda__ce-pic-aval {
    font-family: PTSans-CaptionBold;
    font-size: 16px;
    color: #10D184;
    letter-spacing: 1.6px;
    line-height: 22px;
    text-transform: uppercase;
    position: absolute;
    top:254px;
}

.lp-agenda__ce-pic-button {
    position: absolute;
    top:254px;
}

.lp-agenda__ce-pic-block__picture {
    margin-left: 200px;
}

.lp-sponsors {

}

.singapore .lp-sponsors {
    background: var(--singa);
}

.malaysia .lp-sponsors {
    background: var(--malaysiaa);
}

.thailand .lp-sponsors {
    background: var(--thaia);
}

.phili .lp-sponsors {
    background: var(--philia);
}

.hanoi .lp-sponsors {
    background: var(--hanoia);
}

.lp-sponsors__title {
    max-width: 920px;
    padding-top: 122px;
    padding-bottom: 65px;
}

.lp-sponsors-list {
    margin-bottom: -130px;
    position: relative;
    z-index: 2;
}

.lp-sponsors-list__item {
    background: #fff;
    padding:60px 95px 80px 95px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    cursor: url(/img/cursor-alt.svg) 30 30, auto;
}

.lp-sponsors-list__item:hover {
    cursor: url(/img/cursor-alt.svg) 30 30, auto;
}

.lp-sponsors-list-text {
    width: calc(100% - 390px);
}

.lp-sponsors-list-text-status {
    font-family: Muli-Black;
    font-size: 48px;
    color: #00254C;
    letter-spacing: 0;
    line-height: 56px;
    padding-bottom: 22px;
}

.lp-sponsors-list-text-preivew-text {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #00254C;
    letter-spacing: 0;
    line-height: 22px;
}

.lp-sponsors-list-logo {
    width: 180px;
    padding-left: 210px;
}

.lp-sponsors-list-logo-inner {
    width: 180px;
    height: 84px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.lp-sponsors-list-logo-inner img {
    //width: 100%;
    //max-height: 100%;
}

.lp-sponsors-list-logo__picture {

}

.lp-floorplan {
    padding-top: 244px;
    padding-bottom: 160px;
}

.singapore .lp-floorplan {
    background: var(--singabg);
}

.malaysia .lp-floorplan {
    background: var(--malaysiabg);
}

.thailand .lp-floorplan {
    background: var(--thaibg);
}

.phili .lp-floorplan {
    background: var(--philibg);
}

.hanoi .lp-floorplan {
    background: var(--hanoibg);
}

.lp-floorplan__title {
    padding-bottom: 78px;
}

.lp-floorplan__body {
    position: relative;
}

.lp-floorplan__body-item {
    position: absolute !important;
    font-family: PTSans-Caption;
    font-size: 14px;
    color: #0F0F0F;
    letter-spacing: 0;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.lp-floorplan__body-item:hover {
    z-index: 6;
}

.lp-floorplan__body-item_type-s {
    background: #6CDE9E;
}

.lp-floorplan__body-item_type-b {
    background: #6CA4FF;
}

.lp-floorplan__body-item_type-m {
    background: #FFEE7A;
}

.lp-floorplan__body-item_type-na {
    background: #FF4B4B;
}

.lp-floorplan__body-item_type-w {
    background: #FFF !important;
    color:#000 !important;
}

.lp-participants {
    padding-top: 118px;
    padding-bottom: 105px;
}

.lp-participants__title {
    padding-bottom: 90px;
}

.singapore .lp-participants__title {
    color: var(--singabg);
}

.malaysia .lp-participants__title {
    color: var(--malaysiabg);
}

.thailand .lp-participants__title {
    color: var(--thaibg);
}

.phili .lp-participants__title {
    color: var(--philibg);
}

.hanoi .lp-participants__title {
    color: var(--hanoibg);
}

.lp-participants__body {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 75px;
    max-width: 1300px;
}

.lp-participants__body__item {
    width: 190px;
    height: 90px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-right: 70px;
    margin-bottom: 35px;
    cursor: url(/img/cursor-alt.svg) 30 30, auto;
}

.lp-participants__body-logo-inner {
    width: 170px;
    height: 80px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.lp-participants__body-logo-inner img {
    //max-height: 70px;
    //min-width: 140px;
}

.picture_vertical, .picture_cube {
    //min-width:auto !important;
    //height: 100%;
}

.singapore .lp-participants__button {
    color: var(--singabg);
}

.singapore .lp-participants__button::before {
    background: var(--singabg);
}

.malaysia .lp-participants__button {
    color: var(--malaysiabg);
}

.malaysia .lp-participants__button::before {
    background: var(--malaysiabg);
}

.thailand .lp-participants__button {
    color: var(--thaibg);
}

.thailand .lp-participants__button::before {
    background: var(--thaibg);
}

.phili .lp-participants__button {
    color: var(--philibg);
}

.phili .lp-participants__button::before {
    background: var(--philibg);
}

.hanoi .lp-participants__button {
    color: var(--hanoibg);
}

.hanoi .lp-participants__button::before {
    background: var(--hanoibg);
}

.lp-venue {
    padding-top: 130px;
    padding-bottom: 120px;
}

.lp-venue .wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
}

.singapore .lp-venue {
    background: var(--singabg);
}

.malaysia .lp-venue {
    background: var(--malaysiabg);
}

.thailand .lp-venue {
    background: var(--thaibg);
}

.phili .lp-venue {
    background: var(--philibg);
}

.hanoi .lp-venue {
    background: var(--hanoibg);
}

.lp-venue__block-text {
    width: 50%;
}

.lp-venue__title {
    padding-bottom: 54px;
}

.lp-venue__block-text p {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
    padding-bottom: 30px;
}

.lp-venue__block-text p a {
    color: #fff;
}

.lp-venue__block-text-button {
    margin-top: 30px;
}

.lp-venue__block-slider {
    width: 50%;
    padding-bottom: 100px !important;
}

.lp-venue__block-slider-prev {
    position: absolute;
    bottom:0px;
    z-index: 2;
    cursor: pointer;
}

.lp-venue__block-slider-next {
    position: absolute;
    bottom:0px;
    left: 97px;
    z-index: 2;
    cursor: pointer;
}

.lp-support {
    padding-top: 123px;
    padding-bottom: 100px;
}

.lp-support__title {
    padding-bottom: 90px;
}

.singapore .lp-support__title {
    color: var(--singabg);
}

.malaysia .lp-support__title {
    color: var(--malaysiabg);
}

.thailand .lp-support__title {
    color: var(--thaibg);
}

.phili .lp-support__title {
    color: var(--philibg);
}

.hanoi .lp-support__title {
    color: var(--hanoibg);
}

.lp-support__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1300px;
}

.lp-support__list__item {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 70px;
    margin-right: 80px;
    margin-bottom: 80px;
}

.lp-support__list__item-picture {
    //width: 100%;
    //max-height: 100%;
}

.lp-accomodation {
    padding-top: 133px;
    padding-bottom: 160px;
    overflow-x:hidden;
}

.singapore .lp-accomodation {
    background: var(--singabg);
}

.malaysia .lp-accomodation {
    background: var(--malaysiabg);
}

.thailand .lp-accomodation {
    background: var(--thaibg);
}

.phili .lp-accomodation {
    background: var(--philibg);
}

.hanoi .lp-accomodation {
    background: var(--hanoibg);
}

.lp-accomodation__title {
    padding-bottom: 100px;
}

.lp-accomodation__list-item {
    width: 50%;
    position: relative;
}

.lp-accomodation__list-item:nth-child(2n+2) {
    left: calc(100% - 570px);
}

.lp-accomodation__list-item-picture {
    width: 360px;
    height: 247px;
    position: relative;
}

.lp-accomodation__list-item-picture:after {
    width: 100%;
    height: 247px;
    background: rgba(0,0,0,.32);
    position: absolute;
    top:0;
    left: 0;
    z-index: 3;
    display: block;
    content:' ';
}

.lp-accomodation__list-item-text {
    position: absolute;
    z-index: 4;
    top:33px;
    left: 290px;
    max-width: 330px;
}

.lp-accomodation__list-title {
    font-family: Muli-Black;
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 56px;
    padding-bottom: 38px;
}

.lp-free-register {
    padding-top: 130px;
    padding-bottom: 130px;
}

.singapore .lp-free-register__title {
    color: var(--singabg);
}

.malaysia .lp-free-register__title {
    color: var(--malaysiabg);
}

.thailand .lp-free-register__title {
    color: var(--thaibg);
}

.phili .lp-free-register__title {
    color: var(--philibg);
}

.hanoi .lp-free-register__title {
    color: var(--hanoibg);
}

.lp-free-register__title_m {
    display: none;
}

.lp-free-register .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.lp-free-register-left {
    width: calc(100% - 434px);
}

.lp-free-register__text {
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #00254C;
    letter-spacing: 0;
    line-height: 28px;
    padding-top: 64px;
    padding-bottom: 70px;
}

.lp-free-register__apps {
    display: flex;
    flex-wrap: wrap;
}

.lp-free-register__apps-col-item {
    display: block;
    height: 40px;
    margin-bottom: 33px;
}

.lp-free-register__apps-col-item-gp {
    width: 137px;
    height: 40px;
}

.lp-free-register__apps-col-as {
    width: 137px;
    height: 40px;
}

.lp-free-register-right {
    width: 434px;
    position: relative;
}

.lp-free-register-right-picture {
    width: 460px;
    position: absolute;
    max-height: auto;
}

.sticky-buttons {
    height: 64px;
    width: 100vw;
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: #fff;
    z-index: 5;
    -webkit-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    bottom: -64px;
    box-shadow: 0 -8px 8px 0 rgba(0,0,0,0.16);
}

.sticky-buttons .button {
    cursor: pointer;
}

.sticky-buttons .button:first-child {
    margin-right: 50px;
}

.sticky-buttons__top {
    position: absolute;
    width: 64px;
    height: 64px;
    border-left: 1px solid rgba(24,42,85,.32);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    right: 0;
}

.singapore .sticky-buttons .button {
    color: var(--singabg);
}

.singapore .sticky-buttons .button:before {
    background: var(--singabg);
}

.malaysia .sticky-buttons .button {
    color: var(--malaysiabg);
}

.malaysia .sticky-buttons .button:before {
    background: var(--malaysiabg);
}

.thailand .sticky-buttons .button {
    color: var(--thaibg);
}

.thailand .sticky-buttons .button:before {
    background: var(--thaibg);
}

.phili .sticky-buttons .button {
    color: var(--philibg);
}

.phili .sticky-buttons .button:before {
    background: var(--philibg);
}

.hanoi .sticky-buttons .button {
    color: var(--hanoibg);
}

.hanoi .sticky-buttons .button:before {
    background: var(--hanoibg);
}

.footer {
    background: #001757;
    padding-top: 121px;
    padding-bottom: 150px;
}

.singapore .footer {
    background: var(--singabg);
}

.malaysia .footer {
    background: var(--malaysiabg);
}

.thailand .footer {
    background: var(--thaibg);
}

.phili .footer {
    background: var(--philibg);
}

.hanoi .footer {
    background: var(--hanoibg);
}

.footer__title {
    font-family: Muli-Black;
    font-size: 110px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 128px;
    padding-bottom: 100px;
}

.footer__city-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer__city-list-item {
    width: calc(33.33% - 100px);
}

.footer__city-list-item-title {
    font-family: Muli-Black;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 23px;
}

.footer__city-list-item-title-icon {
    margin-left: 10px;
}

.footer__city-list-item-title-icon-01 {
    width: 55px;
    height: 33px;
}

.footer__city-list-item-title-icon-02 {
    width: 47px;
    height: 43px;
}

.footer__city-list-item-title-icon-03 {
    width: 35px;
    height: 41px;
}

.footer__city-list-item-text {

}

.footer__city-list-item-text p {
    opacity: 0.64;
    font-family: PTSans-Caption;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px;
}
/* End */


/* Start:/css/media.css?160637674826011*/
@media (max-width: 1600px) {
    .mp-first-screen__city-list-item {
        width: 33%;
    }
}

@media (max-height: 900px) {
	.lp-first-screen .wrapper {
		    height: calc(100vh - 66px);
	}
	
	.lp-first-screen-left-text {
		padding-top: 25px;
	    padding-bottom: 35px;
	}
	
	.lp-first-screen-runstripe {
		height: 66px;
	}
	
	.lp-first-screen-runstripe span {
		margin-top: 0;
	}
	
	.lp-first-screen-right-slider-item-top {
		max-height: 200px;
	}
}

@media (max-width: 1370px) {
    .wrapper {
        padding-left: 100px;
        padding-right: 100px;
    }

    .mp-first-screen__city-list-item {
        width: 50%;
    }
}

@media (max-width: 1280px) {
	
	body {
		width: 100%;
		//overflow-x: hidden;
	}

    h1 {
        font-size: 72px;
        line-height: 80px;
    }

    .wrapper {
        padding-right: 20px;
    }

    .mp-first-screen__city-list-item-title {
        font-size: 24px;
        line-height: 32px;
    }

    .mp-first-screen__city-list-item-date {
        font-size: 16px;
        line-height: 28px;
    }
    
    .lp-first-screen-right-slider-item-top {
	    margin-bottom: 0;
    }
    
    .lp-first-screen-right-slider-item-bottom {
	    padding-left: 20px;
    }
    
    .lp-second-screen__left {
	    width: calc(100% - 204px);
    }
    
    .lp-second-screen__right {
    margin-left: 20px;
    width: 184px;
	}
	
	.lp-second-screen__right-icons-text {
		right: 0;
	}
	
	.lp-second-screen__right-icons-item-gp {
		max-width: 134px;
	}
	
	.lp-second-screen__picture-src {
    left: 0px;
    width: calc(100% - 80px);
	}
	
	.lp-speakers {
		padding-top: 180px;
	}
	
	.lp-speakers-main__item {
		margin-bottom: 60px;
	}
	
	.lp-agenda__ce-pic-block__picture {
		max-width: 730px;
	}

	
	.lp-accomodation__list-item {
		margin-bottom: 40px;
		width: 570px;
	}


}

@media (max-width: 1024px) {
    img {
        max-width: 100%;
        max-height: 100%;
        height: auto !important;
    }

    h2 {
        font-size: 72px;
        line-height: 80px;
    }

    .button {
        font-size: 14px;
        letter-spacing: 1.4px;
        line-height: 28px;
    }

    .lp-second-screen__facts-item span {
        font-size: 72px;
        line-height: 80px;
    }

    .right-sidebar {
        display: none;
    }

    .wrapper {
        padding-left: 80px;
    }

    .mp-first-screen__left {
        width: calc(100% - 289px);
    }

    .mp-previous__list-item-name {
    font-size: 24px;
    line-height: 30px;
    }


    .mp-news__title {
        font-size: 72px;
        line-height: 80px;
    }

    .mp-news__list-item {
        margin-bottom: 60px;
    }

    .mp-news__list-item-text {
        width: calc(70% - 30px);
    }

    .mp-news__list-item-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 11px;
        margin-top: 10px;
    }

    .mp-news__list-item-preview-text {
        font-size: 16px;
        line-height: 24px;
    }

    .mp-news__list-item-picture {
        width: calc(30% - 30px);
    }

    .footer {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .footer__title {
        font-size: 72px;
        line-height: 80px;
        padding-bottom: 70px;
    }

    .footer__city-list-item {
        width: calc(50% - 50px);
        margin-bottom: 40px;
    }

    .lp-first-screen .wrapper {
        height: auto;
    }

    .lp-first-screen-left {
        width: 100%;
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .lp-first-screen-right {
        width:100%;
        position: relative;
        margin-bottom: 100px;
    }

    .lp-first-screen-right-slider-item-top {
        width:calc(100% - 262px);
        padding-left: 262px;
    }

    .lp-first-screen-right-slider-item-bottom {
        padding-bottom: 98px;
        position: static;
    }

    .lp-first-screen-right-slider-item-bottom img {
        position: absolute;
        top:0px;
        left: 0;
    }

    .lp-first-screen-right-slider-item-bottom-text {
        bottom: 22px;
        left: 278px;
        top: auto;
    }

    .lp-first-screen-right-prev {
        bottom: 28px;
    }

    .lp-first-screen-right-next {
        bottom: 28px;
    }

    .lp-first-screen-runstripe {
        height: 80px;
    }

    .lp-first-screen-runstripe span {
        font-size: 48px;
        margin-top: 6px;
    }

    .lp-second-screen__left-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .lp-second-screen__facts {
        max-width: 100%;
    }

    .lp-second-screen__facts-item {
        font-size: 14px;
        margin-right: 50px;
    }

    .lp-speakers-main__item:nth-child(2n+2) {
        left: 0;
    }

    .lp-speakers-main__item-name {
        font-size: 40px;
        line-height: 48px;
    }

    .lp-speakers-main__item-role {
        font-size: 16px;
        line-height: 24px;
        padding-top: 12px;
    }

    .lp-speakers-main_alt__item {
        width: calc(33.33% - 20px);
    }

    .lp-speakers-main_alt__item-name {
        padding-top: 13px;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .agenda-wrapper {
        overflow-x: scroll;
    }

    .agenda-wrapper__inner {
        min-width: 940px;
    }

    .lp-agenda {
        padding-top: 80px;
    }

    .lp-agenda__text {
        font-size: 16px;
        line-height: 24px;
    }

    .agenda-body__col-item-title {
        font-size: 14px;
        line-height: 20px;
    }

    .agenda-body__col-item-description {
        font-size: 12px;
        line-height: 18px;
    }

    .lp-agenda__ce-text {
        font-size: 16px;
        line-height: 24px;
    }

    .lp-agenda__ce-pic-title {
        font-size: 40px;
        max-width: 300px;
        line-height: 48px;
        top:64px;
    }

    .lp-agenda__ce-pic-block {
        padding-bottom: 80px;
    }

    .lp-agenda__ce-pic-button {
        top:180px;
    }

    .lp-agenda__ce-pic-block__picture {
        margin-left: 125px;
        max-width: calc(100% - 125px);
    }

    .lp-sponsors {
        padding-bottom: 80px;
    }

    .lp-sponsors__title {
        padding-top: 82px;
        padding-bottom: 15px;
    }

    .lp-sponsors-list {
        margin-bottom: 0;
    }

    .lp-sponsors-list__item {
        padding: 50px 60px 60px 60px;
    }

    .lp-sponsors-list-text {
        width: calc(100% - 188px);
    }

    .lp-sponsors-list-text-status {
        font-size: 40px;
        line-height: 48px;
    }

    .lp-sponsors-list-text-preivew-text {
        font-size: 16px;
        line-height: 22px;
    }

    .lp-sponsors-list-logo {
        width:110px;
        padding-left: 78px;
    }

    .lp-sponsors-list-logo-inner {
        width:109px;
        height: 50px;
    }

    .lp-participants {
        padding-top: 88px;
    }

    .lp-participants__title {
        padding-bottom: 60px;
    }

    .lp-participants__body {
        padding-bottom: 60px;
        padding-bottom: 65px;
    }

    .lp-participants__body__item {
        width:100px;
        height: 48px;
        margin-right: 50px;
    }

    .lp-participants__body-logo-inner {
        width:100px;
        height: 48px;
    }

    .lp-venue {
        padding-top: 80px;
        padding-bottom: 75px;
    }

    .lp-venue .wrapper {
        padding-right: 20px;
    }

    .lp-venue__title {
        padding-bottom: 24px;
    }

    .lp-venue__block-text {
        width:calc(100% - 150px);
        padding-bottom: 40px;
        position: relative;
        z-index: 2;
    }

    .lp-venue__block-text p {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 25px;
    }

    .lp-venue__block-slider {
        width:100%;
        padding-bottom: 0 !important;
        padding-top: 86px !important;
        margin-top: -86px;
        position: relative;
        z-index: 1;
    }

    .lp-venue__block-slider-item-src {
        width: 100%;
    }

    .lp-venue__block-slider-prev {
        top:0px;
        bottom: auto;
        right: 97px;
    }

    .lp-venue__block-slider-next {
        top:0px;
        bottom: auto;
        right: 0;
        left: auto;
    }

    .lp-support {
        padding-top: 73px;
        padding-bottom: 25px;
    }

    .lp-support__title {
        padding-bottom: 60px;
    }

    .lp-support__list__item {
        width:90px;
        height: 45px;
        margin-right: 55px;
        margin-bottom: 55px;
    }

    .lp-accomodation {
        padding-top: 83px;
        padding-bottom: 60px;
    }

    .lp-accomodation__title {
        padding-bottom: 60px;
    }

    .lp-accomodation__list-item:nth-child(2n+2) {
        left: 0;
    }

    .lp-accomodation__list-item-text {
        top:53px;
    }

    .lp-accomodation__list-title {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 18px;
    }

    .lp-free-register {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .lp-free-register__title {
        display: none;
    }

    .lp-free-register__title_m {
        display: block;
        padding-bottom: 22px;
    }

    .lp-free-register-left {
        width: 60%;
    }

    .lp-free-register__text {
        font-size: 16px;
        line-height: 24px;
        padding-top: 0;
        padding-bottom: 45px;
    }

    .lp-free-register-right {
        width: 40%;
    }

    .menu__item {
        font-size: 16px;
        letter-spacing: 1.33px;
        line-height: 48px;
    }

    .lp-floorplan {
        padding-top: 80px;
        padding-bottom: 80px;
        overflow-y: hidden;
    }

    .lp-floorplan__title {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {

    .button {
        font-size: 11px;
        letter-spacing: 1.1px;
        line-height: 28px;
    }

    .sticky-buttons .button:first-child {
        margin-right: 20px;
    }

    .sticky-buttons .button:before {
        display: none;
    }

    .sticky-buttons__top {
        display: none;
    }

    .wrapper {
        padding-left: 20px;
    }

    .left-sidebar {
        width: 100vw;
        height: 40px;
    }

    .left-sidebar__logo, #left-sidebar__logo-icon {
        height: 40px;
        width: 40px;
    }

    .left-sidebar-menu {
        top:9px;
        left: calc(50% - 16px);
    }

    .left-sidebar-icons {
        right: 17px;
        display: flex;
        left: auto;
        bottom: auto;
        top:10px;
    }

    .left-sidebar-icons-item {
        margin-left: 15px;
        margin-bottom: 0;
    }

    .mp-first-screen__left {
        width: 100%;
    }

    .mp-first-screen {

    }

    .mp-first-screen__title {
        margin-bottom: 8px;
    }
    
    .mp-first-screen__subtitle {
	   font-size: 10px;
	   line-height: 18px;
	   padding-right: 0;
	   padding-bottom: 10px;
    }

    .mp-first-screen__right {
        width: 100%;
    }

    .mp-first-screen__right-img {
        display: none;
    }

    .mp-first-screen__right-icons-text {
        display: none;
    }

    h1 {
        font-size: 36px;
        line-height: 48px;
    }

    h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .mp-first-screen__city-list {
        justify-content: space-between;
    }

    .mp-first-screen__city-list-item {
        margin-bottom: 24px;
    }

    .mp-first-screen__city-list-item-title {
        font-size: 20px;
        line-height: 24px;
    }

    .mp-first-screen__city-list-item-date {
        font-size: 14px;
        line-height: 24px;
    }

    .mp-first-screen__right-icons {
        display: flex;
        padding-top: 0;
        margin-top: 0;
    }

    .mp-first-screen__right-icons-item {
        margin-right: 8px;
    }

    .mp-awards__block-left {
    width:100%;
    order: 2;
    padding-top: 30px;
    }

    .mp-awards__block-left p {
        font-size: 16px;
        line-height: 23px;
    }

    .mp-awards__block-left-button {
    margin-top: 15px;
    }

    .mp-awards__block-right {
     width:100%;
     order: 1;
     justify-content: center;
    }

    .mp-previous__title {
        padding: 62px 0 19px 0;
    }

    .mp-previous__list-nav-item {
        height: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mp-previous__list-item {
        width: calc(50% - 20px);
        margin-bottom: 18px;
    }

    .mp-previous__list-item-name {
    font-size: 18px;
    line-height: 24px;
    }

    .mp-previous__list-item-year {
        font-size: 14px;
        line-height: 19px;
    }

    .mp-news {
        padding-top: 42px;
    }

    .mp-news__stripe {
        opacity: 0;
    }

    .mp-news__title {
        font-size: 36px;
        line-height: 48px;
        padding-bottom: 40px;
    }

    .mp-news__list-item {
        margin-bottom: 40px;
    }

    .mp-news__list-item-picture {
        order: 1;
        width: 100%;
        padding-bottom: 15px;
    }

    .mp-news__list-item-picture img {
        width: 100%;
    }

    .mp-news__list-item-text {
        order: 2;
        width: 100%;
    }

    .mp-news__list-item-preview-text {
        font-size: 14px;
        line-height: 20px;
    }

    .footer {
        padding-top: 60px;
    }

    .footer__title {
        font-size: 36px;
        line-height: 44px;
        padding-bottom: 30px;
    }

    .footer__city-list-item-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 13px;
    }

    .footer__city-list-item-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .news-detail {
        padding-top: 50px;
    }

    .news-detail__title {
        font-size: 28px;
        line-height: 32px;
    }

    .news-detail__text p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 16px;
    }

    .news-detail__text a {
        font-size: 14px;
        line-height: 20px;
    }

    .lp-first-screen-left {
        padding-bottom: 30px;
    }

    .lp-first-screen-left-date {
        font-size: 14px;
        letter-spacing: 0.7px;
        line-height: 20px;
        height: 20px;
        margin-bottom: 21px;
    }

    .lp-first-screen-left-text {
        font-size: 14px;
        line-height: 22px;
        padding-top: 12px;
        padding-bottom: 20px;
    }

    .lp-first-screen-right {
        margin-bottom: 60px;
    }

    .lp-first-screen-right-slider-item-top {
        width:100%;
        padding-left: 0;
    }

    .lp-first-screen-right-slider-item-bottom {
        position: relative;
        padding-bottom: 137px;
    }

    .lp-first-screen-right-slider-item-bottom img {
        max-width: 35%;
        top:17px;
    }

    .lp-first-screen-right-slider-item-bottom-text {
        left: calc(35% + 20px);
        bottom: 50px;
        width: calc(65% - 25px);
    }

    .lp-first-screen-right-prev {
        width: 24px;
        height: 20px;
        left: calc(35% + 20px);
        right: auto;
        bottom: 0;
    }

    .lp-first-screen-right-next {
        width: 24px;
        height: 20px;
        left: calc(35% + 59px);
        right: auto;
        bottom: 0;
    }

    .lp-first-screen-runstripe {
        height: 48px;
    }

    .lp-first-screen-runstripe span {
        font-size: 24px;
        line-height: 48px;
        margin-top: 0;
        margin-right: 10px;
    }

    .lp-second-screen {
        padding-top: 33px;
        padding-bottom: 80px;
    }

    .lp-second-screen__left {
        width:100%;
    }

    .lp-second-screen__title {
        padding-bottom: 10px;
    }

    .lp-second-screen__left-text p {
        font-size: 14px;
        line-height: 22px;
    }

    .lp-second-screen__right {
        width: 100%;
        margin-left: 0;
        padding-top: 0px;
    }

    .lp-second-screen__right-title {
        display: block;
        font-family: PTSans-CaptionBold;
        font-size: 14px;
        color: #FFFFFF;
        letter-spacing: 1.17px;
        line-height: 29px;
        padding-bottom: 9px;
    }

    .lp-second-screen__right-icons {
        display: flex;
        flex-wrap: wrap;
    }

    .lp-second-screen__right-icons-text {
        display: none;
    }

    .lp-second-screen__right-icons-item {
        width:134px;
    }

    .lp-second-screen__right-icons-item:nth-child(2) {
        margin-right: 10px;
    }

    .lp-second-screen__right-icons-item:nth-child(3) {
        width: calc(100% - 154px);
    }

    .lp-second-screen__right-icons-block:nth-child(4) {
        margin-right: 10px;
    }

    .lp-second-screen__right-icons-block {
        width:calc(50% - 5px);
        max-width: 134px;
    }

    .lp-second-screen__right-icons-block img {
        max-width: 100%;
    }

    .lp-second-screen__right-icons-block-title {
        min-height: 55px;
        padding-bottom: 0;
    }

    .lp-second-screen__right-icons-item-icon-finexpo {
        width:111px;
        height: 23px;
    }

    .lp-second-screen__facts-item {
        line-height: 20px;
        margin-bottom: 30px;
    }

    .lp-second-screen__facts-item span {
        font-size: 36px;
        line-height: 48px;
    }

    .lp-second-screen__picture-src {
        width: 100%;
        top:0px;
    }

    .lp-speakers {
        padding-top: 30%;
    }

    .lp-speakers-main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .lp-speakers-main__item {
        margin-bottom: 40px;
        width: 51%;
    }

    .lp-speakers-main__item-photo {
        width:100%;
        height: calc(50vw - 40px);
        background-size: cover !important;
        background-position: center center;
    }

    .lp-speakers-main__item-text {
        left: 80%;
        width:100%;
        top:10%;
    }

    .lp-speakers-main__item-name {
        width:auto;
        font-size: 28px;
        line-height: 32px;
    }

    .lp-speakers-main__item-role {
        font-size: 12px;
        line-height: 18px;
        width: auto;
        padding-top: 0;
    }

    .fancybox-slide>* {
        padding: 20px !important;
    }

    .lp-speakers-main__item-detail-photo-role {
        padding-bottom: 15px;
    }

    .lp-speakers-main__item-detail-name {
        font-size: 28px;
        line-height: 32px;
    }

    .pop-up {
        font-size: 14px;
        line-height: 22px;
    }

    .lp-speakers-main_alt {
        padding-bottom: 30px;
    }

    .lp-speakers-main_alt__item {
        width: calc(50% - 5px);
        margin-bottom: 33px;
    }

    .lp-speakers-main_alt__item-name {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 6px;
        padding-top: 9px;
    }

    .lp-speakers-main_alt__item-role {
        font-size: 12px;
        line-height: 16px;
    }

    .lp-agenda {
        padding-top: 60px;
    }

    .lp-agenda__text {
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .agenda-head {
        height: 40px;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
    }

    .agenda-1col {
        width: 40px;
        padding-left: 0;
    }

    .agenda-body__col-time {
        font-size: 18px;
        line-height: 22px;
        margin-left: -20px;
    }

    .agenda-body__col-item-title {
        font-size: 12px;
        line-height: 18px;
    }

    .agenda-body__col-item-aval {
        font-size: 12px;
        line-height: 18px;
    }

    .agenda-2col, .agenda-3col, .agenda-4col, .agenda-5col {
        padding-right: 20px;
    }

    .lp-agenda__ce {
        padding-top: 50px;
    }

    .lp-agenda__ce-title {
        padding-bottom: 15px;
    }

    .lp-agenda__ce-text {
        font-size: 14px;
        line-height: 22px;
    }

    .lp-agenda__ce-pic-block {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        padding-bottom: 60px;
    }

    .lp-agenda__ce-pic-block__picture {
        width: 100%;
        max-width: 100% !important;
        margin-left: 0;
        order: 1;
        height: 60% !important;
    }

    .lp-agenda__ce-pic-title {
        position: static;
        order: 2;
        font-size: 28px;
        line-height: 34px;
        padding-top: 15px;
        padding-bottom: 8px;
    }

    .lp-agenda__ce-pic-button {
        position: static;
        order: 3;
    }

    .lp-agenda__ce-pic-aval {
        top:210px;
    }

    .lp-sponsors {
        padding-bottom: 60px;
    }

    .lp-sponsors__title {
        padding-top: 62px;
        padding-bottom: 0;
    }

    .lp-sponsors-list__item {
        padding: 15px 24px 24px 24px;
    }

    .lp-sponsors-list-text {
        width: 100%;
    }

    .lp-sponsors-list-text-status {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 10px;
    }

    .lp-sponsors-list-logo {
        width: 100%;
        padding-left: 0;
    }

    .lp-sponsors-list-text-preivew-text {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 18px;
    }

    .lp-participants {
        padding-top: 63px;
        padding-bottom: 60px;
    }

    .lp-participants__title {
        padding-bottom: 40px;
    }

    .lp-participants__body {
        padding-bottom: 0;
    }

    .lp-participants__body__item {
        margin-right: 25px;
        margin-bottom: 20px;
    }

    .lp-venue {
        padding-top: 58px;
        padding-bottom: 55px;
    }

    .lp-venue__block-text {
        width:100%;
    }

    .lp-venue__block-text p {
        font-size: 14px;
        line-height: 22px;
    }

    .lp-venue__block-slider {
        padding-top: 0 !important;
        margin-top: 0;
        padding-bottom: 55px !important;
    }

    .lp-venue__block-slider-prev {
        left: 0;
        bottom: 0;
        top:auto;
    }

    .lp-venue__block-slider-next {
        left: 92px;
        bottom: 0;
        top:auto;
    }

    .lp-support {
        padding-top: 53px;
        padding-bottom: 30px;
    }

    .lp-support__list {

    }

    .lp-support__list__item {
        width: 90px;
        height: 45px;
        margin-right: 23px;
        margin-bottom: 23px;
    }

    .lp-accomodation__list-item {
        width: 100%;
    }

    .lp-accomodation__list-item-picture {
        width: 70%;
        height: auto;
        font-size: 0px;
    }

    .lp-accomodation__list-item-picture-src {
        width: 100%;
    }

    .lp-accomodation__list-item-text {
        left:40%;
    }

    .lp-accomodation__list-title {
        font-size: 22px;
        line-height: 28px;
        padding-bottom: 0;
    }

    .lp-accomodation__list-item-picture:after {
       height: 100%;
        width: 100%;
    }

    .lp-free-register {
        padding-top: 60px;
    }

    .lp-free-register__title_m {
        padding-bottom: 12px;
    }

    .lp-free-register-left {
        width:100%;
    }

    .lp-free-register__text {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 30px;
    }

    .lp-free-register__apps {
        justify-content: space-between;
    }

    .lp-free-register__apps-col {
        width: calc(50% - 5px);
    }

    .lp-free-register-right {
        width: 100%;
    }

    .lp-free-register-right-picture {
        position: static;
        width: auto;
    }

    .bp-form {
        min-width: 200px;
    }

    .form-title {
        font-size: 22px;
        line-height: 28px;
    }

    .form-test .form-group {
        margin-bottom: 30px !important;
    }

}

@media (max-width: 520px) {
    .footer__city-list-item {
        width: 100%;
    }

    .lp-speakers {
        padding-top: 20%;
    }

    .lp-accomodation__list-item-text {
        left: 30%;
        top:33px;
    }
}

@media (max-width: 480px) {
    .left-sidebar-menu {
        left: 56px;
    }
}


/* работа с планами */

@media (max-width: 1200px) {
    .singapore .lp-floorplan-pic {
        height: 359px;
        width: auto;
    }

    .malaysia .lp-floorplan-pic {
        height: 575px;
        width: auto;
    }

    .lp-floorplan__body-item_type-w {
        font-size: 10px;
    }

    .phili .lp-floorplan-pic {
        height: 548px;
        width: auto;
    }

    .hanoi .lp-floorplan-pic {
        height: 381px;
        width: auto;
    }

    .vietnam .lp-floorplan-pic {
        height: 543px;
        width: auto;
    }
}

@media (max-width: 989px) {
    .thailand .lp-floorplan-pic {
        height: 324px;
        width: auto;
    }

    .singapore .lp-floorplan-pic {
        height: 287px;
        width: auto;
    }

    .malaysia .lp-floorplan-pic {
        height: 462px;
        width: auto;
    }

    .phili .lp-floorplan-pic {
        height: 438px;
        width: auto;
    }

    .hanoi .lp-floorplan-pic {
        height: 305px;
        width: auto;
    }

    .vietnam .lp-floorplan-pic {
        height: 435px;
        width: auto;
    }

    .lp-floorplan__body-item {
        font-size: 12px;
    }


}

@media (max-width: 900px) {





}

@media (max-width: 767px) {

    .lp-floorplan {
        padding-top: 55px;
        position: relative;
    }

    .singapore .lp-floorplan{
    padding-bottom: 700px;
    }

    .singapore .lp-floorplan__body {
        transform: rotate(270deg);
        position: absolute;
        top: 240px;
        left: -160px;
    }

    .singapore .lp-floorplan-pic {
        height: 287px !important;
        width: 654px !important;
        max-width: 654px !important;
    }
}


@media (max-width: 575px) {
    .lp-floorplan {
        overflow: hidden;
    }

    .thailand .lp-floorplan__body-wrapper {
        overflow-y:scroll;
    }

    .thailand .lp-floorplan__body {
        width: 560px;

    }

}

@media (max-width: 530px) {

    .phili .lp-floorplan__body-wrapper {
        overflow-y:scroll;
    }

    .phili .lp-floorplan__body {
        width: 530px;
    }

    .hanoi .lp-floorplan__body-wrapper {
        overflow-y:scroll;
    }

    .hanoi .lp-floorplan__body {
        width: 530px;


    }

@media (max-width: 485px) {
    .lp-floorplan {
        overflow: hidden;
    }

    .malaysia .lp-floorplan__body-wrapper {

        overflow-y:scroll;
    }

    .malaysia .lp-floorplan__body {
        width: 445px;
    }
}

}
/* End */


/* Start:/css/reset.css?16003273853865*/
/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
html,
body,
p,
div,
ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}


ul {
  list-style-type: none;
}
    input:not([type=checkbox]):not([type=radio]),
    textarea, 
    select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

input,
label,
select,
button,
textarea
{
	margin:0;
	border:0;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	white-space:normal;
	background:none;
	line-height:1;
	
	/* Browsers have different default form fonts */
	font-size:14px;
}

/* Remove the stupid outer glow in Webkit */
input:focus
{
	outline:0;
}

/* Box Sizing Reset
-----------------------------------------------*/

/* All of our custom controls should be what we expect them to be */
input,
textarea
{
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select
{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

/* Text Inputs
-----------------------------------------------*/

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week]
{
}

/* Button Controls
-----------------------------------------------*/

input[type=checkbox],
input[type=radio]
{
	width:13px;
	height:13px;
}

/* File Uploads
-----------------------------------------------*/

input[type=file]
{

}

/* Search Input
-----------------------------------------------*/

/* Make webkit render the search input like a normal text field */
input[type=search]
{
	-webkit-appearance:textfield;
	-webkit-box-sizing:content-box;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration
{
	display:none;
}

/* Buttons
-----------------------------------------------*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"]
{
	/* Fix IE7 display bug */
	overflow:visible;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button
{	
	padding:0;
	border:0;
	background:none;
}

/* Textarea
-----------------------------------------------*/

textarea 
{
	/* Move the label to the top */
	vertical-align:top;
	
	/* Turn off scroll bars in IE unless needed */
	overflow:auto;
}

/* Selects
-----------------------------------------------*/

select
{

}

select[multiple] 
{
	/* Move the label to the top */
	vertical-align:top;
}
/* End */
/* /fonts/font.css?16003274041480 */
/* /css/style.css?160129819745986 */
/* /css/media.css?160637674826011 */
/* /css/reset.css?16003273853865 */
