.cookie {
    position: fixed;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 21.8em;
    margin-right: 2em;
    margin-bottom: 1em;
    margin-left: 1em;
    padding: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 0em;
    background-color: rgba(0, 0, 0, 0.89);
}

.hero_message-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0.7em;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
}

.c-hero_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-svg {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #d20b12;
}

.w-embed::after {
    clear: both;
}

.c-svg {
    color: #d20b12;
}

.w-embed::before,
.w-embed::after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

svg:not(:root) {
    overflow: hidden;
}

.heading-13 {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.3em;
    line-height: 1;
    font-weight: 400;
}

.hero_message-x {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0.8em;
    margin-right: 0.8em;
}

.hero_message-icon {
    width: 1.2em;
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
    font-size: 0.6em;
}

.paragraph {
    font-family: 'Varela Round', sans-serif;
    color: #f1f1f1;
    font-size: 0.8em;
    line-height: 1.3;
    font-weight: 400;
}



.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

body::-webkit-scrollbar,
.c-012::-webkit-scrollbar,
.c-026::-webkit-scrollbar,
.tabs-area::-webkit-scrollbar,
.c-017::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track,
.c-012::-webkit-scrollbar-track,
.c-026::-webkit-scrollbar-track,
.tabs-area::-webkit-scrollbar-track,
.c-017::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb,
.c-012::-webkit-scrollbar-thumb,
.c-026::-webkit-scrollbar-thumb,
.tabs-area::-webkit-scrollbar-thumb,
.c-017::-webkit-scrollbar-thumb {
    background-color: #7f8793;
}

.tabs-content-2 {
    background-color: #f5f5f5;
}

.tab-pane-tab-3 {
    position: relative;
    background-color: #f5f5f5;
}

.sc-unvan {
    display: none;
}

.new-chat-area {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    width: 70%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    padding: 1%;
    background-color: rgb(44 51 61 / 0%);
}


.sound {
    position: absolute;
    left: auto;
    top: 70px;
    right: 0%;
    bottom: auto;
    z-index: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.0);
    color: #fff;
}



.sound-play {
    width: 50px;
    height: 50px;
    background-color: #0000007d;
    background-image: url('../images/play.svg');
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}



.sound-play:hover {
    background-color: #313131;
}



.sound-play:focus {
    background-color: #313131;
}



.sound-pause {
    width: 50px;
    height: 50px;
    background-color: #0000007d;
    background-image: url('../images/pause.svg');
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}



.sound-pause:hover {
    background-color: #313131;
}



.sound-pause:focus {
    background-color: #313131;
}



.sound-text {
    width: 50px;
    display: none;
}



.G01 {
    position: absolute;
    left: 22.8%;
    top: 35.6%;
    width: 10.6%;
    height: 10.6%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
}

.G04-1 {
    position: absolute;
    left: 81.5%;
    top: 35.4%;
    width: 10.9%;
    height: 10.8%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
}

.pannel-new-1 {
    width: 100%;
    height: 100%;
    background-color: #00000000;
}


.G01-1 {
    position: absolute;
    left: 7.8%;
    top: 35.4%;
    width: 10.9%;
    height: 10.8%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
}

.G02 {
    position: absolute;
    left: 38%;
    top: 35.6%;
    z-index: 9999;
    width: 10.6%;
    height: 10.6%;
    background-color: #00000000;
}

.FG01 {
    position: absolute;
    left: 29.6%;
    top: 29.6%;
    width: 12.8%;
    z-index: 9999;
    height: 13.5%;
    background-color: #00000000;
}

.radio-error {
    color: darkorange;
}

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}



.FG03 {
    position: absolute;
    left: 58.9%;
    top: 29.6%;
    width: 13%;
    z-index: 999;
    height: 13.5%;
    background-color: #00000000;
}


.G03 {
    position: absolute;
    left: 52.3%;
    top: 35.6%;
    width: 10.6%;
    height: 10.6%;
    background-color: #00000000;
}

.G04 {
    position: absolute;
    left: 66.8%;
    top: 35.6%;
    width: 10.6%;
    height: 10.6%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
}

.lang-tr {
    width: 70px;
    height: 70px;
    border-right: 1px none #dfdfdf;
    border-left: 1px solid #dfdfdf;
    background-color: #f5f5f5;
    background-image: url('../images/turkey.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.lang-tr:hover {
    background-color: #fff;
}

.brief-message {
    padding: 50px;
    margin-top: 100px;
    text-align: center;
    position: relative;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    background-color: #f5f5f5;
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.lang-en {
    width: 70px;
    height: 70px;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    background-color: #f5f5f5;
    background-image: url('../images/uk.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.lang-en:hover {
    background-color: #fff;
}

#uploadImage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    max-width: none;
    margin: 20px 0px 0px;
    padding: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 5px;
    background-color: #90949a;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 18px;
    font-weight: 400;
}

.scientific-day1-comment1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    margin-top: 0px;
    padding: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3b414b;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}


.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-top: 69px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
}

.image {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 0px;
    min-width: auto;
    border-style: none;
    border-width: 10px;
    border-color: #fff;
    border-radius: 0px;
}

.header {
    position: fixed;
    z-index: 3000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-style: none;
    border-width: 0px;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 4px 20px 8px rgba(0, 0, 0, 0.12);
}

.sucsess {
    padding-top: 30px;
    padding-left: 0px;
    background-image: url('../images/smile.svg');
    background-position: 50% 0%;
    background-size: 22px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.eror-message {
    padding-top: 30px;
    padding-left: 0px;
    background-image: url('../images/sad.svg');
    background-position: 50% 0%;
    background-size: 22px;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.logo {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    height: 70px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 5px;
    border-color: #e0e0e0;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 4px 20px 8px rgba(0, 0, 0, 0.12);
}

.text-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 71%;
    margin-top: 0px;
    padding: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #faf1f1;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    text-align: center;
}

.text-block-32.menu {
    margin-top: 11px;
}

.header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-short-embed {
    position: absolute;
    left: 41.4%;
    top: 3.5%;
    z-index: 200;
    display: block;
    width: 19.8%;
    height: 20%;
    background-color: #000;
}

.background-video {
    width: 100%;
    height: 100%;
}

.video-area {
    position: absolute;
    z-index: 500;
    width: 100%;
    height: 100%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
}

.video-area:hover {
    background-image: url('../images/expand.svg');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
}

.s-live057__burger-line {
    width: 25px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 1px;
    background-color: #4d4d4d;
}

.s-live057__burger-line.bottom {
    height: 1px;
}

.s-live057__burger-line.top {
    height: 1px;
}

.s-live057__burger-line.middle {
    height: 1px;
}

.s-live057__burger-line.bottom {
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.s-live057__burger-line.middle {
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.s-live057__burger-line.top {
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
}

._2 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
}

.forgot-password-2 {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
}

.forgot-password-2:hover {
    border-radius: 0px;
    opacity: 0.5;
}

.footer-link {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 5vh;
    padding-left: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid hsla(0, 0%, 100%, 0.24);
    background-image: url('../images/chat.svg');
    background-position: 14% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    text-decoration: none;
}

.footer-link:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.footer-link.left {
    border-right-style: none;
}

.footer-link.left._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 2px solid #000;
    border-left: 1px none #000;
    border-right-color: hsla(0, 0%, 100%, 0.1);
    background-image: url('../images/information.svg');
    background-position: 10px 50%;
    background-size: 20px;
}

.footer-link.left._3:hover {
    border-top-color: #3b414b;
    background-color: transparent;
}

.footer-link._2 {
    padding-left: 40px;
    border-top: 2px solid #000;
    border-right-color: hsla(0, 0%, 100%, 0.1);
    background-image: url('../images/edit.svg');
    background-position: 10px 50%;
    background-size: 16px;
}

.footer-link._2:hover {
    border-top-color: #3b414b;
    background-color: transparent;
}

.footer-link.right {
    padding-left: 40px;
    border-top: 2px solid #000;
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
    border-right-color: hsla(0, 0%, 100%, 0.1);
    background-position: 10px 50%;
    background-size: 20px;
}

.footer-link.right:hover {
    border-top-color: #3b414b;
    background-color: transparent;
}

.user-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px none #dfdfdf;
    border-radius: 0px;
    background-color: #f5f5f5;
}

.nav {
    position: relative;
    z-index: 5000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 70px;
    margin-top: 0px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.announcement {
    position: absolute;
    left: 23%;
    top: 72%;
    z-index: 300;
    display: block;
    width: 7%;
    height: 12%;
    background-color: transparent;
}

.danisma-map {
    position: absolute;
    left: 37%;
    top: 72%;
    z-index: 1500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
}

.door-2 {
    position: absolute;
    left: 35.5%;
    top: 54%;
    width: 6.2%;
    height: 10%;
    background-color: transparent;
}

.footer {
    position: relative;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    display: none;
}

.door-3 {
    position: absolute;
    left: 58.5%;
    top: 54%;
    right: 20%;
    width: 6.2%;
    height: 10%;
    background-color: transparent;
    opacity: 1;
}

.footer-part {
    width: 100%;
    height: 5vh;
}

.anim {
    position: absolute;
    left: 36%;
    top: 46%;
    z-index: 10000;
    width: 100px;
    height: 50px;
    z-index: 1;
    width: 100px;
    margin-left: 0%;
    border-radius: 0px;
    background-color: transparent;
    background-image: url('../images/toltip-center.svg');
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.anim._2 {
    left: 23.8%;
    top: 67%;
    display: block;
    opacity: 0;
}

.anim._3 {
    left: 46.5%;
    top: 64%;
    opacity: 0;
}

.anim._4 {
    left: 62.5%;
    top: 64%;
    opacity: 0;
}

.anim._5 {
    left: 57%;
    top: 45.5%;
    right: 0%;
    opacity: 1;
}

.anim._6 {
    left: 29%;
    top: 45.5%;
}

.anim._7 {
    left: 69%;
    top: 46%;
    right: 0%;
}

.anim.other {
    left: 31.5%;
    top: 63.5%;
    display: block;
    opacity: 0;
}

.anim.other-stands {
    left: 48%;
    top: 66%;
    display: none;
    opacity: 1;
}

.anim._5 {
    left: 70.5%;
    top: 61%;
    opacity: 0;
}

.anim._6 {
    left: 21.3%;
    top: 62.9%;
    opacity: 0;
}

.anim.gate-1 {
    left: 25%;
    top: 46%;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.anim.gate-3 {
    left: 59%;
    top: 46%;
}

.anim.menu {
    left: -3%;
    top: 76%;
    background-image: url('../images/toltip-left.svg');
    opacity: 1;
}

.s-live057__nav-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    margin-top: 0px;
    margin-right: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #dfdfdf;
    border-left: 1px none #dfdfdf;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
    cursor: pointer;
}

.s-live057__nav-button-2:hover {
    background-color: #f7f7f7;
}

._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 5vh;
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.sifre-degistir-form {
    display: block;
    width: 80%;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 5px;
}

.form--1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.success-message-1 {
    background-color: transparent;
}

.error-message-1 {
    background-color: transparent;
    color: #fff;
}

.scroll {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-block--2 {
    display: block;
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 5px;
}

.yeni-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 0px;
    padding: 0px 22px 0px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #dfdfdf;
    border-radius: 5px;
    background-color: transparent;
    background-image: url('../images/add-user.svg');
    background-position: 15% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    -webkit-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    color: #000;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.yeni-user:hover {
    background-color: transparent;
}

.nu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 150px;
    height: 70px;
    border-top: 2px solid #f5f5f5;
    border-right: 1px solid #dfdfdf;
    background-color: hsla(0, 0%, 91.3%, 0.47);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    cursor: pointer;
}

.nu:hover {
    border-top: 2px solid #3b414b;
    background-color: hsla(0, 0%, 100%, 0.47);
}

.video {
    position: relative;
    z-index: 10000;
    overflow: hidden;
    width: 90%;
    height: 60%;
    max-width: 900px;
    min-height: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #fff0;
    font-weight: 300;
    text-align: center;
}

.modal-close {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.25;
    cursor: pointer;
}

.yardim {
    display: block;
    overflow: hidden;
    width: 100%;
}

.overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 8888;
    display: block;
    overflow: auto;
    margin-top: 0px;
    background-color: hsl(0deg 0% 0% / 0%);
}

.notlar {
    display: block;
    overflow: hidden;
    width: 100%;
}

.dialog-confirm-mfp-with-anim {
    display: block;
    overflow: hidden;
    width: 100%;
}

.lgn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 150px;
    height: 70px;
    border-top: 2px solid #f5f5f5;
    border-right: 1px solid #dfdfdf;
    background-color: hsla(0, 0%, 91.3%, 0.47);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    cursor: pointer;
}

.lgn:hover {
    border-top: 2px solid #3b414b;
    background-color: hsla(0, 0%, 100%, 0.47);
}

.login-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 0px;
    padding: 0px 22px 0px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #dfdfdf;
    border-radius: 5px;
    background-color: transparent;
    background-image: url('../images/password.svg');
    background-position: 15% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    -webkit-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    color: #000;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.login-button:hover {
    background-color: transparent;
}

.tooltip {
    position: absolute;
    left: auto;
    z-index: 10000;
    top: auto;
    right: auto;
    margin-top: -45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 50px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px none #000;
    border-radius: 5px;
    background-color: transparent;
    background-image: url('../images/toltip-center.svg');
    background-position: 0px 0px;
    background-size: contain;
}

.tooltip._1 {
    left: 5%;
    top: -46px;
}

.tooltip._2 {
    left: 13%;
    top: -15px;
}

.tooltip._3 {
    left: 0%;
    top: -46px;
    right: 27%;
}

.tooltip._5 {
    left: -36%;
    top: -14px;
    right: auto;
}

.tooltip.hall-tt-1 {
    left: 8%;
    top: -36px;
}

.tooltip.kiosk {
    left: 9%;
    top: -9px;
}

.tooltip.person-1 {
    left: 29%;
    top: -30%;
    margin-top: -13px;
}

.tooltip.person-1.xl {
    left: -30%;
}

.tooltip._6 {
    left: 0%;
    top: -84px;
    right: 16%;
    margin-top: 0px;
}

.tooltip._7 {
    left: 0%;
    top: -46px;
    right: 16%;
}

.tooltip.other {
    left: -35%;
    top: -21px;
}

.tooltip.panel {
    left: -6%;
    top: -18px;
}

.tooltip.person-2 {
    left: 28%;
    top: -113%;
    margin-top: -13px;
}

.tooltip._10 {
    left: -48%;
    top: -14px;
    right: auto;
}

.tooltip.stands--14 {
    top: auto;
    right: 0;
    margin-top: -60px;
    left: 35%;
}

.tooltip.stands--14--3 {
    left: 37%;
    right: auto;
    margin-top: -60px;
}

.tooltip.stands--14--5 {
    left: auto;
    top: auto;
    right: auto;
    margin-top: -60px;
}

.tooltip.stands--14--6 {
    left: auto;
    top: auto;
    right: auto;
    margin-top: -60px;
}

.tooltip.stands--7 {
    left: auto;
    top: auto;
    right: auto;
    margin-top: -60px;
}

.tooltip.stands--8 {
    left: auto;
    top: auto;
    right: auto;
    margin-top: -60px;
}

.tooltip.stands--12 {
    left: auto;
    top: auto;
    right: auto;
    margin-top: -60px;
}

.tooltip.stands--13 {
    left: auto;
    top: auto;
    right: auto;
    margin-top: -60px;
}

.tooltip.stands--15 {
    left: auto;
    top: auto;
    right: auto;
    margin-top: -60px;
}

.tooltip.screen-1 {
    left: auto;
    top: auto;
    right: auto;
    margin-top: -60px;
}

.tooltip.floor-plan-toltip-1 {
    left: 37%;
    top: -4%;
    right: 53%;
    margin-top: -45px;
}

.tooltip.floor-plan-toltip-2 {
    left: 25%;
    top: -4%;
    right: 53%;
    margin-top: -45px;
}

.tooltip.floor-plan-toltip-2 {
    left: 31%;
    top: -5%;
    right: 53%;
    margin-top: -45px;
}

.tooltip.floor-plan-toltip-3 {
    left: 16%;
    top: -5%;
    right: 53%;
    margin-top: -45px;
}

.tooltip.floor-plan-toltip-4 {
    left: 10%;
    top: -4%;
    right: 53%;
    margin-top: -45px;
}

.tooltip.floor-plan-toltip-5 {
    left: 21%;
    top: -1%;
    right: 53%;
    margin-top: -45px;
}

.tooltip.floor-plan-toltip-6 {
    left: 16%;
    top: -1%;
    right: 53%;
    margin-top: -45px;
}

.tooltip.person-3 {
    left: -1%;
    top: -30%;
    margin-top: -13px;
}

.tooltip.e-poster-map-1-title {
    left: 29%;
    top: -8%;
    margin-top: 0px;
}

.tooltip.two-part-stand {
    left: 15%;
    top: -30%;
    margin-top: 0px;
}


.tooltip.xl-tooltip {
    left: 28%;
    top: -113%;
    margin-top: -13px;
}


.tooltip.two-part-stand.xl {
    left: -30%;
}

.modal-header {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 150px;
    margin-top: 0px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
}

.modal-header.black {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 150px;
    margin-bottom: 20px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(51%, #fff), color-stop(95%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, #fff 51%, hsla(0, 0%, 100%, 0) 95%);
    color: #3b414b;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}

.modal-header.white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-weight: 700;
}

.modal-header.color {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 150px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(68%, #3b414b), to(transparent));
    background-image: linear-gradient(180deg, #3b414b 68%, transparent);
    color: #fff;
    font-size: 38px;
    font-weight: 700;
}

.textarea {
    height: auto;
    min-height: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 3px;
}

.close {
    position: absolute;
    left: auto;
    right: 0%;
    bottom: auto;
    display: block;
    width: 70px;
    height: 71px;
    height: 71px;
    background-color: #000;
    background-image: url('../images/delete.svg');
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}

.close:hover {
    background-color: #3b414b;
}

.modal-text {
    width: 80%;
    margin-bottom: 60px;
    font-size: 17px;
    line-height: 24px;
    margin-left: 10%;
    margin-top: 60px;
    font-weight: 400;
}

.field {
    min-height: 48px;
    padding-left: 20px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
}

.checkbox-label {
    width: 90%;
    margin-left: 20px;
    color: #fff;
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
}


.checkbox-label.days {
    margin-bottom: 0px;
    font-size: 16px;
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 300;
}

.f-link {
    display: block;
    color: #fff;
    text-decoration: none;
}

.f-link:hover {
    color: hsla(0, 0%, 100%, 0.65);
}

.text-block-81 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    text-align: right;
}

.content {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d3d3d3;
}

.loading {
    display: none;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 100px;
    background-color: #fff;
}

._3 {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
}

._4 {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
}

.content-responsive {
    display: none;
}

.scientific {
    position: absolute;
    left: 62.9%;
    top: 69%;
    z-index: 1500;
    display: block;
    width: 4.2%;
    height: 14%;
    background-color: transparent;
}

.responsive {
    display: none;
}

.image-mobil {
    display: none;
}

.heading-2 {
    font-weight: 400;
}

.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 70px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-style: solid solid none;
    border-width: 2px 1px 1px;
    border-color: #f5f5f5 #dfdfdf #dfdfdf;
    background-color: #f5f5f5;
    background-image: url('../images/interface.svg');
    background-position: 50% 21%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    text-decoration: none;
}

.home:hover {
    border-top-color: #3b414b;
    background-color: #fff;
}

.home.w--current {
    width: 90px;
    padding-bottom: 2px;
    border-right: 1px solid #dfdfdf;
    border-top-color: #3b414b;
    background-image: url('../images/interface.svg');
    background-position: 50% 21%;
    background-size: 18px;
    background-repeat: no-repeat;
    color: #3b414b;
    text-decoration: none;
}

.home.w--current:hover {
    border-top-color: #3b414b;
}

.back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 70px;
    padding-bottom: 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-style: solid solid none none;
    border-width: 2px 1px 1px;
    border-color: #f5f5f5 #dfdfdf #dfdfdf;
    background-color: #f5f5f5;
    background-image: url('../images/back-arrow.svg');
    background-position: 50% 21%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}

.back:hover {
    border-top-color: #3b414b;
    background-color: #fff;
}

.image-3 {
    width: 100%;
    height: auto;
    max-height: 70px;
    max-width: none;
}

.privacy {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 300;
}

.modal-general {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.slider-3 {
    position: absolute;
    left: 29.6%;
    top: 27.2%;
    width: 39.6%;
    height: 46.8%;
    background-color: transparent;
}

.slide-link {
    width: 100%;
    height: 100%;
}

.slide-2 {
    background-image: url('../images/lobby.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.left-arrow {
    display: none;
    font-size: 30px;
}

.icon-5 {
    font-size: 30px;
}

.slide-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-size: 10px;
}

.right-arrow {
    display: none;
}

.column-105 {
    height: 100%;
}

.halls--1 {
    position: absolute;
    left: 47.6%;
    top: 45.5%;
    width: 7%;
    height: 11.5%;
    background-color: hsla(0, 0%, 100%, 0);
}

.hall-1 {
    position: absolute;
    left: 48%;
    top: 38%;
    z-index: 9;
    width: 100px;
    height: 50px;
    margin-left: 0%;
    border-radius: 0px;
    background-image: url('../images/toltip-center.svg');
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.hall-2 {
    position: absolute;
    left: 35%;
    top: 38%;
    z-index: 1;
    width: 100px;
    height: 50px;
    margin-left: 0%;
    border-radius: 0px;
    background-image: url('../images/toltip-center.svg');
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.halls--2 {
    position: absolute;
    left: 34.5%;
    top: 45.5%;
    width: 7%;
    height: 11.5%;
    background-color: hsla(0, 0%, 100%, 0);
}

.hall-3 {
    position: absolute;
    left: 43.5%;
    top: 38%;
    z-index: 1;
    width: 100px;
    height: 50px;
    margin-left: 0%;
    border-radius: 0px;
    background-image: url('../images/toltip-center.svg');
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.halls--3 {
    position: absolute;
    left: 43%;
    top: 45.5%;
    width: 7%;
    height: 11.5%;
    background-color: hsla(0, 0%, 100%, 0);
}

.hall-4 {
    position: absolute;
    left: 52.4%;
    top: 38%;
    z-index: 1;
    width: 100px;
    height: 50px;
    margin-left: 0%;
    border-radius: 0px;
    background-image: url('../images/toltip-center.svg');
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.halls--4 {
    position: absolute;
    left: 51.8%;
    top: 45.5%;
    width: 7%;
    height: 11.5%;
    background-color: hsla(0, 0%, 100%, 0);
}

.hall-5 {
    position: absolute;
    left: 61.4%;
    top: 38%;
    z-index: 1;
    width: 100px;
    height: 50px;
    margin-left: 0%;
    border-radius: 0px;
    background-image: url('../images/toltip-center.svg');
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.halls--5 {
    position: absolute;
    left: 60.8%;
    top: 45.5%;
    width: 7%;
    height: 11.5%;
    background-color: hsla(0, 0%, 100%, 0);
}

.hall-6 {
    position: absolute;
    left: 70%;
    top: 38%;
    z-index: 1;
    width: 100px;
    height: 50px;
    margin-left: 0%;
    border-radius: 0px;
    background-image: url('../images/toltip-center.svg');
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.halls--6 {
    position: absolute;
    left: 69.5%;
    top: 45.5%;
    width: 7%;
    height: 11.5%;
    background-color: hsla(0, 0%, 100%, 0);
}

.kiosk-hall {
    position: absolute;
    left: 15%;
    top: 75%;
    z-index: 300;
    display: block;
    width: 10%;
    height: 16%;
    background-color: rgba(131, 43, 43, 0);
}

.kiosk-hall-2 {
    position: absolute;
    left: 15.8%;
    top: 71%;
    z-index: 1;
    width: 100px;
    height: 50px;
    margin-left: 0%;
    background-image: url('../images/toltip-center.svg');
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.button-line-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 48px;
    max-width: none;
    margin: 20px 0px 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 5px;
    background-color: #3b414b;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 18px;
    font-weight: 400;
}

.button-line-3:hover {
    border-style: solid;
    border-color: #3b414b;
    background-color: #fff;
    color: #3b414b;
}

.checkbox-2 {
    width: 20px;
    height: 20px;
}

.checkbox-2.w--redirected-checked {
    border-color: #fff;
    background-color: #3b414b;
}

.checkbox-2.w--redirected-focus {
    box-shadow: none;
}


.checkbox-2.days {
    margin-top: 0px;
}

.text-block-87 {
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    text-align: center;


}

.form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 95vh;
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b414b;
}

.stands {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-top: 69px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none none;
    border-width: 1px;
    border-color: #dfdfdf #fff #fff;
    border-radius: 0px;
    background-color: transparent;
}

.content-kiosk {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
}

.text-block-88 {
    width: 100%;
    font-weight: 600;
    text-align: left;
}

.text-block-89 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
}

.note-list {
    display: -webkit-box;
    margin-left: 12%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-bottom: 20px;
    padding: 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #f1f1f1;
    border-radius: 5px;
}

.success-message-2 {
    background-color: transparent;
    color: #780072;
}

.error-message-2 {
    background-color: transparent;
}

.text-block-90 {
    color: #780072;
}

.login-after {
    width: 210px;
    height: 70px;
    margin-right: 0px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px none #dfdfdf;
    background-color: #f5f5f5;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.login-after:hover {
    border-right: 3px none #fff;
    border-left: 3px none #fff;
    background-color: #f5f5f5;
    color: #fff;
}

.login-after:focus {
    background-color: transparent;
    color: #fff;
}

.dropdown-link-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0px;
    background-color: #3b414b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.07)), to(rgba(0, 0, 0, 0.07))), url('../images/arrow.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07)), url('../images/arrow.svg');
    background-position: 0px 0px, 90% 50%;
    background-size: auto, 15px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.dropdown-link-4:hover {
    background-color: #3b414b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13))), url('../images/arrow.svg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url('../images/arrow.svg');
    background-position: 0px 0px, 97% 50%;
    background-size: auto, 15px;
    background-repeat: repeat, no-repeat;
}

.dropdown-link-4.w--current {
    color: #fff;
}

.dropdown-link-4.noline {
    border-bottom-style: none;
}

.change-password {
    position: relative;
    z-index: 10;
    display: none;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    min-height: 400px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px 0px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #3b414b;
    font-weight: 300;
    text-align: center;
}

.content-page {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 87.6vh;
    margin-top: 70px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none none;
    border-width: 1px;
    border-color: #dfdfdf #fff #fff;
    border-radius: 0px;
    background-color: #f5f5f5;
}

.content-page-k {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 87.6vh;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none none;
    border-width: 1px;
    border-color: #dfdfdf #fff #fff;
    border-radius: 0px;
    background-color: #f5f5f5;
}

.heading-4 {
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
}

.whatsapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-radius: 100px;
    background-color: #2ab200;
    background-image: url('../images/whatsapp.png');
    background-position: 50% 50%;
    background-size: 22px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
    cursor: pointer;
}

.whatsapp:hover {
    background-position: 50% 50%;
    background-size: 40px;
}

.stand-1 {
    position: absolute;
    left: 53%;
    top: -13%;
    z-index: 1;
    width: 100px;
    height: 50px;
    margin-left: 0%;
    border-radius: 0px;
    background-image: url('../images/down-arrow.svg');
    background-position: 50% 100%;
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 1;
}

.stand-1._14 {
    left: 20%;
    top: -23%;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 25%;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.stand-1._14--3 {
    left: 0%;
    top: -23%;
    right: 53%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 38%;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.stand-1._14--5 {
    left: -28%;
    top: -59%;
    right: 53%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 38%;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.stand-1._14--6 {
    left: auto;
    top: -49%;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 38%;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.stand-1._14--8 {
    left: auto;
    top: -49%;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1%;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.stand-1._14--13 {
    left: auto;
    top: -49%;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1%;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.stand-1._14--14 {
    left: 6% !important;
    top: -90% !important;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1%;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.stand-1.screen-1 {
    left: auto;
    top: -49%;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1%;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.stand-1._14--12-1 {
    left: auto;
    top: -49%;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1%;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.stand-1.floor-1 {
    left: 37%;
    top: -12%;
    right: 53%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
}

.stand-1.floor-2 {
    left: 31%;
    top: -18%;
    right: 53%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0%;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
}

.stand-1.floor-3 {
    left: 16%;
    top: -24%;
    right: 53%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0%;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
}

.stand-1.floor-4 {
    left: 10%;
    top: -26%;
    right: 53%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0%;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
}

.stand-1.floor-5 {
    left: 21%;
    top: -6%;
    right: 53%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0%;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
}

.stand-1.floor-6 {
    left: 16%;
    top: -12%;
    right: 53%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0%;
    background-image: url('../images/toltip-center.svg');
    background-size: contain;
}

.stands-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.stand-l-video1 {
    position: absolute;
    left: 3.4%;
    top: 53.3%;
    z-index: 100;
    width: 11.7%;
    height: 12.1%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.stand-l-video1:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.stand-l-information {
    position: absolute;
    left: 15.2%;
    top: 51%;
    width: 6%;
    height: 29%;
}

.person-title {
    position: absolute;
    left: 22%;
    top: -28%;
    z-index: 1;
    width: 100px;
    height: 50px;
    margin-left: 0%;
    border-radius: 0px;
    background-image: url('../images/toltip-center.svg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
}

.person-title.stand-l {
    left: -1%;
    top: -33%;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.person-title.stand-xl {
    left: -30%;
    top: -33%;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.person-title.stand-s {
    left: 29%;
    top: -33%;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.person-title.stand-m {
    left: 28%;
    top: -103%;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}


.person-title.two-part-stand {
    left: 15%;
    top: -30%;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}


.person-title.news {
    left: 28%;
    top: -103%;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}


.video-part {
    position: absolute;
    left: 21.4%;
    top: 12.3%;
    width: 56.5%;
    height: 65.2%;
    background-color: transparent;
}

.video-tabs {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 12%;
    margin-top: 6px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tab-tr {
    height: 100%;
}

.videos {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 87.8%;
    background-color: #000;
}

.tab-1 {
    border: 1px none #000;
    border-radius: 0px;
    background-color: #fff;
    font-weight: 500;
}

.tab-1.w--current {
    border: 1px none #000;
    background-color: #3b414b;
    box-shadow: none;
    color: #fff;
    font-weight: 400;
}

.tab-2 {
    border: 1px none #000;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
}

.tab-2.w--current {
    border-radius: 0px;
    background-color: #3b414b;
    color: #fff;
}

.tab-en {
    height: 100%;
}

.success-message-3 {
    background-color: transparent;
    color: #780072;
}

.button-line-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 40px;
    max-width: none;
    margin: 10px 0px 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 3px;
    background-color: #2c333d;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
    font-weight: 400;
}

.button-line-4:hover {
    border-style: solid;
    border-color: #2c333d;
    background-color: #fff;
    color: #2c333d;
}

.text-block-92 {
    color: #fff;
}

.video-big {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-block-94 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-left: 20px;
    background-image: url('../images/edit.svg');
    background-position: 0% 50%;
    background-size: 11px;
    background-repeat: no-repeat;
    color: #fff;
}

.responsive-duyuru-slide {
    position: absolute;
    left: 30.2%;
    top: 17.4%;
    width: 41.8%;
    height: 41.3%;
}

.stand-l-download {
    position: absolute;
    left: 48%;
    top: 61%;
    width: 5.3%;
    height: 18%;
    background-color: rgba(197, 25, 24, 0);
    background-image: none;
}

.stand-l-download:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28%, rgba(0, 0, 0, 0.5)), color-stop(30%, hsla(0, 0%, 100%, 0)), color-stop(94%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 28%, hsla(0, 0%, 100%, 0) 30%, hsla(0, 0%, 100%, 0) 94%);
}

.stand-l-poster-1 {
    position: absolute;
    left: 3.4%;
    top: 21%;
    width: 7.9%;
    height: 30.1%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-l-poster-1:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-l-poster-2 {
    position: absolute;
    left: 34.8%;
    top: 51.6%;
    width: 4%;
    height: 12.2%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-l-poster-2:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.color-text-content {
    position: relative;
    z-index: 10;
    display: none;
    overflow: auto;
    width: 100%;
    max-height: 600px;
    max-width: 600px;
    min-height: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding: 0px 0px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #3b414b;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.notes {
    position: relative;
    z-index: 10;
    overflow: auto;
    width: 100%;
    max-height: 600px;
    max-width: 600px;
    min-height: 400px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding: 0px 0px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #fff;
    font-weight: 300;
    text-align: center;
}

.notlar-form {
    width: 80%;
    margin-left: 10%;
}


.alert {
    position: relative;
    z-index: 10;
    overflow: auto;
    width: 100%;
    max-width: 600px;
    min-height: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding: 50px 50px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #3B414B;
    color: #fff;
    font-weight: 300;
    text-align: center;
}


.dialog {
    position: relative;
    z-index: 10;
    overflow: auto;
    width: 100%;
    max-width: 600px;
    min-height: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding: 50px 50px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #3B414B;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.form-stand {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: auto;
    max-width: 600px;
    min-height: 600px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 0px;
    background-color: #3b414b;
    color: #fff;
    font-weight: 300;
    text-align: left;
}

.login-form {
    display: block;
    width: 65%;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 5px;
}

.day1-head1 {
    margin-top: 0px;
    color: #3b414b;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
}

.day1-detail-1 {
    margin-bottom: 10px;
    font-size: 14px;
}

.container-program {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-program {
    width: 70%;
}

.date {
    margin-bottom: 0px;
    font-size: 14px;
}

.clock {
    font-size: 19px;
}

.form-soru-sor {
    width: 80%;
    color: #fff;
}

.modal-container {
    position: relative;
    z-index: 10;
    overflow: auto;
    width: 100%;
    max-width: 600px;
    min-height: 400px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding: 5% 0px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #fff0;
    font-weight: 300;
    text-align: center;
}

.pict-ure {
    width: 200px;
    height: auto;
    min-height: 200px;
    margin-bottom: 40px;
    border-radius: 100px;
    background-image: url('../images/ahmetzekiisik.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.door-1 {
    position: absolute;
    left: 25%;
    top: 54%;
    width: 6.2%;
    height: 10%;
    background-color: transparent;
}

.door-4 {
    position: absolute;
    left: 69%;
    top: 54%;
    right: 0%;
    width: 6.2%;
    height: 10%;
    background-color: transparent;
}

.columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.column-110 {
    padding-right: 0px;
    padding-left: 0px;
}

.column-111 {
    padding-right: 0px;
    padding-left: 10px;
}

.checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkbox-field.days {
    width: 49%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}


.kvk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 150px;
    min-height: 150px;
    margin-top: 20px;
    padding: 20px 40px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.kvk._1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-width: 5px;
    border-color: rgba(0, 0, 0, 0.1);
}

.form-check {
    margin-right: 25px;
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-check.stand {
    width: 95%;
    margin-top: 20px;
}

.accordion-container {
    overflow: hidden;
    width: auto;
    max-width: 100%;
    border-radius: 4px;
}

.accordion-container.techni-c {
    display: block;
    width: 100%;
    margin-top: 40px;
    border-style: none;
    border-width: 3px;
    border-color: #1d1d1d;
    border-radius: 6px;
    background-color: transparent;
}

.accordion-pane {
    overflow: auto;
    margin-top: 20px;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: transparent;
}

.heading-6 {
    color: #fff;
    font-size: 20px;
}

.text-block-95 {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

.bold-text-11 {
    color: #fff;
    text-decoration: none;
}

.link-7 {
    text-decoration: none;
}

.visitor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    max-width: 320px;
    min-width: 320px;
    padding-bottom: 9px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px none #dfdfdf;
}

.text-1 {
    width: 95%;
    font-size: 12px;
    line-height: 13px;
}

.visitor-text-1 {
    width: 95%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.lottie-animation-2 {
    width: 100px;
    height: 100px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 150px;
    height: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
}

.div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    padding-top: 20px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cert-1 {
    color: #fff;
    font-weight: 300;
}

.div-block-8 {
    overflow: hidden;
    width: 100%;
    min-height: 5px;
    margin-top: 5px;
    border-radius: 3px;
    background-color: #fff;
}

.div-block-9 {
    width: 50%;
    min-height: 15px;
    background-color: #55c500;
}

.cert-result {
    margin-top: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-weight: 300;
}

.btn-sign {
    position: static;
    left: 3%;
    top: 15%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 67px;
    min-width: 180px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    background-image: url('../images/sign.svg');
    background-size: 174px;
    background-repeat: no-repeat;
    opacity: 0.85;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-style: normal;
    font-weight: 400;
}

.btn-sign:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.btn-sign.column-105 {
    margin-top: -10px;
    margin-right: 20px;
}

.btn-sign.inline {
    margin-right: 20px;
}

.sign {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 20px;
    z-index: 998;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 96%;
    height: auto;
    margin-top: 0px;
    margin-left: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.left-img {
    position: absolute;
    left: 3%;
    top: 8.4%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16.5%;
    height: 18%;
    background-color: #000;
}

.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd00;
}

.marque {
    position: absolute;
    left: 21.4%;
    top: 7.8%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 56.6%;
    height: 4%;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: transparent;
}

.right-img {
    position: absolute;
    left: auto;
    top: 8.4%;
    right: 3%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16.5%;
    height: 18%;
    background-color: #000;
}

.image-7 {
    display: block;
    height: 100%;
    max-width: 100%;
}

.vote {
    position: absolute;
    left: 3%;
    top: 28%;
    right: auto;
    bottom: auto;
    z-index: 2000;
    overflow: auto;
    width: 16.5%;
    height: 39%;
    padding-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0px;
    background-color: #fff;
}

.heading-7 {
    color: #000;
    font-size: 19px;
    line-height: 20px;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px;
}

.vote-detail {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    margin-left: 20px;
    margin-right: 20px;
}

.button {
    width: 85%;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 20px;
    border: 2px none #000;
    background-color: #f3f3f3;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    color: #000;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

.button:hover {
    padding-left: 29px;
    border-style: solid;
    border-color: #ff8400;
    background-color: #ff8400;
    background-image: url('../images/correct.svg');
    background-position: 4% 50%;
    background-size: 13px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

.marque-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
}

.stand-l-poster-4 {
    position: absolute;
    left: 63.3%;
    top: 51.6%;
    width: 4%;
    height: 12.2%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-l-poster-4:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.day {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    min-height: 50px;
    margin-right: 3px;
    margin-bottom: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: #f5f5f5;
    color: #000;
    font-size: 17px;
}

.day:hover {
    background-color: #fff;
}

.day:focus {
    border-bottom: 2px solid #3b414b;
    background-color: #fff;
}

.heading-8 {
    width: 60%;
    margin-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    text-align: center;
}

.break {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    min-height: 100px;
    margin-bottom: 40px;
    padding: 20px;
    border-top: 3px solid #b1b1b1;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.break-time {
    position: static;
    left: 77%;
    top: 7.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: auto;
    min-height: 50px;
    margin-left: 30px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b1b1b1;
    color: #fff;
}

.break-head {
    margin-top: 0px;
    color: #b1b1b1;
    font-size: 24px;
    line-height: 32px;
}

.break-location {
    margin-bottom: 10px;
    color: #b1b1b1;
    font-size: 18px;
}

.day-1-bold-chairman {
    color: #3b414b;
}

.day-1-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    min-height: 250px;
    margin-bottom: 40px;
    padding: 20px;
    border-top: 3px solid #3b414b;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.day-1-time {
    position: static;
    left: 77%;
    top: 7.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: auto;
    min-height: 50px;
    margin-left: 30px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b414b;
    color: #fff;
}

.day1-detail-2 {
    margin-bottom: 10px;
    font-size: 14px;
}

.day1-location {
    margin-bottom: 10px;
    color: #3b414b;
    font-size: 18px;
}

.days {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.day-2-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    min-height: 250px;
    margin-bottom: 40px;
    padding: 20px;
    border-top: 3px solid #93b908;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.day2-head2 {
    margin-top: 0px;
    color: #93b908;
    font-size: 24px;
    line-height: 32px;
}

.day-2-time {
    position: static;
    left: 77%;
    top: 7.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: auto;
    min-height: 50px;
    margin-left: 30px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #93b908;
    color: #fff;
}

.day-1-location {
    color: #3b414b;
}

.day-2-location {
    color: #93b908;
}

.day-3-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    min-height: 250px;
    margin-bottom: 40px;
    padding: 20px;
    border-top: 3px solid #03609e;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.day3-head3 {
    margin-top: 0px;
    color: #03609e;
    font-size: 24px;
    line-height: 32px;
}

.day-3-time {
    position: static;
    left: 77%;
    top: 7.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: auto;
    min-height: 50px;
    margin-left: 30px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #03609e;
    color: #fff;
}

.day-3-location {
    color: #03609e;
}

.day2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    min-height: 50px;
    margin-right: 3px;
    margin-bottom: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: #f5f5f5;
    color: #000;
    font-size: 17px;
}

.day2:hover {
    background-color: #fff;
}

.day2:focus {
    border-bottom: 2px solid #93b908;
    background-color: #fff;
}

.day3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    min-height: 50px;
    margin-right: 3px;
    margin-bottom: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: #f5f5f5;
    color: #000;
    font-size: 17px;
    font-weight: 300;
}

.day3:hover {
    background-color: #fff;
}

.day3:focus {
    border-bottom: 2px solid #03609e;
    background-color: #fff;
}

.day4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    min-height: 50px;
    margin-right: 3px;
    margin-bottom: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: #f5f5f5;
    color: #000;
    font-size: 17px;
}

.day4:hover {
    background-color: #fff;
}

.day4:focus {
    border-bottom: 2px solid #ff8400;
    background-color: #fff;
}

.day5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    min-height: 50px;
    margin-right: 3px;
    margin-bottom: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    background-color: #f5f5f5;
    color: #000;
    font-size: 17px;
}

.day5:hover {
    background-color: #fff;
}

.day5:focus {
    border-bottom: 2px solid #8f63be;
    background-color: #fff;
}

.day-4-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    min-height: 250px;
    margin-bottom: 40px;
    padding: 20px;
    border-top: 3px solid #ff8400;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.day-4-time {
    position: static;
    left: 77%;
    top: 7.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: auto;
    min-height: 50px;
    margin-left: 30px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff8400;
    color: #fff;
}

.day4-head4 {
    margin-top: 0px;
    color: #ff8400;
    font-size: 24px;
    line-height: 32px;
}

.day4-location {
    margin-bottom: 10px;
    color: #ff8400;
    font-size: 18px;
}

.day-5-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    min-height: 250px;
    margin-bottom: 40px;
    padding: 20px;
    border-top: 3px solid #8f63be;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.day5-head5 {
    margin-top: 0px;
    color: #8f63be;
    font-size: 24px;
    line-height: 32px;
}

.day-5-time {
    position: static;
    left: 77%;
    top: 7.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    height: auto;
    min-height: 50px;
    margin-left: 30px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #8f63be;
    color: #fff;
}

.button-line-3-1 {
    width: 20%;
    margin-left: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 5px;
    background-color: #3b414b;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 18px;
    font-weight: 700;
}

.button-line-3-1:hover {
    border-style: solid;
    border-color: #3b414b;
    background-color: #fff;
    color: #3b414b;
}

.day-5-location {
    color: #8f63be;
}

.day-4-location {
    color: #ff8400;
}

.bold-text-12 {
    font-weight: 300;
    text-align: center;
}

.bold-text-13 {
    font-weight: 300;
    text-align: center;
}

.bold-text-14 {
    font-weight: 300;
    text-align: center;
}

.bold-text-15 {
    font-weight: 300;
    text-align: center;
}

.bold-text-16 {
    font-weight: 300;
    text-align: center;
}

.left-sign {
    width: 50%;
}

.right-sign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

._01 {
    position: absolute;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 63px;
    min-width: 150px;
    padding-right: 35px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.entre {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-top: 69px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
}

.btn-sign-left {
    position: static;
    left: 3%;
    top: 15%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 67px;
    min-width: 180px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
    background-image: url('../images/sign-1.svg');
    background-position: 100% 0%;
    background-size: 174px;
    background-repeat: no-repeat;
    opacity: 0.85;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-style: normal;
    font-weight: 400;
}

.btn-sign-left:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.btn-sign-left.column-101 {
    margin-top: -10px;
    margin-left: 20px;
}

.btn-sign-left.inline {
    margin-left: 20px;
}

._02 {
    position: absolute;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 63px;
    min-width: 150px;
    padding-left: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
}

.orher {
    position: absolute;
    left: 32.3%;
    top: 69%;
    z-index: 1500;
    display: block;
    width: 4%;
    height: 12%;
    background-color: transparent;
}

.btn-sign-mobil {
    position: static;
    left: 3%;
    top: 15%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 67px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
    background-image: url('../images/sign.svg');
    background-size: 174px;
    background-repeat: no-repeat;
    opacity: 0.85;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-style: normal;
    font-weight: 400;
}

.btn-sign-mobil:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.btn-sign-left-mobil {
    position: static;
    left: 3%;
    top: 15%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 67px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
    background-image: url('../images/sign-1.svg');
    background-position: 100% 0%;
    background-size: 174px;
    background-repeat: no-repeat;
    opacity: 0.85;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-style: normal;
    font-weight: 400;
}

.btn-sign-left-mobil:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.vote-head {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    min-height: 30px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff8400;
    color: #fff;
    font-size: 15px;
}

.live-hall {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
}

.questions-area {
    position: absolute;
    left: auto;
    top: 28%;
    right: 3%;
    bottom: auto;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 16.5%;
    height: 39%;
    padding-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 3px;
    border-color: #424b52;
    border-radius: 0px;
    background-color: #2c333d;
}

.questions-head {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    min-height: 30px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2c333d;
    color: #fff;
    font-size: 15px;
}

.vote-result {
    position: absolute;
    left: 3%;
    top: 28%;
    right: auto;
    bottom: auto;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 16.5%;
    height: 39%;
    padding-top: 70px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #fff;
}

.result-1 {
    width: 85%;
    height: 10px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #ebebeb;
    background-color: #fff;
}

.result-text {
    width: 85%;
    margin-bottom: 5px;
    line-height: 18px;
}

.percent {
    width: 50%;
    height: 8px;
    background-color: #93b908;
}

.percent._2 {
    width: 30%;
    background-color: #03609e;
}

.percent._3 {
    width: 60%;
    background-color: #3b414b;
}

.percent._4 {
    background-color: #8f63be;
}

.link-block-2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 50px;
    height: 60px;
    background-image: url('../images/delete.svg');
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}

.link-vote-close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 50px;
    height: 60px;
    background-image: url('../images/delete.svg');
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}


.text-block-105 {
    color: #fff;
}

.text-block {
    margin-top: 10px;
    text-align: center;
}

.head-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34%;
    min-height: 50px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-speaker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #3b414b;
    color: #fff;
}

.speaker-1 {
    display: block;
    width: 80%;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.image-10 {
    width: 150px;
    border-radius: 200px;
}

.columns-4 {
    min-height: 220px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 66%;
    min-height: 50px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}

.content-color {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: #3b414b;
}

.heading-color {
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}

.short-head-color {
    width: 60%;
    margin-bottom: 20px;
    color: #fff;
    font-size: 23px;
    text-align: center;
}

.image-11 {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 100px;
}

.text-block-106 {
    width: 70%;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
}

.bold-text-17 {
    font-size: 21px;
}

.text-block-107 {
    color: #000;
    font-size: 16px;
    text-align: center;
    width: 80%;
}

.image-12 {
    width: 180px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    border-radius: 100px;
}

.link-8 {
    color: #3b414b;
}

.link-8:hover {
    color: #000;
}

.link-9 {
    color: #3b414b;
}

.bold-text-18 {
    color: #000;
    font-weight: 300;
}

.bold-text-19 {
    color: #000;
    font-weight: 400;
}

.buton-delete {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 48px;
    max-width: none;
    margin: 20px 0px 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 5px;
    background-color: #3b414b;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 18px;
    font-weight: 700;
}

.buton-delete:hover {
    border-style: solid;
    border-color: #3b414b;
    background-color: #fff;
    color: #3b414b;
}

.social {
    position: static;
    top: 603px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-width: auto;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.skype {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    margin-top: 0px;
    margin-bottom: 5px;
    border-radius: 100px;
    background-color: #00a9f0;
    background-image: url('../images/skype-icon-logo-62E333BBBA-seeklogo.com.png');
    background-position: 50% 50%;
    background-size: 29px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
    cursor: pointer;
}

.skype:hover {
    background-position: 50% 50%;
    background-size: 48px;
}

.zoom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    margin-top: 0px;
    border-radius: 100px;
    background-color: #dfdfdf;
    background-image: url('../images/Zoom-App-Icon-2.png');
    background-position: 50% 50%;
    background-size: 19px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
    cursor: pointer;
}

.zoom:hover {
    background-position: 50% 50%;
    background-size: 35px;
}

.textarea-2 {
    min-height: 70px;
    padding-left: 20px;
    border-radius: 3px;
}

.stand-l-social-media {
    position: absolute;
    left: 81%;
    top: 42%;
    right: auto;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4%;
    height: 36%;
    margin-top: 0px;
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.youtube {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('../images/youtube.svg');
    background-position: 50% 50%;
    background-size: 19px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.youtube:hover {
    border-style: none;
    border-width: 5px;
    border-color: hsla(0, 0%, 100%, 0.53);
    border-radius: 100px;
    background-color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.facebook {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('../images/facebook.svg');
    background-position: 50% 50%;
    background-size: 17px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}



.facebook:hover {
    border-style: none;
    border-width: 5px;
    border-color: hsla(0, 0%, 100%, 0.53);
    border-radius: 100px;
    background-color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.xtwitter {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('../images/twitter-x.jpg');
    background-position: 50% 50%;
    background-size: 17px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}


.xtwitter:hover {
    border-style: none;
    border-width: 5px;
    border-color: hsla(0, 0%, 100%, 0.53);
    border-radius: 100px;
    background-color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.twitter {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('../images/twitter-x.jpg');
    background-position: 50% 50%;
    background-size: 19px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.twitter:hover {
    border-style: none;
    border-width: 5px;
    border-color: hsla(0, 0%, 100%, 0.53);
    border-radius: 100px;
    background-color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.instagram {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('../images/instagram-sketched.svg');
    background-position: 50% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.instagram:hover {
    border-style: none;
    border-width: 5px;
    border-color: hsla(0, 0%, 100%, 0.53);
    border-radius: 100px;
    background-color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.id {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    height: 50px;
    margin-top: 3%;
    margin-left: 40%;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 3px solid #fff;
    border-radius: 6px;
    background-color: #fff;
    background-image: url('../images/id-card-1.svg');
    background-position: 92% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    box-shadow: 0 20px 11px 0 rgba(0, 0, 0, 0.35);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 17px;
    text-decoration: none;
}

.id:hover {
    border-right-width: 8px;
    border-right-color: #3b414b;
    background-position: 86% 50%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.whatsaap {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('../images/whatsapp.svg');
    background-position: 50% 50%;
    background-size: 21px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.whatsaap:hover {
    border-style: none;
    border-width: 5px;
    border-color: hsla(0, 0%, 100%, 0.53);
    border-radius: 100px;
    background-color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.skype-1 {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('../images/skype.svg');
    background-position: 50% 50%;
    background-size: 21px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.skype-1:hover {
    border-style: none;
    border-width: 5px;
    border-color: hsla(0, 0%, 100%, 0.53);
    border-radius: 100px;
    background-color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.salon-poster-link1 {
    position: absolute;
    left: 24.5%;
    top: 16%;
    right: 0%;
    bottom: auto;
    width: 12.5%;
    height: 12%;
    background-color: transparent;
}

.salon-poster-link2 {
    position: absolute;
    left: 44.2%;
    top: 16%;
    right: 0%;
    bottom: auto;
    width: 12.5%;
    height: 12%;
    background-color: transparent;
}

.salon-poster-link3 {
    position: absolute;
    left: 64%;
    top: 16%;
    right: 0%;
    bottom: auto;
    width: 12.5%;
    height: 12%;
    background-color: transparent;
}

.result-percent {
    width: 85%;
    margin-bottom: 5px;
    line-height: 15px;
}

.user-tab-link {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-bottom: -1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #fff;
}

.user-link-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    min-height: 60px;
    margin-right: 10px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #3b414b;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.user-link-passive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    min-height: 60px;
    margin-right: 10px;
    margin-bottom: -1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 3px;
    background-color: rgba(2, 0, 0, 0.1);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.user-link-passive:hover {
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    background-color: #3b414b;
    opacity: 1;
    color: #fff;
    font-size: 18px;
}

.login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    padding-top: 100px;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
}

.div-block-22 {
    position: absolute;
    bottom: -8px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: #fff;
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pannel {
    position: absolute;
    left: 76.5%;
    top: 75%;
    z-index: 300;
    display: block;
    width: 5%;
    height: 16%;
    background-color: rgba(131, 43, 43, 0);
}

.pannel-hall {
    position: absolute;
    left: 76.2%;
    top: 69%;
    z-index: 1;
    width: 100px;
    height: 50px;
    margin-left: 0%;
    background-image: url('../images/toltip-center.svg');
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.line2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 11.5%;
    bottom: auto;
    width: 2px;
    height: 8.3%;
    background-color: #424b52;
}

.div-block-24 {
    position: absolute;
    left: 25%;
    width: 50%;
    height: 4px;
    background-image: url('../images/klips.jpg');
    background-position: 0px 0px;
    background-size: 125px;
    background-repeat: repeat-x;
}

.line-1 {
    position: absolute;
    left: 11.5%;
    top: 0%;
    right: 0px;
    bottom: auto;
    width: 2px;
    height: 8.3%;
    background-color: #424b52;
}

.text-field {
    border-radius: 3px;
}

.stand-l-video2 {
    position: absolute;
    left: 21.6%;
    top: 51.9%;
    z-index: 100;
    width: 9.6%;
    height: 9.1%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.stand-l-video2:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.stand-l-video3 {
    position: absolute;
    left: 43%;
    top: 22.5%;
    z-index: 100;
    width: 14.4%;
    height: 14%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.stand-l-video3:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.stand-l-video4 {
    position: absolute;
    left: 68.7%;
    top: 52%;
    z-index: 100;
    width: 9.8%;
    height: 8.9%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.stand-l-video4:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.stand-l-poster-5 {
    position: absolute;
    left: 88.6%;
    top: 21%;
    width: 8%;
    height: 30.1%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-l-poster-5:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-l-video5 {
    position: absolute;
    left: 85.7%;
    top: 53.2%;
    z-index: 100;
    width: 11.6%;
    height: 12%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.stand-l-video5:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.linkedin {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('../images/linkedin.svg');
    background-position: 50% 50%;
    background-size: 21px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.linkedin:hover {
    border-style: none;
    border-width: 5px;
    border-color: hsla(0, 0%, 100%, 0.53);
    border-radius: 100px;
    background-color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.stand-s-social-media {
    position: absolute;
    left: 91.5%;
    top: 41%;
    right: auto;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4%;
    height: 44%;
    margin-top: 0px;
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stand-s-download {
    position: absolute;
    left: 68%;
    top: 46.8%;
    width: 5.1%;
    height: 18%;
    background-color: transparent;
    background-image: none;
}

.stand-s-download:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgba(0, 0, 0, 0.5)), color-stop(34%, hsla(0, 0%, 100%, 0)), color-stop(94%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 32%, hsla(0, 0%, 100%, 0) 34%, hsla(0, 0%, 100%, 0) 94%);
}

.stand-s-information {
    position: absolute;
    left: 71%;
    top: 50%;
    width: 6%;
    height: 16%;
    background-color: transparent;
}

.stand-s-video1 {
    position: absolute;
    left: 46.5%;
    top: 21.3%;
    z-index: 100;
    width: 16%;
    height: 17%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.stand-s-video1:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.stand-s-poster-1 {
    position: absolute;
    left: 34.3%;
    top: 41.6%;
    width: 5.3%;
    height: 17.9%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-s-poster-1:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-s-poster-2 {
    position: absolute;
    left: 45.7%;
    top: 43.7%;
    width: 5.1%;
    height: 16.2%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-s-poster-2:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-s-poster-3 {
    position: absolute;
    left: 52.2%;
    top: 43.7%;
    width: 5.1%;
    height: 16.2%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-s-poster-3:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-s-poster-4 {
    position: absolute;
    left: 58.3%;
    top: 43.7%;
    width: 5.3%;
    height: 16.2%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-s-poster-4:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-xl-social-media {
    position: absolute;
    left: 93%;
    top: 29%;
    right: auto;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4%;
    height: 49%;
    margin-top: 0px;
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stand-xl-information {
    position: absolute;
    left: 44.2%;
    top: 51%;
    width: 3.5%;
    height: 16%;
    background-color: transparent;
}

.stand-xl-video1 {
    position: absolute;
    left: 13.6%;
    top: 24.2%;
    z-index: 100;
    width: 8.8%;
    height: 9.1%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.stand-xl-video1:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.stand-xl-video2 {
    position: absolute;
    left: 26.5%;
    top: 24.2%;
    z-index: 100;
    width: 8.8%;
    height: 9.1%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.stand-xl-video2:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.stand-xl-video3 {
    position: absolute;
    left: 39.4%;
    top: 24.2%;
    z-index: 100;
    width: 8.8%;
    height: 9.1%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.stand-xl-video3:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.stand-xl-video4 {
    position: absolute;
    left: 52.4%;
    top: 24.2%;
    z-index: 100;
    width: 8.7%;
    height: 9.1%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.stand-xl-video4:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.stand-xl-video5 {
    position: absolute;
    left: 65%;
    top: 24.2%;
    z-index: 100;
    width: 8.8%;
    height: 9.1%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.stand-xl-video5:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.stand-xl-poster-1 {
    position: absolute;
    left: 3.7%;
    top: 45.4%;
    width: 5.1%;
    height: 16.2%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-xl-poster-1:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-xl-poster-2 {
    position: absolute;
    left: 10.1%;
    top: 45.5%;
    width: 5.1%;
    height: 16.2%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-xl-poster-2:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-xl-poster-3 {
    position: absolute;
    left: 29%;
    top: 45.5%;
    width: 5.1%;
    height: 16.2%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-xl-poster-3:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-xl-poster-4 {
    position: absolute;
    left: 40.5%;
    top: 43.5%;
    width: 3.7%;
    height: 12%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-xl-poster-4:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-xl-poster-5 {
    position: absolute;
    left: 47.7%;
    top: 43.5%;
    width: 3.7%;
    height: 12%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-xl-poster-5:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-xl-poster-6 {
    position: absolute;
    left: 62.3%;
    top: 43.5%;
    width: 3.7%;
    height: 12%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-xl-poster-6:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-xl-poster-7 {
    position: absolute;
    left: 70%;
    top: 43.5%;
    width: 3.7%;
    height: 12%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-xl-poster-7:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-xl-poster-8 {
    position: absolute;
    left: 82.1%;
    top: 45.5%;
    width: 5.1%;
    height: 16.2%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-xl-poster-8:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-xl-download {
    position: absolute;
    left: 56.5%;
    top: 54.3%;
    width: 5.1%;
    height: 12.3%;
    background-color: rgba(197, 25, 24, 0);
    background-image: none;
}

.stand-xl-download:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(51%, hsla(0, 0%, 100%, 0)), color-stop(94%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 50%, hsla(0, 0%, 100%, 0) 51%, hsla(0, 0%, 100%, 0) 94%);
}

.top-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 400;
    text-decoration: none;
}

.image-13 {
    position: static;
    width: 25px;
    height: 70px;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 15px;
}

.left-door {
    position: absolute;
    left: 3%;
    top: 45%;
    width: 16%;
    height: 26%;
}

.right-door {
    position: absolute;
    left: auto;
    top: 45%;
    right: 4%;
    width: 16%;
    height: 26%;
}

.metal {
    position: absolute;
    left: 25%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 900;
    width: 50%;
    height: 4px;
    background-image: url('../images/klips.jpg');
    background-position: 0px 0px;
    background-size: 125px;
    background-repeat: repeat-x;
}

.your-questions {
    /*width: 85%;*/
    min-height: 100px;
    margin-top: 20px;
}

.questions {
    color: #fff;
    text-align: center;
}

.div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    margin-bottom: 5px;
    padding: 5px 5px 5px 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.06);
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.text-block-109 {
    line-height: 17px;
    font-weight: 300;
    text-align: left;
}

.halls {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
}

.navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px none #dfdfdf;
    background-color: transparent;
    cursor: pointer;
}


.navbar:hover {
    background-color: #f5f5f5;
}


.menu-button {
    width: 100%;
    min-height: 70px;
    padding: 0px;
    cursor: pointer;
}


.menu-button.w--open {
    background-color: #f5f5f5;
}


.nav-menu {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0px;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-width: 254px;
    margin-top: 70px;
    margin-right: 0px;
    margin-left: 0%;
    padding-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.85);
}

.nav-link {
    min-width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    background-image: url('../images/arrow.svg');
    background-position: -20% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}

.nav-link:hover {
    padding-left: 40px;
    background-position: 5% 50%;
}


.nav-link.new-home {
    padding-left: 52px;
    background-image: url('../images/house.svg');
    background-position: 31px 11px;
    background-size: 16px;
    color: #fff;
}

.offline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 0px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #dfdfdf;
    background-image: url('../images/offline.svg');
    background-position: 50% 10px;
    background-size: 25px;
    background-repeat: no-repeat;
}

.offline:hover {
    background-color: #fff;
}

.online {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 0px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #dfdfdf;
    background-image: url('../images/online.svg');
    background-position: 50% 10px;
    background-size: 25px;
    background-repeat: no-repeat;
}

.online:hover {
    background-color: #fff;
}

.nav-menu-2 {
    width: 70px;
    background-color: #f5f5f5;
    box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, 0.2);
}

.away {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 0px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/away.svg');
    background-position: 50% 10px;
    background-size: 25px;
    background-repeat: no-repeat;
}

.away:hover {
    background-color: #fff;
}

.avatar-add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #dfdfdf;
    cursor: pointer;
}

.avatar-add:hover {
    background-color: #fff;
    background-image: url('../images/download.svg');
    background-position: 80% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
}

.avatar-add.w--open {
    background-color: #fff;
    background-image: url('../images/download.svg');
    background-position: 80% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
}

.avatar-add-2 {
    display: block;
    width: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    background-image: url('../images/download.svg');
    background-position: 80% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
}

.away {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 0px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/away.svg');
    background-position: 50% 10px;
    background-size: 25px;
    background-repeat: no-repeat;
}

.away:hover {
    background-color: #fff;
}

.menu-button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    min-height: 70px;
    min-width: 70px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    cursor: pointer;
}

.menu-button-2:hover {
    background-color: #fff;
    background-image: url('../images/download.svg');
    background-position: 80% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
}

.menu-button-2.w--open {
    background-color: #fff;
    background-image: url('../images/download.svg');
    background-position: 80% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
}

.navbar-2 {
    width: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    background-image: url('../images/download.svg');
    background-position: 80% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
}

.menu-button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    padding: 0px 10px 0px 72px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px none #dfdfdf;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}

.menu-button-3:hover {
    background-color: #f5f5f5;
}


.menu-button-3.w--open {
    background-color: #f5f5f5;
    background-image: url('../images/down-b.svg');
    color: #000;
}

.menu-button-3.w--open:focus {
    background-image: url('../images/down-w.svg');
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
}


.container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-menu-3 {
    padding-bottom: 10px;
    background-color: #3b414b;
}

.text-block-110 {
    text-align: right;
}

.briefcase {
    position: relative;
    display: block;
    width: 90px;
    height: 70px;
    min-width: 90px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-style: none;
    border-width: 2px 1px 1px;
    border-color: #f5f5f5 #dfdfdf #dfdfdf;
    background-color: #f5f5f5;
    background-image: url('../images/portfolio.svg?t=1');
    background-position: 50% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}

.briefcase:hover {
    border-top-style: none;
    border-top-color: #c51918;
    background-color: #f5f5f5;
}


.c-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 3px;
}

.c-022 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-left: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-022.c-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.c-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 20px 20px 20px 0px;
    background-color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    cursor: pointer;
}

.c-28:hover {
    background-color: #fff;
}

.c-28:active {
    background-color: #fff;
}

.c-28._28-selected {
    padding-right: 40px;
    border-style: none;
    border-width: 1px;
    border-color: rgba(59, 65, 75, 0.34);
    background-color: #dfdfdf;
    background-image: url('../images/trash.svg');
    background-position: 94% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
}

.chat-bold {
    font-weight: bold !important;
}

.chat-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 22px;
    margin-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.c-38 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d5ddec;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #16216a;
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

.c-38:hover {
    text-decoration: underline;
}

.nav-menu-4 {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    min-width: auto;
    margin-top: 0px;
    padding: 0px 0vw 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px none #dfdfdf;
    background-color: #fff;
    font-size: 13px;
}

.c-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 20px 20px 0px;
    background-color: #dbf08f;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
}

.c-27._27-selected {
    padding-left: 40px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #d3f55a;
    background-image: url('../images/trash.svg');
    background-position: 6% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
}

.linktext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.c-30 {
    margin-right: 0px;
    margin-left: 20px;
    line-height: 16px;
    font-weight: 400;
}

.image-14 {
    width: 25px;
    height: 25px;
    border-style: none;
    border-width: 1px;
    border-color: #dfdfdf;
    border-radius: 100px;
    background-color: #f5f5f5;
}

.c-40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #3b414b;
    font-size: 9px;
    font-weight: 400;
}



.c-10-form-new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.c-10-field {
    height: 40px;
    max-height: none;
    min-height: auto;
    margin-right: 20px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    border-radius: 20px;
    color: #000;
    font-size: 13px;
    font-weight: 300;
}

.div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 3px;
}

.div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-left: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.div-block-27._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.chatbox-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 20px 20px 20px 0px;
    background-color: #ade6ff;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
}

.chat-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 22px;
    margin-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}

.c-29 {
    font-size: 12px;
}

.c-026 {
    overflow: auto;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    padding: 10% 10px;
    border-radius: 0px 3px 3px 0px;
    background-color: #f5f5f5;
}

.c-018 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 50px;
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    padding: 5px 5px 5px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none;
    border-width: 1px;
    border-color: #fff #f5f5f5 #dfdfdf;
    border-radius: 0px;
    background-color: #f5f5f5;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
}

.c-018:hover {
    color: #93b908;
    font-weight: 400;
}

.c-018:active {
    background-color: #f5f5f5;
    color: #000;
    font-weight: 700;
}

.c-018.w--current {
    padding-left: 15px;
    border-left: 4px solid #3b414b;
    background-color: #f5f5f5;
    font-weight: 700;
}

.c-016 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: none;
    padding-top: 0px;
    border-style: none;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 3px;
}

.c-017 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 40%;
    height: 100%;
    max-height: none;
    padding-top: 10%;
    padding-bottom: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px none #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px none #f5f5f5;
}

.c-025 {
    overflow: auto;
    width: 60%;
    max-height: none;
}

.c-23 {
    margin-bottom: 2px;
    line-height: 14px;
}

.c-24 {
    margin-left: 20px;
    color: #b1b1b1;
    font-size: 11px;
    line-height: 14px;
}

.c-24.c-2 {
    margin-left: 0px;
}

.c-01 {
    position: absolute;
    left: auto;
    display: none;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: 460px;
    height: 100vh;
    margin: 70px 0px 0vh;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px none #dfdfdf;
    background-color: #f5f5f5;
    box-shadow: 0 9px 9px 8px rgba(0, 0, 0, 0.07);
    opacity: 0;
}

.c-03 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110%;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -10%;
    padding-left: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    background-color: #fff;
    background-image: url('../images/close.svg');
    background-position: 5% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.c-03:hover {
    border-top: 1px solid #dfdfdf;
    background-color: #dfdfdf;
}

.user-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d5ddec;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #16216a;
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

.user-status:hover {
    text-decoration: underline;
}

.accordion-pane-content {
    overflow: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 30px 20px;
    border-bottom: 1px none #d5ddec;
    background-color: #fff;
}

.accordion-item-wrapper {
    margin-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    border-radius: 3px;
}

.accordion-container-2 {
    overflow: auto;
    width: 100%;
    max-width: none;
    margin-top: 0px;
    padding: 0px;
    border-radius: 4px;
}

.accordion-arrow {
    position: relative;
    left: auto;
    top: 0px;
    bottom: 0px;
    width: 35px;
    height: 35px;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
    clear: none;
    opacity: 1;
}

.accordion-pane-2 {
    overflow: hidden;
    border-bottom: 1px none #e6e6e6;
    background-color: transparent;
}

.c-06 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    padding-right: 10px;
    padding-left: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px none #f5f5f5;
    border-right: 1px solid #f5f5f5;
    background-color: #fff;
    font-size: 12px;
}

.c-06.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    padding-right: 10px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-style: none;
    background-color: #f5f5f5;
    background-image: url('../images/download.svg');
    background-position: 90% 50%;
    background-size: 8px;
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: 400;
}

.c-06.c-message {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.c-05 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    border-bottom: 1px solid #dfdfdf;
}

.c-010 {
    position: relative;
    overflow: visible;
    height: auto;
    min-height: auto;
    padding: 0px;
}

.c-014 {
    overflow: auto;
    height: 81vh;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.c-09 {
    overflow: visible;
    height: auto;
}

.c-36 {
    overflow: hidden;
    height: 88vh;
    min-height: auto;
    padding-bottom: 100px;
    border-bottom: 1px solid #dfdfdf;
}

.c-012 {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: auto;
    width: 100%;
    height: 69vh;
    max-height: none;
    min-height: auto;
    margin-bottom: 100px;
    padding: 10% 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px none #fff;
    border-bottom: 1px none #fff;
    background-color: #f5f5f5;
}

.c-012.tablet {
    overflow: auto;
    height: auto;
    margin-bottom: 100px;
    padding-bottom: 10%;
    border-top-style: none;
}

.c-012.ne2 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0px;
    display: block;
    overflow: auto;
    height: auto;
    max-height: 60%;
    min-height: 200px;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-top-style: solid;
    border-top-color: #dfdfdf;
    border-bottom-color: #dfdfdf;
    -o-object-fit: fill;
    object-fit: fill;
}

.c-013 {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 460px;
    height: 100px;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #dfdfdf;
    background-color: #f5f5f5;
}

.c-015 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 157px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    height: 63.3vh;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px none #fff;
    border-bottom: 1px none #fff;
    background-color: #f5f5f5;
}

.chatbox-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 20px 20px 0px;
    background-color: #dbf08f;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
}

.text-block-112 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 95%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 5%;
    min-height: auto;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #dfdfdf;
    background-color: #f5f5f5;
    color: #3b414b;
    text-align: left;
}

.right-text {
    margin-right: 0px;
    margin-left: 20px;
    line-height: 16px;
    font-weight: 400;
}

.left-text {
    margin-right: 20px;
    line-height: 16px;
    font-weight: 400;
}

.textarea-3 {
    min-height: 100px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    border-radius: 3px;
    color: #000;
    font-size: 13px;
    font-weight: 300;
}

.text-block-113 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #3b414b;
    font-size: 9px;
    font-weight: 400;
}

.form-block {
    margin-top: 0px;
}

.submit-button {
    width: 120px;
    border-radius: 3px;
    background-color: #59606b;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.submit-button:hover {
    background-color: #2c333d;
}

.div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    min-height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #f5f5f5;
    background-image: url('../images/speech-bubble.svg');
    background-position: 46% 34%;
    background-size: 25px;
    background-repeat: no-repeat;
}

.text-block-114 {
    font-size: 12px;
}

.text-block-115 {
    font-size: 12px;
}

.div-block-31 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    padding: 20px 10px 0px;
    border-radius: 0px 3px 3px 0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.list-chat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 0px;
    padding: 5px 5px 5px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    line-height: 16px;
    text-align: left;
    text-decoration: none;
    border-top: 1px none #bbb7b7;
    border-bottom: 1px none #ffffff;
}

.list-chat:hover {
    color: #93b908;
    font-weight: 400;
}

.list-chat:active {
    background-color: #f5f5f5;
    color: #000;
    font-weight: 700;
}

.list-chat.w--current {
    padding-left: 15px;
    border-left: 4px solid #FF5722;
    background-color: #ffffff;
    font-weight: 700;
}

.list-chat-icon {
    width: 20px;
    height: 20px;
    border-style: none;
    border-width: 1px;
    border-color: #dfdfdf;
    border-radius: 100px;
    background-color: #f5f5f5;
}

.tabs-2 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    padding-top: 0px;
    border-style: none;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 3px;
}

.tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 40%;
    max-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px none #f5f5f5;
    border-bottom: 1px none #f5f5f5;
}

.tabs-content {
    overflow: auto;
    width: 60%;
}

.tab-chat-text {
    margin-bottom: 2px;
    line-height: 14px;
}

.country {
    margin-left: 20px;
    color: #b1b1b1;
    font-size: 11px;
    line-height: 14px;
}

.country._2 {
    margin-left: 0px;
}

.chat-anim {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 70px;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid solid none none;
    border-width: 2px 1px 1px;
    border-color: #f5f5f5 #dfdfdf #dfdfdf;
    background-color: #f5f5f5;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
    cursor: pointer;
}

.button-active-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 70px;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid solid none none;
    border-width: 2px 1px 1px;
    border-top-color: #72E32D;
    background-color: #f5f5f5;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
    cursor: pointer;
}

.button-active-content-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 70px;
    padding-bottom: 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-style: solid solid none none;
    border-width: 2px 1px 1px;
    border-color: #f5f5f5 #dfdfdf #dfdfdf;
    background-color: #FF5722;
    background-image: url(../images/portfolio.svg);
    background-position: 50% 21%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}

.chat-anim:hover {
    border-top-color: #3b414b;
    background-color: #fff;
}

.chat-anim:active {
    border-top-color: #f5f5f5;
}

.chat-anim:focus {
    border-top-style: solid;
    border-top-color: #f5f5f5;
}

.chat-anim:visited {
    border-top-style: solid;
}

.chatbox {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: 460px;
    height: 100vh;
    min-height: 700px;
    margin: 70px -520px 0vh 0px;
    padding-top: 0px;
    padding-bottom: 140px;
    border-top: 1px none #dfdfdf;
    background-color: #F5F5F5;
    box-shadow: 0 9px 9px 8px rgba(0, 0, 0, 0.07);
}

.private {
    padding-left: 25px;
    color: #000;
    font-size: 14px;
    text-align: left;
}

.public {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110%;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -10%;
    padding-left: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    background-color: #fff;
    background-image: url('../images/close.svg');
    background-position: 5% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.public:hover {
    border-top: 1px solid #dfdfdf;
    background-color: #dfdfdf;
}

.chatbox-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 20px 20px 20px 0px;
    background-color: #f5f5f5;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
}

.div-block-33 {
    min-width: 40px;
}

.briefcasebox {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 2px 7px 8px 4px rgba(0, 0, 0, 0.16);
}

.text-block-119 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}

.div-block-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    min-height: 50px;
    margin-bottom: 3px;
    padding: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none none solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 0px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.div-block-34:hover {
    background-color: #f5f5f5;
}


.briefcase-head {
    position: relative;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110%;
    height: 60px;
    margin: 0px auto 0px -10%;
    padding-left: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    background-color: #f5f5f5;
    background-image: url('../images/close.svg');
    background-position: 5% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.briefcase-head:hover {
    background-color: #dfdfdf;
}

.image-20 {
    width: 30px;
    max-width: none;
    margin-right: 10px;
}

.div-block-35 {
    display: block;
    width: 70%;
    padding-right: 10px;
}


.basket-div-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    padding-right: 10px;
}

.button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 30px;
    margin-right: 5px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #677283;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 11px;
}

.button-2:hover {
    background-color: #2c333d;
}

.heading-14 {
    width: 99.92524%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.briefcase-content {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: 551px;
    height: 100vh;
    min-height: auto;
    margin-top: 70px;
    margin-right: -650px;
    margin-left: 0%;
    padding-bottom: 140px;
    border-top: 1px none #dfdfdf;
    background-color: #fff;
}

.delete-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 30px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #3b414b;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 11px;
}

.delete-btn:hover {
    border-color: #fff;
    background-color: #910d0c;
    color: #fff;
}


.lottie-animation-4 {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 30px;
    height: 30px;
    margin-top: 4px;
    opacity: 1;
}

.div-block-36 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background-image: url('../images/reflection.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.41;
}

.other-1 {
    position: absolute;
    left: 72%;
    top: 66%;
    z-index: 1500;
    display: block;
    width: 3.5%;
    height: 11%;
    background-color: transparent;
}

.other-2 {
    position: absolute;
    left: 22.3%;
    top: 67%;
    z-index: 1500;
    display: block;
    width: 3%;
    height: 7.6%;
    background-color: transparent;
}

.stands-1-1 {
    position: absolute;
    left: auto;
    top: auto;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.boot2 {
    position: absolute;
    left: 67%;
    top: 21%;
    right: 3%;
    z-index: 2;
    width: 7%;
    height: 9%;
    background-color: transparent;
}

.stands-2-1 {
    position: absolute;
    left: 5%;
    top: 0px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.boot3 {
    position: absolute;
    left: 60%;
    top: 24%;
    right: 3%;
    z-index: 3;
    width: 10%;
    height: 7%;
    background-color: rgba(255, 0, 0, 0);
}

.boot4 {
    position: absolute;
    left: 74%;
    top: 23%;
    right: 3%;
    z-index: 4;
    width: 21%;
    height: 9%;
    background-color: rgba(255, 0, 0, 0);
}

.boot5 {
    position: absolute;
    left: 71%;
    top: 28%;
    right: 3%;
    z-index: 5;
    width: 6%;
    height: 7%;
    background-color: transparent;
}

.boot6 {
    position: absolute;
    left: 77%;
    top: 31%;
    right: 3%;
    z-index: 6;
    width: 13%;
    height: 16%;
    background-color: transparent;
}

.boot7 {
    position: absolute;
    left: 72%;
    top: 46%;
    right: 3%;
    z-index: 7;
    width: 13%;
    height: 33%;
    background-color: transparent;
}

.boot8 {
    position: absolute;
    left: 53%;
    top: 23%;
    right: 3%;
    z-index: 8;
    width: 5%;
    height: 6%;
    background-color: transparent;
}

.boot9 {
    position: absolute;
    left: 58%;
    top: 30%;
    right: 3%;
    z-index: 9;
    width: 5%;
    height: 6%;
    background-color: transparent;
}

.boot10 {
    position: absolute;
    left: 53%;
    top: 33%;
    right: 3%;
    z-index: 10;
    width: 7%;
    height: 7%;
    background-color: transparent;
}

.tab-link-tab-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    padding-right: 10px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px none #f5f5f5;
    border-right: 1px solid #f5f5f5;
    background-color: #fff;
}

.tab-link-tab-1.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    padding-right: 10px;
    padding-left: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-style: none;
    background-color: #f5f5f5;
    background-image: url('../images/download.svg');
    background-position: 90% 50%;
    background-size: 8px;
    background-repeat: no-repeat;
    font-weight: 400;
}

.tabs-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tab-pane-tab-1 {
    overflow: visible;
    min-height: 600px;
    padding: 0px;
}

.tab-pane-tab-2 {
    overflow: auto;
    min-height: 600px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.tabs-content-2 {
    overflow: visible;
    height: 100%;
}

.tab-pane-tab-3 {
    overflow: auto;
    min-height: 600px;
}

.div-block-37 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 95%;
    padding: 30px 15px 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #f5f5f5;
}

.div-block-37.ne2 {
    bottom: 35%;
    height: 60%;
}

.div-block-38 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    height: 35%;
    padding: 30px 20px 60px;
    border-top: 1px solid #dfdfdf;
    background-color: #f5f5f5;
}

.schedule-tab-pane-3 {
    padding-right: 10%;
}

.e-poster-continer {
    display: none;
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.e-poster {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #3b414b;
}

.e-poster-mobil-content {
    position: static;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 140px;
    padding-top: 0px;
}

.avatar-i-con {
    position: static;
    width: 25px;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 100px;
}

.c-08-2 {
    width: 25px;
    margin-left: 0px;
    border-radius: 100px;
}


.marque-big-hall {
    position: absolute;
    left: 21.4%;
    top: 8.2%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 56.6%;
    height: 4%;
    margin-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: transparent;
    text-align: right;
}

.big-hall-video-area {
    position: absolute;
    left: 21.4%;
    top: 12.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 56.5%;
    height: 64%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 0, 0, 0);
}

.video-embed {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 89.4%;
    margin-bottom: 0px;
    background-color: #000;
}

.video-btn {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    margin-right: 2px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3b414b;
}

.video-btn:hover {
    background-color: #ff8400;
}

.video-btn.w--current {
    background-color: #ff8400;
}

.video-lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hall-small {
    position: absolute;
    left: 25.5%;
    top: 16.3%;
    width: 48%;
    height: 54.6%;
    background-color: transparent;
}

.video-embed-2 {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 89.4%;
    margin-bottom: 0px;
    background-color: #000;
}

.video-lang-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-btn-2 {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    margin-right: 2px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3b414b;
}

.video-btn-2:hover {
    background-color: #ff8400;
}

.video-btn-2.w--current {
    background-color: #ff8400;
}

.small-hall-video-area {
    position: absolute;
    left: 25.6%;
    top: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    height: 55.2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 0, 0, 0);
}

.video-embed-small {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 89.4%;
    margin-bottom: 0px;
    background-color: #000;
}


.q-area {
    position: absolute;
    left: auto;
    top: 28%;
    right: 3%;
    bottom: auto;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 16.5%;
    height: 39%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 3px;
    border-color: #424b52;
    border-radius: 0px;
    background-color: #2c333d;
}

.tab-link-tab-1-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.13);
    color: #fff;
    line-height: 16px;
}

.tab-link-tab-1-4.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px none #fff;
    border-bottom: 1px none #fff;
    background-color: transparent;
    color: #fff;
}

.tab-link-tab-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.13);
    color: #fff;
}

.tab-link-tab-2.w--current {
    background-color: transparent;
}

.tabs-2 {
    width: 100%;
    margin-top: 0px;
}

.tabs-menu-5 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #2c333d;
}

.tab-pane-tab-1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.button-line-3-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    max-width: none;
    margin: 20px 0px 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 5px;
    background-color: #3b414b;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 18px;
    font-weight: 400;
}

.button-line-3-3:hover {
    border-style: solid;
    border-color: #3b414b;
    background-color: #fff;
    color: #3b414b;
}

.ques-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.ques-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}

.ques-name {
    color: #ff8400;
    line-height: 16px;
}

.ques-text-list {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
}

.ques-text {
    margin-left: 10px;
}

.small {
    display: none;
    width: 40px;
    height: 40px;
    margin-right: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #474d56;
    background-image: url('../images/unfold_less-24px.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.small:hover {
    border-radius: 50px;
    background-color: #474d56;
}

.btn {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2c333d;
}

.tabs-area {
    overflow: auto;
    width: 100%;
    height: 89%;
    margin-bottom: auto;
}

.big {
    width: 40px;
    height: 40px;
    margin-right: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #474d56;
    background-image: url('../images/unfold_more-24px.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.big:hover {
    border-radius: 50px;
    background-color: #474d56;
}

.exit {
    width: 40px;
    height: 40px;
    margin-right: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #474d56;
    background-image: url('../images/close-24px.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.exit:hover {
    border-radius: 50px;
    background-color: #474d56;
}

.tooltip-wrapper {
    position: relative;
}

.tooltip-dot {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.17);
}

.tooltip__line-vert {
    width: 2px;
    height: 20px;
    background-color: #cfcfcf;
}

.tooltip__line-hor {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #cfcfcf;
}

.tooltip__text {
    position: static;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    padding: 1px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
}

.tabs-content {
    overflow: visible;
}

.tab-pane-tab-2 {
    padding-bottom: 40px;
}

@media (min-width: 1000px) {
    .stand-xl-social-media {
        top: 35%;
    }

    .stand-l-social-media {
        top: 46%;
    }

    .stand-m-social-media {
        top: 54%;
    }

    .stand-s-social-media {
        top: 47%;
    }
}

@media (min-width: 768px) {
    .div-block-38 {
        bottom: 100px !important;
    }

    .div-block-37.ne2 {
        padding-bottom: 100px !important;
    }
}

@media (max-width: 576px) {
    .div-block-38 {
        bottom: 150px !important;
        height: 240px !important;
        padding-bottom: 20px;
    }

    .div-block-37.ne2 {
        padding-bottom: 220px !important;
        height: 70% !important;
        padding-top: 10px;
    }
}

.div-block-39 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 35%;
    overflow: auto;
    height: 60%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #f5f5f5;
}

.status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #3b414b;
    font-size: 9px;
    font-weight: 400;
}

.boot11 {
    position: absolute;
    left: 48%;
    top: 24%;
    right: 3%;
    z-index: 11;
    width: 6%;
    height: 6%;
    background-color: transparent;
}

.boot12 {
    position: absolute;
    left: 36%;
    top: 25%;
    right: 3%;
    z-index: 12;
    width: 14%;
    height: 10%;
    background-color: transparent;
}

.boot13 {
    position: absolute;
    left: 41%;
    top: 36%;
    right: 3%;
    z-index: 13;
    width: 11%;
    height: 12%;
    background-color: transparent;
}

.boot14 {
    position: absolute;
    left: 9%;
    top: 34%;
    right: 3%;
    z-index: 14;
    width: 31%;
    height: 14%;
    background-color: transparent;
}

.boot15 {
    position: absolute;
    left: 16%;
    top: 45%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.screen1 {
    position: absolute;
    left: 38.5%;
    top: 60%;
    right: 3%;
    z-index: 13;
    width: 3%;
    height: 10%;
    background-color: transparent;
}

.screen2 {
    position: absolute;
    left: 54.5%;
    top: 79%;
    right: 3%;
    z-index: 13;
    width: 3%;
    height: 10%;
    background-color: transparent;
}

.tabs-exhibition {
    position: relative;
    width: 100%;
    margin-top: 0px;
}


.tabs-menu-3 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
}

.tab-link-tab-1-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 100px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-image: url('../images/play-arrow.svg');
    background-position: 104% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-align: center;
}

.tab-link-tab-1-2:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.tab-link-tab-1-2.w--current {
    width: 80px;
    height: 100px;
    margin-bottom: 1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2c333d;
    color: #fff;
}

.tab-link-tab-1-2.w--current:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.plan-boots-map-14 {
    position: absolute;
    left: 20.6%;
    top: 10.9%;
    right: 3%;
    z-index: 14;
    width: 21.8%;
    height: 18.1%;
    background-color: transparent;
}

.floor-plan-1-1 {
    position: absolute;
    left: auto;
    top: 0px;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}

.floor-plan-1-1:hover {
    border-style: solid;
    border-width: 5px;
    border-color: #db8e00;
}

.floor-plan-1-1.cblok:hover {
    border-color: #0100bd;
}

.floor-plan-1-1.bblok:hover {
    border-color: #04d3a9;
}

.plan-boots-map-12 {
    position: absolute;
    left: 43.7%;
    top: 10.9%;
    right: 3%;
    z-index: 14;
    width: 12.9%;
    height: 12.7%;
    background-color: transparent;
}

.plan-boots-map-15 {
    position: absolute;
    left: 20.5%;
    top: 33.1%;
    right: 3%;
    z-index: 14;
    width: 13%;
    height: 12.8%;
    background-color: transparent;
}

.plan-boots-map-13 {
    position: absolute;
    left: 37.6%;
    top: 34.1%;
    right: 3%;
    z-index: 14;
    width: 7.2%;
    height: 12%;
    background-color: transparent;
}

.a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #db8e00;
    color: #fff;
    font-size: 11px;
}

.plan-boots-map-11 {
    position: absolute;
    left: 58.1%;
    top: 10.9%;
    right: 3%;
    z-index: 14;
    width: 7.1%;
    height: 12%;
    background-color: transparent;
}

.plan-boots-map-10 {
    position: absolute;
    left: 47.6%;
    top: 35.9%;
    right: 3%;
    z-index: 14;
    width: 6.2%;
    height: 9.9%;
    background-color: transparent;
}

.plan-boots-map-9 {
    position: absolute;
    left: 56.4%;
    top: 35.9%;
    right: 3%;
    z-index: 14;
    width: 6.2%;
    height: 9.9%;
    background-color: transparent;
}

.plan-boots-map-7 {
    position: absolute;
    left: 37.5%;
    top: 70%;
    right: 3%;
    z-index: 14;
    width: 13%;
    height: 12.7%;
    background-color: transparent;
}

.b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #04d3a9;
    color: #fff;
    font-size: 11px;
}

.plan-boots-map-6 {
    position: absolute;
    left: 52.3%;
    top: 64.6%;
    right: 3%;
    z-index: 14;
    width: 21.8%;
    height: 18%;
    background-color: transparent;
}

.plan-boots-map-5 {
    position: absolute;
    left: 67.8%;
    top: 51.1%;
    right: 3%;
    z-index: 14;
    width: 6.2%;
    height: 10%;
    background-color: transparent;
}

.plan-boots-map-4 {
    position: absolute;
    left: 75.5%;
    top: 51.1%;
    right: 3%;
    z-index: 14;
    width: 10.3%;
    height: 38.5%;
    background-color: transparent;
}

.plan-boots-map-8 {
    position: absolute;
    left: 66.8%;
    top: 10.9%;
    right: 3%;
    z-index: 14;
    width: 7.1%;
    height: 12%;
    background-color: transparent;
}

.c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0100bd;
    color: #fff;
    font-size: 11px;
}

.plan-boots-map-2 {
    position: absolute;
    left: 75.5%;
    top: 37%;
    right: 3%;
    z-index: 14;
    width: 7.2%;
    height: 12%;
    background-color: transparent;
}

.plan-boots-map-3 {
    position: absolute;
    left: 66.8%;
    top: 25.6%;
    right: 3%;
    z-index: 14;
    width: 7.2%;
    height: 23%;
    background-color: transparent;
}

.plan-boots-map-1 {
    position: absolute;
    left: 75.5%;
    top: 11%;
    right: 3%;
    z-index: 14;
    width: 7.2%;
    height: 23%;
    background-color: transparent;
}

.heading-15 {
    position: absolute;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    font-weight: 300;
    text-align: center;
}


.zone-link {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 20%;
    margin-top: 0%;
    margin-bottom: 1px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b414b;
    background-image: url('../images/play.svg');
    background-position: 50% 90%;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.zone-link:hover {
    background-color: #3b414b;
    background-image: url('../images/play.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: url('../images/play.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-position: 50% 90%, 0px 0px;
    background-size: 15px, auto;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.text-block-120 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 15px;
    line-height: 16px;
    font-weight: 300;
}

.zone-change {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.text-block-121 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 11px;
    line-height: 16px;
    font-weight: 300;
    text-align: center;
}

.zone-link-new {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 130px;
    margin-top: 0%;
    margin-bottom: 1px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b414b;
    background-image: url('../images/play-arrow.svg');
    background-position: 50% 90%;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.zone-link-new:hover {
    background-color: #3b414b;
    background-image: url('../images/play.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: url('../images/play.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-position: 50% 90%, 0px 0px;
    background-size: 15px, auto;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.zone-link-new.w--current {
    width: 60px;
    height: 140px;
    background-color: #2c333d;
    font-size: 27px;
}


.text-block-122 {
    line-height: 15px;
    text-align: center;
}

.tab-link-tab-1-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 100px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}


.tab-link-tab-1-3:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.tab-link-tab-1-3.w--current {
    width: 80px;
    height: 100px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b414b;
    background-image: url('../images/play-arrow.svg');
    background-position: 108% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
}

.text-block-123 {
    line-height: 16px;
    text-align: center;
    font-size: 12px;
}

.brand-search {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 1000;
    display: none;
    width: 80px;
    height: 100px;
    margin-top: 300px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dfdfdf;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

.brand-search:hover {
    background-color: #dfdfdf;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #000;
}

.lottie-animation-5 {
    width: 84%;
}

.brand-search-content {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    overflow: visible;
    width: 551px;
    height: 100vh;
    min-height: auto;
    margin-top: 70px;
    margin-right: -650px;
    margin-left: 0%;
    padding-bottom: 140px;
    border-top: 1px none #dfdfdf;
    background-color: #fff;
    box-shadow: 0 7px 6px 8px rgba(0, 0, 0, 0.11);
}

.brand-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    min-height: 65px;
    margin-bottom: 3px;
    padding: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none none solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 0px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.brand-bar:hover {
    background-color: #f5f5f5;
}

.brand-name {
    display: block;
    width: 40%;
    padding-right: 10px;
}

.brand-pi-cture {
    width: 20%;
    max-width: none;
    min-height: auto;
    margin-right: 10px;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 3px;
    background-color: #fff;
}

.form-block-2 {
    width: 60%;
}

.text-field-2 {
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
}

.submit-button-2 {
    position: static;
    height: 40px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #3b414b;
    font-size: 12px;
    font-weight: 300;
}

.submit-button-2:hover {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.form-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.text-block-124 {
    font-size: 12px;
    line-height: 14px;
}

.search-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110%;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -10%;
    padding-left: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    background-color: #f5f5f5;
    background-image: url('../images/close.svg');
    background-position: 5% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.search-head:hover {
    background-color: #dfdfdf;
}

.image-responsive {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 0px;
    min-width: auto;
    border-style: none;
    border-width: 10px;
    border-color: #fff;
    border-radius: 0px;
}


.zone-changemobil {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pannel-1 {
    position: absolute;
    left: 28.1%;
    top: 36.3%;
    width: 10.4%;
    height: 10.3%;
    background-color: transparent;
}

.pannel-2 {
    position: absolute;
    left: 43.2%;
    top: 38.4%;
    width: 13.5%;
    height: 13.6%;
    background-color: transparent;
}

.pannel-3 {
    position: absolute;
    left: 61.3%;
    top: 36%;
    width: 10.5%;
    height: 11%;
    background-color: transparent;
}

.pannel-4 {
    position: absolute;
    left: 44.3%;
    top: 30%;
    width: 12.5%;
    height: 12.4%;
    background-color: transparent;
}

.pannel-5 {
    position: absolute;
    left: 30.5%;
    top: 31.5%;
    width: 9.5%;
    height: 9.5%;
    background-color: transparent;
}

.pannel-6 {
    position: absolute;
    left: 61%;
    top: 31.5%;
    width: 9.5%;
    height: 9.5%;
    background-color: transparent;
}

.form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin-top: 69px;
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b414b;
}

.stand-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
}

.soocial-media-links {
    position: absolute;
    left: 81%;
    top: 48%;
    right: auto;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4%;
    height: 36%;
    margin-top: 0px;
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bold-text-20 {
    font-weight: 400;
}

.bold-text-21 {
    font-weight: 400;
}

.bold-text-22 {
    font-weight: 400;
}

.smal-stand-mobil {
    display: none;
}

.bold-text-23 {
    font-weight: 300;
}

.bold-text-24 {
    font-weight: 400;
}

.colored-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-top: 70px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
}

.stand-m-video1 {
    position: absolute;
    top: 18.8%;
    left: 5.3%;
    z-index: 100;
    width: 21.5%;
    height: 20.1%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.stand-m-video1:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.stand-m-video2 {
    position: absolute;
    left: 73.7%;
    top: 18.9%;
    z-index: 100;
    width: 21.5%;
    height: 20.2%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.stand-m-video2:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.stand-m-download-2 {
    position: absolute;
    left: 65.2%;
    top: 59.5%;
    width: 7.7%;
    height: 24%;
    background-color: transparent;
    background-image: none;
}

.stand-m-download-2:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgba(0, 0, 0, 0.5)), color-stop(33%, hsla(0, 0%, 100%, 0)), color-stop(94%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 32%, hsla(0, 0%, 100%, 0) 33%, hsla(0, 0%, 100%, 0) 94%);
}

.stand-m-download-1 {
    position: absolute;
    left: 27.6%;
    top: 59.5%;
    width: 7.8%;
    height: 24%;
    background-color: transparent;
    background-image: none;
}

.stand-m-download-1:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, rgba(0, 0, 0, 0.5)), color-stop(33%, hsla(0, 0%, 100%, 0)), color-stop(94%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 32%, hsla(0, 0%, 100%, 0) 33%, hsla(0, 0%, 100%, 0) 94%);
}

.stand-m-poster-1 {
    position: absolute;
    left: 37%;
    top: 44%;
    width: 5.5%;
    height: 18.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-m-poster-1:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-m-social-media {
    position: absolute;
    left: 78.5%;
    top: 58%;
    right: auto;
    bottom: 0%;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2%;
    height: 24%;
    margin-top: 0px;
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stand-m-poster-2 {
    position: absolute;
    left: 46.8%;
    top: 39%;
    width: 5.5%;
    height: 18.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-m-poster-2:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-m-poster-3 {
    position: absolute;
    left: 57%;
    top: 44%;
    width: 5.5%;
    height: 18.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-m-poster-3:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-m-information {
    position: absolute;
    left: 42%;
    top: 67%;
    width: 14%;
    height: 16%;
}

.stands-briefcase {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10000;
    overflow: visible;
    width: 551px;
    height: 100vh;
    min-height: auto;
    margin-top: 70px;
    margin-right: -650px;
    margin-left: 0%;
    padding-bottom: 140px;
    border-top: 1px none #dfdfdf;
    background-color: #fff;
}

.add-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 30px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #ff8400;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 11px;
}

.add-btn:hover {
    border-color: #fff;
    background-color: #ff8400;
    color: #fff;
}


.dropdown-list {
    background-color: transparent;
}

.dropdown-list.w--open {
    color: #b3b3b3;
    font-weight: 700;
}

.nav-linksub {
    min-width: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    background-color: transparent;
    background-image: url('../images/arrow.svg');
    background-position: -20% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.nav-linksub:hover {
    padding-left: 50px;
    background-position: 5% 50%;
}

.zone-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 87.2vh;
    margin: 0%;
    padding: 5% 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #F5F5F5;
}

.c-021 {
    position: static;
    width: 25px;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 100px;
}

.zone-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 49%;
    height: 300px;
    margin-right: 0%;
    margin-bottom: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3b414b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0))), url('../images/play.svg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0)), url('../images/play.svg');
    background-position: 0px 0px, -10% 50%;
    background-size: auto, 40px;
    background-repeat: repeat, no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

.zone-part:hover {
    background-color: #3b414b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.24)), to(hsla(0, 0%, 100%, 0.24))), url('../images/play.svg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.24), hsla(0, 0%, 100%, 0.24)), url('../images/play.svg');
    background-position: 0px 0px, -3% 50%;
    background-size: auto, 40px;
    background-repeat: repeat, no-repeat;
    box-shadow: 0 10px 13px 0 rgba(0, 0, 0, 0.44);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.c-019 {
    width: 35px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.c-020 {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #ff8400;
}

.zone-part.color-1 {
    background-color: #c51918;
}

.zone-part.color-2 {
    background-color: #93b908;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
}

.zone-part.color-3 {
    background-color: #03609e;
}

.zone-part.color-4 {
    background-color: #8f63be;
}

.zone-link2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 20%;
    margin-top: 0%;
    margin-bottom: 1px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b414b;
    background-image: url('../images/play.svg');
    background-position: 50% 90%;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.zone-link2:hover {
    background-color: #3b414b;
    background-image: url('../images/play.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: url('../images/play.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-position: 50% 90%, 0px 0px;
    background-size: 15px, auto;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.image-21 {
    width: 135%;
    height: auto;
    max-width: none;
}

.image-22 {
    height: 100.02441%;
    max-width: none;
}

.image-23 {
    height: 100.02441%;
    max-width: none;
}

.image-24 {
    width: auto;
    height: 100.02441%;
    max-width: none;
}

.div-block-40 {
    position: relative;
    background-color: #3b414b;
}

.div-block-41 {
    width: 80%;
}

.div-block-42 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.zone {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-top: 70px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none none;
    border-width: 1px;
    border-color: #dfdfdf #fff #fff;
    border-radius: 0px;
    background-color: transparent;
}

.c-08 {
    width: 25px;
    margin-left: 10px;
    border-radius: 100px;
}

.c-02 {
    position: relative;
    height: 100%;
}

.c-04 {
    height: 100%;
}

.c-32-unread {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 20px 20px 0px;
    background-color: #2c333d;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
}

.c-31 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.heading-16 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-weight: 300;
}

.questions-minimize {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16.35%;
    height: 60px;
    min-height: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b414b;
    color: #fff;
}

.div-block-43 {
    position: fixed;
    left: auto;
    top: auto;
    right: 43%;
    bottom: -50px;
    z-index: 100000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
}

.heading-17 {
    font-size: 16px;
}

.maximize {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 50px;
    height: 50px;
    background-image: url('../images/unfold_more-24px.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.heading-18 {
    font-size: 16px;
    font-weight: 300;
}

.menu-text {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    opacity: 1;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}


.menu-text:hover {
    opacity: 1;
}

.c-34-delete-all {
    position: static;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: auto;
    margin-right: 10px;
    padding-top: 5px;
    padding-right: 40px;
    padding-bottom: 5px;
    border-radius: 3px;
    background-color: #4f545d;
    background-image: url('../images/trash-w.svg');
    background-position: 95% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 12px;
}

.c-34-delete-all:hover {
    border-style: none;
    border-width: 2px;
    border-color: #e0e0e0;
    background-color: #2c333d;
}


.c-033 {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 460px;
    height: 46px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b414b;
}


.c-35-delete-selected {
    position: static;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: auto;
    margin-right: 0px;
    padding-top: 5px;
    padding-right: 40px;
    padding-bottom: 5px;
    border-radius: 3px;
    background-color: #4f545d;
    background-image: url('../images/email.svg');
    background-position: 95% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 12px;
}

.c-35-delete-selected:hover {
    border-style: none;
    border-width: 2px;
    border-color: #e0e0e0;
    background-color: #2c333d;
}

.c-37 {
    height: 79.6vh;
}

.c-41 {
    min-height: 40px;
}

.modal-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-social.lnedn {
    background-image: url('../images/linkedin.svg');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.modal-social.lnedn:hover {
    background-size: 40px;
}

.modal-social.nstgrm {
    background-image: url('../images/instagram-sketched.svg');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.modal-social.nstgrm:hover {
    background-size: 40px;
}

.modal-social.fcbk {
    background-image: url('../images/facebook.svg');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.modal-social.fcbk:hover {
    background-size: 40px;
}

.modal-social.twttr {
    background-image: url('../images/twitter.svg');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.modal-social.twttr:hover {
    background-size: 40px;
}

.modal-social.ytb {
    background-image: url('../images/youtube.svg');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.modal-social.ytb:hover {
    background-size: 40px;
}

.modal-social-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-poster {
    width: 80%;
    margin-bottom: 40px;
    padding: 20px;
    border-top: 3px solid #3b414b;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
    margin-left: 10%;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400;
}

.stars {
    width: 80%;
    margin-left: 10%;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400;
    margin-bottom: 45px;
    border-top: 3px solid #edb867 background-color: #fff;
    padding: 20px;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.head {
    width: 80%;
    margin-bottom: 40px;
    margin-left: 10%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.poster-detay-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 30px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #ff8400;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

.c-011 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-10-form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-10-submit-buton {
    width: 120px;
    border-radius: 50px;
    background-color: #59606b;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.c-10-submit-buton:hover {
    background-color: #2c333d;
}

.c-013-two {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 460px;
    height: 100px;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 46px;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #dfdfdf;
    background-color: #f5f5f5;
}

.poster-detay-button:hover {
    border-color: #fff;
    background-color: #ff8400;
    color: #fff;
}

.schedule {
    width: 100%;
    min-height: 100px;
}

.schedule-tab-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 80px;
    padding: 0px 20px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
    background-image: url(../images/whatsapp.svg);
    background-position: 50% 20%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
}

.schedule-tab-1.w--current {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}

.schedule-tab-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/Zoom-App-Icon-2.png');
    background-position: 10% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    color: #fff;
}

.schedule-tab-2.w--current {
    background-color: rgba(0, 0, 0, 0.15);
}

.schedule-tab-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 80px;
    padding: 0px 20px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
    background-image: url(../images/chat-box.svg);
    background-position: 50% 20%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
}

.schedule-tab-3.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 80px;
    padding: 0px 20px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.15);
    background-image: url(../images/chat-box.svg);
    background-position: 50% 20%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
}


.schedule-tab-pane-3 {
    padding: 5% 0% 5% 10%;
    background-color: rgba(0, 0, 0, 0.15);
}

.schedule-tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.schedule-tabs {
    display: block;
}

.schedule-tab-pane-1 {
    padding: 5% 10%;
    background-color: rgba(0, 0, 0, 0.15);
}

.schedule-tab-pane-2 {
    padding: 5% 10%;
    background-color: rgba(0, 0, 0, 0.15);
}

.schedule-day {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.schedule-layout-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: auto;
    min-height: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
}

.schedule-layout-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    min-height: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.schedule-layout-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.09);
    border-radius: 3px;
}

.schedule-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    min-height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.schedule-r-b-l {
    margin-bottom: 0px;
    padding-left: 10px;
}

.schedule-radio-but {
    margin-top: 0px;
}

.schedule-form-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.schedule-desc-mobil {
    display: none;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
}

.schedule-whatsapp-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.09);
    border-radius: 3px;
    background-image: url('../images/whatsapp.svg');
    background-position: 95% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    color: #fff;
    text-decoration: none;
}

.schedule-whatsapp-link:hover {
    background-color: hsla(0, 0%, 100%, 0.09);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.e-poster-continer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
}

.e-poster {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none none;
    border-width: 1px;
    border-color: #dfdfdf #fff #fff;
    border-radius: 0px;
    background-color: transparent;
}

.e-poster-map-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.e-poster-info-1 {
    position: absolute;
    left: 9%;
    top: 11%;
    width: 13%;
    height: 67%;
    background-color: transparent;
}

.e-poster-info-2 {
    position: absolute;
    left: 41%;
    top: 11%;
    width: 16%;
    height: 67%;
    background-color: transparent;
}

.e-poster-info-3 {
    position: absolute;
    left: auto;
    top: 11%;
    right: 9%;
    width: 14%;
    height: 67%;
    background-color: transparent;
}

.e-poster-mobil-content {
    display: none;
}

.button-active-content {
    width: 90px;
    height: 70px;
    background-color: #ff8400;
}

.avatar {
    position: static;
    width: 30px;
    height: 30px;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 100px;
}


.avatar-content {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 35px;
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 10px;
}


.online-avatar {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #2cda00;
}

.offline-avatar {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #a3a6ac;
}

.avatar-cntent-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px 0px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #dfdfdf;
    color: #000;
    text-decoration: none;
}

.avatar-cntent-menu:hover {
    background-color: #fff;
}

.avatar-content-menu {
    width: 35px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.avatar-text {
    margin-top: 10px;
}

.away-avatar {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #ff8400;
}

.overview {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 33%;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 0px 0px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

.overview:hover {
    background-color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: #000;
}

.overview.w--current {
    background-color: #dfdfdf;
}

.over-lottie {
    width: 60%;
}

.html-embed {
    position: absolute;
    width: 100%;
    height: 100%;
}

.c-37-search-user {
    width: 100%;
}

.avatar-i-con {
    position: static;
    width: 25px;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 100px;
}

.c-08-2 {
    width: 25px;
    margin-left: 0px;
    border-radius: 100px;
}


.members-1 {
    width: 49%;
    min-height: 150px;
    margin-right: 10px;
    background-color: #fff;
}

.member-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b414b;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

.member-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 2%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.member-content-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.member-content-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    height: 100%;
    padding: 2%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.member-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
}

.member-location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    min-height: 50px;
    padding-right: 40px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/globe.svg');
    background-position: 100% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 300;
    text-align: right;
}

.member-content-inner-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.member-content-inner-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 40px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.member-subject {
    width: 100%;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}

.member-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.member-button-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dfdcdc;
}

.member-list-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: auto;
    margin-right: 5px;
    margin-bottom: 1px;
    border-style: none;
    border-width: 1px;
    border-color: #f5f5f5;
    background-color: #fff;
}

.member-list-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    min-height: 25px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.member-list-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    min-height: auto;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #f5f5f5;
}

.member-s-details-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}

.lottie-1 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 10px;
    background-color: transparent;
}

.lottie-2 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: transparent;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.member-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}

.member-date-head {
    width: 80%;
    margin-bottom: 10px;
    padding-left: 30px;
    background-image: url('../images/icon-calendar-t1.svg');
    background-position: 0% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    color: #c51918;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}

.member-button {
    min-width: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 3px;
    background-color: #fafafa;
    background-image: url('../images/favorite-24px.svg');
    background-position: 10px 50%;
    background-size: 22px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #2c333d;
    font-size: 15px;
}

.member-button:hover {
    border-width: 1px;
    border-color: #ff8400;
    background-image: url('../images/favorite-24px-active.svg');
}

.member-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-block-3 {
    border-radius: 3px;
}

.member-calender-apple {
    width: 45px;
    height: 45px;
    margin-right: 2px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('../images/icon-apple-t5.svg');
    background-position: 50% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #2c333d;
    font-size: 15px;
}

.member-calender-apple:hover {
    border-width: 1px;
    border-color: #f5f5f5;
    background-image: url('../images/icon-apple-t5.svg');
    background-position: 50% 50%;
    background-size: 25px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.member-calender-outlook {
    width: 45px;
    height: 45px;
    margin-right: 2px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('../images/icon-outlook-t5.svg');
    background-position: 50% 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #2c333d;
    font-size: 15px;
}

.member-calender-outlook:hover {
    border-width: 1px;
    border-color: #f5f5f5;
    background-image: url('../images/icon-outlook-t5.svg');
    background-position: 50% 50%;
    background-size: 25px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.member-calender-google {
    width: 45px;
    height: 45px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('../images/icon-google-t5.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #2c333d;
    font-size: 15px;
}

.member-calender-google:hover {
    border-width: 1px;
    border-color: #f5f5f5;
    background-image: url('../images/icon-google-t5.svg');
    background-position: 50% 50%;
    background-size: 20px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.image-26 {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.member-add-calender {
    margin-right: 20px;
    font-size: 15px;
    font-weight: 300;
}

.div-block-58 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.div-block-59 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.member-image-mask {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
}

.membr-tabs-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.tab-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100.0001%;
    padding: 4% 2% 2%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.tabs-menu-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.membr-tab-pane {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    background-color: #f5f5f5;
}

.tab-link-tab-2 {
    background-color: #fff;
}

.member-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    min-height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    background-color: #fff;
    font-size: 11px;
}

.member-tab.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    min-height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    font-size: 11px;
    font-weight: 700;
}

.member-tabs-1 {
    width: 100%;
}

.member-calender-favorite {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 1px;
    padding: 9px 40px 9px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('../images/favorite-24px.svg');
    background-position: 90% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #2c333d;
    font-size: 13px;
    text-align: left;
}

.member-calender-favorite:hover {
    border-width: 1px;
    border-color: #f5f5f5;
    background-image: url('../images/favorite-24px-active.svg');
    background-position: 90% 50%;
    background-size: 20px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.member-favorite-text {
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    text-align: right;
}

.tab-pane-tab-2 {
    background-color: #f5f5f5;
}

.member-date-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #c51918;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}

.member-btn-program {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    margin-bottom: 5px;
    padding: 0px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #ff8400;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.member-btn-program:hover {
    background-color: #ffa94d;
}

.button-4 {
    height: 38px;
    margin-bottom: 5px;
    border-radius: 3px;
    background-color: #3b414b;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 13px;
}

.button-4:hover {
    background-color: #6d727a;
}

.div-block-60 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 50px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #62676f;
}

.lottie-animation-6 {
    width: 25px;
    height: 25px;
    margin-left: 15px;
}

.member-favorite {
    width: auto;
    height: auto;
    margin-top: 0px;
    padding: 9px 40px 9px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 3px;
    background-color: #f5f5f5;
    background-image: url('../images/favorite-24px-active.svg');
    background-position: 90% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #2c333d;
    font-size: 13px;
    text-align: left;
}

.member-favorite:hover {
    border-width: 1px;
    border-color: #f5f5f5;
    background-image: url('../images/favorite-24px.svg');
    background-position: 90% 50%;
    background-size: 20px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25);
}

.scientific-program-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.scientific-days {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.scientific-day-1-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    min-height: auto;
    min-width: 95%;
    margin-bottom: 40px;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 3px solid #3b414b;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.scientific-content-program {
    width: 100%;
    margin-right: 10px;
    padding: 0px;
    border-top: 3px none #3b414b;
    border-right: 1px none #dfdfdf;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.scientific-content-program:hover {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #f5f5f5;
}

.scientificday-1-time {
    position: static;
    left: 77%;
    top: 7.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: auto;
    margin-left: 0px;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b414b;
    color: #fff;
}

.scientific-date {
    height: auto;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
}

.scientific-clock {
    width: auto;
    font-size: 19px;
    white-space: nowrap;
}

.scientific-container-program {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    /*
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;*/
}

.scientific-day1-location {
    margin-bottom: 10px;
    padding: 5px;
    color: #c51918;
    font-size: 18px;
}

.scientific-day1-head1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    margin-top: 0px;
    padding: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3b414b;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.scientific-day-1-bold-chairman {
    color: #c51918;
}

.scientific-day1-detail-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    margin-bottom: 10px;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px dashed #dfdfdf;
    border-bottom: 1px none #dfdfdf;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 12px;
    line-height: 16px;
}

.scientific-day1-detail-2:hover {
    background-color: #f5f5f5;
}

.scientific-member-add-calender {
    margin-right: 20px;
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
}

.scientific-member-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    margin-top: 10px;
    padding: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.scientific-day-2-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    min-height: auto;
    min-width: 95%;
    margin-bottom: 40px;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 3px solid #93b908;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.scientific-day2-location {
    margin-bottom: 10px;
    padding: 5px;
    color: #c51918;
    font-size: 18px;
}

.scientific-day-1-location {
    color: #3b414b;
}

.scientific-day-2-location {
    color: #93b908;
}

.scientificday-2-time {
    position: static;
    left: 77%;
    top: 7.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: auto;
    margin-left: 0px;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #93b908;
    color: #fff;
}

.scientific-day-3-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    min-height: auto;
    min-width: 95%;
    margin-bottom: 40px;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 3px solid #03609e;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.scientificday-3-time {
    position: static;
    left: 77%;
    top: 7.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: auto;
    margin-left: 0px;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #03609e;
    color: #fff;
}

.scientific-day-3-location {
    color: #03609e;
}

.scientific-day-4-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    min-height: auto;
    min-width: 95%;
    margin-bottom: 40px;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 3px solid #ff8400;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.scientificday-4-time {
    position: static;
    left: 77%;
    top: 7.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: auto;
    margin-left: 0px;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff8400;
    color: #fff;
}

.scientific-day-4-location {
    color: #ff8400;
}

.scientific-day-3-location-copy {
    color: #03609e;
}

.bold-text-25 {
    float: left;
}

.scientific-day-5-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    min-height: auto;
    min-width: 95%;
    margin-bottom: 40px;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 3px solid #8f63be;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
}

.scientificday-5-time {
    position: static;
    left: 77%;
    top: 7.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-height: auto;
    margin-left: 0px;
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #8f63be;
    color: #fff;
}

.scientific-day-5-location {
    color: #8f63be;
}

.scientific-member-footer2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    margin-top: 10px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.e-poster-line-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    min-height: auto;
    min-width: 95%;
    margin-bottom: 40px;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 3px solid #3b414b;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.e-poster-line-1:hover {
    background-color: #f7f7f7;
}

.e-poster-head {
    font-size: 24px;
    line-height: 30px;
}

.e-poster-left-content {
    width: 60%;
}

.e-poster-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 15px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #ff8400;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.e-poster-button:hover {
    background-color: #2c333d;
}

.e-poster-text-1 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
}

.e-poster-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.e-poster-head-2 {
    color: #ff8400;
    font-size: 24px;
    line-height: 30px;
}

.e-poster-line-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    min-height: auto;
    min-width: 95%;
    margin-bottom: 40px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 3px solid #3b414b;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.e-poster-line-detail:hover {
    background-color: #f7f7f7;
}

.e-poster-text-2 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.e-poster-chat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #ff8400;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
}

.e-poster-chat:hover {
    background-color: #2c333d;
}

.lottie-animation-7 {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background-color: #fff;
}

.e-poster-vote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #dfdfdf;
}

.e-poster-chat-message {
    margin-left: 20px;
}

.e-poster-star-active {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    padding-right: 0px;
    border-radius: 100px;
    background-color: #fff;
    background-image: url('../images/star.svg');
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}

.e-poster-vote-name {
    margin-bottom: 10px;
}

.e-poster-star-passive {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    padding-right: 0px;
    border-radius: 100px;
    background-color: #fff;
    background-image: url('../images/star-1.svg');
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.e-poster-star-passive:hover {
    background-image: url('../images/star.svg');
}

.e-poster-line-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    min-height: auto;
    min-width: 95%;
    margin-bottom: 40px;
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 3px solid #3b414b;
    background-color: #fff;
    box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.e-poster-line-list:hover {
    background-color: #f7f7f7;
}

.members-btn-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.drop-favorite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0px;
    background-color: #3b414b;
    background-image: url('../images/favorite-24px-active.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.07)), to(rgba(0, 0, 0, 0.07))), url('../images/arrow.svg');
    background-image: url('../images/favorite-24px-active.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07)), url('../images/arrow.svg');
    background-position: 10px 50%, 0px 0px, 90% 50%;
    background-size: 15px, auto, 15px;
    background-repeat: no-repeat, repeat, no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.drop-favorite:hover {
    background-color: #3b414b;
    background-image: url('../images/favorite-24px-active.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13))), url('../images/arrow.svg');
    background-image: url('../images/favorite-24px-active.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url('../images/arrow.svg');
    background-position: 10px 50%, 0px 0px, 97% 50%;
    background-size: 15px, auto, 15px;
    background-repeat: no-repeat, repeat, no-repeat;
}

.drop-favorite.w--current {
    color: #fff;
}

.drop-favorite.noline {
    border-bottom-style: none;
}

.drop-schedule {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0px;
    background-color: #3b414b;
    background-image: url('../images/Zoom-App-Icon-2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.07)), to(rgba(0, 0, 0, 0.07))), url('../images/arrow.svg');
    background-image: url('../images/Zoom-App-Icon-2.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.07)), url('../images/arrow.svg');
    background-position: 8px 50%, 0px 0px, 90% 50%;
    background-size: 18px, auto, 15px;
    background-repeat: no-repeat, repeat, no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.drop-schedule:hover {
    background-color: #3b414b;
    background-image: url('../images/Zoom-App-Icon-2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13))), url('../images/arrow.svg');
    background-image: url('../images/Zoom-App-Icon-2.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url('../images/arrow.svg');
    background-position: 8px 50%, 0px 0px, 97% 50%;
    background-size: 18px, auto, 15px;
    background-repeat: no-repeat, repeat, no-repeat;
}

.drop-schedule.w--current {
    color: #fff;
}

.drop-schedule.noline {
    border-bottom-style: none;
}

.schedule-content {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: 551px;
    height: 93vh;
    min-height: auto;
    margin-top: 70px;
    margin-right: -650px;
    margin-left: 0%;
    padding-bottom: 100px;
    border-top: 1px none #dfdfdf;
    background-color: #fff;
}

.remain {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    margin-right: 40%;
    margin-left: 0px;
    padding: 5px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 4px;
    background-color: #2cda00;
    color: #2cda00;
}

.div-block-61 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-left: 10px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.3);
    color: #fff;
}

.div-block-61.noline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-left-style: none;
}

.text-block-131 {
    font-weight: 700;
}

.text-block-132 {
    font-weight: 700;
}

.div-block-34-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    min-height: 50px;
    margin-bottom: 3px;
    padding: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none none solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 0px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.div-block-34-copy:hover {
    background-color: #f5f5f5;
}

.schedule-content-1 {
    display: block;
    width: 50%;
    padding-right: 10px;
}

.schedule-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.schedule-box {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 2px 7px 8px 4px rgba(0, 0, 0, 0.16);
}

.schedule-head {
    position: relative;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110%;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -10%;
    padding-left: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    background-color: #f5f5f5;
    background-image: url('../images/close.svg');
    background-position: 5% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.schedule-head:hover {
    background-color: #dfdfdf;
}

.shdedule-decription {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
}

.schedule-list-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    min-height: 100px;
    margin-bottom: 3px;
    padding: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none none solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 0px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.schedule-list-area:hover {
    background-color: #f5f5f5;
}

.schedule-platform-icon {
    width: 30px;
    max-width: none;
    margin-right: 10px;
}

.schedule-brand-name {
    width: 99.92524%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.schedule-btn-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.schedule-remain-head {
    margin-right: 5px;
    color: #3b414b;
}

.schedule-join-btn-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 37%;
    height: 30px;
    margin-top: 0px;
    margin-right: 5px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #2cda00;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 11px;
}

.schedule-join-btn-active:hover {
    background-color: #3b414b;
}

.schedule-join-btn-inactive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 37%;
    height: 30px;
    margin-top: 0px;
    margin-right: 5px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #677283;
    opacity: 0.38;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 11px;
}

.schedule-join-btn-inactive:hover {
    background-color: #677283;
}

.favorite-content {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: 551px;
    height: 93vh;
    min-height: auto;
    margin-top: 70px;
    margin-right: -650px;
    margin-left: 0%;
    padding-bottom: 100px;
    border-top: 1px none #dfdfdf;
    background-color: #fff;
}

.favorite-head {
    position: relative;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110%;
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -10%;
    padding-left: 10%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    background-color: #f5f5f5;
    background-image: url('../images/close.svg');
    background-position: 5% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
}

.favorite-head:hover {
    background-color: #dfdfdf;
}

.favorite-box {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 2px 7px 8px 4px rgba(0, 0, 0, 0.16);
}

.favorite-decription {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
}

.favorite-list-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    min-height: 100px;
    margin-bottom: 3px;
    padding: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none none solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 0px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.favorite-list-area:hover {
    background-color: #f5f5f5;
}

.favorite-category-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    min-height: 40px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #c51918;
    font-weight: 700;
}

.favorite-content-program {
    width: 90%;
    margin-right: 10px;
    padding: 0px;
    border-top: 3px none #3b414b;
    border-right: 1px none #dfdfdf;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.favorite-content-program:hover {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #f5f5f5;
}

.favorite-list-name {
    width: 99.92524%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.favorite-time {
    padding-left: 0px;
    border-left: 2px none #c51918;
    color: #c51918;
    font-size: 14px;
    font-weight: 400;
}

.favorite-content-1 {
    display: block;
    width: 50%;
    padding-right: 10px;
}

.favorite-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.favorite-btn-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.favorite-join-btn-inactive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 37%;
    height: 30px;
    margin-top: 0px;
    margin-right: 5px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #677283;
    opacity: 0.38;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 11px;
}

.favorite-join-btn-inactive:hover {
    background-color: #677283;
}

.schedule-join-btn-active-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 37%;
    height: 30px;
    margin-top: 0px;
    margin-right: 5px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #2cda00;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 11px;
}

.schedule-join-btn-active-copy:hover {
    background-color: #3b414b;
}

.favorite-join-btn-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 37%;
    height: 30px;
    margin-top: 0px;
    margin-right: 5px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #2cda00;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 11px;
}

.favorite-join-btn-active:hover {
    background-color: #3b414b;
}

.one-part-stand-video {
    position: absolute;
    left: 5.2%;
    top: 47%;
    z-index: 100;
    width: 17.1%;
    height: 20.4%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.one-part-stand-video:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.onepart-stand-poster {
    position: absolute;
    left: 42.1%;
    top: 36.2%;
    width: 17.6%;
    height: 19%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.onepart-stand-poster:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.one-part-stand-information {
    position: absolute;
    left: 28%;
    top: 49%;
    width: 10%;
    height: 25%;
    background-color: transparent;
}

.two-part-stand-information {
    position: absolute;
    left: 23%;
    top: 48%;
    width: 9%;
    height: 23%;
    background-color: transparent;
}

.two-part-stand-video {
    position: absolute;
    left: 1.3%;
    top: 45.3%;
    z-index: 100;
    width: 16.3%;
    height: 19.8%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.two-part-stand-video:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.two-part-stand-poster-1 {
    position: absolute;
    left: 34.1%;
    top: 35%;
    width: 5.2%;
    height: 19%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.two-part-stand-poster-1:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.two-part-stand-poster-2 {
    position: absolute;
    left: 43%;
    top: 35%;
    width: 5.2%;
    height: 19%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.two-part-stand-poster-2:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.two-part-stand-poster-3 {
    position: absolute;
    left: 43%;
    top: 35%;
    width: 5.2%;
    height: 19%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.two-part-stand-poster-3:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.two-part-stand-poster-4 {
    position: absolute;
    left: 50%;
    top: 35%;
    width: 5.2%;
    height: 19%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.two-part-stand-poster-4:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.two-part-stand-social {
    position: absolute;
    left: 61%;
    top: 27%;
    right: auto;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4%;
    height: 44%;
    margin-top: 0px;
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.two-part-stand-file-open {
    position: absolute;
    left: 76.5%;
    top: 43%;
    width: 9%;
    height: 18%;
    background-color: transparent;
    background-image: none;
}

.two-part-stand-file-open:hover {
    background-image: none;
}

.three-part-stand-video-1 {
    position: absolute;
    left: 1.3%;
    top: 48.5%;
    z-index: 100;
    width: 10%;
    height: 11.8%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.three-part-stand-video-1:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.three-part-stand-video-2 {
    position: absolute;
    left: 37.6%;
    top: 39.1%;
    z-index: 100;
    width: 10%;
    height: 11.8%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.three-part-stand-video-2:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.three-part-stand-information {
    position: absolute;
    left: 18%;
    top: 45%;
    width: 5%;
    height: 20%;
    background-color: transparent;
}

.three-part-stand-poster-1 {
    position: absolute;
    left: 24.4%;
    top: 38%;
    width: 4%;
    height: 14.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.three-part-stand-poster-1:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.three-part-stand-poster-2 {
    position: absolute;
    left: 30%;
    top: 38%;
    width: 4%;
    height: 14.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.three-part-stand-poster-2:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.three-part-stand-poster-3 {
    position: absolute;
    left: 32.2%;
    top: 38%;
    width: 4%;
    height: 14.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.three-part-stand-poster-3:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.three-part-stand-poster-4 {
    position: absolute;
    left: 50.5%;
    top: 38%;
    width: 4%;
    height: 14.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.three-part-stand-poster-4:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.three-part-stand-poster-5 {
    position: absolute;
    left: 56%;
    top: 38%;
    width: 4%;
    height: 14.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.three-part-stand-poster-5:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.three-part-stand-poster-6 {
    position: absolute;
    left: 58.8%;
    top: 38%;
    width: 4%;
    height: 14.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.three-part-stand-poster-6:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.three-part-stand-social {
    position: absolute;
    left: 70.4%;
    top: 29%;
    right: auto;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2.5%;
    height: 38%;
    margin-top: 0px;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.three-part-stand-file-open {
    position: absolute;
    left: 80.5%;
    top: 43%;
    width: 9%;
    height: 18%;
    background-color: transparent;
    background-image: none;
}

.three-part-stand-file-open:hover {
    background-image: none;
}

.four-part-stand-poster-1 {
    position: absolute;
    left: 22.2%;
    top: 38%;
    width: 4%;
    height: 14.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.four-part-stand-poster-1:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.four-part-stand-poster-2 {
    position: absolute;
    left: 27.2%;
    top: 38%;
    width: 4%;
    height: 14.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.four-part-stand-poster-2:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.four-part-stand-poster-3 {
    position: absolute;
    left: 32.2%;
    top: 38%;
    width: 4%;
    height: 14.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.four-part-stand-poster-3:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.four-part-stand-video-2 {
    position: absolute;
    left: 37.6%;
    top: 39.1%;
    z-index: 100;
    width: 10%;
    height: 11.8%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.four-part-stand-video-2:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.four-part-stand-poster-4 {
    position: absolute;
    left: 48.8%;
    top: 38%;
    width: 4%;
    height: 14.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.four-part-stand-poster-4:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.four-part-stand-poster-5 {
    position: absolute;
    left: 53.8%;
    top: 38%;
    width: 4%;
    height: 14.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.four-part-stand-poster-5:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.four-part-stand-poster-6 {
    position: absolute;
    left: 58.8%;
    top: 38%;
    width: 4%;
    height: 14.5%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.four-part-stand-poster-6:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}


.one-part-stand-social {
    position: absolute;
    left: 80.4%;
    top: 25%;
    right: auto;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2.5%;
    height: 38%;
    margin-top: 0px;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.four-part-stand-social {
    position: absolute;
    left: 70.4%;
    top: 29%;
    right: auto;
    bottom: 0%;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2.5%;
    height: 38%;
    margin-top: 0px;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.four-part-stand-file-open {
    position: absolute;
    left: 80.5%;
    top: 43%;
    width: 9%;
    height: 18%;
    background-color: transparent;
    background-image: none;
}

.four-part-stand-file-open:hover {
    background-image: none;
}

.four-part-stand-information {
    position: absolute;
    left: 18%;
    top: 45%;
    width: 5%;
    height: 20%;
    background-color: transparent;
}

.four-part-stand-video-1 {
    position: absolute;
    left: 1.3%;
    top: 48.5%;
    z-index: 100;
    width: 10%;
    height: 11.8%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(../images/arrow_2.svg);
    background-image: linear-gradient(180deg, transparent, transparent), url(../images/arrow_2.svg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 50px;
    background-repeat: repeat, no-repeat;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.four-part-stand-video-1:hover {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/arrow_1.svg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/arrow_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 25px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}


.sticky {
    position: fixed;
    left: 30%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    overflow: visible;
    width: 40%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 5px;
    background-color: #dfdfdf;
    box-shadow: 1px 11px 20px 1px rgba(0, 0, 0, 0.48);
    color: #fff;
}

.lottie-animation-8 {
    position: static;
    left: -51px;
    top: 0px;
    display: block;
    width: 60px;
    height: 50px;
    min-width: 60px;
    margin-left: 5px;
    border-style: none;
    border-width: 3px;
    border-color: #dfdfdf;
    border-radius: 100px;
    background-color: transparent;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.text-block-133 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    line-height: 15px;
    text-decoration: none;
}

.div-block-62 {
    background-image: url('../images/whatsapp.svg');
    background-position: 50% 50%;
    background-size: 50px;
    background-repeat: no-repeat;
}

._w-app {
    width: 100%;
    height: 60px;
    padding-left: 10px;
    background-color: #64b161;
    background-image: url('../images/whatsapp.svg');
    background-position: 90% 52%;
    background-size: 27px 27px;
    background-repeat: no-repeat;
    text-decoration: none;
}

._w-app:hover {
    background-color: #449541;
}

/*
.chat {
    width: 100%;
    height: 60px;
    padding-left: 10px;
    background-color: #ff8400;
    background-image: url('../images/speech-bubble.svg');
    background-position: 90% 52%;
    background-size: 27px 27px;
    background-repeat: no-repeat;
    text-decoration: none;
}

    .chat:hover {
        background-color: #d15e00;
    }
	*/

.c-form {
    width: 100%;
    height: 60px;
    padding-left: 10px;
    border-top-right-radius: 5px;
    background-color: #03609e;
    background-image: url('../images/email.svg');
    background-position: 90% 52%;
    background-size: 27px 27px;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
}

.c-form:hover {
    background-color: #005288;
}

.kvk-1 {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: auto;
    max-width: 600px;
    min-height: 600px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 0px;
    background-color: #3b414b;
    color: #fff;
    font-weight: 300;
    text-align: left;
}

.member-new-tabs-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.member-new-tabs-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.member-new-tabs-link-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-bottom: 1px;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e0e0e0;
}

.member-new-tabs-link-1.w--current {
    background-color: #3b414b;
    color: #fff;
}

.member-new-tabs-content {
    width: 100%;
}

.member-new-tabs-content-inner {
    width: 100%;
}

.search-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-content-field {
    width: 70%;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    border-radius: 3px 0px 0px 3px;
}

.search-content-field:hover {
    border-color: #3b414b;
}

.search-content-field:focus {
    border-color: #3b414b;
}

.search-content-field::-webkit-input-placeholder {
    font-weight: 300;
}

.search-content-field:-ms-input-placeholder {
    font-weight: 300;
}

.search-content-field::-ms-input-placeholder {
    font-weight: 300;
}

.search-content-field::placeholder {
    font-weight: 300;
}

.search-form--area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-form-content {
    height: 50px;
    margin-left: -1px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #3b414b;
}

.search-form-content:hover {
    background-color: #2c333d;
}

.success-message-4 {
    background-color: #f5f5f5;
}

.error-message-3 {
    background-color: transparent;
}

.bonus {
    width: 50%;
    min-height: 15px;
    background-color: #ffbf00;
}

.bonus-status {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    min-height: 70px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 1px none #dfdfdf;
    background-color: #f5f5f5;
}

.lottie-animation-9 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    width: 40px;
    height: 40px;
}

.title-guest-stand {
    padding-bottom: 25px;
    padding-top: 25px;
}

.msg-stand {
    padding-top: 25px;
}



.bonus-status-bar {
    overflow: hidden;
    width: 65%;
    min-height: 15px;
    margin-top: 5px;
    border-radius: 3px;
    background-color: #fff;
}

.link-block-4 {
    position: absolute;
    width: 48px;
    height: 48px;
}

.chat-sound-form {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    margin-right: 20px;
    margin-bottom: 0px;
    padding-top: 7px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.l004-checkbox-field {
    position: relative;
    padding-right: 60px;
    padding-left: 0px;
}

.l004-checkbox {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 2;
    width: 100%;
    height: 30px;
    margin: auto auto auto 0px;
    float: none;
    opacity: 0;
    cursor: pointer;
}

.l004-lottie {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 40px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
}

.l004-label {
    position: relative;
    z-index: 9999;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
}

.success-message-5 {
    background-color: transparent;
}

.error-message-4 {
    background-color: transparent;
}

.div-block-63 {
    width: 0%;
    height: 30px;
}

.div-block-64 {
    position: absolute;
    left: 0%;
    top: 70px;
    right: auto;
    bottom: auto;
    width: 20%;
    min-height: 70px;
    background-color: #3b414b;
}

.lottie-animation-10 {
    width: 100px;
}

.right-arrow-2 {
    display: none;
}

.left-arrow-2 {
    display: none;
}

.slide-nav-2 {
    display: none;
}

.visitor-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.visitor-slide {
    height: 74px;
    padding-right: 0px;
    padding-left: 0px;
}

.slide-4 {
    height: 70px;
}

.slider-mask {
    height: 70px;
}

.div-block-65 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bold-text-26 {
    font-size: 11px;
}


.visitor-link-blok {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    text-decoration: none;
}


.text-block-134 {
    line-height: 16px;
}

.visitor-lotie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-width: 50px;
    height: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
}

.visitor-text-2 {
    width: 85%;
    font-size: 12px;
    line-height: 13px;
}


.visitor-text-3 {
    width: 95%;
    font-size: 12px;
    line-height: 13px;
    font-weight: 700;
}


.toggle-wrap {
    position: relative;
    z-index: 9999;
    display: none;
    width: 70px;
    height: 38px;
    max-height: 38px;
    max-width: 70px;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 0px;
    border-radius: 25px;
    background-color: #fff;
}

.toggle-ticker {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    opacity: 0;
    cursor: pointer;
}

.toggle-label {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    height: 100%;
}

.toggle {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    margin-top: 3px;
    margin-left: 3.5px;
    border-radius: 100px;
    background-color: #dae2f8;
}

.toggle-active {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 100px;
    text-align: center;
}

.active-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-color: #7474bf;
    box-shadow: -3px 0 3px 0 rgba(116, 116, 191, 0.35);
    opacity: 0;
}

.top-line {
    width: 16px;
    height: 2px;
    margin-top: 0px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bottom-line {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 16px;
    height: 2px;
    margin-top: -2px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.togglebutton {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 20px;
    margin-top: 20px;
    margin-right: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #e9e9e9;
    text-decoration: none;
}

.togglebuttongreen {
    position: absolute;
    width: 60px;
    height: 20px;
    padding-left: 2px;
    border-radius: 50px;
    background-color: #50e461;
    opacity: 0;
}

.buttontoggle {
    position: relative;
    z-index: 2;
    width: 15px;
    height: 15px;
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 100%;
    background-color: #fff;
}

.buttontext-off {
    padding-right: 5px;
    padding-left: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(0, 0, 0, 0.38);
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.toggle-contain {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    width: 50px;
    height: 20px;
    margin-top: 0px;
    margin-right: 25px;
    margin-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 50px;
    background-color: #f1f1f1;
    cursor: pointer;
}

.toggle-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c7c7c7;
}

.div-block-66 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-135 {
    font-size: 12px;
    line-height: 14px;
}

.video-chat {
    width: 100%;
    height: 60px;
    padding-left: 10px;
    background-color: #c51918;
    background-image: url('../images/video-camera.svg');
    background-position: 90% 70%;
    background-size: 27px 27px;
    background-repeat: no-repeat;
    text-decoration: none;
}

.video-chat:hover {
    background-color: #a80202;
}

.live-chat-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 80px;
    padding: 0px 20px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
    background-image: url('../images/video-camera.svg');
    background-position: 50% 20%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
}

.live-chat-tab.w--current {
    padding-top: 0px;
    background-color: rgba(0, 0, 0, 0.15);
    background-position: 50% 20%;
}

.video-chat-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    margin-bottom: 5px;
    padding: 10px 20% 10px 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.09);
    border-radius: 3px;
    background-image: url('../images/video-camera-active.svg');
    background-position: 95% 87%;
    background-size: 30px;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    color: #fff;
    text-decoration: none;
}

.video-chat-line:hover {
    background-color: hsla(0, 0%, 100%, 0.09);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.musait-text {
    color: #ff8400;
}

.md {
    color: #858282;
}

.video-chat-line-passive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    margin-bottom: 5px;
    padding: 10px 20% 10px 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.09);
    border-radius: 3px;
    background-image: url('../images/video-camera-passive.svg');
    background-position: 95% 87%;
    background-size: 30px;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    color: #fff;
    text-decoration: none;
}

.video-chat-line-passive:hover {
    background-color: hsla(0, 0%, 100%, 0.09);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.boot16 {
    position: absolute;
    left: 16%;
    top: 45%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.boot17 {
    position: absolute;
    left: 16%;
    top: 45%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.boot18 {
    position: absolute;
    left: 16%;
    top: 45%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.boot19 {
    position: absolute;
    left: 16%;
    top: 45%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.boot20 {
    position: absolute;
    left: 16%;
    top: 45%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.boot21 {
    position: absolute;
    left: 16%;
    top: 45%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.boot22 {
    position: absolute;
    left: 16%;
    top: 45%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.boot23 {
    position: absolute;
    left: 16%;
    top: 45%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.boot24 {
    position: absolute;
    left: 16%;
    top: 45%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.boot25 {
    position: absolute;
    left: 16%;
    top: 45%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.boot26 {
    position: absolute;
    left: 16%;
    top: 45%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.boot27 {
    position: absolute;
    left: 16%;
    top: 45%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.boot28 {
    position: absolute;
    left: 16%;
    top: 51%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.boot29 {
    position: absolute;
    left: 16%;
    top: 57%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.boot30 {
    position: absolute;
    left: 16%;
    top: 45%;
    right: 3%;
    z-index: 14;
    width: 25%;
    height: 14%;
    background-color: transparent;
}

.one-part-stand-file-open {
    position: absolute;
    left: 75%;
    top: 49%;
    width: 6%;
    height: 17.2%;
    background-color: transparent;
    background-image: none;
}

.one-part-stand-file-open:hover {
    background-image: none;
}



.bonus-shake {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100px;
    height: 70px;
}


.room-name {
    position: absolute;
    left: 3%;
    top: 2%;
    right: 3%;
    bottom: auto;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16.5%;
    height: 50px;
    margin-top: 0px;
    padding: 10px 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 3px solid #ff8400;
    background-color: #3b414b;
}

.hall-name {
    color: #fff;
    font-size: 16px;
}

.video-part-small {
    position: absolute;
    left: 25.5%;
    top: 16.3%;
    width: 48%;
    height: 54.6%;
    background-color: transparent;
}

.marque-small-part {
    position: absolute;
    left: 25.5%;
    top: 6.5%;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 48%;
    height: 4%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: rgba(44, 51, 61, 0);
}

.menu-anim {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 100px;
    height: 50px;
    margin-left: 0%;
    border-radius: 0px;
    background-color: transparent;
    background-image: url('../images/toltip-left.svg');
    background-position: 0% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.menu-anim._2 {
    left: 23.8%;
    top: 67%;
    display: block;
    opacity: 0;
}

.menu-anim._3 {
    left: 46.5%;
    top: 64%;
    opacity: 0;
}

.menu-anim._4 {
    left: 62%;
    top: 64%;
    opacity: 0;
}

.menu-anim._5 {
    left: 57%;
    top: 45.5%;
    right: 0%;
    opacity: 1;
}

.menu-anim._6 {
    left: 29%;
    top: 49%;
}

.menu-anim._7 {
    left: 69%;
    top: 50%;
    right: 0%;
}

.menu-anim.other {
    left: 31.5%;
    top: 63.5%;
    display: block;
    opacity: 0;
}

.menu-anim.other-stands {
    left: 48%;
    top: 66%;
    display: none;
    opacity: 1;
}

.menu-anim._5 {
    left: 70.5%;
    top: 61%;
    opacity: 0;
}

.menu-anim._6 {
    left: 25.3%;
    top: 54%;
    opacity: 0;
}

.menu-anim.gate-1 {
    left: 25%;
    top: 46%;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.menu-anim.gate-3 {
    left: 58.5%;
    top: 50%;
}

.menu-anim.menu {
    left: -3%;
    top: 76%;
    background-image: url('../images/toltip-left.svg');
    opacity: 1;
}


.pool {
    width: 60%;
}

.pool-header {
    margin-bottom: 20px;
    color: #fff;
}

.poll-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    min-height: auto;
    padding: 40px 10px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 3px 1px;
    border-color: #ff8400 hsla(0, 0%, 100%, 0.2);
    border-radius: 4px;
    background-color: transparent;
    background-image: url('../images/important-1.svg');
    background-position: 50% 0%;
    background-size: 30px;
    background-repeat: no-repeat;
    color: #fff;
}

.poll-group-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed hsla(0, 0%, 100%, 0.16);
    background-color: #2c333d;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

.pool-message-text {
    font-weight: 300;
    text-align: center;
}

.poll-questions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 20px;
    padding-left: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/help.svg');
    background-position: 0% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

.group-type {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    border-style: dashed;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.16);
    border-radius: 4px;
}

.pol-radio-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pool-radio {
    width: 15px;
    height: 15px;
    margin-top: 0px;
}

.pool-radio:hover {
    border-color: #fff;
}

.pool-radio.w--redirected-checked {
    border-color: #ff8400;
}

.pool-radio.w--redirected-focus {
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.72);
}

.poll-radio-label {
    margin-bottom: 0px;
    margin-left: 10px;
    color: #fff;
}

.pool-field-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 20px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px dashed hsla(0, 0%, 100%, 0.12);
}

.textarea-3 {
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 3px;
}


.add-area {
    position: absolute;
    left: 3%;
    top: 28%;
    right: auto;
    bottom: auto;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 16.5%;
    height: 39%;
    padding-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: start;
    border-radius: 0px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/f15ba66ebd86489f93c0c0db853b1701.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/f15ba66ebd86489f93c0c0db853b1701.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.add-area-head {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    min-height: 30px;
    margin-left: 0%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed hsla(0, 0%, 100%, 0.42);
    background-color: rgba(13, 23, 49, 0.58);
    color: #fff;
    font-size: 15px;
}

.add-area-head-text {
    font-size: 16px;
    font-weight: 300;
}

.add-area-list {
    width: 90%;
    margin: 0px 5%;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.add-area-list-detail {
    width: 90%;
    margin: 0px 5px 0px 5%;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
}

.add-area-head-line {
    margin-right: 5%;
    margin-bottom: 5px;
    margin-left: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: dashed;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.27);
    border-radius: 3px;
    background-color: rgba(12, 23, 51, 0.6);
}

.button-5 {
    width: 90%;
    height: 40px;
    margin: 10px 5%;
    border-radius: 3px;
    background-color: #3b414b;
    font-size: 16px;
    text-align: center;
}

.button-5:hover {
    background-color: #18a862;
}


.pool-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 87.3vh;
    margin-top: 69px;
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b414b;
}

.lottie-animation-10 {
    position: absolute;
    left: 41%;
    top: 6%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.lot21 {
    position: absolute;
    left: 53%;
    top: 8%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.add-area {
    position: absolute;
    left: 3%;
    top: 28%;
    right: auto;
    bottom: auto;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 16.5%;
    height: 39%;
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/f15ba66ebd86489f93c0c0db853b1701.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/f15ba66ebd86489f93c0c0db853b1701.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.add-area-head {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    min-height: 30px;
    margin-left: 0%;
    padding-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed hsla(0, 0%, 100%, 0.42);
    background-color: rgba(13, 23, 49, 0.58);
    color: #fff;
    font-size: 15px;
}

.add-area-head-text {
    font-size: 16px;
    font-weight: 300;
}

.add-area-list {
    width: 90%;
    margin: 0px 5%;
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.add-area-list-detail {
    width: 90%;
    margin: 0px 5px 0px 5%;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
}

.add-area-head-line {
    margin-right: 5%;
    margin-bottom: 5px;
    margin-left: 5%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: dashed;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.27);
    border-radius: 3px;
    background-color: rgba(12, 23, 51, 0.6);
}

.button-5 {
    width: 90%;
    height: 40px;
    margin: 10px 5%;
    border-radius: 3px;
    background-color: #3b414b;
    font-size: 16px;
    text-align: center;
}

.button-5:hover {
    background-color: #18a862;
}

.html-embed-2 {
    width: 100.00013%;
    height: 100%;
}

.playlist-content {
    width: 90%;
    min-height: 100px;
    margin-top: 60px;
}

.tag-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 60px;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/play.svg');
    background-position: 50% 0%;
    background-size: 25px;
    background-repeat: no-repeat;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}


.rate-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    min-height: 100px;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px none #000;
}

.rate-number {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #c51918;
    font-size: 12px;
}


.playlist01 {
    width: 23%;
    margin: 10px 10px 40px;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    border-color: #dfdfdf;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: url('../images/live-fav_1live-fav.png');
    background-position: 90% 120%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    text-decoration: none;
}

.playlist01:hover {
    border-bottom: 3px solid #ec1c24;
    background-position: 90% 90%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.playlist-name {
    margin-top: 10px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}

.playlist-content-number {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 12px;
}

.playlist-promo-image {
    width: 100%;
    min-height: 180px;
}

.sponsor-name {
    color: #c51918;
    font-size: 13px;
    text-align: right;
}

.text-span {
    font-weight: 700;
}

.playlist-area {
    position: absolute;
    left: auto;
    top: 28%;
    right: 3%;
    bottom: auto;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 16.5%;
    height: 39%;
    padding-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 3px;
    border-color: #424b52;
    border-radius: 0px;
    background-color: #2c333d;
}

.playlist-list {
    width: 90%;
    min-height: 100px;
}

.playlist-detail-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin: 5px 10px;
    padding: 10px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none none dashed;
    border-width: 1px;
    border-color: #dfdfdf #dfdfdf hsla(0, 0%, 87.5%, 0.11);
    background-color: hsla(0, 0%, 100%, 0);
    background-image: url('../images/play.svg');
    background-position: 120% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    text-decoration: none;
}

.playlist-detail-list:hover {
    border-bottom: 2px solid #fff;
    background-position: 100% 50%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.list-image {
    width: 40%;
    min-height: auto;
    margin-right: 10px;
}

.list-desc {
    width: 60%;
}

.list-name {
    margin-top: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.list-name-detail {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 11px;
}



.mini-chat {
    position: absolute;
    left: 0%;
    top: 40%;
    right: auto;
    bottom: auto;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 20%;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c51918;
    color: #fff;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
}

.mini-chat:hover {
    background-color: #a80202;
}

.mini-chat-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100.00000910972481%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    line-height: 15px;
    text-decoration: none;
}

.image-22 {
    width: 30px;
}

.btn1 {
    width: 50px;
    height: 50px;
    border-right: 1px solid hsla(0, 0%, 100%, 0.11);
    background-image: url('../images/play-arrow.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
}

.btn1:hover {
    background-color: hsla(0, 0%, 98.7%, 0.06);
}

.btn2 {
    width: 50px;
    height: 50px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.11);
    background-image: url('../images/play.svg');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
}

.btn2:hover {
    background-color: hsla(0, 0%, 98.8%, 0.06);
}

.q-area {
    position: absolute;
    left: auto;
    top: 28%;
    right: 3%;
    bottom: auto;
    z-index: 2000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 16.5%;
    height: 39%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 3px;
    border-color: #424b52;
    border-radius: 0px;
    background-color: #2c333d;
}

.tab-link-tab-1-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.13);
    color: #fff;
    line-height: 16px;
}

.tab-link-tab-1-4.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px none #fff;
    border-bottom: 1px none #fff;
    background-color: transparent;
    color: #fff;
}

.tab-link-tab-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.13);
    color: #fff;
}

.tab-link-tab-2.w--current {
    background-color: transparent;
}

.tabs-2-2 {
    width: 100%;
    margin-top: 0px;
}

.tabs-menu-5 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #2c333d;
}

.tab-pane-tab-1-1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 40px;
}


.button-line-3-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    max-width: none;
    margin: 20px 0px 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 5px;
    background-color: #3b414b;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 18px;
    font-weight: 400;
}

.button-line-3-3:hover {
    border-style: solid;
    border-color: #3b414b;
    background-color: #fff;
    color: #3b414b;
}

.ques-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}



.ques-name {
    color: #ff8400;
    line-height: 16px;
}

.ques-text-list {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
}

.ques-text {
    margin-left: 10px;
}

.small {
    display: none;
    width: 40px;
    height: 40px;
    margin-right: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #474d56;
    background-image: url('../images/unfold_less-24px.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.small:hover {
    border-radius: 50px;
    background-color: #474d56;
}

.btn {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2c333d;
}

.tabs-area {
    overflow: auto;
    width: 100%;
    height: 89%;
    margin-bottom: auto;
}

.big {
    width: 40px;
    height: 40px;
    margin-right: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #474d56;
    background-image: url('../images/unfold_more-24px.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.big:hover {
    border-radius: 50px;
    background-color: #474d56;
}

.exit {
    width: 40px;
    height: 40px;
    margin-right: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #474d56;
    background-image: url('../images/close-24px.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.exit:hover {
    border-radius: 50px;
    background-color: #474d56;
}

.tooltip-wrapper {
    position: relative;
}

.tooltip-dot {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.17);
}

.tooltip__line-vert {
    width: 2px;
    height: 20px;
    background-color: #cfcfcf;
}

.tooltip__line-hor {
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #cfcfcf;
}

.tooltip__text {
    position: static;
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    padding: 1px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
}

.tabs-content-1 {
    overflow: visible;
    width: 100%;
}

.tab-pane-tab-2-1 {
    padding-bottom: 40px;
    background-color: #f5f5f500;
}

.add-content {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 20%;
    min-height: 100px;
    background-color: #3b414b;
}

.calculate-box {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 2px 7px 8px 4px rgba(0, 0, 0, 0.16);
}

.box-pict {
    width: 120px;
    max-width: none;
    margin-right: 10px;
}

.box-pict._2 {
    width: 170px;
}

.product-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100px;
    margin-bottom: 3px;
    padding: 20px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none none solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 0px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product-list:hover {
    background-color: #f5f5f5;
}

.product-head {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 3px;
    color: #c51918;
    font-size: 13px;
    line-height: 13px;
}

.product-head.w {
    height: auto;
    color: #fff;
    font-size: 15px;
}

.product-price {
    font-size: 12px;
}

.product-price.w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.basket-div-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-1.popup {
    width: 100%;
}

.form-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.basket-div-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.basket-div-6._2 {
    height: 30px;
    min-height: 30px;
    margin-bottom: 3px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
}

.adet-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: 30px;
    margin-right: 5px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #c9c9c9;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 300;
}

.ekle-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: 30px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #31b908;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #34b809;
    font-size: 11px;
}

.ekle-btn:hover {
    border-color: #fff;
    background-color: #31b908;
    color: #fff;
}

.bold-text-27 {
    font-size: 11px;
}

.mf-tag {
    margin-right: 2px;
    margin-left: 2px;
    padding-right: 5px;
    padding-left: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #d1e1e8;
    border-radius: 3px;
    background-color: #fff;
    color: #c51918;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.mf-tag:hover {
    background-color: #c51918;
    color: #fff;
}

.mf-tag.w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    background-color: #2c333d;
    color: #fff;
    font-size: 14px;
}

.mf-tag._w-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    color: #03609e;
    font-size: 14px;
}

.mf-tag._w-2:hover {
    background-color: #03609e;
    color: #fff;
}

.basket-div-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.basket-div-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-price-big {
    font-size: 14px;
}

.product-price-big.w {
    color: #fff;
    font-size: 16px;
}

.div-block-71 {
    position: absolute;
}

.firsat-badge {
    position: absolute;
    left: -5px;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 20px;
    padding: 4px 3px 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #e00714;
    color: #f3f3f3;
    font-size: 11px;
    line-height: 12px;
}

.yeni-badge {
    position: absolute;
    left: -5px;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 20px;
    padding: 4px 3px 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #e5942f;
    color: #f3f3f3;
    font-size: 11px;
    line-height: 12px;
}

.stand-badge {
    position: absolute;
    left: -4px;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 20px;
    padding: 4px 3px 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #0256a4;
    color: #f3f3f3;
    font-size: 11px;
    line-height: 12px;
}

.bonus-text {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #c9c9c9;
    border-radius: 3px;
    background-color: #fff;
    color: #ff8400;
    font-size: 13px;
    line-height: 11px;
}

.bonus-text.w {
    margin-right: 5px;
    border-style: none;
    border-color: #fff;
    background-color: #ff8400;
    color: #fff;
}

.text-span-2 {
    font-size: 10px;
}

.basket-div-3 {
    margin-left: 5px;
}

.vade-text {
    width: 100%;
    font-size: 12px;
}

.vade-text.w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    margin-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.vade-text._w-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 5px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.yeni-badge-copy {
    position: absolute;
    left: -5px;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 20px;
    padding: 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #e5942f;
    color: #f3f3f3;
    font-size: 11px;
    line-height: 12px;
}

.sil-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: 30px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #c51918;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #c51918;
    font-size: 11px;
}

.sil-btn:hover {
    border-color: #fff;
    background-color: #c51918;
    color: #fff;
}

.sil-btn.new {
    width: 30px;
    background-color: #c51918;
    color: #fff;
}

.brand-total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #2c333d;
}

.brand-total.new {
    width: 100%;
}

.total--price {
    min-width: 100px;
    margin-left: 5px;
    padding: 4px 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #2c333d;
    text-align: center;
}

.total--price.w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-color: #fff;
    border-radius: 3px;
}

.total--price.w._2 {
    min-width: auto;
    margin-right: 5px;
    border-style: dashed;
    border-color: #6b6f74;
}

.total--price.w._3 {
    width: 28%;
    border-style: dashed;
    border-color: #6b6f74;
}

.total--price.w._2-copy {
    width: 27%;
    min-width: auto;
    margin-right: 0px;
    border-style: dashed;
    border-color: #6b6f74;
}

.total-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #2c333d;
    font-size: 16px;
}

.total-text.w {
    min-height: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-style: none;
    color: #fff;
}

.total-text._w-2 {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-style: none;
    color: #fff;
}

.total-text.new {
    width: 100%;
}

.popup-price {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 20000;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-price-container {
    display: block;
    overflow: auto;
    width: 100%;
    height: auto;
    max-width: 600px;
    padding: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b414b;
}


.poster-h {
    position: absolute;
    left: 28%;
    top: 47%;
    width: 6%;
    height: 16%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.poster-h:hover {
    background-color: rgba(0, 0, 0, 0.18);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.popup-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-list-popup {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100px;
    margin-bottom: 3px;
    padding: 0px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: none;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 0px;
    background-color: transparent;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product-list-popup:hover {
    background-color: transparent;
}

.price-p-div-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 5px;
    border-style: dashed;
    border-width: 1px;
    border-color: #6b6f75;
    border-radius: 3px;
}

.price-p-div {
    width: 100%;
    min-height: auto;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px dashed rgba(107, 111, 116, 0.47);
}

.price-p-div.new {
    width: auto;
}

.price-p-div.new.noline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right-style: none;
}

.price-p-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    min-height: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
}

.prive-p-text2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}

.total-price-area-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #3b414b;
    font-size: 15px;
}

.total-price-area-1.w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    margin-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.total-price-area-1._w-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 5px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.desc-style {
    margin-left: 10px;
    color: #c51918;
    font-size: 11px;
}

.text-left {
    margin-right: auto;
}

.text-block-136 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.text-block-137 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.div-block-72 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 508px;
}

.stand-xl-new-poster {
    position: absolute;
    left: 39.5%;
    top: 43.3%;
    width: 36.5%;
    height: 10.7%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-xl-new-poster:hover {
    background-color: rgba(0, 0, 0, 0.18);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-xl-new-logo {
    position: absolute;
    left: 4%;
    top: 26.5%;
    z-index: 100;
    width: 17.5%;
    height: 15.4%;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.stand-xl-new-logo:hover {
    background-color: transparent;
    opacity: 0.94;
}

.xl-new-download {
    position: absolute;
    left: 56.5%;
    top: 54.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5%;
    height: 12.3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(197, 25, 24, 0);
}

.xl-new-download:active {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0.5)), color-stop(45%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(51%, hsla(0, 0%, 100%, 0)), color-stop(94%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 50%, hsla(0, 0%, 100%, 0) 51%, hsla(0, 0%, 100%, 0) 94%);
}

.stand-xl-new-information {
    position: absolute;
    left: 39.5%;
    top: 59%;
    width: 11%;
    height: 8%;
    background-color: transparent;
}

.xl-new-products {
    position: absolute;
    left: 18%;
    top: 54.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 5.5%;
    height: 12.3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(197, 25, 24, 0);
}

.xl-new-products:active {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0.5)), color-stop(45%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(51%, hsla(0, 0%, 100%, 0)), color-stop(94%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 50%, hsla(0, 0%, 100%, 0) 51%, hsla(0, 0%, 100%, 0) 94%);
}

.xl-newproducts {
    position: absolute;
    left: 12.4%;
    top: 67%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 7%;
    height: 27%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
}

.xl-newproducts:active {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgba(0, 0, 0, 0.5)), color-stop(45%, rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.5)), color-stop(51%, hsla(0, 0%, 100%, 0)), color-stop(94%, hsla(0, 0%, 100%, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.5) 45%, rgba(0, 0, 0, 0.5) 50%, hsla(0, 0%, 100%, 0) 51%, hsla(0, 0%, 100%, 0) 94%);
}

.include-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-top: -2px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
}


.include-mobile {
    display: none;
}

.new-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 71%;
    margin-top: 0px;
    padding: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #faf1f1;
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    text-align: center;
}

.new-text.menu {
    margin-top: 11px;
}

.xl-new-info-map {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.nav-1 {
    position: fixed;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #dfdfdf;
    background-color: #fff;
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.2);
}

.nav-1-logo-area {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 70px;
    min-width: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #dedede;
}

.nav-logo {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
}

.nav-1-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.text {
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.04), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    cursor: default;
}

.text._2 {
    border-radius: 3px;
    background-color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.text._2 {
    display: block;
}

.div-block {
    position: relative;
    z-index: 1;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-radius: 0px 0px 2px;
    background-color: #fff;
    box-shadow: 2px 2px 3px -1px rgba(0, 0, 0, 0.12);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.div-block._2 {
    margin-top: 0px;
    margin-bottom: -5px;
    background-color: #000;
    box-shadow: -2px -2px 3px -1px rgba(0, 0, 0, 0.04);
}

.div-block.rl {
    margin-top: 0px;
    margin-right: -5px;
    margin-left: -5px;
    box-shadow: 1px 0 2px -1px rgba(0, 0, 0, 0.12);
}

.div-block._2 {
    display: block;
    margin-top: 0px;
    margin-bottom: -5px;
    box-shadow: -2px -2px 3px -1px rgba(0, 0, 0, 0.04);
}

.div-block._2 {
    margin-top: 0px;
    margin-bottom: -5px;
    box-shadow: -2px -2px 3px -1px rgba(0, 0, 0, 0.04);
}

.tooltip-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16vw;
    height: 9vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e5e6;
    border-radius: 24px;
    background-color: #f8f9fa;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    line-height: 24px;
}

.tooltip-area:hover {
    border-color: #dadadb;
}

.tooltip-area._2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    border-style: none;
    border-radius: 0px;
    background-color: rgba(248, 249, 250, 0);
    cursor: pointer;
}

.tooltip-area.rl {
    width: 9vw;
    height: 16vh;
}

.tooltip-area.rl.l {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    width: 100%;
    height: 100%;
    border-style: none;
    background-color: rgba(248, 249, 250, 0);
}

.tooltip-area._2 {
    z-index: 9999;
    width: auto;
    height: 100%;
    display: block;
}

.text-block {
    padding-right: 8px;
    padding-left: 8px;
    color: rgba(0, 0, 0, 0.2);
    cursor: default;
}

.tooltip-2 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.tooltip-2._2 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    margin-bottom: -80px;
}

.tooltip-2.rl {
    margin-top: 0px;
    margin-left: -100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.tooltip-2._2 {
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: -80px;
}

.tooltip-2._2 {
    margin-top: 0px;
    margin-bottom: -80px;
}

.nav-1-lang-en {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    width: 70px;
    height: 50px;
    border-right: 1px none #dfdfdf;
    border-left: 1px dashed hsla(0, 0%, 100%, 0.1);
    background-color: transparent;
    background-image: url('../images/uk.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.nav-1-lang-en:hover {
    background-color: transparent;
}

.nav-1-lang-tr {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    width: 70px;
    height: 50px;
    border-right: 1px none #dfdfdf;
    border-left: 1px dashed hsla(0, 0%, 100%, 0.1);
    background-color: transparent;
    background-image: url('../images/turkey.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.nav-1-lang-tr:hover {
    background-color: transparent;
}

.nav-1-login-user {
    display: block;
    width: 25%;
    height: 70px;
    min-width: 250px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px none #dfdfdf;
    background-color: #f5f5f5;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.nav-1-login-user:hover {
    border-right: 3px none #fff;
    border-left: 1px none #f5f5f5;
    background-color: #f5f5f5;
    color: #fff;
}

.nav-1-login-user:focus {
    background-color: transparent;
    color: #fff;
}

.chat-new-btn {
    display: none !important;
    position: absolute;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 6px;
    border-color: #dfdfdf;
    border-radius: 100px;
    background-color: #f5f5f5;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.48);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    cursor: pointer;
}

.chat-new-btn:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    background-color: #fff;
}

.chat-new-btn:active {
    border-top-color: #f5f5f5;
}

.chat-new-btn:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
}

.chat-new-btn:visited {
    border-style: solid;
    border-width: 1px;
}

.nav-1-new-user-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50%;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px none #f5f5f5;
    border-right: 1px none #dfdfdf;
    background-color: hsla(0, 0%, 91.3%, 0.47);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    cursor: pointer;
}

.nav-1-new-user-btn:hover {
    border-top: 2px none #c51918;
    background-color: hsla(0, 0%, 100%, 0.47);
}

.nav-1-login-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50%;
    height: 70px;
    border-top: 0px none #f5f5f5;
    border-right: 1px none #dfdfdf;
    background-color: hsla(0, 0%, 91.3%, 0.47);
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    cursor: pointer;
}

.nav-1-login-btn:hover {
    border-top: 2px none #c51918;
    background-color: #f5f5f5;
}

.nav-1-user-dropdown {
    padding-bottom: 0px;
    border-style: none solid solid;
    border-width: 1px;
    border-color: #252b35;
    background-color: #3b414b;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.36);
}

.nav-1-user-certicicate-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #2f353b;
    border-bottom: 1px solid #2f353b;
    background-color: #2e343f;
}

.nav-1-cert-text {
    color: #fff;
    font-weight: 300;
}

.nav-1-cert-line {
    overflow: hidden;
    width: 100%;
    min-height: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #fff;
}

.nav-1-cert-percent {
    width: 50%;
    min-height: 5px;
    background-color: #55c500;
}

.nav-1-user-menu-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0px;
    background-color: #3b414b;
    background-image: url('../images/arrow.svg');
    background-position: 90% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
}

.nav-1-user-menu-line:hover {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/arrow.svg');
    background-position: 97% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}

.nav-1-user-menu-line:focus {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/arrow.svg');
    background-position: 90% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}

.nav-1-user-menu-line:visited {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/arrow.svg');
    background-position: 90% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
}

.nav-1-user-menu-line.w--current {
    color: #fff;
}

.nav-1-user-menu-line.noline {
    border-bottom-style: none;
}

.nav-1-user-menu-favorite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0px;
    background-color: #3b414b;
    background-image: url('../images/favorite-24px-active.svg'), url('../images/arrow.svg');
    background-position: 27px 50%, 90% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
}

.nav-1-user-menu-favorite:hover {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/favorite-24px-active.svg'), url('../images/arrow.svg');
    background-position: 27px 50%, 97% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
}

.nav-1-user-menu-favorite:focus {
    background-color: rgba(31, 37, 46, 0.61);
}

.nav-1-user-menu-favorite:visited {
    background-color: rgba(31, 37, 46, 0.61);
}

.nav-1-user-menu-favorite.w--current {
    color: #fff;
}

.nav-1-user-menu-logout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0px;
    background-color: #3b414b;
    background-image: url('../images/logout-2.svg'), url('../images/arrow.svg');
    background-position: 27px 50%, 90% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
}

.nav-1-user-menu-logout:hover {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/logout-2.svg'), url('../images/arrow.svg');
    background-position: 27px 50%, 97% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
}

.nav-1-user-menu-logout:focus {
    background-color: rgba(31, 37, 46, 0.61);
}

.nav-1-user-menu-logout:visited {
    background-color: rgba(31, 37, 46, 0.61);
}

.nav-1-user-menu-logout.w--current {
    color: #fff;
}

.nav-1-user-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 35px;
    min-height: 35px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
}

.nav-1-user-sponsored {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 35px;
    min-height: 35px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #c51918;
    font-size: 13px;
    text-align: left;
}

.nav-1-bonus-name {
    margin-left: 5px;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
}

.nav-1-left-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nav-1-user-menu-admin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0px;
    background-color: #3b424b;
    background-image: url('../images/settings.svg'), url('../images/arrow.svg');
    background-position: 29px 50%, 90% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
}

.nav-1-user-menu-admin:hover {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/settings.svg'), url('../images/arrow.svg');
    background-position: 29px 50%, 97% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
}

.nav-1-user-menu-admin:focus {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/settings.svg'), url('../images/arrow.svg');
    background-position: 29px 50%, 90% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
}

.nav-1-user-menu-admin:visited {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/settings.svg'), url('../images/arrow.svg');
    background-position: 29px 50%, 90% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
}

.nav-1-user-menu-admin.w--current {
    color: #fff;
}

.image-23 {
    position: absolute;
    width: 15px;
}

.nav-1-avatar {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-1-online-color {
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: -21px;
    border-radius: 50px;
    background-color: #2cda00;
}

.nav-1-avatar-picture {
    position: static;
    width: 35px;
    height: 35px;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 100px;
}

.nav-new-briefcase-number {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #c51918;
}

.nav-new-briefcase-number._2 {
    background-color: #000;
}

.text-block-138 {
    color: #fff;
    font-size: 8px;
    line-height: 9px;
}

.counter {
    margin-top: 0px;
    color: #000;
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
}

.nav-1-login-register {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 70px;
    min-width: 250px;
    margin-bottom: 20px;
}

.nav-1-new-user-link {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    margin-top: 0px;
    padding: 0px 22px 0px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #dfdfdf;
    border-radius: 5px;
    background-color: transparent;
    background-image: url('../images/reg-b.svg');
    background-position: 15% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    color: #000;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.nav-1-new-user-link:hover {
    background-color: transparent;
    background-image: url('../images/reg-r.svg');
    color: #c51918;
}

.nav-1-login-user-link {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    margin-top: 0px;
    padding: 0px 22px 0px 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #dfdfdf;
    border-radius: 5px;
    background-color: transparent;
    background-image: url('../images/log-b.svg');
    background-position: 15% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    color: #000;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
}

.nav-1-login-user-link:hover {
    background-color: transparent;
    background-image: url('../images/log-r.svg');
    color: #c51918;
}

.nav-1-seperate {
    width: 1px;
    height: 100%;
    margin-left: auto;
    background-color: #dfdfdf;
}

.nav-1-seperate.absolute {
    position: absolute;
    left: auto;
    right: 0px;
    z-index: 10;
}

.nav-1-bonus-animation {
    position: absolute;
    left: -33px;
    top: auto;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
}

.div-block-74 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px dashed hsla(0, 0%, 100%, 0.1);
    color: #fff;
    font-weight: 300;
}

.lottie-animation-11 {
    position: absolute;
    left: auto;
    top: 20px;
    right: 20px;
    bottom: auto;
    width: 24px;
    height: 30px;
}

.nav-1-visitor-silider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    height: 70px;
    min-width: 250px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px none #dfdfdf;
}

.nav-1-visitor-lottie-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 70px;
    height: 70px;
    min-width: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
}

.nav-1-visitor-lottie {
    width: 70px;
    height: 63px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.nav-1-visitor-slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.nav-1-visitor-slider-mask {
    width: 100%;
    height: 70px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
}

.nav-1-visitor-slider-slide {
    height: 70px;
    padding-right: 0px;
    padding-left: 0px;
}

.nav-1-visitor-slider-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    text-decoration: none;
}

.nav-1-program-text-3 {
    width: 95%;
    font-size: 12px;
    line-height: 13px;
    font-weight: 700;
}

.nav-1-program-text-2 {
    width: 95%;
    font-size: 12px;
    line-height: 13px;
}

.nav-1-program-text-1 {
    width: 95%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.nav-1-chat-normal {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 27px;
    height: 27px;
    margin-top: 4px;
    margin-left: 0px;
    opacity: 0.28;
}

.nav-1-chat-text {
    margin-top: 35px;
}

.nav-1-chat-new-message {
    position: absolute;
    left: auto;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 30px;
    height: 30px;
    margin-top: 4px;
    opacity: 1;
}

.nav-1-chat-new-message-bullet {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-left: -3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background-color: #07a80b;
}

.nav-1-user-status-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 70px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #2f353b;
    border-bottom: 1px solid #2f353b;
    background-color: #1f242e;
}

.nav-status-mesgul-active {
    width: 60px;
    margin-right: 2px;
    padding: 5px 5px 5px 17px;
    border-radius: 3px;
    background-color: #ff5e00;
    background-image: url('../images/correct.svg');
    background-position: 6px 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: 300;
}

.nav-status-online-active {
    width: 60px;
    margin-right: 2px;
    padding: 5px 5px 5px 17px;
    border-radius: 3px;
    background-color: #2cda00;
    background-image: url('../images/correct.svg');
    background-position: 6px 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: 300;
}

.nav-status-offline-active {
    width: 60px;
    margin-right: 2px;
    padding: 5px 5px 5px 17px;
    border-radius: 3px;
    background-color: #7c7c7c;
    background-image: url('../images/correct.svg');
    background-position: 6px 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: 300;
}

.nav-status-online-passive {
    width: 60px;
    margin-right: 2px;
    padding: 5px 5px 5px 17px;
    border-radius: 3px;
    background-color: #2c333d;
    background-image: url('../images/plus.svg');
    background-position: 6px 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: 300;
}

.nav-status-online-passive:hover {
    background-color: #2cda00;
}

.nav-status-mesgul-passive {
    width: 60px;
    margin-right: 2px;
    padding: 5px 5px 5px 17px;
    border-radius: 3px;
    background-color: #2c333d;
    background-image: url('../images/plus.svg');
    background-position: 6px 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: 300;
}

.nav-status-mesgul-passive:hover {
    background-color: #ff5f00;
}

.nav-status-offline-passive {
    width: 60px;
    margin-right: 2px;
    padding: 5px 5px 5px 17px;
    border-radius: 3px;
    background-color: #2c333d;
    background-image: url('../images/plus.svg');
    background-position: 6px 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    font-size: 11px;
    font-weight: 300;
}

.nav-status-offline-passive:hover {
    background-color: #7c7c7c;
}

.nav-1-offline-color {
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: -21px;
    border-radius: 50px;
    background-color: #7c7c7c;
}

.nav-1-mesgul-color {
    position: absolute;
    width: 10px;
    height: 10px;
    margin-top: -21px;
    border-radius: 50px;
    background-color: #ff5f00;
}

.nav-1-status-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.div-block-75 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 19px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-span-3 {
    font-weight: 700;
}

.nav-1-user-sponsored-text {
    color: #fff;
    font-weight: 300;
}

.nav-1-user-sponsored-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 40px;
    padding-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #1f252e;
    background-color: #2e343f;
}

.nav-1-visitor-silider-menu {
    display: none;
    width: 100%;
    height: 70px;
    min-width: 250px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px none #dfdfdf;
    background-color: #dfdfdf;
}

.new-sound {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    height: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.new-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-top: 70px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
}

.new-brand-search {
    position: fixed;
    left: auto;
    top: 0%;
    right: -650px;
    bottom: 0%;
    z-index: 10000;
    overflow: visible;
    width: 551px;
    height: 100vh;
    min-height: auto;
    margin-top: 70px;
    margin-right: 0px;
    margin-left: 0%;
    padding-bottom: 140px;
    border-top: 1px none #dfdfdf;
    background-color: #fff;
    box-shadow: 0 7px 6px 8px rgba(0, 0, 0, 0.11);
}

.new-briefcase {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: 551px;
    height: 100vh;
    min-height: auto;
    margin-top: 70px;
    margin-right: -650px;
    margin-left: 0%;
    padding-bottom: 140px;
    border-top: 1px none #dfdfdf;
    background-color: #fff;
}

.new-schedulle {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: 551px;
    height: 93vh;
    min-height: auto;
    margin-top: 70px;
    margin-right: -650px;
    margin-left: 0%;
    padding-bottom: 100px;
    border-top: 1px none #dfdfdf;
    background-color: #fff;
}

.new-favorite {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: 551px;
    height: 93vh;
    min-height: auto;
    margin-top: 70px;
    margin-right: -650px;
    margin-left: 0%;
    padding-bottom: 100px;
    border-top: 1px none #dfdfdf;
    background-color: #fff;
}

.video-call {
    position: static;
    left: auto;
    top: auto;
    right: 93px;
    bottom: 1%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 6px;
    border-color: #940706;
    border-radius: 100px;
    background-color: #c51918;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.48);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    cursor: pointer;
}

.video-call:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #c51918;
    background-color: #c51918;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.video-call:active {
    border-color: #b22222;
}

.video-call:focus {
    border: 1px solid #b22222;
}

.video-call:visited {
    border: 1px solid #b22222;
}

.nav-1-chat-text-1 {
    margin-top: 31px;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
}

.nav-1-chat-text-1._2 {
    display: block;
    margin-top: 27px;
    font-size: 12px;
}

.image-24 {
    position: absolute;
    width: 30px;
    height: 25px;
    margin-top: -8px;
}

.image-24._2 {
    display: block;
    margin-top: -15px;
}

.image-24._2-copy {
    display: block;
    width: 35px;
    height: 23px;
    margin-top: -20px;
}

.wapp {
    position: static;
    left: auto;
    top: auto;
    right: 180px;
    bottom: 1%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 6px;
    border-color: #05b82a;
    border-radius: 100px;
    background-color: #1ad741;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.48);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    cursor: pointer;
}

.wapp:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #1ad841;
    background-color: #1ad741;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.wapp:active {
    border-color: #1ad741;
}

.wapp:focus {
    border: 1px solid #1ad741;
}

.wapp:visited {
    border: 1px solid #1ad741;
}

.image-24-copy {
    position: absolute;
    width: 21px;
    height: 32px;
    margin-top: -14px;
}

.contact {
    position: static;
    left: auto;
    top: auto;
    right: 258px;
    bottom: 1%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 6px;
    border-color: #2c333d;
    border-radius: 100px;
    background-color: #3b414b;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.48);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    cursor: pointer;
}

.contact:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #3b414b;
    background-color: #3b414b;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.contact:active {
    border-color: #3b414b;
}

.contact:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #3b414b;
}

.contact:visited {
    border-style: solid;
    border-width: 1px;
}

.nav-1-chat-text-2 {
    margin-top: 33px;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
}

.image-24-copy-copy {
    position: absolute;
    width: 42px;
    height: 33px;
    margin-top: -14px;
    border-radius: 50px;
}

.new-sticky-content {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}



.chat-inline-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #e6e6e6;
}

.link-block-5 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50px;
    height: 50px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 100px;
    background-color: #2c333d;
    background-image: url('../images/close-24px.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.link-block-5:hover {
    background-color: #3b414b;
}

.nav-1-user-menu-notes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0px;
    background-color: #3b414b;
    background-image: url('../images/writing.svg'), url('../images/arrow.svg');
    background-position: 28px 50%, 90% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
}

.nav-1-user-menu-notes:hover {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/writing.svg'), url('../images/arrow.svg');
    background-position: 28px 50%, 97% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
}

.nav-1-user-menu-notes:focus {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/settings.svg'), url('../images/arrow.svg');
    background-position: 29px 50%, 90% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
}

.nav-1-user-menu-notes:visited {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/settings.svg'), url('../images/arrow.svg');
    background-position: 29px 50%, 90% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
}

.nav-1-user-menu-notes.w--current {
    color: #fff;
}

.nav-1-user-menu-certificate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0px;
    background-color: #3b414b;
    background-image: url('../images/quality.svg'), url('../images/arrow.svg');
    background-position: 26px 50%, 90% 50%;
    background-size: 17px, 15px;
    background-repeat: no-repeat, no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
}

.nav-1-user-menu-certificate:hover {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/quality.svg'), url('../images/arrow.svg');
    background-position: 26px 50%, 97% 50%;
    background-size: 17px, 15px;
    background-repeat: no-repeat, no-repeat;
}

.nav-1-user-menu-certificate:focus {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/settings.svg'), url('../images/arrow.svg');
    background-position: 29px 50%, 90% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
}

.nav-1-user-menu-certificate:visited {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/settings.svg'), url('../images/arrow.svg');
    background-position: 29px 50%, 90% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
}

.nav-1-user-menu-certificate.w--current {
    color: #fff;
}

.nav-1-user-menu-user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 0px;
    background-color: #3b424b;
    background-image: url('../images/user.svg'), url('../images/arrow.svg');
    background-position: 27px 50%, 90% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
}

.nav-1-user-menu-user:hover {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/user.svg'), url('../images/arrow.svg');
    background-position: 27px 50%, 97% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
}

.nav-1-user-menu-user:focus {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/user.svg'), url('../images/arrow.svg');
    background-position: 29px 50%, 90% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
}

.nav-1-user-menu-user:visited {
    background-color: rgba(31, 37, 46, 0.61);
    background-image: url('../images/user.svg'), url('../images/arrow.svg');
    background-position: 29px 50%, 90% 50%;
    background-size: 15px, 15px;
    background-repeat: no-repeat, no-repeat;
}

.nav-1-user-menu-user.w--current {
    color: #fff;
}

.basket {
    position: static;
    left: auto;
    top: auto;
    right: 93px;
    bottom: 1%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 6px none #f50;
    border-radius: 100px;
    background-color: #f50;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.48);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    cursor: pointer;
}

.basket:hover {
    border: 1px solid #f50;
    background-color: #f50;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.basket:active {
    border-color: #f50;
}

.basket:focus {
    border: 1px solid #f50;
}

.basket:visited {
    border: 1px solid #f50;
}

.text-block-139 {
    color: rgba(0, 0, 0, 0.2);
    cursor: default;
}

.nav-1-bonus-animation-default {
    position: absolute;
    left: -33px;
    top: auto;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
}

.products-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    min-height: 100px;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px none #000;
}

.product {
    width: 23%;
    margin: 10px 10px 40px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    background-color: #fff;
    background-image: url('../images/loupe.svg');
    background-position: 90% 120%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    text-decoration: none;
}

.product:hover {
    border-bottom: 3px solid #ec1c24;
    background-position: 90% 90%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product-i-mg {
    width: 100%;
    min-height: 180px;
}

.product-i-mg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-height: 180px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
}

.image-25 {
    width: auto;
    height: auto;
    max-height: 180px;
    max-width: none;
}

.product-name {
    width: auto;
    margin-top: 10px;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
}

.product-desc {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #c51918;
    font-size: 12px;
}

.product-detail-2 {
    width: auto;
    margin-top: 0px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.cart {
    position: relative;
    display: block;
    width: 90px;
    height: 70px;
    min-width: 90px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-style: none;
    border-width: 2px 1px 1px;
    border-color: #f5f5f5 #dfdfdf #dfdfdf;
    background-color: #ff7b00;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}

.cart:hover {
    border-top-style: none;
    border-top-color: #c51918;
    background-color: #ff8400;
    background-image: url('../images/list.svg');
}

.lottie-animation-12 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.product-details-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-video-area {
    position: absolute;
    left: 22%;
    top: 21%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 67%;
    height: 12.7%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.new-video-area:hover {
    background-color: transparent;
    background-image: none;
}

.stand-xl-new-video {
    position: absolute;
    left: 39.5%;
    top: 43.3%;
    width: 36.5%;
    height: 10.7%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-xl-new-video:hover {
    background-color: rgba(0, 0, 0, 0.18);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

._w-poster {
    position: absolute;
    left: 39.5%;
    top: 43.3%;
    width: 36.5%;
    height: 10.7%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

._w-poster:hover {
    background-color: rgba(0, 0, 0, 0.18);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.video-tile {
    position: relative;
    left: 0%;
    top: 0%;
    z-index: 100;
    overflow: hidden;
    width: 18%;
    height: 100%;
    margin-right: 1%;
    margin-left: 0%;
    border: 4px solid #000;
    background-color: rgba(0, 0, 0, 0.8);
    background-image: none;
    background-position: 0px 0px;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.video-tile:hover {
    background-color: #000;
    background-image: none;
    opacity: 0.94;
}

.video-link {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 6px none #000;
    background-color: transparent;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.video-link:hover {
    background-color: rgba(0, 0, 0, 0.09);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 98, 7, 0)), to(rgba(251, 98, 7, 0))), url('../images/youtube_1.svg');
    background-image: linear-gradient(180deg, rgba(251, 98, 7, 0), rgba(251, 98, 7, 0)), url('../images/youtube_1.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 35px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.image-26 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
}

.identity {
    position: static;
    left: auto;
    top: auto;
    right: 93px;
    bottom: 1%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 6px none #0fb687;
    border-radius: 100px;
    background-color: #0fb687;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.48);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    cursor: pointer;
}

.identity:hover {
    border: 1px none #0fb687;
    background-color: #0fb687;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.identity:active {
    border-color: #07946c;
}

.identity:focus {
    border-style: none;
    border-width: 1px;
    border-color: #0fb687;
}

.identity:visited {
    border-style: none;
    border-width: 1px;
    border-color: #0fb687;
}

.picture-link {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 6px none #000;
    background-color: transparent;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.picture-link:hover {
    background-color: rgba(0, 0, 0, 0.09);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 98, 7, 0)), to(rgba(251, 98, 7, 0))), url('../images/eye.svg');
    background-image: linear-gradient(180deg, rgba(251, 98, 7, 0), rgba(251, 98, 7, 0)), url('../images/eye.svg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 35px;
    background-repeat: repeat, no-repeat;
    opacity: 0.94;
}

.old-content {
    display: none;
}

.div-block-76 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list-content {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 2px 7px 8px 4px rgba(0, 0, 0, 0.16);
}

.list-search {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    padding: 5%;
    background-color: rgba(44, 51, 61, 0.84);
}

.list-inline-content {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
}

.list-area-1 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #e0e0e0;
    border-radius: 10px;
    background-color: transparent;
}

.list-brand {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12%;
    height: auto;
    min-height: auto;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.11);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #2c333d;
    text-decoration: none;
    cursor: pointer;
}

.list-brand:hover {
    background-color: #fff;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.11);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.list-brand-picture {
    width: 100%;
    max-width: none;
    min-height: auto;
    margin-right: 0px;
    padding: 5px;
    border-style: none;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 3px;
    background-color: #fff;
}

.list-brand-head {
    width: 99.92524%;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.list-brand-zone {
    width: 50%;
    padding: 5px;
    background-color: #e4e6e9;
    font-size: 12px;
    line-height: 14px;
}

.list-brand-zone.no {
    width: 50%;
    padding: 5px;
    background-color: #000;
    color: #fff;
}

.list-brand-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    margin-right: 0px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background-color: #677283;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 11px;
}

.list-brand-btn:hover {
    background-color: #2c333d;
}

.list-brand-details-content {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-right: 0px;
}

.shop-ok {
    position: absolute;
    left: auto;
    top: -15px;
    right: 0px;
    bottom: auto;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background-color: #02b45e;
    background-image: url('../images/cart.svg?t=2');
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
}

.zone-list-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-top: 0px;
    margin-bottom: 100px;
    padding: 60px 20px 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-bottom: 1px none transparent;
}

.shop-empty {
    position: absolute;
    left: auto;
    top: -15px;
    right: 0px;
    bottom: auto;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background-color: #898c91;
    background-image: url('../images/cart.svg');
    background-position: 50% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
}

.heading-19 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    font-weight: 300;
    text-align: center;
}

.div-block-77 {
    position: static;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-top: 60px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #e0e0e0;
    border-radius: 10px;
    background-color: transparent;
}

.tabs-3 {
    width: 100%;
}

.div-block-78 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.div-block-79 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.text-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tabs-4 {
    width: 500px;
    height: auto;
}

.tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e6;
    border-radius: 100px;
    background-color: #f5f5f5;
}

.tab-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 50px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: hsla(0, 0%, 86.7%, 0);
    -webkit-transition: all 500ms cubic-bezier(.23, 1, .32, 1);
    transition: all 500ms cubic-bezier(.23, 1, .32, 1);
}

.tab-link:hover {
    width: 150%;
}

.tab-link.w--current {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 150%;
    height: 50px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
    -webkit-transition: all 400ms cubic-bezier(.23, 1, .32, 1);
    transition: all 400ms cubic-bezier(.23, 1, .32, 1);
    color: #000;
}

.tab-link.w--current:hover {
    width: 150%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.text-block-140 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    padding: 15px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 600ms cubic-bezier(.23, 1, .32, 1);
    transition: all 600ms cubic-bezier(.23, 1, .32, 1);
    color: #000;
    text-shadow: 0 -50px 0 #000;
}

.text-block-140:hover {
    padding-top: 55px;
    color: rgba(51, 51, 51, 0);
    text-shadow: 0 -40px 0 #000;
}

.text-block-140.current {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    text-shadow: 0 -50px 0 transparent;
}

.text-block-140.current:hover {
    text-shadow: 0 -40px 0 #000;
}

.text-block-140.current:active {
    opacity: 0.6;
}

.tabs-content-2 {
    background-color: #f5f5f5;
}

.tab-pane-tab-3 {
    position: relative;
    background-color: #f5f5f5;
}

.nav-menu-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-2 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    width: 60px;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.zne-name-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 60px;
    min-width: auto;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 0px;
    background-color: #3b414b;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
}

.zne-name-menu.w--current {
    position: static;
    width: auto;
    height: 70px;
    min-width: 100px;
    margin: 40px 0px 0px;
    padding: 0px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #2c333d;
    border-radius: 0px;
    background-color: #2c333d;
    color: #fff;
}

.zone-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12%;
    height: auto;
    min-height: auto;
    margin: 0px 10px 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 0px;
    background-color: #c51918;
    background-image: url('../images/play_2.svg?t=1');
    background-position: -4% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    font-weight: 300;
    text-align: center;
}

.zone-heading._2 {
    background-color: #93b908;
}

.zone-heading._4 {
    background-color: #03609e;
}

.zone-heading._5 {
    background-color: #8f63be;
}

.search-1 {
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #f5f5f5;
    border-radius: 50px 3px 3px 50px;
    font-size: 14px;
    font-weight: 300;
}

.search-btn {
    position: static;
    height: 40px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #3b414b;
    font-size: 12px;
    font-weight: 300;
}

.search-btn:hover {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.new-zone-change {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5%;
    padding-bottom: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.new-zone-chane-btn {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 130px;
    margin-top: 0%;
    margin-bottom: 1px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b414b;
    background-image: url('../images/play-arrow.svg');
    background-position: 50% 90%;
    background-size: 15px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-decoration: none;
}

.new-zone-chane-btn:hover {
    background-color: #3b414b;
    background-image: url('../images/play.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background-image: url('../images/play.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-position: 50% 90%, 0px 0px;
    background-size: 15px, auto;
}

.new-zone-chane-btn.w--current {
    width: 60px;
    height: 140px;
    background-color: #2c333d;
    font-size: 27px;
}

.div-block-80 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 50px;
    margin-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-block-6 {
    width: auto;
    height: 30px;
}

.link-10 {
    display: inline;
    height: 30px;
    min-height: 30px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 33px;
    background-color: #fff;
    color: #2c333d;
    font-size: 12px;
    line-height: 40px;
    text-decoration: none;
}

.shop-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 10px 10px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 3px;
    background-color: #fff;
    background-image: url('../images/cart-y.svg?t=1');
    background-position: 8px 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #2c333d;
    text-decoration: none;
}

.shop-status:hover {
    border-style: none;
    border-width: 1px;
    border-color: #2c333d;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.46);
}

.shop-status.disable {
    background-image: url('../images/cart-g.svg?t=1');
}

.shop-status.view {
    background-image: url('../images/visibility-2.svg?t=1');
}

.shop-status.view-disable {
    background-image: url('../images/visibility-3.svg?t=1');
}

.talk {
    position: relative;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 1%;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 70px;
    height: 70px;
    margin-right: 5px;
    margin-left: 5px;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 6px none #0fb687;
    border-radius: 100px;
    background-color: #7a41b8;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.48);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    cursor: pointer;
}

.talk:hover {
    border: 1px none #0fb687;
    background-color: #7a41b8;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.talk:active {
    border-color: #07946c;
}

.talk:focus {
    border-style: none;
    border-width: 1px;
    border-color: #0fb687;
}

.talk:visited {
    border-style: none;
    border-width: 1px;
    border-color: #0fb687;
}

.lottie-animation-13 {
    position: absolute;
    width: 167px;
    margin-top: -16px;
    margin-left: 6px;
}

.view-ok {
    position: absolute;
    left: auto;
    top: -15px;
    right: 28px;
    bottom: auto;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background-color: #ff8400;
    background-image: url('../images/visibility-1.svg?t=1');
    background-position: 50% 50%;
    background-size: 17px;
    background-repeat: no-repeat;
}

.view-no {
    position: absolute;
    left: auto;
    top: -15px;
    right: 28px;
    bottom: auto;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background-color: #888c90;
    background-image: url('../images/visibility.svg?t=2');
    background-position: 50% 50%;
    background-size: 17px;
    background-repeat: no-repeat;
}

.select-field {
    display: none;
}

.serenaslive {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 999;
    overflow: hidden;
    width: 130px;
    height: 63px;
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 10px;
    background-color: #fff;
    background-image: url('../images/serenaslive.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.34);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

.serenaslive:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.back-2 {
    position: relative;
    display: block;
    width: 90px;
    height: 70px;
    min-width: 90px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-style: none;
    border-width: 2px 1px 1px;
    border-color: #f5f5f5 #dfdfdf #dfdfdf;
    background-color: #f5f5f5;
    background-image: url('../images/left-arrow.svg');
    background-position: 50% 12px;
    background-size: 25px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}

.back-2:hover {
    border-top-style: none;
    border-top-color: #c51918;
    background-color: #f5f5f5;
}

.text-block-141 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #000;
    font-weight: 300;
}

.text-block-142 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100px;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e3e6e9;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    text-align: center;
}


.e-poster-star-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.logo-img {
    width: 100%;
}

.e-poster-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 87.3vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none none;
    border-width: 1px;
    border-color: #dfdfdf #fff #fff;
    border-radius: 0px;
    background-color: #f5f5f5;
}

.e-poster-content.color-1 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #8f63be;
}

.e-poster-content.color-2 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #ff8400;
}

.e-poster-content.color-3 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #2d719e;
}

.e-poster-content.color-4 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #656e7c;
}

.e-poster-content.color-5 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #69b490;
}

.e-poster-content.color-6 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #837d6f;
}

.e-poster-content.color-7 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #b87476;
}

.e-poster-content.color-8 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #041649;
}

.e-poster-content.color-9 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #333;
}

.e-poster-content.color-10 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #333;
}

.e-poster-content.color-11 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #492847;
}

.e-poster-content.color-12 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #9e9e9e;
}

.e-poster-content.color-13 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #2b2b2b;
}

.e-poster-content.color-14 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #c51918;
}

.e-poster-content.color-15 {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #44b4ff;
}

.e-poster-content.l-st-bg {
    min-height: 92.4vh;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #f5f5f5;
}

.e-poster-new-header {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.e-poster-new-header.black {
    color: #000;
}

.e-poster-new-text-1 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

.e-poster-new-text-2 {
    color: #fff;
}

.e-poster-new-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.e-poster-new-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 23%;
    max-height: 250px;
    min-height: 250px;
    margin: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
}

.e-poster-new-wrap._40 {
    width: 47.5%;
}

.e-poster-new-wrap.adv-1 {
    width: 80%;
    max-height: 100px;
    min-height: 100px;
    margin-top: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.e-poster-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #fff;
    font-size: 19px;
    line-height: 28px;
    font-weight: 400;
}

.e-poster-header.color-1 {
    background-color: purple;
    font-style: normal;
}

.e-poster-header.color-2 {
    background-color: #f40;
    font-style: italic;
}

.e-poster-header.color-3 {
    background-color: #5387aa;
    font-style: italic;
}

.e-poster-header.color-4 {
    background-color: #818d9c;
    font-style: italic;
}

.e-poster-header.color-5 {
    background-color: #3ba26f;
    font-style: italic;
}

.e-poster-header.color-6 {
    background-color: #aaa797;
    font-style: normal;
}

.e-poster-header.color-7 {
    background-color: #884243;
    font-style: normal;
}

.e-poster-header.color-8 {
    background-color: #0e296e;
    font-style: normal;
}

.e-poster-header.color-9 {
    background-color: #ff8400;
    font-style: normal;
}

.e-poster-header.color-10 {
    background-color: #93b908;
    font-style: normal;
}

.e-poster-header.color-11 {
    background-color: #08b981;
    font-style: normal;
}

.e-poster-header.color-12 {
    background-color: #000;
    font-style: normal;
}

.e-poster-header.color-13 {
    background-color: #c51918;
    font-style: normal;
}

.e-poster-header.color-14 {
    background-color: #383838;
    font-style: normal;
}

.e-poster-header.color-15 {
    background-color: #1024fd;
    font-style: normal;
}

.e-poster-header.list-color {
    background-color: #3b414b;
    font-style: normal;
}

.e-poster-content-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-bottom: 40px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.enlarge {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 50px;
    padding-right: 45px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/enlarge-image.svg');
    background-position: 85% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
}

.enlarge:hover {
    background-color: hsla(0, 0%, 100%, 0.16);
}

.e-poster-break {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 20px;
    min-height: 30px;
    background-color: #fff;
}

.e-poster-vote-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 150px;
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #dfdfdf;
}

.e-poster-new-stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.e-poster-vote-active {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    padding-right: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffc007;
    border-radius: 100px;
    background-color: #fff;
    background-image: url('../images/star.svg');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
}

.e-poster-vote-passive {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    margin-right: 5px;
    padding-right: 0px;
    border-radius: 100px;
    background-color: hsla(0, 0%, 80%, 0.19);
    background-image: url('../images/star-1.svg');
    background-position: 50% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.e-poster-vote-passive:hover {
    background-image: url('../images/star.svg');
}

.e-poster-details-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.e-poster-picture-embed {
    width: 100%;
    margin-bottom: 10px;
}

.e-poster-new-seperate-head {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.e-poster-footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.advertisement {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
    min-height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    color: #1281ff;
}

.image-27 {
    width: 70%;
    max-width: none;
    margin-right: 15%;
    margin-left: 15%;
}

.e-poster-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 50px;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 3px;
    border-color: hsla(0, 0%, 100%, 0.13);
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.05);
    background-image: url('../images/add.svg');
    background-position: 10px 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.e-poster-link:hover {
    background-color: hsla(0, 0%, 100%, 0.16);
}

.e-poster-link._001 {
    margin-bottom: 10px;
    background-image: url('../images/question.svg');
}

.e-poster-link._002 {
    margin-bottom: 10px;
    background-image: url('../images/edit_1.svg');
}

.e-poster-link._003 {
    margin-bottom: 10px;
    background-image: url('../images/printer.svg');
}

.e-poster-link._004 {
    margin-bottom: 10px;
    background-image: url('../images/share.svg');
}

.e-poster-link._005 {
    margin-bottom: 10px;
    background-image: url('../images/chat_1.svg');
}

.e-poster-link._006 {
    margin-bottom: 10px;
    padding-left: 20px;
    background-image: none;
}

.e-poster-new-btn.rate {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.32);
    font-weight: 300;
}

.e-poster-popup-format {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.78);
}

.e-poster-lightbox-content {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-height: 700px;
    max-width: 600px;
    min-height: 400px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #fff;
    font-weight: 300;
    text-align: center;
}

.e-poster-modal-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100px;
    padding-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 25px;
    font-weight: 400;
}

.e-poster-new-popup-form {
    width: 100%;
}

.e-poster-popup-f-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.e-poster-f-title {
    width: 100%;
    font-weight: 400;
    text-align: left;
}

.e-poster-form-label {
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #cecece;
    border-radius: 3px;
}

.e-poster-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 48px;
    max-width: none;
    margin: 20px 0px 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 5px;
    background-color: #3b414b;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 18px;
    font-weight: 400;
}

.e-poster-form-btn:hover {
    border-style: solid;
    border-color: #3b414b;
    background-color: #fff;
    color: #3b414b;
}

.e-poster-popup-close {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 999;
    width: 50px;
    height: 50px;
    background-color: #3b414b;
    background-image: url('../images/close-24px.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.e-poster-popup-close:hover {
    background-color: #2c333d;
}

.success-message-6 {
    background-color: #3b414b;
    color: #fff;
}

.error-message-5 {
    background-color: #c51918;
    color: #fff;
}

.e-poster-popup-scrool {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 90%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.e-poster-new-text {
    font-size: 16px;
    line-height: 22px;
}

.embed-picture {
    height: 100%;
}

.embed-picture:hover {
    border-style: none;
    border-width: 2px;
    border-color: #000;
    opacity: 1;
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}

.embed-picture.k:hover {
    border-style: none;
    background-color: transparent;
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}

.image-29 {
    position: absolute;
}

.stand-l-k1 {
    position: absolute;
    left: 21.8%;
    top: 4%;
    width: 10%;
    height: 42%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-l-k1:hover {
    background-color: transparent;
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-l-k2 {
    position: absolute;
    left: 69%;
    top: 4%;
    width: 10%;
    height: 42%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-l-k2:hover {
    background-color: transparent;
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-xl-k1 {
    position: absolute;
    left: 2%;
    top: 3%;
    width: 10%;
    height: 41%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-xl-k1:hover {
    background-color: transparent;
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-xl-k2 {
    position: absolute;
    left: 75.5%;
    top: 3%;
    width: 10%;
    height: 41%;
    background-color: transparent;
    background-image: url('../images/expand_1.svg');
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-xl-k2:hover {
    background-color: transparent;
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-xl-logo {
    position: absolute;
    left: 42%;
    top: 36%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28%;
    height: 6%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-xl-logo:hover {
    background-color: #fff;
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-l-logo {
    position: absolute;
    left: 42%;
    top: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16%;
    height: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-l-logo:hover {
    background-color: #fff;
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-m-k1 {
    position: absolute;
    left: 62%;
    top: 5%;
    width: 9%;
    height: 38%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-m-k1:hover {
    background-color: transparent;
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-m-logo {
    position: absolute;
    left: 26.3%;
    top: 22.8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 43.8%;
    height: 10.5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-m-logo:hover {
    background-color: #fff;
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-s-logo {
    position: absolute;
    left: 33.3%;
    top: 29.7%;
    width: 12%;
    height: 9%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-s-logo:hover {
    background-color: rgba(0, 0, 0, 0.18);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-s-logos {
    position: absolute;
    left: 34.3%;
    top: 30.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 11%;
    height: 8%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-s-logos:hover {
    background-color: #fff;
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.onepart-stand-logo {
    position: absolute;
    left: 23%;
    top: 18%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12%;
    height: 16%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.onepart-stand-logo:hover {
    background-color: #fff;
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.two-part-stand-logo {
    position: absolute;
    left: 16.5%;
    top: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 11.5%;
    height: 13%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.two-part-stand-logo:hover {
    background-color: rgba(0, 0, 0, 0.18);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.three-part-stand-logo {
    position: absolute;
    left: 13%;
    top: 26%;
    width: 9%;
    height: 10%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.three-part-stand-logo:hover {
    background-color: rgba(0, 0, 0, 0.18);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.four-part-stand-logo {
    position: absolute;
    left: 13%;
    top: 27%;
    width: 9%;
    height: 9%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.four-part-stand-logo:hover {
    background-color: rgba(0, 0, 0, 0.18);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.four-part-stand-k1 {
    position: absolute;
    left: 4.3%;
    top: 4.7%;
    width: 7.4%;
    height: 33%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.four-part-stand-k1:hover {
    background-color: rgba(0, 0, 0, 0.18);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.four-part-stand-k2 {
    position: absolute;
    left: 88.2%;
    top: 4.7%;
    width: 7.4%;
    height: 33%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.four-part-stand-k2:hover {
    background-color: rgba(0, 0, 0, 0.18);
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.stand-s-poster-k1 {
    position: absolute;
    left: 77.4%;
    top: 5.7%;
    width: 10%;
    height: 41%;
    background-color: transparent;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
}

.stand-s-poster-k1:hover {
    background-color: transparent;
    background-image: url('../images/expand_1.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.metals {
    height: 3px;
    background-color: #868686;
}

.div-block-81 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.days-eci-1 {
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: left;
}

.days-eci-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.days-eci-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.days-eci-3.days {
    width: 49%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}

.days-eci-4 {
    width: 90%;
    margin-left: 20px;
    color: #fff;
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
}

.days-eci-4.days {
    margin-bottom: 0px;
    font-size: 16px;
}

.e-poster-new-wrap1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 23%;
    max-height: 250px;
    min-height: 250px;
    margin: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
}

.e-poster-new-wrap1:hover {
    opacity: 0.9;
}

.e-poster-new-wrap1._40 {
    width: 47.5%;
}

.e-poster-new-wrap1.adv-1 {
    width: 80%;
    max-height: 100px;
    min-height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.e-poster-name-text {
    margin: 20px 20px 20px 0px;
    padding-left: 20px;
    border-style: none;
    border-width: 1px 1px 1px 3px;
    border-color: #000;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.e-poster-new-wrap-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 23%;
    max-height: 300px;
    min-height: 300px;
    margin: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 4px;
    background-color: transparent;
    text-decoration: none;
}

.e-poster-new-wrap-list:hover {
    opacity: 0.9;
}

.e-poster-new-wrap-list._40 {
    width: 47.5%;
}

.e-poster-new-wrap-list.adv-1 {
    width: 80%;
    max-height: 100px;
    min-height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.e-poster-new-wrap-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    margin: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
}

.e-poster-new-wrap-link:hover {
    opacity: 0.9;
}

.e-poster-new-wrap-link._40 {
    width: 47.5%;
}

.e-poster-new-wrap-link.adv-1 {
    width: 80%;
    max-height: 100px;
    min-height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.slider-4 {
    width: 100%;
    height: 100px;
    max-height: 100px;
}

.slide-nav-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 8px;
}

.slide-3 {
    height: 100px;
    max-height: 100px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
}

.slide-4 {
    height: 100px;
    max-height: 100px;
}

.mask-2 {
    height: 100px;
    max-height: 100px;
}

.left-arrow-3 {
    color: #000;
    font-size: 16px;
}

.right-arrow-3 {
    color: #000;
    font-size: 16px;
}

.slide-img {
    width: 100%;
    height: auto;
}

.video-player-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 91.9vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #dfdfdf #fff #fff;
    border-radius: 0px;
    background-color: #f1f1f3;
}

.v-left {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    overflow: auto;
    width: 20%;
    margin-top: 70px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-right: 1px none #000;
    background-color: #fff;
}

.v-right {
    width: 80%;
    height: 100%;
    margin-left: auto;
}

.v-right._60 {
    width: 65%;
    margin-right: 15%;
    margin-left: 20%;
}

.vp-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.vp-search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wp-search-c-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(104, 110, 119, 0.1);
}

.vp-search-field {
    width: 80%;
    height: 40px;
    border-style: none;
    border-width: 1px;
    border-color: #dfdfdf;
    border-radius: 3px 0px 0px 3px;
    background-color: #f5f5f5;
}

.vp-search-field:hover {
    border-color: #3b414b;
}

.vp-search-field:focus {
    border-color: #3b414b;
}

.vp-search-field::-webkit-input-placeholder {
    color: #3f3434;
    font-weight: 300;
}

.vp-search-field:-ms-input-placeholder {
    color: #3f3434;
    font-weight: 300;
}

.vp-search-field::-ms-input-placeholder {
    color: #3f3434;
    font-weight: 300;
}

.vp-search-field::placeholder {
    color: #3f3434;
    font-weight: 300;
}

.vp-search-btn {
    width: 50px;
    height: 40px;
    margin-left: -1px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #c51918;
    background-image: url('../images/magnifying-glass.svg');
    background-position: 50% 50%;
    background-size: 20px;
    background-repeat: no-repeat;
}

.vp-search-btn:hover {
    background-color: #2c333d;
}

.v-category-content {
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}

.v-category-title {
    width: 100%;
    margin-bottom: 20px;
    color: #000;
    font-size: 17px;
}

.v-recent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding: 40px 40px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e7e7e8;
    background-color: transparent;
}

.v-recent._70 {
    width: 100%;
}

.link-block-7 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 18%;
    min-height: 300px;
    margin-right: 5px;
    margin-bottom: 40px;
    margin-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-style: solid;
    border-width: 1px;
    border-color: #565c66;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: 0 14px 9px -14px rgba(0, 0, 0, 0.14);
    text-decoration: none;
}

.link-block-7:hover {
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.05);
    background-color: rgba(0, 0, 0, 0.26);
}

.v-title-text {
    margin: 0px;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}

.v-title-text.normal {
    margin: 10px 10px 0px 20px;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    font-weight: 300;
}

.v-title-text.normal.w {
    margin-top: 20px;
    margin-left: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #000;
    font-size: 26px;
    font-weight: 400;
}

.v-title-text.small-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 13px;
    line-height: 14px;
}

.v-title-text.bigger {
    margin: 10px 10px 0px 20px;
    padding: 0px;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 300;
}

.v-title-text.bigger.w {
    margin-top: 20px;
    margin-left: 0px;
    color: #fff;
    font-size: 26px;
}

.v-image {
    width: 100%;
}

.v-image._50 {
    width: 100%;
    max-width: none;
}

.v-image._30 {
    position: absolute;
    left: auto;
    right: auto;
    width: 30%;
    height: auto;
    max-height: none;
    max-width: none;
    min-width: 90px;
    margin-right: auto;
    margin-left: auto;
}

.v-title-detail-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-height: 30px;
    margin: 0px auto 0px 20px;
    padding-right: 10px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 300;
}

.v-title-detail-text.w {
    margin-left: 0px;
    color: #c51918;
    font-weight: 400;
}

.v-title-views {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px none hsla(0, 0%, 85.3%, 0.21);
    color: #000;
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
}

.v-title-views.w {
    color: #000;
}

.v-title-views.smaller {
    margin-top: 0px;
    color: #fff;
    font-size: 11px;
    line-height: 11px;
}

.commets-views {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}

.commets-views.w {
    margin-left: 0px;
}

.commets-views.smaller {
    width: 70%;
    min-height: auto;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 15px;
}

.commets-views.document {
    margin-left: 20px;
}

.v-title-comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    margin-top: 0px;
    margin-left: 5px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #dfdfdf;
    color: #000;
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
    white-space: nowrap;
}

.v-title-comments.smaller {
    margin-top: 0px;
    border-left-color: #666c71;
    font-size: 11px;
    line-height: 11px;
}

.play-icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: none;
    width: 60px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    background-color: #c51918;
    opacity: 1;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
}

.play-icon:hover {
    background-color: rgba(197, 25, 24, 0.9);
}

.v-clock {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 2px;
    background-color: #dd0100;
    color: #fff;
}

.v-clock.smaller {
    width: 30%;
    min-width: 90px;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.v-clock-text {
    width: auto;
    padding-left: 30px;
    background-image: url('../images/clock.svg');
    background-position: 9% 50%;
    background-size: 14px;
    background-repeat: no-repeat;
    color: #fff;
}

.v-clock-text.smaller {
    font-size: 11px;
}

.v-category-favorite-title {
    width: 50%;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #000;
    font-size: 17px;
    font-weight: 300;
}

.v-category-favorite-title.top {
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.68);
    font-size: 13px;
}

.v-category-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #cfcfcf;
    color: #000;
    text-decoration: none;
}

.v-category-link:hover {
    color: #616161;
}

.v-sup {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 20px;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #c51918;
    font-size: 10px;
}

.tag-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.tags-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-width: 100px;
    margin: 5px;
    padding: 5px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 20px;
    background-color: #f7f7f7;
    background-image: url('../images/down-arrow-1.svg');
    background-position: 95% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

.tags-link:hover {
    border-style: none;
    border-color: #cfd1d3;
    background-color: #fff;
    opacity: 0.5;
}

.tags-link.active {
    border-style: solid;
    border-width: 3px;
    border-color: #c51918;
    background-color: #fff;
    background-image: url('../images/down-arrow_1.svg');
}

.text-block-20 {
    height: 100%;
    margin-left: 10px;
    padding-top: 2px;
    padding-right: 30px;
    font-size: 13px;
    line-height: 13px;
}

.filter {
    margin-bottom: 5px;
    padding: 10px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #cfd1d3 #cfd1d3 rgba(104, 110, 119, 0.1);
    background-color: #fff;
}

.text-block-11 {
    margin-bottom: 10px;
}

.div-block-84 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    min-width: 100px;
    margin: 5px 3px;
    padding: 5px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    border-radius: 20px;
    background-color: #e6e6e6;
    background-image: url('../images/delete.svg');
    background-position: 95% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

.link-block:hover {
    border-style: none;
    border-color: #cfd1d3;
    background-color: #c51918;
    opacity: 1;
    color: #fff;
}

.link-block-8 {
    position: relative;
    padding: 3px 3px 3px 2px;
    float: right;
    clear: none;
    border-style: solid;
    border-width: 1px;
    border-color: #d4d4d4;
    border-radius: 50px;
    background-image: url('../images/delete_1delete.png');
    background-position: 5% 50%;
    background-size: 18px;
    background-repeat: no-repeat;
    color: #000;
    font-size: 13px;
    text-decoration: none;
}

.text-block-21 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    padding-right: 0px;
    padding-left: 30px;
    clear: right;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-decoration: none;
}

.text-block-21:hover {
    color: #ee5524;
}

.checkbox-field-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-weight: 300;
}

.checkbox {
    width: 15px;
    height: 15px;
    margin-top: 0px;
}

.checkbox.w--redirected-checked {
    border-color: #c51918;
    background-color: #c51918;
}

.checkbox.w--redirected-focus {
    box-shadow: 0 0 3px 1px #c51918;
}

.v-category-head {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
}

.v-category-head.selected {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #c51918;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.v-category-head.selected:hover {
    color: #c51918;
}

.link-block-3 {
    width: 95%;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.link-block-3:hover {
    color: #c51918;
    font-weight: 400;
    text-decoration: none;
}

.link-block-3:active {
    font-weight: 300;
}

.div-block-3 {
    padding: 0px;
}

.text-field-3 {
    width: 90%;
    border-radius: 6px;
}

.field-label-3 {
    font-weight: 400;
}

.form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.accordion-arrow-2 {
    width: 12px;
    margin-right: 20px;
    clear: none;
    opacity: 0.8;
}

.accordion-pane-3 {
    overflow: auto;
    border-bottom: 1px solid rgba(104, 110, 119, 0.1);
    background-color: #fff;
    box-shadow: inset 0 9px 22px -20px #000;
}

.accordion-pane-content-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}

.button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 40px;
    max-width: none;
    margin: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #5a5a74;
    font-size: 16px;
    font-weight: 400;
}

.button-3:hover {
    background-color: #ee5524;
}

.make-sec-2 {
    margin: 5px 10px;
    padding-left: 20px;
    background-image: url('../images/arrow--1.svg');
    background-position: 0% 5px;
    background-size: 7px;
    background-repeat: no-repeat;
    font-size: 14px;
    line-height: 16px;
}

.make-sec-2:hover {
    color: #c51918;
    font-weight: 400;
}

.make-sec-2:active {
    font-weight: 400;
}

.make-sec-2.selected {
    color: #c51918;
    font-weight: 400;
    text-decoration: underline;
}

.search-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 58px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #cfd1d3;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-label-2 {
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 2px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.make-sec-3 {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 40px;
    font-size: 13px;
}

.make-sec-3.selected {
    color: #ee5524;
    font-weight: 700;
    text-decoration: underline;
}

.checkbox-label-3 {
    font-weight: 300;
}

.checkbox-label-4 {
    font-weight: 300;
}

.checkbox-label-5 {
    font-weight: 300;
}

.head-video-type {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 20px;
    margin-bottom: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px none #dfdfdf;
}

.v-type-video {
    margin-left: 20px;
    padding-bottom: 3px;
    padding-left: 30px;
    background-image: url('../images/youtube_2.svg');
    background-position: 0% 0px;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #000;
    text-decoration: none;
}

.v-type-video:hover {
    background-image: url('../images/youtube-1.svg');
    color: #c51918;
}

.v-type-video.active {
    margin-right: 0px;
    margin-left: auto;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
    background-position: 0% 0px;
    color: #000;
}

.v-type-video.selected {
    padding-left: 0px;
    background-image: none;
    color: #180000;
}

.text-block-143 {
    color: #000;
}

.v-type-file {
    margin-left: 20px;
    padding-bottom: 3px;
    padding-left: 0px;
    color: #000;
    text-decoration: none;
}

.v-type-file:hover {
    color: #c51918;
}

.v-type-file.active {
    margin-right: 0px;
    margin-left: auto;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
    background-position: 0% 0px;
    color: #000;
}

.v-type-file.selected {
    background-image: url('../images/youtube-1.svg');
    color: #c51918;
}

.v-type-file.open {
    background-image: url('../images/document-1.svg');
    color: #c51918;
}

.div-block-86 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.play-image {
    width: 25px;
}

.links-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 48%;
    margin-right: 5px;
    margin-bottom: 40px;
    margin-left: 5px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #565c66;
    border-radius: 5px;
    background-color: transparent;
    text-decoration: none;
}

.links-2:hover {
    border-style: solid;
    border-color: #565c66;
    background-color: rgba(0, 0, 0, 0.12);
}

.links-2._33 {
    width: 32%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: none;
}

.links-2._33:hover {
    border-color: #565c66;
}

.links-2._50 {
    width: 19%;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-style: none;
    background-color: #fff;
    box-shadow: none;
}

.links-2._50:hover {
    border-color: #565c66;
}

.links-2._100 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-style: none;
    background-color: #fff;
    box-shadow: none;
}

.links-2._100:hover {
    border-color: #565c66;
}

.v-search-documentss {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding: 20px 40px 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px none #565c66;
    background-color: transparent;
}

.v-title-detail-file-type {
    width: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: 20px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #c51918;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.v-video-d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #dfdfdf;
    background-color: transparent;
}

.v-video-d._70 {
    width: 100%;
}

.div-block-87 {
    width: 100%;
    max-height: none;
    border-bottom: 1px none hsla(0, 0%, 100%, 0.28);
    background-color: transparent;
}

.youtube-2 {
    width: 100%;
    border: 1px none #000;
}

.div-block-88 {
    position: relative;
    overflow: auto;
    width: 29%;
    height: 600px;
    max-height: none;
    margin-left: 4px;
    padding-top: 6px;
    padding-right: 20px;
    padding-left: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #666c72;
    border-radius: 5px;
    background-color: #2c333d;
}

.list-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: 150px;
    min-height: 120px;
    margin: 5px 5px 10px;
    padding: 0px 10px 0px 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-width: 1px;
    border-color: #565c66;
    border-radius: 4px;
    background-color: transparent;
    text-decoration: none;
}

.list-item:hover {
    border-style: solid;
    border-color: hsla(0, 0%, 100%, 0);
    background-color: rgba(0, 0, 0, 0.2);
}

.list-item.left-tile {
    max-height: none;
    min-height: auto;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.list-item.left-tile:hover {
    border-color: #565c66;
}

.list-title-abs {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 10;
    display: inline-block;
    padding: 0px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #666c72;
    border-radius: 100px;
    background-color: #2c333d;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 2px;
    text-decoration: none;
}

.list-title-abs.botom {
    left: 0%;
    top: -2%;
    right: auto;
    bottom: auto;
}

.text-block-144 {
    color: #000;
}

.div-block-89 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.text-block-145 {
    color: #000;
}

.div-block-90 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.comment.inline {
    margin-top: 20px;
    margin-bottom: 0px;
}

.div-block-92 {
    overflow: hidden;
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    border-radius: 500px;
}

.div-block-93 {
    width: 100%;
    margin-left: 20px;
}

.image-31 {
    height: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 500px;
}

.field-label-4 {
    color: #000;
    font-weight: 300;
}

.form-block-4 {
    margin-bottom: 0px;
}

.div-block-94 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 15%;
    height: auto;
    margin-top: 70px;
    padding: 40px 20px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-left: 1px solid #dfdfdf;
}

.submit-button-3 {
    border-radius: 4px;
    background-color: #3b414b;
}

.submit-button-3:hover {
    background-color: #373e49;
}

.submit-button-4 {
    margin-left: 5px;
    border-radius: 4px;
    background-color: #c51918;
}

.submit-button-4:hover {
    background-color: #a30201;
}

.text-field-4 {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 4px;
}

.div-block-95 {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 0px;
    min-width: 50%;
}

.div-block-96 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.div-block-96.space {
    width: 70%;
    height: auto;
    margin-left: 90px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.text-block-146 {
    margin-top: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
}

.text-span-4 {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #565c66;
    color: rgba(0, 0, 0, 0.55);
    font-size: 13px;
}

.button-6 {
    margin-top: 20px;
    border-radius: 4px;
    background-color: #565c66;
}

.button-6:hover {
    background-color: #3b414b;
}

.text-block-146-copy {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.text-block-146-copy {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.text-block-146-copy {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.text-block-146-copy {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 0px;
    font-weight: 300;
}

.div-block-97 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px none rgba(86, 92, 102, 0.44);
    background-color: transparent;
}

.video-title-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.video-other-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border-top: 1px solid rgba(86, 92, 102, 0.2);
    background-color: transparent;
}

.div-block-100 {
    width: 100%;
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #565c66;
}

.content-type {
    margin-top: 20px;
    border-bottom: 1px solid #c51918;
    color: #c51918;
    font-weight: 300;
}

.menu-btn {
    display: none;
}

.scrool {
    overflow: auto;
    height: auto;
}

.text-block-147 {
    width: 100.000046%;
    margin-bottom: 40px;
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
}

.text-block-147.inner {
    margin-bottom: 0px;
    color: #fff;
}

.filter-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px none rgba(104, 110, 119, 0.1);
    border-bottom: 1px solid rgba(104, 110, 119, 0.1);
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    white-space: break-spaces;
}

.filter-details:hover {
    background-color: #fff;
}

.filter-details:focus {
    background-color: #fff;
}

.filter-details.w--open {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.filter-details.inner {
    height: 40px;
    font-size: 14px;
}

.toggle-text {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #000;
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
}

.toggle-text.inner {
    font-size: 15px;
}

.faq-img {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 30px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-drop {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    background-color: hsla(0, 0%, 100%, 0.1);
}

.filter-body {
    position: relative;
    display: block;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(104, 110, 119, 0.1);
    background-color: #fff;
}

.filter-body.w--open {
    background-color: transparent;
}

.faq-icon {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    width: 23px;
    margin-right: 16px;
}

.faq-icon.small {
    height: 27px;
}

.faq-icon.new-small {
    width: 15px;
}

.faq-body-cont {
    padding: 0px;
    border-top: 1px none #000;
    background-color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
}

.div-block-101 {
    position: relative;
    width: 100%;
}

.all-list {
    width: 50%;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 30px;
    color: #000;
    font-size: 17px;
    font-weight: 300;
    text-align: right;
}

.all-list.top {
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.68);
}

.link-11 {
    display: inline-block;
    padding: 3px 30px 3px 10px;
    border-radius: 50px;
    background-color: #c51918;
    background-image: url('../images/play-button.svg');
    background-position: 91% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.link-11:hover {
    background-color: #000;
    opacity: 1;
}

.v-title-detail-file-type-copy {
    width: auto;
    margin-top: 10px;
    margin-right: auto;
    margin-left: 20px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #c51918;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.settings {
    position: fixed;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    height: 55px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e7e7e8;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    text-decoration: none;
}

.settings:hover {
    background-color: #f5f5f5;
    color: #000;
}

.lottie-animation-14 {
    width: 55px;
    height: 55px;
}

.modal-settings {
    position: absolute;
    z-index: 999;
    overflow: auto;
    max-height: 600px;
    min-height: 600px;
    min-width: 600px;
    padding: 40px;
    background-color: #fff;
}

.checkbox-field-3 {
    height: 30px;
}

.heading-20 {
    margin-bottom: 40px;
    color: #c51918;
}

.div-block-102 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 5;
    height: 40px;
}

.accordion-pane-content-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px none #d5ddec;
    background-color: transparent;
}

.search-menu-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 0px 7% 0px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #000 #000 hsla(0, 0%, 100%, 0.29);
    border-radius: 0px;
    background-color: #f50000;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.search-menu-2._2 {
    height: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-12 {
    padding-left: 20px;
    background-image: url('../images/empty.svg');
    background-position: 0% 50%;
    background-size: 7px;
    background-repeat: no-repeat;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.link-12:hover {
    color: #fff;
    text-decoration: underline;
}

.accordion-arrow-3 {
    position: relative;
    left: auto;
    top: 0px;
    bottom: 0px;
    width: 20px;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 0px;
    clear: none;
    opacity: 1;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.accordion-item-wrapper-3 {
    width: 100%;
    margin-top: 10px;
    border-style: none;
    border-width: 2px;
    border-color: #677075;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: red;
    cursor: pointer;
}

.accordion-item-wrapper-3._2 {
    width: 100%;
    margin-top: 0px;
}

.accordion-pane-4 {
    overflow: hidden;
    border-bottom: 1px none #e6e6e6;
    background-color: transparent;
}

.heading-67 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 22px;
}

.heading-67._22 {
    font-size: 16px;
}

.accordion-item-wrapper-4 {
    width: 90%;
    margin-top: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #677075;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: transparent;
    cursor: pointer;
}

.accordion-item-wrapper-4._2 {
    width: 100%;
    margin-top: 0px;
}

.search-menu-3 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 0px 7% 0px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #000 #000 hsla(0, 0%, 100%, 0.29);
    border-radius: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
}

.search-menu-3._2 {
    height: 35px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-68 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #000;
    font-size: 22px;
    line-height: 22px;
}

.heading-68._22 {
    color: #000;
    font-size: 16px;
}

.dropdown-toggle {
    width: 100%;
}

.dropdown {
    width: 100%;
}

.menu {
    display: none;
    height: 50px;
    border-bottom: 1px solid rgba(104, 110, 119, 0.1);
    background-color: transparent;
}

.nav-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(104, 110, 119, 0.1);
    color: #000;
}

.nav-link-2:hover {
    color: #c51918;
}

.nav-menu-6 {
    background-color: transparent;
}

.menu-button-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    max-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 16px;
}

.menu-button-4.w--open {
    height: 50px;
    padding-top: 0px;
    background-color: #c51918;
}

.text-block-149 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-2 {
    width: 100%;
}

.dropdown-toggle-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-height: 40px;
    min-height: 48px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(104, 110, 119, 0.1);
    color: #000;
}

.dropdown-toggle-2.w--open {
    color: #c51918;
}

.dropdown-list-2 {
    background-color: #fff;
}

.dropdown-list-2.w--open {
    border-bottom: 3px none rgba(104, 110, 119, 0.1);
}

.dropdown-link-5 {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 35px;
    border-bottom: 1px solid rgba(104, 110, 119, 0.1);
    background-image: url('../images/arrow--1.svg');
    background-position: 25px 12px;
    background-size: 5px;
    background-repeat: no-repeat;
    color: #000;
    font-size: 13px;
    line-height: 14px;
    white-space: pre-wrap;
}

.dropdown-link-5:hover {
    color: #c51918;
}

.text-span-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #c51918;
    font-size: 10px;
}

.text-span-6 {
    margin-left: 5px;
    font-size: 11px;
}

.text-span-7 {
    margin-left: 5px;
    font-size: 11px;
}


.div-block-103 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 50%;
    min-height: 50px;
    margin-top: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 5px;
    background-color: rgba(0, 0, 0, 0.74);
}

.text-block-150 {
    color: #fff;
}

.link-13 {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.link-13:hover {
    text-decoration: underline;
}

.div-block-104 {
    width: 8px;
    height: 8px;
    min-height: 8px;
    min-width: 8px;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 20px;
    background-color: #c51918;
}

.div-block-105 {
    width: 100%;
    height: 100%;
    padding: 5%;
}

.print-content {
    width: 100%;
    margin-bottom: 40px;
    padding: 0% 20px 20px;
    border-style: solid;
    border-width: 4px;
    border-color: #dfdfdf;
}

.body-2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}

.print-head {
    font-weight: 400;
}

.print-text {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.print-image {
    width: 100%;
    margin-bottom: 40px;
}

.print-heads {
    margin-bottom: 10px;
    color: #000;
    font-weight: 700;
    text-align: left;
}

.print-heads.black {
    color: #000;
}

.print-head-2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}

.print-head-3 {
    margin-bottom: 40px;
    color: #000;
    text-align: left;
}


.reservation-plan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 2px;
    border-color: #c51918;
    background-color: #fff;
    color: #c51918;
    font-size: 13px;
}

.reservation-plan.default {
    border-style: solid;
    border-color: #fff;
    background-color: #2c333d;
    color: #fff;
}

.reservation-plan.planed {
    padding-right: 5px;
    padding-left: 5px;
    border-style: solid;
    border-color: #fff;
    background-color: #999ba0;
    color: #fff;
    font-size: 9px;
    line-height: 10px;
    text-align: center;

}

.formschedule {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: auto;
    max-width: 600px;
    min-height: 600px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 0px;
    background-color: #3b414b;
    color: #fff;
    font-weight: 300;
    text-align: left;
}

.text-span-8 {
    font-size: 20px;
    font-weight: 300;
}



@media screen and (max-width: 991px) {

    .sound {
        margin-top: 70px;
    }




    .chat-anim-close {
        width: 15%;
        height: 70px;
        min-height: auto;
        margin-top: 0px;
        border-top: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
    }

    .brief-close {
        width: 15%;
        height: 70px;
        min-height: auto;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
        border-top: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
    }

    .heading-7 {
        margin-top: 79px;
        margin-left: 0%;
        z-index: 999;
        color: #fff;
    }

    .vote-detail {
        color: #fdfdfd;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
        font-weight: 400;
        margin-left: 0px;
    }

    .lang-tr {
        position: absolute;
        left: auto;
        top: 0px;
        right: 81px;
        bottom: auto;
        width: 70px;
        z-index: 999;
        border-bottom: 1px solid #dfdfdf;
        height: 71px;
        /* margin-left: 70.5%; */
        border-right-style: none;
        border-left-style: solid;
    }

    .lang-tr:hover {
        background-color: #f5f5f5;
    }

    .lang-en {
        position: absolute;
        left: auto;
        top: 0px;
        right: 81px;
        bottom: auto;
        width: 70px;
        z-index: 999;
        border-bottom: 1px solid #dfdfdf;
        height: 71px;
        /* margin-left: 70.5%; */
        border-right-style: none;
        border-left-style: solid;
    }

    .lang-en:hover {
        background-color: #f5f5f5;
    }

    .video-chat {
        background-position: 90% 65%;
        background-size: 20px 20px;
    }

    ._w-app {
        background-position: 90% 53%;
        background-size: 20px 20px;
    }

    /*
    .chat {
        background-position: 90% 53%;
        background-size: 20px 20px;
    }
	*/

    .c-form {
        background-position: 90% 53%;
        background-size: 20px 20px;
    }

    .link-block-2 {
        z-index: -1;
    }

    .link-vote-close {
        z-index: 10000;
    }

    .text-block-123 {
        line-height: 13px;
        text-align: center;
        font-size: 12px;
    }

    .text-block-122 {
        line-height: 13px;
        text-align: center;
        font-size: 12px;
    }


    .content-page {
        margin-top: 0px;
    }

    .body {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .heading-16 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(0deg);
        font-weight: 300;
    }

    .container {
        display: block;
        height: auto;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .image {
        height: auto;
    }

    .header {
        height: 70px;
        position: static;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom-style: solid;
        border-bottom-color: #dfdfdf;
    }

    .logo {
        z-index: 2000;
        width: 50%;
        height: 69px;
        margin-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        box-shadow: none;
    }

    .logo.w--current {
        border-right-style: solid;
        border-right-width: 1px;
        box-shadow: none;
    }

    .header-left {
        width: 100%;
        height: 72px;
        margin-top: -71px;
    }

    .video-short-embed {
        left: 33.5%;
        top: 9.5%;
        display: none;
        width: 33%;
        height: 14%;
    }

    ._2 {
        display: none;
        min-height: 50px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-link._2 {
        width: 50%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-link.right {
        width: 50%;
    }

    .user-menu {
        width: 100%;
        height: 70px;
        min-width: auto;
        margin-top: 70px;
        margin-right: 0px;
        margin-left: 0%;
        padding-right: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-radius: 5px;
    }

    .nav {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 9999999;
        display: block;
        width: 10%;
        height: 69px;
        margin-top: -1px;
        margin-left: 90%;
    }

    .footer {
        z-index: 1500;
        width: 100%;
        height: auto;
        padding-bottom: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
    }

    .footer-part {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        min-height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #fff;
    }

    .s-live057__nav-button-2 {
        width: auto;
        height: 70px;
        margin-top: 0px;
        border-left-style: solid;
    }

    ._1 {
        height: auto;
        min-height: auto;
        padding: 20px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #000;
    }

    .sifre-degistir-form {
        display: block;
    }

    .scroll {
        padding-top: 50px;
        padding-right: 5%;
        padding-left: 5%;
    }

    .form-block--2 {
        margin-right: 0px;
        margin-left: 0px;
    }

    .yeni-user {
        height: 69px;
        margin-top: -1px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px solid #dfdfdf;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .nu {
        display: block;
        width: 23.5%;
        height: 70px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .video {
        margin-bottom: 0px;
    }

    .yardim {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .notlar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .lgn {
        display: block;
        width: 24.5%;
        height: 70px;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
        border-right-style: none;
    }

    .login-button {
        height: 70px;
        margin-top: 0px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px none #dfdfdf;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .modal-header {
        min-height: 100px;
        font-size: 28px;
        line-height: 32px;
    }


    .tooltip.xl-tooltip {
        z-index: -1;
        display: none;
        opacity: 0;
    }

    .modal-header.black {
        width: 100%;
        min-height: 100px;
        font-size: 28px;
    }

    .modal-header.color {
        width: 100%;
        min-height: 100px;
        font-size: 28px;
    }

    .close {
        width: 10vw;
    }

    .modal-text {
        margin-bottom: 60px;
    }

    .checkbox-label {
        font-size: 12px;
        line-height: 16px;
    }

    .f-link {
        color: #000;
    }

    .f-link:hover {
        color: hsla(0, 1.6%, 42%, 0.65);
    }

    .text-block-81 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .content {
        display: none;
    }

    ._3 {
        display: none;
        min-height: 50px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    ._4 {
        display: none;
        min-height: 50px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .content-responsive {
        display: block;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #3b414b;
    }

    .column-101 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding-right: 10px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .responsive {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        margin-top: 0%;
        margin-bottom: 0%;
        padding: 0px 0px 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #3b414b;
    }


    .responsive-1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        margin-top: 0%;
        margin-bottom: 0%;
        padding: 40px 0px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #3b414b;
    }

    .image-mobil {
        display: none !important;
        position: static;
        z-index: 1;
        width: 100%;
        max-width: none;
        margin-top: 0px;
        padding-top: 0px;
    }

    .icon-1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 30%;
        text-align: center;
        height: 100px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 5px;
        background-color: hsla(0, 0%, 100%, 0.02);
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        text-decoration: none;
        text-transform: uppercase;
    }

    .icon-1:hover {
        background-color: #fff;
        box-shadow: 0 6px 13px -1px rgba(0, 0, 0, 0.43);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        color: #3b414b;
    }

    .heading-2 {
        width: 70%;
        margin-top: 40px;
        margin-bottom: 40px;
        color: #fff;
        font-size: 31px;
        line-height: 38px;
        font-weight: 300;
        text-align: center;
    }

    .home {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 15%;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .home.w--current {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 15%;
    }

    .back {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 15%;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .image-3 {
        width: auto;
        height: 100%;
        max-width: none;
    }

    .slider-3 {
        display: block;
    }

    .slide {
        min-height: auto;
    }

    .slide-2 {
        min-height: auto;
        background-image: none;
    }

    .slide-nav {
        position: static;
        background-color: transparent;
    }

    .text-block-87 {
        text-align: center;
        font-size: 30px;
    }

    .stands {
        height: auto;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #f6f7f9;
    }

    .content-kiosk {
        display: none;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .login-after {
        width: 30.5%;
        background-image: none;
    }

    .login-after:hover {
        background-position: 97% 50%;
    }

    .login-after:focus {
        background-position: 97% 50%;
    }

    .change-password {
        min-height: auto;
        margin-bottom: 0px;
        padding-bottom: 100px;
    }

    .content-page {
        height: auto;
        margin-top: 0px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-top-style: solid;
    }


    .heading-4 {
        font-size: 30px;
        line-height: 35px;
    }

    .person-title.news {
        z-index: -1;
        display: none;
    }


    .video-part {
        position: relative;
        left: 0%;
        top: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        min-height: 65vh;
        margin-left: 0%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #000;
    }

    .video-tabs {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: 9999;
        width: 100%;
        height: auto;
        min-height: 50px;
        margin-top: auto;
        margin-bottom: 0px;
        margin-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .tabs {
        z-index: 1;
        width: 100%;
        height: 65vh;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .tab-tr {
        position: static;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 9000;
        width: 100%;
        height: 55vh;
        min-height: auto;
    }

    .videos {
        position: static;
        z-index: 9000;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 55vh;
        margin-top: 5vh;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .tab-1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tab-1.w--current {
        min-height: auto;
        background-color: #3b414b;
    }

    .tab-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        min-height: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tab-2.w--current {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #3b414b;
    }

    .tab-en {
        position: static;
        z-index: 9000;
        width: 100%;
        height: 100%;
        min-height: auto;
    }

    .button-line-4 {
        background-color: #3b414b;
    }

    .button-line-4:hover {
        border-color: #3b414b;
        color: #3b414b;
    }

    .responsive-duyuru-slide {
        position: relative;
        left: auto;
        top: auto;
        display: block;
        width: 50%;
        height: auto;
        min-height: auto;
        background-color: transparent;
    }

    .color-text-content {
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .notes {
        padding-bottom: 50px;
    }

    .alert {
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .form-stand {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .login-form {
        display: block;
        width: 80%;
    }

    .day1-detail-1 {
        width: 100%;
    }

    .form-soru-sor {
        margin-top: 40px;
    }

    .columns-3 {
        display: block;
    }

    .column-110 {
        margin-bottom: 10px;
        padding-right: 10px;
        padding-bottom: 0px;
    }

    .column-111 {
        padding-left: 10px;
    }

    .c-022.c-2 {
        display: block;
        min-height: 50px;
    }

    .c-38 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: transparent;
    }

    .checkbox-field {
        font-size: 16px;
    }

    .c-10-field {
        height: auto;
        min-height: auto;
    }

    .c-10-field:hover {
        border-color: #ff8400;
    }

    .c-10-field:focus {
        border-color: #ff8400;
    }

    .c-10-form {
        margin-bottom: 20px;
    }

    .c-23 {
        display: block;
    }

    .c-24.c-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .kvk {
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-01 {
        width: 460px;
        display: none;
        min-width: auto;
        margin-top: 140px;
        margin-right: 0px;
    }

    .c-03 {
        margin-top: 0px;
    }

    .kvk._1 {
        overflow: auto;
        height: 150px;
        min-height: 150px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        color: #fff;
    }

    .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .accordion-container.techni-c {
        width: 100%;
    }

    .accordion-pane {
        border-bottom-style: solid;
        box-shadow: none;
    }

    .visitor {
        width: 50%;
        margin-left: 50%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px none #dfdfdf;
    }

    .btn-sign.inline {
        margin-right: 20px;
    }

    .c-06 {
        width: 34%;
    }

    .c-05 {
        z-index: 200;
    }

    .c-010 {
        height: 72%;
        min-height: NaN%;
        margin-top: 0px;
        padding-top: 0px;
    }

    .c-09 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-36 {
        height: 81vh;
    }

    .c-012 {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        height: 60.7vh;
        margin-top: 0px;
        margin-bottom: 100px;
        padding-bottom: 10%;
        border-top-style: none;
        border-bottom-style: none;
    }

    .c-012.tablet {
        position: absolute;
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0px;
    }

    .c-012.ne2 {
        bottom: 0%;
        height: 75%;
        padding-bottom: 30px;
    }

    .c-013 {
        position: fixed;
        left: auto;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 460px;
        height: auto;
        min-height: auto;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .c-015 {
        bottom: 226px;
        height: 68.5%;
    }

    .sign {
        position: static;
        display: none;
        width: 100%;
        margin-left: 0%;
        padding-top: 40px;
        padding-bottom: 40px;
        background-color: #3b414b;
    }

    .right-img {
        display: none;
    }

    .marque {
        left: 0%;
        top: 0%;
        z-index: 100;
        width: 100%;
        height: 5vh;
        border-radius: 0px;
    }

    .left-img {
        display: none;
    }

    .vote {
        left: 0%;
        top: 0%;
        z-index: 1000;
        width: 100%;
        height: 100%;
        margin-top: 0%;
        margin-left: 0%;
        padding: 40px 15%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.78);
    }


    .button {
        margin-left: 0%;
        border-style: solid;
        border-width: 1px;
        border-color: hsla(0, 0%, 100%, 0.23);
        background-color: rgba(243, 243, 243, 0.05);
        color: #fff;
    }

    .button:hover {
        padding-left: 43px;
    }

    .marque-text {
        width: 100%;
        margin-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .day {
        width: 30%;
    }

    .heading-8 {
        width: 90%;
    }

    .break {
        width: 90%;
        margin-bottom: 40px;
    }

    .break-location {
        width: 100%;
    }

    .day-1-line {
        width: 90%;
        margin-bottom: 40px;
    }

    .day1-detail-2 {
        width: 100%;
    }

    .day1-location {
        width: 100%;
    }

    .days {
        width: 90%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .day-2-line {
        width: 90%;
        margin-bottom: 40px;
    }

    .day-3-line {
        width: 90%;
        margin-bottom: 40px;
    }

    .day2 {
        width: 30%;
    }

    .day3 {
        width: 30%;
    }

    .day4 {
        width: 30%;
    }

    .day5 {
        width: 30%;
    }

    .day-4-line {
        width: 90%;
        margin-bottom: 40px;
    }

    .day4-location {
        width: 100%;
    }

    .day-5-line {
        width: 90%;
        margin-bottom: 40px;
    }

    .entre {
        height: auto;
        padding-top: 0%;
        padding-bottom: 0%;
        background-color: #3b414b;
    }

    .btn-sign-left.inline {
        margin-left: 20px;
    }

    .content-home {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 95%;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sign-left {
        display: none;
        width: 95%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }


    .btn-sign-mobil {
        width: 27%;
        opacity: 1;
    }

    .btn-sign-left-mobil {
        width: 27%;
        opacity: 1;
    }

    .div-block-21 {
        padding-top: 0px;
        background-color: #3b414b;
    }

    .logo-1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 20%;
        height: 80px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 5px;
        background-color: #fff;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        color: #fff;
        font-size: 18px;
        text-decoration: none;
    }

    .logo-1:hover {
        background-color: #fff;
        box-shadow: 0 6px 13px -1px rgba(0, 0, 0, 0.43);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        color: #3b414b;
    }

    .image-9 {
        width: 50%;
        padding-bottom: 0px;
    }

    .vote-head {}

    .live-hall {
        display: block;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: transparent;
    }

    .questions-area {
        position: static;
        top: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #3b414b;
    }

    .questions-head {
        position: static;
        width: 100%;
        height: 80px;
        min-height: auto;
        margin-top: 10px;
        padding-top: 30px;
        padding-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #3b414b;
        background-position: 50% 16%;
        font-size: 20px;
    }

    .vote-result {
        left: 0%;
        top: 0%;
        right: 0px;
        overflow: visible;
        width: 100%;
        height: 100%;
        margin-top: 0%;
        margin-left: auto;
        padding-right: 15%;
        padding-left: 15%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.78);
    }

    .result-1 {
        border-color: hsla(0, 0%, 92%, 0.18);
        background-color: hsla(0, 0%, 100%, 0.11);
    }

    .result-text {
        color: #fff;
    }

    .percent._2 {
        display: block;
        min-height: auto;
    }

    .percent._3 {
        display: block;
        min-height: auto;
    }

    .percent._4 {
        display: block;
        min-height: auto;
    }


    .heading-12 {
        font-size: 23px;
    }

    .content-color {
        height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .heading-color {
        font-size: 30px;
        line-height: 35px;
    }

    .short-head-color {
        width: 80%;
    }

    .text-block-106 {
        width: 80%;
    }

    .text-block-107 {
        line-height: 25px;
    }

    .stand-l-social-media {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 2000;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        min-height: 607px;
        margin-top: 0px;
        padding-bottom: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .youtube {
        margin-right: 10px;
        margin-bottom: 0px;
        border-radius: 3px;
    }

    .facebook {
        margin-right: 10px;
        margin-bottom: 0px;
        border-radius: 3px;
    }

    .twitter {
        margin-right: 10px;
        margin-bottom: 0px;
        border-radius: 3px;
    }

    .instagram {
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .whatsaap {
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .skype-1 {
        margin-right: 10px;
        margin-bottom: 0px;
    }

    .result-percent {
        color: #fff;
    }

    .user-tab-link {
        width: 90%;
    }

    .user-link-passive:hover {
        border-style: solid;
        border-width: 3px;
        border-color: #fff;
        background-color: #3b414b;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        color: #fff;
    }

    .login {
        width: 90%;
        padding-top: 60px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .line2 {
        display: none;
    }

    .line-1 {
        display: none;
    }

    .linkedin {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .stand-s-social-media {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 2000;
        display: none;
        width: 100%;
        height: 434px;
        margin-top: 0px;
        padding-bottom: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: none;
    }

    .stand-xl-social-media {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 2000;
        width: 100%;
        height: 434px;
        margin-top: 0px;
        padding-bottom: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: none;
    }

    .left-door {
        display: none;
    }

    .right-door {
        display: none;
    }

    .metal {
        display: none;
    }

    .questions {
        font-size: 23px;
    }

    .mask {
        height: auto;
    }

    .halls {
        display: none;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #780072;
    }

    .nav-menu {
        margin-top: 70px;
    }

    .navbar-2 {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        width: 10%;
        height: 71px;
        margin-top: 69px;
        border-top: 1px solid #e0e0e0;
    }

    .avatar-add-2 {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        display: block;
        width: 10%;
        height: 71px;
        margin-top: 69px;
        border-top: 1px solid #e0e0e0;
    }

    .briefcase {
        display: block;
        width: 70px;
        min-width: 70px;
        padding-bottom: 0px;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
        border-left-style: none;
    }


    .div-block-27._2 {
        display: block;
        min-height: 50px;
    }

    .user-status {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: transparent;
    }

    .accordion-pane-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .accordion-item-wrapper {
        width: 100%;
    }

    .accordion-arrow {
        width: 20px;
    }

    .accordion-pane-2 {
        border-bottom-style: none;
        box-shadow: none;
    }

    .textarea-3 {
        min-height: 50px;
    }

    .form-block {
        margin-bottom: 0px;
    }

    .tab-chat-text {
        display: block;
    }

    .country._2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .chat-anim {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 15%;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .chatbox {
        width: 460px;
        min-width: auto;
        margin-top: 140px;
        margin-right: -520px;
    }

    .public {
        margin-top: 0px;
    }

    .briefcase-head {
        width: 110%;
        margin-top: 0px;
        margin-left: -10%;
        border-top: 1px solid #e0e0e0;
        background-position: 4% 50%;
    }

    .briefcase-head:hover {
        background-color: #dfdfdf;
    }

    .div-block-35 {
        margin-right: 0px;
        padding-right: 0px;
    }


    .basket-div-4 {
        margin-right: 0px;
        padding-right: 0px;
    }

    .briefcase-content {
        width: 577px;
        margin-top: 140px;
        margin-right: -650px;
        border-top-style: none;
    }



    .boot1 {
        display: none;
    }

    .boot2 {
        display: none;
    }

    .boot3 {
        display: none;
    }

    .boot4 {
        display: none;
    }

    .boot5 {
        display: none;
    }

    .boot6 {
        display: none;
    }

    .boot7 {
        display: none;
    }

    .boot8 {
        display: none;
    }

    .boot9 {
        display: none;
    }

    .boot10 {
        display: none;
    }

    .div-block-37 {
        height: 95%;
        padding-bottom: 160px;
    }

    .div-block-37.ne2 {
        bottom: 30%;
        height: 65%;
        padding-bottom: 30px;
    }

    .div-block-38 {
        position: absolute;
        left: auto;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 460px;
        height: 30%;
        margin-bottom: 0px;
        padding-bottom: 30px;
    }

    .boot11 {
        display: none;
    }

    .boot12 {
        display: none;
    }

    .boot13 {
        display: none;
    }

    .boot14 {
        display: none;
    }

    .boot15 {
        display: none;
    }

    .screen1 {
        display: none;
    }

    .screen2 {
        display: none;
    }

    .tabs-exhibition {
        margin-top: -60px;
        background-color: #3b424b;
    }

    .tabs-menu-3 {
        left: 0%;
        top: 0%;
        right: auto;
        bottom: 0%;
        width: 100%;
        height: 60px;
        margin-top: 70px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f5f5f5;
    }

    .tab-link-tab-1-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        height: 60px;
        padding-top: 0px;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .tab-link-tab-1-2:hover {
        border-bottom: 1px none #000;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .tab-link-tab-1-2.w--current {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        height: 60px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f5f5f5;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
        color: #000;
    }

    .tab-link-tab-1-2.w--current:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .plan-boots-map-14 {
        display: none;
    }

    .plan-boots-map-12 {
        display: none;
    }

    .plan-boots-map-15 {
        display: none;
    }

    .plan-boots-map-13 {
        display: none;
    }

    .plan-boots-map-11 {
        display: none;
    }

    .plan-boots-map-10 {
        display: none;
    }

    .plan-boots-map-9 {
        display: none;
    }

    .plan-boots-map-7 {
        display: none;
    }

    .plan-boots-map-6 {
        display: none;
    }

    .plan-boots-map-5 {
        display: none;
    }

    .plan-boots-map-4 {
        display: none;
    }

    .plan-boots-map-8 {
        display: none;
    }

    .plan-boots-map-2 {
        display: none;
    }

    .plan-boots-map-3 {
        display: none;
    }

    .plan-boots-map-1 {
        display: none;
    }

    .heading-15 {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 60px;
        margin-bottom: 0px;
        padding-top: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-color: #f6f7f9;
        font-size: 27px;
    }

    .zone-link {
        width: 25%;
        height: 20%;
        margin-right: 0px;
        margin-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 1px solid rgba(0, 0, 0, 0.26);
        border-bottom: 1px solid rgba(0, 0, 0, 0.26);
        background-position: 90% 50%;
    }

    .zone-link:hover {
        background-image: url('../images/play.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url('../images/play.svg'), linear-gradient(180deg, transparent, transparent);
        background-position: 90% 50%, 0px 0px;
    }

    .text-block-120 {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }


    .zone-change {
        position: absolute;
        left: 18%;
        top: 0%;
        right: 0%;
        bottom: auto;
        width: 82%;
        margin-top: 0%;
        padding-top: 0%;
        padding-bottom: 0%;
        display: none;
        /* border-bottom: 1px solid rgba(0, 0, 0, 0.39); */
    }

    .text-block-121 {
        padding-left: 12px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .zone-link-new {
        width: 25%;
        margin-bottom: 0px;
        border-right: 1px solid rgba(0, 0, 0, 0.26);
        border-bottom: 1px solid rgba(0, 0, 0, 0.26);
        background-image: url('../images/play.svg');
        background-position: 90% 50%;
    }

    .zone-link-new:hover {
        background-image: url('../images/play-arrow.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url('../images/play-arrow.svg'), linear-gradient(180deg, transparent, transparent);
        background-position: 90% 50%, 0px 0px;
    }

    .zone-link-new:focus {
        border-left: 1px solid rgba(0, 0, 0, 0.26);
        background-image: url('../images/play-arrow.svg');
        background-position: 90% 50%;
        background-size: 15px;
        background-repeat: no-repeat;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .text-block-122 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tab-link-tab-1-3 {
        width: 80px;
        height: 60px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .tab-link-tab-1-3.w--current {
        height: 60px;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
        padding-bottom: 20px;
    }

    .brand-search {
        left: 0%;
        top: -10%;
        right: auto;
        bottom: auto;
        width: 15%;
        height: 60px;
        margin-top: 60px;
        margin-left: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #f5f5f5;
    }

    .lottie-animation-5 {
        display: block;
        width: 30%;
    }

    .brand-search-content {
        width: 577px;
        margin-top: 140px;
        margin-right: -650px;
        border-top-style: none;
    }

    .brand-name {
        margin-right: 0px;
        padding-right: 0px;
    }

    .search-head {
        width: 110%;
        margin-top: 0px;
        margin-left: -10%;
        border-top: 1px solid #e0e0e0;
        background-position: 4% 50%;
    }

    .search-head:hover {
        background-color: #dfdfdf;
    }

    .image-responsive {
        display: block;
        height: auto;
        margin-top: 0px;
    }

    .image-responsive._3d {
        margin-top: 120px;
    }


    .pict-home-r {
        margin-top: 0px;
    }

    .zone-changemobil {
        position: static;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 0%;
        padding-top: 0%;
        padding-bottom: 0%;
        border-bottom: 1px none rgba(0, 0, 0, 0.39);
    }


    .form-container {
        margin-top: 0px;
    }

    .stand-container {
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .soocial-media-links {
        position: static;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 2000;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        min-height: auto;
        margin-top: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .smal-stand-mobil {
        position: static;
        z-index: 1;
        display: block;
        width: 100%;
        max-width: none;
        padding-top: 0px;
    }

    .colored-container {
        display: block;
        height: auto;
        margin-top: 140px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .stand-m-social-media {
        display: none;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 2000;
        width: 100%;
        height: auto;
        min-height: 607px;
        margin-top: 0px;
        padding-bottom: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .stands-briefcase {
        width: 577px;
        margin-top: 140px;
        margin-right: -650px;
        border-top-style: none;
    }

    .zone-list {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .zone-part.color-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .zone-part.color-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .zone-part.color-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .zone-part.color-4 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .zone-link2 {
        width: 25%;
        height: 20%;
        margin-right: 0px;
        margin-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 1px solid rgba(0, 0, 0, 0.26);
        border-bottom: 1px solid rgba(0, 0, 0, 0.26);
        background-position: 90% 50%;
    }

    .zone-link2:hover {
        background-image: url('../images/play.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url('../images/play.svg'), linear-gradient(180deg, transparent, transparent);
        background-position: 90% 50%, 0px 0px;
    }

    .div-block-42 {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .zone {
        display: block;
        height: auto;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: #3b414b;
    }

    .maximize {
        display: none;
    }

    .overview {
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        width: 80px;
        height: 60px;
        margin-top: 0px;
        margin-left: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .over-lottie {
        display: none;
        width: 30%;
    }

    .c-04 {
        height: 100%;
        padding-top: 0px;
    }



    .c-37 {
        overflow: hidden;
        height: 72vh;
    }

    .form-3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .c-011 {
        margin-top: 0px;
    }

    .c-013-two {
        position: fixed;
        left: auto;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 460px;
        height: auto;
        min-height: auto;
        margin-bottom: 46px;
        padding-bottom: 0px;
    }

    .chat-new-message {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 15%;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .members-1 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .scientific-days {
        width: 90%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .scientific-day-1-line {
        width: 90%;
        margin-bottom: 40px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .scientific-content-program {
        width: 48%;
    }

    .scientificday-1-time {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .scientific-date {
        margin-bottom: 0px;
    }

    .scientific-container-program {
        margin-left: 0px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .scientific-day1-location {
        width: 100%;
    }

    .scientific-day1-detail-2 {
        width: 100%;
    }

    .scientific-day-2-line {
        width: 90%;
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .scientific-day2-location {
        width: 100%;
    }

    .scientificday-2-time {
        margin-bottom: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .scientific-day-3-line {
        width: 90%;
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .scientificday-3-time {
        margin-bottom: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .scientific-day-4-line {
        width: 90%;
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .scientificday-4-time {
        margin-bottom: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .scientific-day-5-line {
        width: 90%;
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .scientificday-5-time {
        margin-bottom: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .e-poster-line-1 {
        width: 90%;
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .e-poster-head {
        width: 100%;
    }

    .e-poster-left-content {
        width: 100%;
    }

    .e-poster-button {
        margin-top: 20px;
    }

    .e-poster-line {
        width: 100%;
    }

    .e-poster-line-detail {
        width: 90%;
        margin-bottom: 40px;
    }

    .e-poster-line-list {
        width: 90%;
        margin-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .schedule-content {
        width: 577px;
        margin-top: 140px;
        margin-right: -650px;
        border-top-style: none;
    }

    .schedule-content-1 {
        margin-right: 0px;
        padding-right: 0px;
    }

    .schedule-head {
        width: 110%;
        margin-top: 0px;
        margin-left: -10%;
        border-top: 1px solid #e0e0e0;
        background-position: 4% 50%;
    }

    .schedule-head:hover {
        background-color: #dfdfdf;
    }

    .favorite-content {
        width: 577px;
        margin-top: 140px;
        margin-right: -650px;
        border-top-style: none;
    }

    .favorite-head {
        width: 110%;
        margin-top: 0px;
        margin-left: -10%;
        border-top: 1px solid #e0e0e0;
        background-position: 4% 50%;
    }

    .favorite-head:hover {
        background-color: #dfdfdf;
    }

    .favorite-content-program {
        width: 48%;
    }

    .favorite-content-1 {
        margin-right: 0px;
        padding-right: 0px;
    }

    .two-part-stand-social {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 2000;
        display: none;
        width: 100%;
        height: 434px;
        margin-top: 0px;
        padding-bottom: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .three-part-stand-social {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 2000;
        display: none;
        width: 100%;
        height: 434px;
        margin-top: 0px;
        padding-bottom: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .four-part-stand-social {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: 0%;
        z-index: 2000;
        display: none;
        width: 100%;
        height: 434px;
        margin-top: 0px;
        padding-bottom: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .sticky {
        left: 20%;
        width: 60%;
    }

    .kvk-1 {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .search-form--area {
        width: 95%;
    }

    .bonus-status {
        padding-top: 20px;
    }

    .live-chat-tab {
        font-size: 15px;
        line-height: 17px;
    }

    .room-name {
        position: static;
        width: 100%;
        border-bottom: 1px solid #2c333d;
    }

    .video-part-small {
        position: relative;
        left: 0%;
        top: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        min-height: 65vh;
        margin-left: 0%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #000;
    }

    .marque-small-part {
        left: 0%;
        top: 0%;
        z-index: 100;
        width: 100%;
        height: 5vh;
        border-radius: 0px;
    }

    .pool {
        width: 90%;
    }

    .pool-header {
        text-align: center;
    }

    .poll-message {
        width: 90%;
    }

    .poll-questions {
        background-position: 0% 2px;
    }

    .pool-container {
        margin-top: 139px;
    }

    .add-area {
        position: relative;
        left: 0%;
        top: 0%;
        z-index: 1000;
        display: block;
        width: 100%;
        height: 100%;
        margin-top: 0%;
        margin-left: 0%;
        padding: 70px 15% 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.78);
    }

    .add-area-head {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .add-area-list {
        margin-right: 0px;
        margin-left: 0%;
        color: #fff;
        text-align: center;
    }

    .add-area-list-detail {
        margin-right: 0px;
        margin-left: 0%;
        color: #fff;
        text-align: center;
    }

    .playlist-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .playlist01 {
        width: 30%;
    }

    .playlist-name {
        font-size: 18px;
    }

    .playlist-content-number {
        font-size: 11px;
    }

    .playlist-promo-image {
        min-height: 120px;
    }

    .sponsor-name {
        font-size: 11px;
        line-height: 15px;
    }

    .playlist-area {
        position: static;
        top: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #3b414b;
    }

    .playlist-detail-list {
        width: 95%;
    }

    .list-image {
        min-height: auto;
    }

    .list-name {
        font-size: 18px;
    }

    .list-name-detail {
        font-size: 11px;
    }

    .marque-big-hall {
        position: static;
        left: 0%;
        top: 0%;
        z-index: 100;
        width: 100%;
        height: 5vh;
        border-radius: 0px;
        background-color: #000;
    }

    .big-hall-video-area {
        position: relative;
        left: 0%;
        top: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 55vh;
        min-height: auto;
        margin-left: 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #000;
    }

    .video-embed {
        position: static;
    }

    .video-lang {
        height: auto;
    }

    .hall-small {
        position: relative;
        left: 0%;
        top: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: auto;
        min-height: 65vh;
        margin-left: 0%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #000;
    }

    .video-embed-2 {
        position: static;
    }

    .video-lang-2 {
        height: auto;
    }

    .small-hall-video-area {
        position: relative;
        left: 0%;
        top: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 55vh;
        min-height: auto;
        margin-left: 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #000;
    }

    .video-embed-small {
        position: static;
    }

    .q-area {
        position: static;
        top: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #3b414b;
    }

    .tabs-menu-5 {
        background-color: #3b414b;
    }

    .ques-line {
        margin-right: 10px;
        margin-left: 10px;
    }

    .btn {
        display: none;
    }


    .box-pict._2 {
        display: block;
    }

    .form-block-3 {
        padding-bottom: 60px;
    }

    .xl-new-download:active {
        background-image: none;
    }

    .xl-new-products:active {
        background-image: none;
    }

    .xl-newproducts:active {
        background-image: none;
    }

    .include-container {
        display: block;
        height: auto;
        margin-top: 70px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .include-mobile {
        display: block;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #3b414b;
    }

    .nav-1 {
        height: 70px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .nav-1-logo-area {
        position: relative;
    }

    .nav-logo {
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .nav-1-lang-en {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0px;
        bottom: auto;
    }

    .nav-1-lang-tr {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0px;
        bottom: auto;
    }

    .nav-1-login-user {
        display: block;
        width: 100%;
        min-width: 200px;
        background-image: none;
    }

    .nav-1-login-user:hover {
        background-position: 97% 50%;
    }

    .nav-1-login-user:focus {
        background-position: 97% 50%;
    }

    .chat-new-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .nav-1-new-user-btn {
        display: block;
        width: 50%;
        height: 70px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .nav-1-login-btn {
        display: block;
        width: 50%;
        height: 70px;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
        border-right-style: none;
    }

    .nav-1-user-name {
        font-size: 14px;
        line-height: 16px;
    }

    .nav-1-user-sponsored {
        font-size: 11px;
        line-height: 15px;
    }

    .nav-new-briefcase-number._2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: auto;
    }

    .counter {
        font-size: 18px;
        line-height: 22px;
    }

    .nav-1-login-register {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        min-width: 200px;
        margin-bottom: 0px;
    }

    .nav-1-new-user-link {
        height: 69px;
        margin-top: -1px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px solid #dfdfdf;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .nav-1-new-user-link:hover {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .nav-1-login-user-link {
        height: 70px;
        margin-top: 0px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px none #dfdfdf;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .nav-1-login-user-link:hover {
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .nav-1-seperate {
        height: 70px;
        margin-left: auto;
    }

    .nav-1-seperate.none {
        display: none;
    }

    .nav-1-visitor-silider {
        display: none;
        width: 30%;
        margin-left: 0%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px none #dfdfdf;
    }

    .nav-1-visitor-lottie-content {
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav-1-visitor-slider {
        width: 100%;
        height: 100px;
    }

    .nav-1-visitor-slider-mask {
        height: 100px;
    }

    .nav-1-visitor-slider-slide {
        height: 100px;
    }

    .nav-1-visitor-slider-links {
        height: 100px;
    }

    .nav-1-visitor-silider-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100px;
        margin-left: 0%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px none #dfdfdf;
    }

    .new-sound {
        margin-top: 0px;
    }

    .new-container {
        display: block;
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .new-brand-search {
        width: 577px;
        margin-top: 70px;
        margin-right: -650px;
        border-top-style: none;
    }

    .new-briefcase {
        width: 577px;
        margin-top: 70px;
        margin-right: -650px;
        border-top-style: none;
    }

    .new-schedulle {
        width: 577px;
        margin-top: 70px;
        margin-right: -650px;
        border-top-style: none;
    }

    .new-favorite {
        width: 577px;
        margin-top: 70px;
        margin-right: -650px;
        border-top-style: none;
    }

    .video-call {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .nav-1-chat-text-1._2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image-24._2 {
        display: block;
    }

    .image-24._2-copy {
        display: block;
    }

    .wapp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .contact {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .new-sticky-content {
        margin-top: 0px;
    }

    .basket {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .product {
        width: 30%;
    }

    .product-i-mg {
        min-height: 120px;
    }

    .product-name {
        font-size: 18px;
    }

    .product-desc {
        font-size: 11px;
    }

    .product-detail-2 {
        font-size: 18px;
    }

    .cart {
        display: block;
        width: 70px;
        min-width: 70px;
        padding-bottom: 0px;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
        border-left-style: none;
    }

    .identity {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .list-brand {
        width: 22%;
    }

    .list-brand-details-content {
        margin-right: 0px;
        padding-right: 0px;
    }

    .zone-list-content {
        padding-top: 100px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .div-block-77 {
        width: 100%;
        margin-top: 0px;
    }

    .tab-pane-tab-3 {
        margin-top: 130px;
    }

    .zone-heading {
        width: 22%;
    }

    .zone-heading._2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .zone-heading._4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .new-zone-change {
        position: fixed;
        left: 0%;
        top: 0px;
        right: 0%;
        bottom: auto;
        z-index: 400;
        display: none;
        width: 100%;
        height: 70px;
        margin-top: 70px;
        padding-top: 0%;
        padding-bottom: 0%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        border-bottom: 1px none rgba(0, 0, 0, 0.39);
    }

    .new-zone-chane-btn {
        width: 25%;
        height: 70px;
        margin-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 1px solid rgba(0, 0, 0, 0.26);
        border-bottom: 1px solid rgba(0, 0, 0, 0.26);
        background-image: url('../images/play.svg');
        background-position: 90% 50%;
    }

    .new-zone-chane-btn:hover {
        background-image: url('../images/play-arrow.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url('../images/play-arrow.svg'), linear-gradient(180deg, transparent, transparent);
        background-position: 90% 50%, 0px 0px;
    }

    .new-zone-chane-btn:focus {
        border-left: 1px solid rgba(0, 0, 0, 0.26);
        background-image: url('../images/play-arrow.svg');
        background-position: 90% 50%;
        background-size: 15px;
        background-repeat: no-repeat;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .new-zone-chane-btn.w--current {
        width: 25%;
        height: 70px;
    }

    .div-block-80 {
        display: none;
        min-height: auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .shop-status {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .shop-status.view {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .talk {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .select-field {
        display: block;
        border-radius: 50px;
    }

    .back-2 {
        display: block;
        width: 70px;
        min-width: 70px;
        padding-bottom: 0px;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
        border-left-style: none;
    }

    .e-poster-content {
        height: auto;
        margin-top: 0px;
        padding-top: 60px;
        padding-bottom: 60px;
        border-top-style: solid;
    }

    .e-poster-new-header {
        font-size: 30px;
        line-height: 35px;
    }

    .e-poster-new-content-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .e-poster-new-wrap {
        width: 47%;
    }

    .e-poster-new-wrap._40 {
        width: 47%;
    }

    .e-poster-new-wrap.adv-1 {
        width: 90%;
    }

    .e-poster-content-area {
        margin-bottom: 30px;
    }

    .e-poster-footer-links {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .e-poster-link._006 {
        margin-bottom: 1px;
    }

    .e-poster-lightbox-content {
        padding-bottom: 50px;
    }

    .days-eci-3 {
        font-size: 16px;
    }

    .days-eci-4 {
        font-size: 12px;
        line-height: 16px;
    }

    .e-poster-new-wrap1 {
        width: 47%;
    }

    .e-poster-new-wrap1._40 {
        width: 47%;
    }

    .e-poster-new-wrap1.adv-1 {
        width: 90%;
    }

    .e-poster-new-wrap-list {
        width: 47%;
    }

    .e-poster-new-wrap-list._40 {
        width: 47%;
    }

    .e-poster-new-wrap-list.adv-1 {
        width: 90%;
    }

    .e-poster-new-wrap-link {
        width: 100%;
    }

    .e-poster-new-wrap-link._40 {
        width: 47%;
    }

    .e-poster-new-wrap-link.adv-1 {
        width: 90%;
    }

    .slide-img {
        height: auto;
    }

    .video-player-content {
        height: auto;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-top-style: solid;
    }

    .v-left {
        z-index: 1000;
        overflow: visible;
        width: 300px;
        margin-left: -300px;
    }

    .v-right {
        width: 100%;
    }

    .v-right._60 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wp-search-c-area {
        width: 95%;
    }

    .v-recent {
        padding: 60px 20px 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .v-title-text.small-1 {
        margin-left: 10px;
    }

    .v-title-text.bigger {
        font-size: 19px;
        line-height: 23px;
    }

    .v-image._30 {
        width: 30%;
        max-width: 98px;
        min-width: 98px;
    }

    .commets-views.smaller {
        margin-left: 10px;
    }

    .tags-link {
        border-style: solid;
        border-color: #cfd1d3;
    }

    .filter {
        display: block;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-style: none none solid;
        border-color: #cfd1d3 #cfd1d3 rgba(104, 110, 119, 0.1);
        background-color: #fcfcfc;
    }

    .text-block-11 {
        text-align: left;
    }

    .link-block {
        border-style: solid;
        border-color: #cfd1d3;
    }

    .checkbox-field-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .v-category-head.selected {
        text-align: left;
    }

    .link-block-3 {
        text-align: left;
    }

    .field-label-3 {
        text-align: left;
    }

    .accordion-pane-3 {
        border-style: solid;
        border-width: 1px;
        border-color: rgba(104, 110, 119, 0.1);
        box-shadow: inset 0 9px 20px -22px #000;
    }

    .accordion-pane-content-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .make-sec-2 {
        text-align: left;
    }

    .search-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: #f8f8f8;
    }

    .checkbox-label-2 {
        padding-left: 20px;
    }

    .make-sec-3.selected {
        text-align: left;
    }

    .links-2 {
        width: 100%;
    }

    .links-2._33 {
        width: 48%;
    }

    .links-2._50 {
        width: 48%;
    }

    .links-2._100 {
        width: 32%;
        margin-right: 5px;
    }

    .v-video-d {
        padding: 60px 20px 20px;
    }

    .list-item.left-tile {
        width: 48%;
    }

    .div-block-94 {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 20px;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: transparent;
    }

    .text-block-146-copy {
        line-height: 14px;
    }

    .video-title-area {
        height: auto;
    }

    .menu-btn {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 100;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        margin-right: -50px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #565c66;
    }

    .menu-btn:hover {
        background-color: #c51918;
    }

    .expand-icon {
        width: 30px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .minus-icon {
        display: none;
        width: 30px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .text-block-147 {
        text-align: center;
    }

    .faq-img {
        width: 20px;
        height: 50px;
    }

    .all-list {
        padding-right: 0px;
    }

    .settings {
        width: 55px;
        padding-left: 0px;
    }

    .text-block-148 {
        display: none;
    }

    .accordion-pane-content-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .search-menu-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: transparent;
    }

    .accordion-arrow-3 {
        width: 20px;
    }

    .accordion-item-wrapper-3 {
        width: 90%;
        padding-right: 0%;
        padding-left: 0%;
    }

    .accordion-pane-4 {
        padding-right: 5%;
        padding-left: 57px;
        border-bottom-style: none;
        box-shadow: none;
    }

    .accordion-item-wrapper-4 {
        width: 90%;
        padding-right: 0%;
        padding-left: 0%;
    }

    .search-menu-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: transparent;
    }


    .print-heads {
        font-size: 30px;
        line-height: 35px;
    }

}


@media screen and (max-width: 767px) {
    .body {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .sound {
        margin-top: 140px;
    }

    .s-live057__nav-button-2 {
        /*background-image: url(/images/menu-text.jpg);*/
        background-position: center;
    }

    .video-chat {
        background-position: 90% 20%;
        background-size: 16px 16px;
    }

    ._w-app {
        background-position: 90% 20%;
        background-size: 16px 16px;
    }

    /*  
    .chat {
        background-position: 90% 20%;
        background-size: 16px 16px;
    }
	*/

    .c-form {
        background-position: 90% 20%;
        background-size: 16px 16px;
    }

    .container {
        height: auto;
        max-width: none;
    }

    .image {
        height: auto;
    }

    .header {
        min-height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .logo {
        width: 50%;
        height: 69px;
        min-height: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom: 1px none #dfdfdf;
        background-image: none;
        box-shadow: none;
        text-transform: none;
        border-right: 1px solid #dfdfdf;
    }

    .logo.w--current {
        width: 52.5%;
        height: 70px;
        border-bottom-style: none;
    }

    .c-10-form {
        margin-bottom: 0px;
    }

    .c-01 {
        margin-right: 0px;
        display: none;
        background-color: #f5f5f5;
    }

    .c-014 {
        height: 72vh;
    }

    .c-36 {
        height: 68vh;
        max-height: none;
        padding-bottom: 100px;
    }

    .c-012 {
        bottom: 0%;
        height: 84.5%;
        padding-bottom: 10%;
    }

    .c-012.tablet {
        bottom: 0%;
        height: auto;
        margin-bottom: 0px;
        padding-bottom: 10%;
    }

    .c-013 {
        position: absolute;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        height: 100px;
        margin-bottom: 0px;
    }

    .c-015 {
        bottom: 148px;
        height: 55.3vh;
    }

    .header-left {
        position: absolute;
        left: 0%;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 70px;
        min-height: auto;
        margin-top: 70px;
        margin-right: 0vw;
        margin-left: 0px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        border-top: 1px none #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }

    .video-short-embed {
        top: 10.4%;
        height: 12.2%;
    }

    .user-menu {
        width: 100%;
        min-height: auto;
        margin-top: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-radius: 0px;
    }

    .nav {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 12.5%;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 87.5%;
    }

    .s-live057__nav-button-2 {
        width: auto;
        min-height: auto;
        border-top: 1px solid #dfdfdf;
    }

    .scroll {
        overflow: auto;
    }

    .yeni-user {
        height: 70px;
        min-height: auto;
        margin-top: 0px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px none #dfdfdf;
        border-radius: 0px;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .nu {
        display: block;
        width: 20%;
        height: 70px;
        min-height: 60px;
        margin-top: 0px;
        border-top: 1px solid #dfdfdf;
    }

    .nu:hover {
        border-top-style: solid;
        border-top-width: 1px;
    }

    .video {
        margin-bottom: 0px;
        padding-top: 0px;
        padding-right: 0%;
        padding-left: 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lgn {
        display: block;
        width: 20%;
        height: 70px;
        min-height: 60px;
        margin-top: 0px;
        border-top: 1px solid #dfdfdf;
    }

    .lgn:hover {
        border-top-style: solid;
        border-top-width: 1px;
    }

    .login-button {
        height: 70px;
        min-height: 60px;
        margin-top: 0px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px none #dfdfdf;
        border-radius: 0px;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .modal-header {
        font-size: 24px;
    }

    .close {
        min-height: 60px;
    }

    .modal-text {
        margin-bottom: 40px;
    }

    .text-block-81 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 1.2em;
    }

    .column-101 {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    .responsive {
        padding-bottom: 100px;
    }

    .image-mobil {
        display: none;
        width: 100%;
        max-width: none;
    }

    .icon-1 {
        width: 45%;
    }

    .heading-2 {
        width: 90%;
        margin-bottom: 40px;
        font-size: 26px;
        line-height: 33px;
    }

    .text-block-86 {
        display: block;
        line-height: 1.2em;
    }

    .home {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 15%;
        min-height: 60px;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .home.w--current {
        height: 70px;
        min-height: auto;
    }

    .back {
        width: 15%;
        height: 70px;
        min-height: auto;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .image-3 {
        width: auto;
        height: 7vh;
        min-height: 60px;
    }

    .slide {
        min-height: auto;
    }

    .slide-2 {
        min-height: auto;
        background-image: none;
    }

    .stands {
        height: auto;
        max-width: none;
        margin-top: 0px;
    }

    .content-kiosk {
        height: auto;
        max-width: none;
        margin-top: 0px;
    }

    .login-after {
        width: 27.5%;
        height: 71px;
        margin-right: 0px;
        margin-left: 0px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: linear-gradient(180deg, transparent, transparent);
    }

    .login-after:hover {
        background-position: 97% 50%;
    }

    .change-password {
        margin-bottom: 0px;
        padding: 0px 0% 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .content-page {
        height: auto;
        max-width: none;
    }

    .heading-4 {
        line-height: 35px;
    }

    .video-part {
        height: 50vh;
        min-height: auto;
    }

    .tabs {
        height: 50vh;
    }

    .tab-tr {
        height: 39.5vh;
        min-height: auto;
    }

    .videos {
        height: 39.5vh;
        margin-top: 5vh;
    }

    .tab-1 {
        min-height: auto;
    }

    .tab-2 {
        min-height: auto;
    }

    .tab-2.w--current {
        min-height: auto;
    }

    .tab-en {
        height: 39.5vh;
    }

    .responsive-duyuru-slide {
        top: 12.3%;
        height: 57.2%;
        min-height: auto;
    }

    .color-text-content {
        margin-bottom: 0px;
        padding: 0px 0% 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .notes {
        margin-bottom: 0px;
        padding: 0px 0% 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .alert {
        margin-bottom: 0px;
        padding: 0px 0% 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .form-stand {
        margin-bottom: 0px;
        padding: 0px 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .login-form {
        width: 100%;
    }

    .day1-head1 {
        font-size: 23px;
        line-height: 29px;
    }

    .container-program {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .content-program {
        width: 100%;
    }

    .modal-container {
        margin-bottom: 0px;
        padding: 5% 0px 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .columns-3 {
        display: block;
    }

    .column-110 {
        margin-bottom: 10px;
        padding-right: 0px;
    }

    .column-111 {
        padding-left: 0px;
    }

    .accordion-container.techni-c {
        width: 100%;
    }

    .text-block-95 {
        font-size: 13px;
    }

    .visitor {
        width: 35%;
        margin-left: 52.5%;
        border-bottom-style: none;
        border-left-style: none;
    }

    .visitor-close {
        width: 35%;
        margin-left: 52.5%;
        border-bottom-style: none;
        border-left-style: none;
    }

    .div-block-7 {
        padding-top: 20px;
    }

    .vote {
        padding-right: 10%;
        padding-left: 10%;
        background-color: rgba(0, 0, 0, 0.78);
    }

    .button {
        background-color: transparent;
    }

    .break {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .break-time {
        width: 50%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .break-head {
        font-size: 23px;
        line-height: 29px;
    }

    .day-1-line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .day-1-time {
        width: 50%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .day-2-line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .day2-head2 {
        font-size: 23px;
        line-height: 29px;
    }

    .day-2-time {
        width: 50%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .day-3-line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .day3-head3 {
        font-size: 23px;
        line-height: 29px;
    }

    .day-3-time {
        width: 50%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .day-4-line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .day-4-time {
        width: 50%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .day4-head4 {
        font-size: 23px;
        line-height: 29px;
    }

    .day-5-line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .day5-head5 {
        font-size: 23px;
        line-height: 29px;
    }

    .day-5-time {
        width: 50%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .entre {
        height: auto;
        max-width: none;
        min-height: 0vh;
        margin-top: 0px;
    }

    .btn-sign-mobil {
        width: 40%;
    }

    .btn-sign-left-mobil {
        width: 40%;
    }

    .logo-1 {
        width: 31%;
    }

    .live-hall {
        height: auto;
        max-width: none;
    }

    .questions-area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .vote-result {
        padding-right: 10%;
        padding-left: 10%;
        background-color: rgba(0, 0, 0, 0.78);
    }

    .header-speaker {
        display: none;
    }

    .content-color {
        height: auto;
        max-width: none;
        margin-top: 0px;
    }

    .heading-color {
        line-height: 35px;
    }

    .stand-l-social-media {
        height: 90vw;
        min-height: auto;
        padding-bottom: 0px;
    }

    .user-link-passive:hover {
        background-color: #3b414b;
    }

    .login {
        width: 90%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .stand-s-social-media {
        height: 320px;
        padding-bottom: 0px;
    }

    .stand-xl-social-media {
        height: 320px;
        padding-bottom: 0px;
    }

    .halls {
        height: auto;
        max-width: none;
        margin-top: 0px;
    }

    .navbar {
        margin-top: -1px;
    }

    .nav-menu {
        margin-top: 70px;
    }

    .menu-button-2 {
        border-top: 1px none #dfdfdf;
    }

    .navbar-2 {
        width: 12.5%;
        height: 71px;
        margin-top: -1px;
        margin-left: 87.5%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border-top: 1px solid #e0e0e0;
    }



    .avatar-add {
        border-top: 1px none #dfdfdf;
    }

    .avatar-add-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 12.5%;
        height: 71px;
        margin-top: -1px;
        margin-left: 87.5%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border-top: 1px solid #e0e0e0;
    }

    .menu-button-3 {
        height: 70px;
        margin-top: 0px;
    }


    .briefcase {
        display: block;
        width: 70px;
        height: 70px;
        min-height: auto;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .brief-close {
        width: 15%;
        height: 70px;
        min-height: auto;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
        border-top: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
    }

    .chat-anim {
        width: 15%;
        height: 70px;
        min-height: auto;
        margin-top: 0px;
        border-top: 1px solid #dfdfdf;
    }

    .chat-anim-close {
        width: 15%;
        height: 70px;
        min-height: auto;
        margin-top: 0px;
        border-top: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
    }

    .chatbox {
        margin-right: -520px;
        background-color: #f5f5f5;
    }

    .div-block-34 {
        min-height: 100px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .image-20 {
        width: 10%;
    }

    .div-block-35 {
        width: 85%;
    }


    .basket-div-4 {
        width: 100%;
    }

    .button-2 {
        margin-top: 10px;
    }

    .briefcase-content {
        width: 450px;
        margin-right: -650px;
    }

    .delete-btn {
        margin-top: 10px;
    }

    .div-block-37 {
        bottom: 44%;
        height: 51%;
        padding-bottom: 30px;
    }

    .div-block-37.tablet {
        bottom: 5%;
        height: 90%;
        padding-bottom: 140px;
    }

    .div-block-38 {
        position: absolute;
        height: 44%;
        margin-bottom: 0px;
    }

    .div-block-39 {
        bottom: 44%;
        height: 51%;
    }

    .heading-15 {
        padding-right: 40px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 21px;
        text-align: right;
    }

    .brand-search-content {
        z-index: 2000;
        width: 450px;
        margin-right: -650px;
    }

    .brand-bar {
        min-height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .brand-name {
        width: 85%;
    }

    .brand-pi-cture {
        width: 10%;
    }

    .search-head {
        height: 62px;
    }

    .image-responsive {
        height: auto;
    }

    .pict-home-r {
        margin-top: 0px;
    }

    .stand-container {
        height: auto;
        max-width: none;
        margin-top: 0px;
    }

    .soocial-media-links {
        height: auto;
        min-height: auto;
        padding-bottom: 20px;
    }

    .smal-stand-mobil {
        width: 100%;
        display: none;
        max-width: none;
        margin-top: 70px;
    }


    .colored-container {
        height: auto;
        max-width: none;
        margin-top: 140px;
    }

    .stand-m-social-media {
        height: 90vw;
        min-height: auto;
        padding-bottom: 0px;
    }

    .add-btn {
        margin-top: 10px;
    }

    .stands-briefcase {
        width: 577px;
        margin-top: 140px;
        margin-right: -650px;
        border-top-style: none;
    }

    .responsive-stand {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        margin-top: 0%;
        margin-bottom: 0%;
        padding: 0px 0px 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #3b414b;
    }

    .responsive-stand.new {
        display: none;
    }


    .zone-list {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .zone-part.color-1 {
        width: 100%;
        height: auto;
        margin-bottom: 2%;
    }

    .zone-part.color-2 {
        width: 100%;
        height: auto;
        margin-bottom: 2%;
    }

    .zone-part.color-3 {
        width: 100%;
        height: auto;
        margin-bottom: 2%;
    }

    .zone-part.color-4 {
        width: 100%;
        height: auto;
        margin-bottom: 2%;
    }

    .zone {
        height: auto;
        max-width: none;
        margin-top: 0px;
        padding-top: 0%;
    }

    .schedule-tab-1 {
        font-size: 15px;
        line-height: 17px;
        text-align: center;
    }


    .menu-text {
        background-color: transparent;
    }

    .schedule-tab-2 {
        font-size: 15px;
        line-height: 17px;
    }

    .schedule-tab-3.w--current {
        padding-top: 0px;
        background-color: rgba(0, 0, 0, 0.15);
        background-position: 50% 20%;
    }

    .schedule-radio {
        width: 50%;
    }

    .e-poster-continer {
        height: auto;
        max-width: none;
        margin-top: 0px;
    }

    .e-poster {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        max-width: none;
        margin-top: 0px;
    }

    .e-poster-mobil-content {
        width: 100%;
        max-width: none;
        margin-top: 139px;
    }

    .c-37 {
        height: 100%;
    }


    .c-013-two {
        position: fixed;
        top: auto;
        left: auto;
        bottom: 46px;
        height: 100px;
        margin-bottom: 0px;
    }

    .chat-new-message {
        width: 15%;
        height: 70px;
        min-height: auto;
        margin-top: 0px;
        border-top: 1px solid #dfdfdf;
    }

    .member-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .member-content-left {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .member-content-right {
        width: 100%;
    }

    .button-4 {
        margin-right: 5px;
    }

    .member-favorite {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .scientific-day-1-line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .scientific-content-program {
        width: 100%;
        margin-top: 40px;
        padding-top: 20px;
    }

    .scientificday-1-time {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .scientific-container-program {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .scientific-day1-head1 {
        font-size: 23px;
        line-height: 29px;
    }

    .scientific-member-footer {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .scientific-day-2-line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .scientificday-2-time {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .scientific-day-3-line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .scientificday-3-time {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .scientific-day-4-line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .scientificday-4-time {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .scientific-day-5-line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .scientificday-5-time {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .scientific-member-footer2 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .e-poster-line-1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .e-poster-head {
        text-align: left;
    }

    .e-poster-line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .e-poster-line-detail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .e-poster-vote {
        min-height: 100px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .e-poster-line-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .members-btn-area {
        width: auto;
        padding-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .schedule-content {
        width: 450px;
        margin-right: -650px;
    }

    .div-block-34-copy {
        min-height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .schedule-content-1 {
        width: 85%;
    }

    .schedule-list-area {
        min-height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .schedule-platform-icon {
        width: 10%;
    }

    .schedule-join-btn-active {
        margin-top: 10px;
    }

    .schedule-join-btn-inactive {
        margin-top: 10px;
    }

    .favorite-content {
        width: 450px;
        margin-right: -650px;
    }

    .favorite-list-area {
        min-height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .favorite-content-program {
        width: 100%;
        margin-top: 40px;
        padding-top: 20px;
    }

    .favorite-content-1 {
        width: 85%;
    }

    .favorite-join-btn-inactive {
        margin-top: 10px;
    }

    .schedule-join-btn-active-copy {
        margin-top: 10px;
    }

    .favorite-join-btn-active {
        margin-top: 10px;
    }

    .two-part-stand-social {
        height: 320px;
        padding-bottom: 0px;
    }

    .three-part-stand-social {
        height: 320px;
        padding-bottom: 0px;
    }

    .four-part-stand-social {
        height: 320px;
        padding-bottom: 0px;
    }

    .sticky {
        left: 0%;
        width: 100%;
    }

    .kvk-1 {
        margin-bottom: 0px;
        padding: 0px 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .bonus-status {
        padding-top: 20px;
    }


    .visitor-link-blok {
        height: 70px;
    }


    .video-part-small {
        height: 50vh;
        min-height: auto;
    }

    .add-area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 10%;
        padding-left: 10%;
        background-color: rgba(0, 0, 0, 0.78);
    }

    .add-area-head-line {
        width: 90%;
    }

    .playlist01 {
        width: 46%;
    }

    .playlist-promo-image {
        min-height: 120px;
    }

    .playlist-area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .playlist-detail-list {
        width: 95%;
    }

    .list-image {
        min-height: auto;
    }

    .big-hall-video-area {
        height: 45vh;
        min-height: auto;
    }

    .video-embed {
        position: relative;
    }

    .hall-small {
        height: 50vh;
        min-height: auto;
    }

    .video-embed-2 {
        position: relative;
    }

    .small-hall-video-area {
        height: 45vh;
        min-height: auto;
    }

    .video-embed-small {
        position: relative;
    }

    .q-area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }


    .box-pict {
        width: 80px;
    }

    .product-list {
        min-height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .basket-div-1 {
        width: 75%;
    }

    .form-block-3 {
        padding-bottom: 60px;
    }

    .ekle-btn {
        margin-top: 0px;
    }

    .sil-btn {
        margin-top: 10px;
    }

    .total--price.w._2 {
        min-height: auto;
    }

    .total--price.w._3 {
        min-height: auto;
    }

    .total--price.w._2-copy {
        min-height: auto;
    }

    .popup-price {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .popup-price-container {
        display: none;
        padding-right: 20px;
        padding-left: 20px;
    }


    .popup-price-container {
        width: 100%;
    }

    .product-list-popup {
        min-height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .include-container {
        height: auto;
        max-width: none;
        margin-top: 70px;
    }

    .nav-1-logo-area {
        width: 200px;
        min-width: 200px;
    }

    .nav-logo {
        width: auto;
        height: auto;
        min-height: auto;
    }


    .tooltip-area._2 {
        display: none;
    }


    .nav-1-lang-en {
        right: 0px;
    }

    .nav-1-lang-tr {
        right: 0px;
    }

    .nav-1-login-user {
        display: block;
        width: 100%;
        height: 70px;
        min-width: auto;
        margin-right: 0px;
        margin-left: 0px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: linear-gradient(180deg, transparent, transparent);
    }

    .nav-1-login-user:hover {
        background-position: 97% 50%;
    }

    .chat-new-btn {
        width: 70px;
        height: 70px;
        min-height: auto;
        margin-top: 0px;
        margin-bottom: 75px;
        border-top: 6px solid #dfdfdf;
    }

    .nav-1-new-user-btn {
        display: block;
        width: 50%;
        height: 70px;
        min-height: 60px;
        margin-top: 0px;
        border-top: 1px solid #dfdfdf;
    }

    .nav-1-new-user-btn:hover {
        border-top-style: solid;
        border-top-width: 1px;
    }

    .nav-1-login-btn {
        display: block;
        width: 50%;
        height: 70px;
        min-height: 60px;
        margin-top: 0px;
        border-top: 1px solid #dfdfdf;
    }

    .nav-1-login-btn:hover {
        border-top-style: solid;
        border-top-width: 1px;
    }

    .nav-1-user-certicicate-area {
        padding-top: 0px;
    }

    .nav-1-user-name {
        font-size: 14px;
        line-height: 15px;
    }

    .nav-1-login-register {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-width: auto;
    }

    .nav-1-new-user-link {
        height: 70px;
        min-height: auto;
        margin-top: 0px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px none #dfdfdf;
        border-radius: 0px;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .nav-1-login-user-link {
        width: 100%;
        height: 70px;
        min-height: 60px;
        margin-top: 0px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 1px none #dfdfdf;
        border-radius: 0px;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .nav-1-visitor-silider {
        width: 32%;
        margin-left: 43.5%;
        border-bottom-style: none;
        border-left-style: none;
    }

    .nav-1-user-status-area {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-1-user-sponsored-area {
        padding-top: 0px;
    }

    .nav-1-visitor-silider-menu {
        width: 100%;
        margin-left: 0%;
        border-bottom-style: none;
        border-left-style: none;
    }

    .new-sound {
        margin-top: 70px;
    }

    .new-container {
        height: auto;
        max-width: none;
        margin-top: 0px;
    }

    .new-brand-search {
        z-index: 2000;
        width: 450px;
        margin-right: -650px;
    }

    .new-briefcase {
        width: 450px;
        margin-right: -650px;
    }

    .new-schedulle {
        width: 450px;
        margin-right: -650px;
    }

    .new-favorite {
        width: 450px;
        margin-right: -650px;
    }

    .video-call {
        width: 70px;
        height: 70px;
        min-height: auto;
        margin-top: 0px;
        border-top: 1px none #dfdfdf;
    }

    .nav-1-chat-text-1._2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .image-24._2 {
        display: block;
    }

    .image-24._2-copy {
        display: block;
    }

    .wapp {
        width: 70px;
        height: 70px;
        min-height: auto;
        margin-top: 0px;
        border-top: 1px none #dfdfdf;
    }

    .contact {
        width: 70px;
        height: 70px;
        min-height: auto;
        margin-top: 0px;
        border-top: 1px none #dfdfdf;
    }

    .new-sticky-content {
        width: 100%;
    }

    .basket {
        width: 70px;
        height: 70px;
        min-height: auto;
        margin-top: 0px;
        border-top: 1px none #dfdfdf;
    }

    .product {
        width: 46%;
    }

    .product-i-mg {
        min-height: 120px;
    }

    .cart {
        display: block;
        width: 70px;
        height: 70px;
        min-height: auto;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .identity {
        width: 70px;
        height: 70px;
        min-height: auto;
        margin-top: 0px;
        border-top: 1px none #dfdfdf;
    }

    .list-brand {
        width: 30%;
        min-height: auto;
        margin-right: 5px;
        margin-bottom: 20px;
        margin-left: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .list-brand-picture {
        display: block;
        width: 100%;
    }

    .list-brand-btn {
        margin-top: 10px;
    }

    .list-brand-details-content {
        width: 85%;
    }

    .zone-heading {
        width: 30%;
        margin-right: 5px;
        margin-bottom: 20px;
        margin-left: 5px;
    }

    .new-zone-chane-btn:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .shop-status {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .shop-status.view-disable {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .talk {
        width: 70px;
        height: 70px;
        min-height: auto;
        margin-top: 0px;
        border-top: 1px none #dfdfdf;
    }


    .back-2 {
        display: block;
        width: 70px;
        height: 70px;
        min-height: auto;
        border-top-width: 1px;
        border-top-color: #dfdfdf;
    }

    .e-poster-content {
        height: auto;
        max-width: none;
        margin-top: 70px;
    }

    .e-poster-new-header {
        line-height: 35px;
    }

    .e-poster-new-wrap {
        width: 100%;
    }

    .e-poster-new-wrap._40 {
        width: 100%;
    }

    .e-poster-new-wrap.adv-1 {
        max-height: 120px;
        min-height: 120px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .e-poster-vote-copy {
        min-height: 100px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .advertisement {
        width: 100%;
        min-height: auto;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        border-right-style: none;
    }

    .e-poster-lightbox-content {
        margin-bottom: 0px;
        padding: 0px 0% 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .e-poster-new-wrap1 {
        width: 100%;
    }

    .e-poster-new-wrap1._40 {
        width: 100%;
    }

    .e-poster-new-wrap-list {
        width: 100%;
    }

    .e-poster-new-wrap-list._40 {
        width: 100%;
    }

    .e-poster-new-wrap-link {
        width: 100%;
        max-height: 250px;
        min-height: 250px;
    }

    .e-poster-new-wrap-link._40 {
        width: 100%;
    }

    .slide-img {
        width: 100%;
        height: auto;
        max-width: none;
    }

    .video-player-content {
        height: auto;
        max-width: none;
        margin-top: 70px;
    }

    .v-left {
        z-index: 100;
        overflow: visible;
        width: 300px;
        margin-left: -300px;
    }

    .v-right {
        width: 100%;
    }

    .v-title-text.small-1 {
        margin-left: 5px;
    }

    .v-image._30 {
        min-width: 90px;
    }

    .commets-views.smaller {
        margin-left: 15px;
    }

    .link-block {
        font-size: 12px;
    }

    .v-category-head {
        font-size: 13px;
        line-height: 16px;
    }

    .v-category-head.selected {
        font-size: 13px;
    }

    .link-block-3 {
        font-size: 13px;
    }

    .make-sec-2 {
        font-size: 12px;
        line-height: 13px;
    }

    .links-2._33 {
        width: 100%;
    }

    .links-2._50 {
        width: 100%;
    }

    .v-search-documentss {
        padding-right: 20px;
        padding-left: 20px;
    }

    .v-video-d {
        padding-top: 60px;
    }

    .div-block-96.space {
        margin-left: 90px;
    }

    .menu-btn {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 999;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        min-height: 50px;
        min-width: 50px;
        margin-right: -50px;
        padding-right: 0px;
        padding-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #565c66;
    }

    .menu-btn:hover {
        background-color: #c51918;
    }

    .scrool {
        overflow: auto;
        height: auto;
    }

    .expand-icon {
        width: 30px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .minus-icon {
        display: none;
        width: 30px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .text-block-147.inner {
        font-size: 16px;
    }

    .toggle-text {
        font-size: 17px;
    }

    .faq-img {
        min-height: 40px;
        min-width: 20px;
    }


    .link-13 {
        font-size: 10px;
    }

    .print-heads {
        line-height: 35px;
    }

}

@media screen and (max-width: 479px) {

    .marque-big-hall {
        display: block;
    }

    .big-hall-video-area {
        height: 30vh;
        min-height: auto;
    }

    .hall-small {
        height: 30vh;
        min-height: auto;
    }

    .small-hall-video-area {
        height: 30vh;
        min-height: auto;
    }


    .container {
        height: auto;
    }

    .sound {
        margin-top: 200px;
    }

    .lang-en {
        position: absolute;
        left: auto;
        top: -98px;
        right: 92px;
        bottom: auto;
        width: 30%;
        border-bottom: 1px solid #dfdfdf;
        height: 49px;
        margin-left: 70.5%;
        border-right-style: none;
        border-left-style: solid;
    }

    .lang-tr {
        position: absolute;
        left: auto;
        top: -98px;
        right: 92px;
        bottom: auto;
        width: 30%;
        border-bottom: 1px solid #dfdfdf;
        height: 49px;
        margin-left: 70.5%;
        border-right-style: none;
        border-left-style: solid;
    }

    .chat-new-message {
        position: absolute;
        right: 0px;
        width: 34%;
        height: 50px !important;
        flex-direction: row !important;
        min-height: auto;
        margin-top: -50px;
        border-top: 1px solid #dfdfdf;
    }

    .c-08-2 {
        margin-right: 7px;
    }


    .tab-link-tab-1-3 {
        width: 33%;
    }

    .tab-link-tab-1-3.w--current {
        width: 33%;
    }

    .tab-link-tab-1-2 {
        width: 33%;
    }

    .tab-link-tab-1-2.w--current {
        width: 100%;
    }

    .overview {
        width: 33%;
    }

    .overview.w--current {
        width: 33%;
    }

    .tabs-menu-3 {
        width: 50%;
        margin-top: -60px;
    }

    .stands {}

    .zone-link {
        height: 68px;
        background-size: 9px;
    }

    .content-responsive {
        display: block;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #3b414b;
    }

    .header {
        height: 140px;
        min-height: auto;
    }

    .menu-text {
        height: 50px;
    }

    .button-line-3-1 {
        width: 50%;
        margin-left: 25%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 48px;
        max-width: none;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-style: solid;
        border-width: 2px;
        border-color: #fff;
        border-radius: 5px;
        background-color: #3b414b;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        font-size: 18px;
        font-weight: 700;
    }

    .logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        height: 51px;
        overflow: hidden;
        max-width: none;
        min-height: auto;
        padding-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right-color: #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
    }

    .logo.w--current {
        width: 50%;
        border-bottom: 1px solid #dfdfdf;
        height: 51px;
    }

    .header-left {
        right: auto;
        z-index: 1;
        width: 100%;
        height: 100px;
        min-height: auto;
        margin-top: 100px;
        margin-right: 0px;
        border-top: 1px none #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }

    .video-short-embed {
        left: 17%;
        top: 15.4%;
        width: 66%;
        height: 11.6%;
    }

    .user-menu {
        width: 100%;
        height: 100px;
        min-height: auto;
        margin-right: 0px;
        margin-left: 0%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .c-39 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .c-022 {
        width: 85%;
        height: 100%;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .c-022.c-2 {
        margin-left: 0px;
    }

    .c-28 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-38 {
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
    }

    .c-27 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-30 {
        margin-left: 0px;
    }

    .c-10-field {
        min-height: auto;
    }

    .c-026 {
        padding-top: 15%;
        padding-bottom: 15%;
    }

    .c-018 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 12px;
        line-height: 14px;
    }

    .c-018.w--current {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .c-017 {
        padding-top: 15%;
        padding-bottom: 15%;
    }

    .c-24 {
        margin-left: 21px;
    }

    .c-01 {
        width: 320px;
        display: none;
        margin-top: 200px;
        margin-right: 0px;
    }

    .c-03 {
        width: 100%;
        height: 50px;
        margin-left: 0%;
    }

    .c-06 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 13px;
    }

    .c-06.w--current {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .c-05 {
        position: relative;
    }

    .c-014 {
        height: 66vh;
    }

    .c-012 {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 53px;
        height: 82.4%;
        margin-bottom: 60px;
        padding-top: 15%;
        padding-bottom: 15%;
    }

    .c-012.tablet {
        padding-bottom: 15%;
    }

    .c-013 {
        position: fixed;
        left: auto;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 320px;
        height: 60px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .c-033 {
        position: fixed;
        width: 320px;
        left: auto;
        height: 50px;
    }

    .c-013-two {
        top: auto;
        bottom: 50px;
        left: auto;
        width: 320px;
        height: 60px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .c-015 {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 110px;
        height: 81%;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0%;
        padding-bottom: 0%;
    }

    .c-019 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-04 {
        height: 100%;
        padding-top: 0px;
    }

    .c-32-unread {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-04 {
        height: 100%;
        padding-top: 0px;
    }

    .c-32-unread {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 20000;
        display: block;
        width: 25%;
        height: 50px;
        margin-top: 0px;
        margin-left: 75%;
        border-bottom: 1px solid #dfdfdf;
    }

    .s-live057__nav-button-2 {
        width: 100%;
        height: 50px;
        min-height: auto;
        margin-top: 0px;
        border-bottom-style: none;
    }

    ._1 {
        height: auto;
        min-height: auto;
        padding: 20px 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-block--2 {
        margin-right: 10px;
        margin-left: 10px;
    }

    .yeni-user {
        height: 50px;
        min-height: auto;
    }

    .nu {
        width: 50%;
        height: 50px;
        min-height: auto;
        margin-left: 0%;
        border-top-color: #dfdfdf;
    }

    .video {
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-right: 0%;
        padding-bottom: 0px;
        padding-left: 0%;
    }

    .lgn {
        width: 50%;
        height: 50px;
        min-height: auto;
        border-top-color: #dfdfdf;
    }

    .login-button {
        height: 50px;
        min-height: auto;
    }

    .tooltip {
        left: -50px;
        right: -50px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .modal-header {
        min-height: 80px;
        font-size: 20px;
        line-height: 28px;
    }

    .modal-header.black {
        min-height: 80px;
        font-size: 24px;
    }

    .modal-header.color {
        min-height: 80px;
        font-size: 24px;
    }

    .textarea {
        border-radius: 3px;
    }

    .close {
        width: 20vw;
    }

    .modal-text {
        margin-bottom: 40px;
    }

    .copyright {
        padding-right: 0px;
        padding-left: 0px;
    }

    .f-link {
        text-align: center;
    }

    .column-101 {
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .responsive {
        padding-right: 20px;
        padding-left: 20px;
    }


    .icon-1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 60px;
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: center;
        padding-left: 0%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: none;
        color: #fff;
        text-decoration: none;
    }

    .icon-1:hover {
        padding-left: 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: linear-gradient(180deg, transparent, transparent);
        color: #3b414b;
    }

    .heading-2 {
        width: 95%;
        font-size: 20px;
        line-height: 26px;
    }

    .home {
        width: 33%;
        height: 50px;
        min-height: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom-style: none;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .home.w--current {
        width: 33%;
        height: 50px;
        padding-bottom: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom-style: none;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .back {
        width: 33%;
        height: 50px;
        min-height: auto;
        padding-bottom: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top-style: solid;
        border-top-color: #dfdfdf;
        border-right-style: none;
        border-bottom-style: none;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .image-3 {
        width: 75%;
        height: auto;
        max-width: none;
        min-height: auto;
    }

    .slide {
        min-height: auto;
    }

    .slide-2 {
        min-height: auto;
        background-image: none;
    }

    .button-line-3 {
        width: 200px;
    }

    .text-block-87 {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;

    }

    .stands {
        height: auto;
    }

    .content-kiosk {
        height: auto;
    }

    .login-after {
        width: 66%;
        height: 50px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom-left-radius: 0px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: linear-gradient(180deg, transparent, transparent);
    }

    .login-after:hover {
        background-position: 95% 50%;
    }

    .login-after:focus {
        background-position: 95% 50%;
    }

    .change-password {
        margin-bottom: 0px;
        padding-right: 0%;
        padding-bottom: 40px;
        padding-left: 0%;
    }

    .content-page {
        height: auto;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .heading-4 {
        font-size: 24px;
        line-height: 32px;
    }


    .person-title.stand-m {
        left: 20%;
    }

    .person-title.news {
        left: 20%;
    }


    .video-part {
        height: 40vh;
        min-height: auto;
    }

    .tabs {
        height: 40vh;
        min-height: auto;
    }

    .tab-tr {
        height: 35vh;
        min-height: auto;
        margin-top: 0vh;
    }

    .videos {
        height: 35vh;
        min-height: auto;
        margin-top: 5vh;
    }

    .tab-1 {
        min-height: auto;
    }

    .tab-2 {
        min-height: auto;
    }

    .tab-2.w--current {
        min-height: auto;
    }

    .tab-en {
        height: 35vh;
        min-height: auto;
        margin-top: 0vh;
    }

    .button-line-4 {
        width: 100%;
    }

    .responsive-duyuru-slide {
        top: 7%;
        height: 27%;
        min-height: auto;
    }

    .color-text-content {
        margin-bottom: 0px;
        padding-right: 0%;
        padding-bottom: 30px;
        padding-left: 0%;
    }

    .notes {
        margin-bottom: 0px;
        padding-right: 0%;
        padding-bottom: 40px;
        padding-left: 0%;
    }

    .alert {
        margin-bottom: 0px;
        padding-right: 0%;
        padding-bottom: 30px;
        padding-left: 0%;
    }

    .form-stand {
        margin-bottom: 0px;
        padding-right: 0%;
        padding-bottom: 0px;
        padding-left: 0%;
    }

    .login-form {
        margin-right: 0px;
        margin-left: 0px;
    }

    .day1-head1 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .day1-detail-1 {
        text-align: left;
    }

    .modal-container {
        margin-bottom: 0px;
        padding: 5% 0px 0px;
        padding-bottom: 0px;
    }

    .kvk._1 {
        height: 200px;
        min-height: 200px;
        padding-left: 20px;
    }

    .visitor {
        width: 66%;
        height: 50px;
        margin-top: 50px;
        margin-left: 0%;
        border-top: 1px solid #dfdfdf;
        background-color: #f5f5f5;
    }

    .visitor-close {
        width: 66%;
        height: 50px;
        margin-top: 7px;
        position: absolute;
        margin-left: 0%;
        border-top: 1px solid #dfdfdf;
        background-color: #f5f5f5;
    }

    .btn-sign {
        opacity: 1;
    }

    .btn-sign.inline {
        margin-right: 0px;
    }

    .sign {
        margin-left: 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .vote {
        padding-right: 5%;
        padding-left: 5%;
        background-color: rgba(0, 0, 0, 0.78);
    }

    .button {
        background-color: rgba(243, 243, 243, 0.26);
    }

    .marque-text {
        height: 5vh;
    }

    .day {
        width: 18%;
    }

    .break-time {
        width: 100%;
    }

    .break-head {
        font-size: 18px;
        line-height: 23px;
        text-align: center;
    }

    .break-location {
        text-align: center;
    }

    .day-1-time {
        width: 100%;
    }

    .day1-detail-2 {
        font-size: 12px;
        line-height: 18px;
        text-align: left;
    }

    .day1-location {
        text-align: center;
    }

    .day2-head2 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .day-2-time {
        width: 100%;
    }

    .day3-head3 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .day-3-time {
        width: 100%;
    }

    .day2 {
        width: 18%;
    }

    .day3 {
        width: 18%;
    }

    .day4 {
        width: 18%;
    }

    .day5 {
        width: 18%;
    }

    .day-4-time {
        width: 100%;
    }

    .day4-head4 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .day4-location {
        text-align: left;
    }

    .day5-head5 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .day-5-time {
        width: 100%;
    }

    .bold-text-12 {
        font-size: 12px;
        line-height: 14px;
    }

    .bold-text-13 {
        font-size: 12px;
        line-height: 14px;
        text-align: center;
    }

    .bold-text-14 {
        font-size: 12px;
        line-height: 14px;
    }

    .bold-text-15 {
        font-size: 12px;
        line-height: 14px;
    }

    .bold-text-16 {
        font-size: 12px;
        line-height: 14px;
    }

    .left-sign {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .right-sign {
        margin-left: 20px;
    }

    ._01 {
        margin-right: 0%;
    }

    ._01.new {
        padding-left: 40px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .entre {
        height: auto;
    }

    .btn-sign-left {
        opacity: 1;
    }

    .btn-sign-left.inline {
        margin-right: 0px;
        margin-left: 0px;
    }

    ._02 {
        padding-right: 20px;
        padding-left: 0px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    ._02.mobil {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .content-home {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .sign-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .btn-sign-mobil {
        width: 71%;
        margin-left: 0%;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-image: url('../images/sign-1.svg');
        background-position: 100% 50%;
    }

    .btn-sign-mobil.mobil {
        background-image: url('../images/sign.svg');
    }

    .btn-sign-left-mobil {
        width: 71%;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .btn-sign-left-mobil.mobil {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-image: url('../images/sign.svg');
    }

    .logo-1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 48%;
        height: 60px;
        margin-right: 2px;
        margin-bottom: 10px;
        padding-left: 0%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: none;
        color: #fff;
        text-decoration: none;
    }

    .logo-1:hover {
        padding-left: 0%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: linear-gradient(180deg, transparent, transparent);
        color: #3b414b;
    }

    .image-9 {
        width: 40%;
    }

    .vote-head {}

    .live-hall {
        height: auto;
    }

    .vote-result {
        padding-right: 5%;
        padding-left: 5%;
        background-color: rgba(0, 0, 0, 0.78);
    }

    .header-speaker {
        display: none;
    }

    .content-color {
        height: auto;
    }

    .heading-color {
        font-size: 24px;
        line-height: 32px;
    }

    .text-block-107 {
        line-height: 25px;
    }

    .buton-delete {
        width: 100px;
    }

    .stand-l-social-media {
        height: 180px;
    }

    .user-link-passive:hover {
        background-color: #3b414b;
    }

    .login {
        padding-right: 0px;
        padding-left: 0px;
    }

    .stand-s-social-media {
        height: 180px;
    }

    .stand-xl-social-media {
        height: 180px;
    }

    .top-link {
        padding-bottom: 0px;
    }

    .image-13 {
        height: 50px;
    }

    .halls {
        height: auto;
    }


    .navbar {
        height: 70px;
        min-height: 70px;
        margin-top: 0px;
        border-left-style: none;
    }

    .menu-button {
        height: 70px;
        min-height: auto;
    }

    .nav-menu {
        min-width: 320px;
        margin-top: 70px;
    }


    .offline {
        width: 110px;
        height: 50px;
        padding-bottom: 0px;
        padding-left: 50px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-position: 17% 50%;
    }

    .online {
        width: 110px;
        height: 50px;
        padding-bottom: 0px;
        padding-left: 50px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-position: 17% 50%;
    }

    .nav-menu-2 {
        width: 80px;
    }

    .away {
        width: 110px;
        height: 50px;
        padding-bottom: 0px;
        padding-left: 50px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-position: 17% 50%;
    }

    .menu-button-2 {
        height: 49px;
        min-height: auto;
        min-width: auto;
    }

    .navbar-2 {
        width: 34%;
        height: 50px;
        margin-top: 50px;
        margin-left: 66%;
    }

    .avatar-add-1 {
        width: 80px;
    }

    .away {
        width: 110px;
        height: 50px;
        padding-bottom: 0px;
        padding-left: 50px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-position: 17% 50%;
    }

    .avatar-add {
        height: 49px;
        min-height: auto;
        min-width: auto;
    }

    .avatar-add-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 34%;
        height: 51px;
        margin-top: 50px;
        margin-left: 66%;
        border-bottom: 1px solid #e0e0e0;
    }

    .menu-button-3 {
        height: 70px;
        margin-top: 0px;
        padding-top: 15px;
    }

    .briefcase {
        display: block;
        width: 70px;
        height: 70px;
        min-height: auto;
        min-width: 50px;
        padding-bottom: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top-color: #dfdfdf;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        background-image: url('../images/portfolio.svg');
        background-size: 20px;
        background-repeat: no-repeat;
    }


    .brief-close {
        position: absolute;
        width: 34%;
        height: 50px;
        min-height: auto;
        padding-bottom: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        right: -27%;
        bottom: auto;
        z-index: 1500;
        width: 36%;
        height: 50px;
        min-height: auto;
        margin-right: 25%;
        margin-left: 75%;
        padding-right: 10px;
        padding-bottom: 2px;
        align-items: center;
        border-top-color: #dfdfdf;
        border-right-style: none;
        border-bottom-style: none;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
        background-repeat: repeat;
        border-left: 1px solid #dfdfdf;
    }

    .linktext {
        margin-top: 2px;
    }

    .div-block-27 {
        width: 85%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .div-block-27._2 {
        margin-left: 0px;
    }

    .chatbox-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .user-status {
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
    }

    .chatbox-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .right-text {
        margin-left: 0px;
    }

    .left-text {
        margin-right: 0px;
    }

    .textarea-3 {
        min-height: 50px;
    }

    .list-chat {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .chat-anim {
        position: absolute;
        right: -27%;
        bottom: auto;
        z-index: 1500;
        width: 36%;
        height: 50px;
        min-height: auto;
        margin-top: -50px;
        margin-right: 25%;
        margin-left: 75%;
        padding-right: 10px;
        padding-bottom: 2px;
        padding-left: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-left-style: 1px solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-color: #dfdfdf;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
        border-left: 1px solid #dfdfdf;
    }

    .chat-anim:focus {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        border-top: 1px solid;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .chat-anim-close {
        position: absolute;
        right: -27%;
        bottom: auto;
        z-index: 1500;
        width: 36%;
        height: 50px;
        min-height: auto;
        margin-top: -50px;
        margin-right: 25%;
        margin-left: 75%;
        padding-right: 10px;
        padding-bottom: 2px;
        padding-left: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-left-style: 1px solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-color: #dfdfdf;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
        border-left: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }

    .chatbox {
        width: 320px;
        margin-top: 200px;
        margin-right: -520px;
    }

    .public {
        width: 100%;
        margin-left: 0%;
    }

    .chatbox-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .briefcase-head {
        width: 100%;
        margin-left: 0%;
    }

    .basket-div-4 {
        width: 100%;
    }

    .briefcase-content {
        width: 320px;
        margin-top: 200px;
        margin-right: -650px;
    }

    .lottie-animation-4 {
        margin-top: 10px;
    }

    .tab-link-tab-1 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 13px;
    }

    .tab-link-tab-1.w--current {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .div-block-37 {
        bottom: 51%;
        height: 44%;
    }

    .div-block-37.tablet {
        padding-bottom: 220px;
    }

    .div-block-38 {
        width: 320px;
        height: 51%;
        padding-top: 20px;
        padding-bottom: 0px;
    }


    .tabs-menu-3 {
        height: 50px;
        margin-top: 140px;
    }

    .tab-link-tab-1-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        padding-top: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tab-link-tab-1-2.w--current {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
    }

    .heading-15 {
        margin-top: 0px;
        font-size: 16px;
    }

    .text-block-120 {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 15px;
    }

    .text-block-121 {
        display: none;
    }

    .text-block-122 {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        line-height: 12px;
    }

    .text-block-123 {
        font-size: 12px;
        line-height: 12px;
    }


    .brand-search {
        margin-top: 17px;
        width: 90px;
    }

    .form-block-2 {
        width: 90%;
    }


    .brand-search-content {
        width: 320px;
        margin-top: 200px;
        margin-right: -650px;
    }

    .search-head {
        width: 100%;
        margin-left: 0%;
    }

    .image-responsive._3d {
        margin-top: 50px;
    }



    .form-container {
        margin-top: 0px;
    }


    .pict-home-r {
        margin-top: 0px;
    }

    .stand-container {
        height: auto;
    }

    .soocial-media-links {
        height: auto;
    }

    .smal-stand-mobil {
        margin-top: 140px;
    }


    .colored-container {
        height: auto;
        margin-top: 200px;
    }

    .stand-m-social-media {
        height: 180px;
    }

    .stands-briefcase {
        width: 320px;
        margin-top: 200px;
        margin-right: -650px;
    }

    .zone {
        display: block;
        height: auto;
    }

    .maximize {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .menu-text {
        height: 70px;
        background-color: transparent;
    }


    .schedule-tab-1 {
        background-position: 50% 50%;
    }

    .schedule-tab-2 {
        background-position: 50% 50%;
    }

    .schedule-tab-3.w--current {
        background-position: 50% 50%;
    }

    .schedule-tab-pane-3 {
        padding-right: 0%;
    }

    .schedule-tab-pane-2 {
        padding-right: 10%;
        padding-left: 10%;
    }

    .schedule-day {
        width: 100%;
    }

    .schedule-layout-3 {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .schedule-layout-1 {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .schedule-radio {
        width: 100%;
    }

    .schedule-form-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .e-poster-continer {
        height: auto;
    }

    .e-poster {
        display: block;
        height: auto;
    }

    .e-poster-mobil-content {
        margin-top: 199px;
    }

    .schedule-tab-text {
        display: none;
    }

    .text-block-127 {
        display: none;
    }

    .text-block-128 {
        display: none;
    }

    .avatar {
        height: 30px;
    }

    .avatar-content {
        margin-top: 10px;
    }

    .avatar-cntent-menu {
        width: 100%;
        height: 50px;
        padding-bottom: 0px;
        padding-left: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-image: none;
    }

    .avatar-content-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .member-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .member-content-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .member-name {
        width: 100%;
        min-height: 40px;
        font-size: 18px;
    }

    .member-location {
        width: 100%;
        min-height: 30px;
        margin-bottom: 5px;
        padding-right: 0px;
        padding-left: 25px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-position: 0% 50%;
        background-size: 20px;
        font-size: 13px;
    }

    .member-content-inner-left {
        padding-left: 0px;
    }

    .member-content-inner-right {
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .member-subject {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .member-list-content {
        width: 100%;
    }

    .member-s-details-1 {
        margin-bottom: 20px;
    }

    .member-add-calender {
        font-size: 13px;
    }

    .member-image-mask {
        width: 150px;
    }

    .member-tab {
        width: auto;
        padding-right: 10px;
        padding-left: 10px;
    }

    .member-tab.w--current {
        width: auto;
        padding-right: 10px;
        padding-left: 10px;
    }

    .member-calender-favorite {
        margin-bottom: 5px;
    }

    .member-btn-program {
        width: 95.7492%;
    }

    .button-4 {
        margin-right: 0px;
    }

    .scientific-content-program {
        margin-top: 0px;
    }

    .scientificday-1-time {
        width: 100%;
    }

    .scientific-day1-location {
        text-align: center;
    }

    .scientific-day1-head1 {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .scientific-day1-detail-2 {
        font-size: 12px;
        line-height: 18px;
        text-align: left;
    }

    .scientific-day2-location {
        text-align: center;
    }

    .scientificday-2-time {
        width: 100%;
    }

    .scientificday-3-time {
        width: 100%;
    }

    .scientificday-4-time {
        width: 100%;
    }

    .scientificday-5-time {
        width: 100%;
    }

    .scientific-member-footer2 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .members-btn-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .member-tab-text {
        font-size: 14px;
        line-height: 18px;
    }

    .schedule-content {
        width: 320px;
        margin-top: 200px;
        margin-right: -650px;
    }

    .schedule-head {
        width: 100%;
        margin-left: 0%;
    }

    .favorite-content {
        width: 320px;
        margin-top: 200px;
        margin-right: -650px;
    }

    .favorite-head {
        width: 100%;
        margin-left: 0%;
    }

    .favorite-content-program {
        margin-top: 0px;
    }

    .two-part-stand-social {
        height: 180px;
    }

    .three-part-stand-social {
        height: 180px;
    }

    .chat-sound-form {
        min-height: 50px;
    }

    .bold-text-26 {
        display: none;
    }

    .toggle-contain {
        margin-right: 15px;
        margin-left: 15px;
    }

    .div-block-66 {
        height: 50px;
    }

    .video-part-small {
        height: 30vh;
        min-height: auto;
    }

    .marque-small-part {
        display: none;
    }

    .visitor-text-3 {
        display: none;
    }

    .pool-header {
        text-align: center;
    }

    .poll-message {
        width: 90%;
    }

    .poll-questions {
        background-position: 0% 2px;
    }


    .pool-container {
        margin-top: 199px;
    }

    .add-area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 5%;
        padding-left: 5%;
        background-color: rgba(0, 0, 0, 0.78);
    }

    .add-area-head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .playlist01 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .playlist-promo-image {
        min-height: 120px;
    }

    .playlist-detail-list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .list-image {
        min-height: auto;
    }

    .mini-chat {
        background-position: 90% 10%;
        background-size: 20px;
    }

    .sound {
        margin-top: 200px;
    }

    .marque-big-hall {
        display: block;
    }

    .big-hall-video-area {
        height: 30vh;
        min-height: auto;
    }

    .hall-small {
        height: 30vh;
        min-height: auto;
    }

    .small-hall-video-area {
        height: 30vh;
        min-height: auto;
    }

    .button-line-3-3 {
        width: 200px;
    }

    .include-container {
        height: auto;
        margin-top: 140px;
    }

    .nav-1 {
        height: 140px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .nav-1-logo-area {
        left: 0px;
        width: 100%;
        min-width: 150px;
        margin-right: auto;
        margin-left: 0px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .nav-logo {
        width: 100%;
        height: auto;
        max-width: none;
        min-height: auto;
    }

    .nav-1-center {
        position: absolute;
        margin-top: 70px;
        border-top: 1px solid #dfdfdf;
    }

    .tooltip-area._2 {
        display: none;
    }

    .nav-1-lang-en {
        right: 0px;
        display: block;
        height: 50px;
    }

    .nav-1-lang-tr {
        right: 0px;
        display: block;
        height: 50px;
    }

    .nav-1-login-user {
        display: block;
        width: 100%;
        height: 70px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-bottom-left-radius: 0px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: linear-gradient(180deg, transparent, transparent);
    }

    .nav-1-login-user:hover {
        background-position: 95% 50%;
    }

    .nav-1-login-user:focus {
        background-position: 95% 50%;
    }

    .chat-new-btn {
        position: absolute;
        left: auto;
        top: auto;
        right: 0%;
        bottom: 0%;
        z-index: 1500;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 70px;
        height: 70px;
        min-height: auto;
        margin: 0px 20px 70px 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-style: solid;
        border-width: 6px;
        border-color: #dfdfdf;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .chat-new-btn:focus {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .nav-1-new-user-btn {
        display: block;
        width: 50%;
        height: 70px;
        min-height: auto;
        margin-left: 0%;
        border-top-color: #dfdfdf;
    }

    .nav-1-login-btn {
        width: 50%;
        height: 70px;
        min-height: auto;
        border-top-color: #dfdfdf;
    }

    .nav-1-user-name {
        height: auto;
        min-height: auto;
    }

    .nav-1-avatar {
        margin-top: 0px;
    }

    .nav-1-avatar-picture {
        width: 30px;
        height: 30px;
    }

    .nav-1-login-register {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .nav-1-new-user-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 70px;
        min-height: auto;
    }

    .nav-1-login-user-link {
        height: 70px;
        min-height: auto;
    }

    .nav-1-seperate {
        margin-left: auto;
    }

    .nav-1-seperate.none {
        display: none;
        margin-left: auto;
    }

    .nav-1-visitor-silider {
        width: 66%;
        height: 50px;
        margin-top: 50px;
        margin-left: 0%;
        border-top: 1px solid #dfdfdf;
        background-color: #f5f5f5;
    }

    .nav-1-program-text-3 {
        display: none;
    }

    .nav-1-chat-new-message {
        margin-top: 10px;
    }

    .nav-1-visitor-silider-menu {
        width: 100%;
        height: 100px;
        margin-top: 0px;
        margin-left: 0%;
        border-top: 1px solid #dfdfdf;
        background-color: #f5f5f5;
    }

    .new-sound {
        margin-top: 140px;
    }

    .new-container {
        height: auto;
    }

    .new-brand-search {
        width: 320px;
        margin-top: 140px;
        margin-right: -650px;
    }

    .new-briefcase {
        width: 320px;
        margin-top: 140px;
        margin-right: -650px;
    }

    .new-schedulle {
        width: 320px;
        margin-top: 140px;
        margin-right: -650px;
    }

    .new-favorite {
        width: 320px;
        margin-top: 140px;
        margin-right: -650px;
    }

    .video-call {
        position: static;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 1500;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        min-height: auto;
        margin-top: 0px;
        margin-right: 0%;
        margin-left: 0%;
        padding-right: 0px;
        padding-bottom: 2px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px none #000;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .video-call:hover {
        border-style: none;
    }

    .video-call:focus {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .nav-1-chat-text-1 {
        display: none;
    }

    .nav-1-chat-text-1._2 {
        display: none;
    }

    .image-24 {
        position: static;
        width: 28px;
        margin-top: 9px;
    }

    .image-24._2 {
        position: static;
        display: block;
        margin-top: 0px;
    }

    .image-24._2-copy {
        position: static;
        display: block;
        margin-top: 0px;
    }

    .wapp {
        position: static;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 1500;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        min-height: auto;
        margin-top: 0px;
        margin-right: 0%;
        margin-left: 0%;
        padding-right: 0px;
        padding-bottom: 2px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px none #000;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .wapp:hover {
        border-style: none;
    }

    .wapp:focus {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .image-24-copy {
        position: static;
        width: 25px;
        margin-top: 4px;
    }

    .contact {
        position: static;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 1500;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        min-height: auto;
        margin-top: 0px;
        margin-right: 0%;
        margin-left: 0%;
        padding-right: 0px;
        padding-bottom: 2px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-color: #dfdfdf;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .contact:hover {
        border-style: none;
        border-width: 1px;
    }

    .contact:focus {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .nav-1-chat-text-2 {
        display: none;
    }

    .image-24-copy-copy {
        position: static;
        margin-top: 0px;
    }

    .new-sticky-content {
        z-index: 999;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .basket {
        position: static;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 1500;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        min-height: auto;
        margin-top: 0px;
        margin-right: 0%;
        margin-left: 0%;
        padding-right: 0px;
        padding-bottom: 2px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px none #000;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .basket:hover {
        border-style: none;
    }

    .basket:focus {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .product {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }

    .product-i-mg {
        min-height: 120px;
    }

    .cart {
        display: block;
        width: 70px;
        height: 70px;
        min-height: auto;
        min-width: 50px;
        padding-bottom: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top-color: #dfdfdf;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
    }

    .identity {
        position: static;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 1500;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        min-height: auto;
        margin-top: 0px;
        margin-right: 0%;
        margin-left: 0%;
        padding-right: 0px;
        padding-bottom: 2px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px none #000;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .identity:hover {
        border-style: none;
    }

    .identity:focus {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .list-brand {
        width: 46%;
    }

    .list-brand-zone {
        font-size: 10px;
    }

    .zone-list-content {
        padding-top: 40px;
    }

    .div-block-77 {
        padding-top: 0px;
    }

    .tab-pane-tab-3 {
        margin-top: 217px;
    }

    .zone-heading {
        width: 46%;
        font-size: 18px;
        line-height: 17px;
    }

    .new-zone-change {
        margin-top: 140px;
    }

    .new-zone-chane-btn {
        height: 50px;
        min-height: 50px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-size: 7px;
        font-size: 26px;
    }

    .new-zone-chane-btn:hover {
        height: 50px;
        background-image: url('../images/play-arrow.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url('../images/play-arrow.svg'), linear-gradient(180deg, transparent, transparent);
        background-size: 8px, auto;
    }

    .new-zone-chane-btn.w--current {
        height: 55px;
    }

    .div-block-80 {
        width: 90%;
    }

    .talk {
        position: static;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        z-index: 1500;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50px;
        height: 50px;
        min-height: auto;
        margin-top: 0px;
        margin-right: 0%;
        margin-left: 0%;
        padding-right: 0px;
        padding-bottom: 2px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px none #000;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
        background-repeat: repeat;
    }

    .talk:hover {
        border-style: none;
    }

    .talk:focus {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        background-image: none;
        background-size: auto;
        background-repeat: repeat;
    }

    .lottie-animation-13 {
        margin-top: 4px;
    }


    .back-2 {
        display: none;
        width: 70px;
        height: 70px;
        min-height: auto;
        min-width: 50px;
        padding-bottom: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-top-color: #dfdfdf;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        background-image: url('../images/left-arrow.svg');
        background-size: 20px;
        background-repeat: no-repeat;
    }

    .e-poster-content {
        height: auto;
        margin-top: 200px;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .e-poster-new-header {
        font-size: 24px;
        line-height: 32px;
    }

    .e-poster-link._001 {
        width: 100%;
    }

    .e-poster-link._002 {
        width: 100%;
    }

    .e-poster-link._003 {
        width: 100%;
    }

    .e-poster-link._004 {
        width: 100%;
    }

    .e-poster-link._005 {
        width: 100%;
    }

    .e-poster-new-btn.rate {
        font-size: 13px;
    }

    .e-poster-lightbox-content {
        margin-bottom: 0px;
        padding-right: 0%;
        padding-bottom: 40px;
        padding-left: 0%;
    }

    .e-poster-form-btn {
        width: 200px;
    }

    .days-eci-3.days {
        width: 100%;
    }

    .e-poster-new-wrap-list {
        max-height: none;
        min-height: auto;
    }

    .e-poster-new-wrap-link {
        max-height: none;
        min-height: auto;
    }


    .video-player-content {
        height: auto;
        margin-top: 140px;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .v-left {
        margin-top: 141px;
    }

    .v-recent {
        padding-right: 0px;
        padding-left: 0px;
    }

    .v-title-text {
        margin-left: 10px;
    }

    .v-title-text.normal.w {
        font-size: 22px;
        line-height: 25px;
    }

    .v-title-text.small-1 {
        margin-left: 0px;
    }

    .v-title-text.bigger {
        margin-left: 10px;
    }

    .v-image._50 {
        width: 100%;
        max-width: 1000%;
    }

    .v-image._30 {
        min-width: 90px;
    }

    .v-title-detail-text {
        margin-left: 10px;
    }

    .commets-views.smaller {
        margin-left: 10px;
    }

    .commets-views.document {
        margin-left: 10px;
    }

    .v-title-comments {
        margin-left: 0px;
        padding-left: 0px;
    }

    .v-category-favorite-title {
        width: 100%;
        margin-bottom: 10px;
    }

    .v-category-head.selected {
        font-size: 15px;
    }

    .make-sec-2 {
        font-size: 13px;
    }

    .search-menu {
        font-size: 16px;
    }

    .make-sec-3.selected {
        font-size: 12px;
    }

    .head-video-type {
        width: 100%;
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .v-type-video.selected {
        margin-left: 0px;
    }

    .links-2 {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .links-2._50 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .v-search-documentss {
        padding-right: 0px;
        padding-left: 0px;
    }

    .v-title-detail-file-type {
        margin-left: 10px;
    }

    .v-video-d {
        padding: 40px 0px 0px;
    }

    .list-item.left-tile {
        width: 100%;
    }

    .div-block-94 {
        border-left-style: none;
    }

    .submit-button-4 {
        margin-left: 0px;
    }

    .div-block-96.space {
        width: auto;
        margin-left: 90px;
    }

    .text-block-146-copy {
        height: auto;
        line-height: 14px;
    }

    .video-title-area {
        width: 100%;
    }

    .video-other-area {
        padding-left: 10px;
    }

    .faq-img {
        display: none;
    }

    .faq-body-cont {
        padding-right: 20px;
        padding-left: 20px;
    }

    .all-list {
        width: 100%;
        margin-bottom: 10px;
    }

    .v-title-detail-file-type-copy {
        margin-left: 10px;
    }

    .search-menu-2 {
        font-size: 16px;
    }

    .accordion-pane-4 {
        padding-left: 5%;
    }

    .search-menu-3 {
        font-size: 16px;
    }

    .div-block-103 {
        margin-top: 140px;
    }

    .print-heads {
        font-size: 24px;
        line-height: 32px;
    }
}


.vote-selected {
    padding-left: 29px;
    border-style: solid;
    border-color: #D50B0B;
    background-color: #D50B0B;
    background-image: url('../images/correct.svg');
    background-position: 4% 50%;
    background-size: 13px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
}

.text-block-129 {
    line-height: 16px;
}

.text-block-130 {
    line-height: 16px;
}

.avatar-i-con {
    width: 30px;
    height: 30px;
}



.chat-new-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.3%;
    height: 70px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid solid none none;
    border-width: 2px 1px 1px;
    border-color: #f5f5f5 #dfdfdf #dfdfdf;
    background-color: #ff8400;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.chat-new-message:hover {
    border-top-color: #c51918;
    background-color: #ff8400;
    color: #fff;
}

.chat-new-message:active {
    border-top-color: #f5f5f5;
}

.chat-new-message:focus {
    border-top-style: solid;
    border-top-color: #f5f5f5;
}

.chat-new-message:visited {
    border-top-style: solid;
}

.chat-new-message-text {
    margin-top: 9px;
}

.c-37-search-user {
    width: 100%;
}

.avatar-i-con {
    position: static;
    width: 25px;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 100px;
}

.c-08-2 {
    width: 25px;
    margin-left: 0px;
    border-radius: 100px;
}

.onoffswitch {
    position: relative;
    width: 53px;
    height: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-right: 20px;
    margin-left: 20px;
}

.onoffswitch-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 19px;
    padding: 0;
    line-height: 19px;
    border: 2px solid #E3E3E3;
    border-radius: 19px;
    background-color: #FFFFFF;
    transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
    content: "";
    display: block;
    width: 19px;
    margin: 0px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    border: 2px solid #E3E3E3;
    border-radius: 19px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
    background-color: #49E845;
}

.onoffswitch-checkbox:checked+.onoffswitch-label,
.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    border-color: #49E845;
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
    right: 0px;
}



@media(max-width: 600px) {
    .tabs-menu-3 {
        display: none !important;
    }

    .tabs-exhibition {
        margin-top: 10px
    }

    #layout-general {
        display: none;
    }

    #kroki {
        display: block;
    }



    .live-hall .image {
        display: none
    }


    .responsive-live-hall {
        display: none
    }
}