@font-face{
    font-family: 'GraphikLC';
    src: url('../fonts/GraphikLCApp-Regular.woff') format('woff'),
    url('../fonts/graphik_regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family: 'GraphikLC';
    src: url('../fonts/GraphikLCApp-Medium.woff') format('woff'),
    url('../fonts/graphik_medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face{
    font-family: 'GraphikLC';
    src: url('../fonts/GraphikLCApp-Bold.woff') format('woff'),
    url('../fonts/graphik_bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@keyframes background-blink {
    0% {background-color: #007bff;}
    25% {background-color: #97D82A;}
    40% {background-color: #F97229;}
    60% {background-color: #6b95fc;}
    75% {background-color: #97D82A;}
    90% {background-color: #F97229;}
    100% {background-color: #007bff;}
}
@keyframes pulse {
    0% {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}
@keyframes pulse-rev {
    0% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    50% {
        transform: scale3d(1, 1, 1);
    }

    100% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}
@keyframes move {
    0% {
        transform: translateX(-10%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10%);
    }
}
@keyframes move-up {
    0% {
        transform: translateX(10%);
    }

    50% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(10%);
    }
}
svg:not(:root) {
    max-width: 100%;
}
.move {
    animation-duration: 10s;
    animation-name: move;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.move-up {
    animation-duration: 8s;
    animation-name: move-up;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.pulse {
    animation-duration: 5s;
    animation-name: pulse;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.pulse-reverse {
    animation-duration: 5s;
    animation-name: pulse-rev;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
html {
    margin-top: 0 !important;
}
body {
    font-family: 'GraphikLC', sans-serif;
    color: #000;
}
html, body {
    height: 100%;
    background: #f6f0ec;
    color: #000000;
}
p {
    margin: 0;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.top-header {
    border-bottom: 1px solid #000000;
    position: fixed;
    width: 100%;
    background: #f6f0ec;
    z-index: 5;
    padding: 21px 31px;
}
nav {
    padding: 21px 31px;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 2;
    background: #f6f0ec;
}
.navbar {
    min-height: unset;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}
.navbar-header {
    width: 100%;
}
.navbar-static-top.navbar-hide {
    display: none;
}
#ticket {
    justify-content: flex-end;
    display: none;
}
#ticket a:not(.button) {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.07px;
    border: 1px solid #000;
    border-radius: 40px;
    padding: 9px 16px;
    transition: all .3s ease-in-out;
}
#ticket a:hover {
    text-decoration: none;
    color: #000;
    transform: scale(1.1);
}
#ticket-navbar-dots,  #navbar-dots {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 9px;
    border: 1px solid #000;
    border-radius: 40px;
    grid-gap: 3px;
    margin-right: 15px;
    cursor: pointer;
}
#ticket-navbar-dots .icon-bar, #navbar-dots .icon-bar{
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
}
.main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-item {
    padding: 0 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-item a {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.07px;
    color: #000;
    transition: all .3s ease-in-out;
    text-transform:  uppercase;
}
.menu-item a.cta {
    padding: 10px 16px;
    border: 1px solid;
    border-radius: 40px;
}
.menu-item a.cta.dark {
    color: #fff;
    background: #000;
    border-radius: unset;
}
.menu-item a:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}
.menu-item:first-child {
    padding: 0;
    margin-right: 30px;
}
.menu-item:first-child a:hover {
    background: transparent;
}

ul.language-chooser {
    list-style: none;
    display: flex;
    margin: 0;
    align-items: center;
}
.language-chooser li:first-child {
    position: relative;
    margin-right: 10px;
}
.language-chooser li a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}
.language-chooser li.active a {
    font-weight: 800;
}
main {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 80px;
}
#main-bg {
    display: none;
}
.main-banner {
    padding: 0 45px;
    width: 100%;
    height: 530px;
    background: url(../img/conference2023/conference-main-banner.svg) no-repeat center;
    background-size: contain;
}
.hide-on-desktop {
    display: none !important;
}
#scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 55px;
    height: 55px;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99;
}

#scroll-to-top-btn:hover svg {
    fill: #fff;
}
#about {
    padding: 75px 45px 80px;
}
.main-block p {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 32px;
}
.main-block p strong {
    font-weight: 500;
}
.button-row {
    padding-top: 26px;
}
.button {
    padding: 10px 16px;
    background: transparent;
    color: #000;
    border-radius: 40px;
    border: 1px solid #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 17.25px;
    transition: all .3s ease-in-out;
}
.button:hover {
    background: #000;
    color: #f6f0ec;
    border: 1px solid #f6f0ec;
    text-decoration: none;
}
.button.dark {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    font-weight: 400;
}
.button.light:hover {
    background: #000;
    color: #f6f0ec;
    border: 1px solid #f6f0ec;
}
#speakers .button, #conference .button {
    animation: background-blink 7s infinite;
}
.section-title {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 45px;
    text-transform: uppercase;
}
.section-name {
    color: #000000;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.28px;
    line-height: 36.8px;
    margin: 0;
}

.ticket-btn {
    display: inline-flex;
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.07px;
    line-height: normal;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 40px;
    padding: 9px 14px;
}
.speakers-row {
    padding: 65px 45px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 46px;
}
.speaker-item {
    position: relative;
}
.speaker-img {
    margin: 10px 7px 22px;
    box-shadow: 0 0 0 1px #000, 0 0 0 7px #6b95fc, 0 0 0 9px #000;
    width: 297px;
    height: 297px;
}
.speaker-item.id-150 .speaker-img {
    box-shadow: 0 0 0 1px #000, 0 0 0 7px #BC4DFA, 0 0 0 9px #000;
}
.speaker-item.id-151 .speaker-img {
    box-shadow: 0 0 0 1px #000, 0 0 0 7px #F97229, 0 0 0 9px #000;
}
.speaker-item.id-148 .speaker-img {
    box-shadow: 0 0 0 1px #000, 0 0 0 7px #97D82A, 0 0 0 9px #000;
}
.speaker-img img {
    width: 100%;
    height: 100%;
}
.speaker-name {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.15px;
    line-height: normal;
    max-width: 50%;
    margin: 12px 0;
    text-transform: uppercase;
}
.speaker-desc {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    padding: 8px 0;
    max-width: 300px;
}
.speaker-tags {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 11px 0;
}
.speaker-tags .tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 40px;
    padding: 4px 16px;
    color: #000000;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.11px;
    line-height: normal;
    text-transform: uppercase;
}
#speakers .button-row, #conference .button-row{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px 0 44px;
}
.conference-wrapper {
    padding: 80px 45px;
    background: #000;
}
.conference-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 57px;
}
.conference-item {
    border-radius: 30px;
    background-color: #6b95fc;
    position: relative;
    overflow: hidden;
    flex-grow: 0;
    width: 360px;
    cursor: pointer;
}
.conference-item.id-150 {
    background-color: #bc4dfa;
}
.conference-item.id-148 {
    background-color: #97D82A;
}
.conference-item.id-151 {
    background-color: #F97229;
}
.conference-img {
    height: 203px;
}
.conference-details {
    height: calc(100% - 203px);
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
}
.conference-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.conference-details {
    padding: 26px 24px;
    margin-top: auto;
}
#conference {
    padding-bottom: 80px;
}
.conference-title {
    color: #000000;
    font-size: 27px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 20px 0;
}
.conference-speaker-name {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 8px 0;
}
.conference-speaker-desc {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.conference-time-row {
    display: flex;
    align-items: center;
    grid-column-gap: 4px;
    margin-top: 22px;
}
.conference-time-row .date {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.96px;
    line-height: normal;
    padding: 6px 16px;
    border: 1px solid #000000;
    border-radius: 30px;
}
.conference-time-row .time {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -0.96px;
    line-height: normal;
    padding: 6px 16px;
    border: 1px solid #000000;
    border-radius: 30px;
}
.conference-ticket-details {
    display: flex;
    margin-left: auto;
    align-items: flex-end;
    justify-content: flex-start;
}
.conference-ticket-details a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 10px 16px;
    background: #000;
}

.conference-tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.conference-tags .tag {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.15px;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 2px 16px;
    text-transform: uppercase;
}
#exhibition {
    padding-bottom: 80px;
}
.exhibition-content {
    padding: 80px 55px;
    background: url("../img/conference2023/exhibition-bg.svg") no-repeat right 90px;
}
.exhibition-info {
    max-width: 65%;
}
.exhibition-title {
    font-weight: 400;
    font-size: 48px;
    line-height: 64px;
    margin-bottom: 48px;
}
.exhibition-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 48px;
}
.exhibition-buttons {
    justify-content: space-between;
    display: flex;
}
.popup-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 57px 55px 104px;
    grid-column-gap: 71px;
}
.popup-item {
    width: 50%;
}
.popup-city {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}
.city-name {
    font-size: 48px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -2.66px;
    line-height: normal;
    margin-right: 8px;
}
.popup-card {
    border-radius: 29px;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}
.popup-card-img {
    height: 235px;
}
.popup-card-img img {
    width: 100%;
    height: 101%;
}
.popup-card-details {
    padding: 24px;
    background-color: #fff;
}

.popup-card-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: -0.0025em;
    margin: 0 0 20px;
}
.popup-card-speaker-name {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 8px 0;
}
.popup-card-speaker-desc {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.popup-card-time-row {
    display: flex;
    align-items: flex-end;
    grid-column-gap: 4px;
    margin-top: 22px;
}
.popup-card-time-row a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #FFFFFF;
    padding: 10px 16px;
    background: #000;
    margin-left: auto;
}
.popup-card-time-row .date {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    padding: 8px 16px;
    border: 1px solid #000000;
    border-radius: 30px;
}
.popup-card-time-row .time {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    padding: 8px 16px;
    border: 1px solid #000000;
    border-radius: 30px;
}
.popup-card-tags {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}
.popup-card-tags .tag {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.15px;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 40px;
    padding: 4px 16px;
    background-color: #f6f0ec;
}
.popup-card-place-details {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    align-items: flex-end;
    justify-content: flex-start;
}
.popup-card-place-details .place-name, .popup-card-place-details .join-link {
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    position: relative;
    padding-bottom: 3px;
    color: #000;
}
.popup-card-place-details .join-link {
    margin-top: 30px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 16px;
}
.popup-card-place-details .join-link:hover {
    text-decoration: none;
}
.popup-card-place-details .place-name:after, .popup-card-place-details .join-link:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 2px;
    left: 0;
}
#tickets {
    padding-bottom: 80px;
}
.tickets-wrapper {
    padding: 40px 55px;
    background: #000;
    color: #fff;
}
table.tickets-table {
    width: 100%;
}
.tickets-table th {
    color: #f6f0ec;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.13px;
    line-height: normal;
    padding: 10px 15px;
    text-align: center;
}
.tickets-table th:first-of-type {
    padding-left: 0;
    text-align: left;
}
.tickets-table th:not(:first-of-type) p {
    color: #f6f0ec;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.13px;
    line-height: normal;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 30px;
}
.tickets-table td {
    color: #f6f0ec;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    padding: 15px;
    text-align: center;
    padding-left: 0;
}
.tickets-table tr {
    border-bottom: 1px solid #f6f0ec;
}
.tickets-table tr:last-child, .tickets-table thead tr {
    border: none;
}
.tickets-table td:first-child {
    text-align: left;
    max-width: 240px;
}
.tickets-table td span {
    font-size: 12px;
    font-style: italic;
}
.tickets-table-price {
    color: #f6f0ec;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.12px;
    line-height: normal;
    min-height: 60px;
}
.tickets-table-price.small {
    font-size: 20px;
}
.tickets-table-btn {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08px;
    line-height: normal;
    padding: 12px 31px;
    background: #f6f0ec;
    margin-top: 30px;
    display: inline-block;
    transition: all .3s ease-in-out;
}
.tickets-table-btn:hover {
    color: #000;
    text-decoration: none;
    transform: scale(1.1);
}
.donate-wrapper {
    padding: 60px 52px 120px;
    background: url("../img/conference2023/hand.svg") no-repeat 80% center;
}

.donate-text {
    max-width: 60%;
}
.donate-text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 40px;
}
.donate-text h4 {
    font-weight: 400;
    font-size: 45px;
    line-height: 54px;
    margin: 0 0 40px;
}
.reasons-wrapper {
    padding: 40px 52px 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 46px;
}
.reason-number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
    height: 94px;
}
.reason-number img {
    margin: 0 10px;
}
.reason-number .number-circle {
    font-size: 48px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    border: 1px solid #000000;
    border-radius: 50%;
    width: 86px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.reason-text {
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.reason-text strong {
    font-weight: 500;
}
.partners-wrapper {
    padding: 38px 52px 97px;
}

.partners-title {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 0 20px;
}

.partners-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    flex: 1 0 auto;
    grid-gap: 35px;
    margin-bottom: 25px;
    /*padding-bottom: 60px;*/
}
.partners-row a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.partners-row a img {
    max-height: 100%;
}
.join-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 58px;
}

.join-row .join-text {
    font-size: 26px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.contacts-wrapper {
    padding: 40px 52px 80px;
    display: flex;
    grid-column-gap: 100px;
}
.contacts-info {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.contacts-info strong {
    font-weight: 500;
}
.contact-links {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.links-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.links-block a {
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-decoration: none;
    margin-top: 11px;
    color: #000;
    width: 100%;
    position: relative;
    padding-bottom: 8px;
}
.links-block a:first-child {
    margin-top: 0;
}
.links-block a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.buttons-block {
    display: flex;
    grid-column-gap: 38px;
}


/*ALL SPEAKERS*/
.all-speakers-tags-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-top: 30px;
    padding: 0 56px;
}
.all-speakers-tags-row .tag{
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    padding: 8px 16px;
    background-color: #eafb4c;
    border: 1px solid #000;
    border-radius: 40px;
}
.all-speakers-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    padding: 45px 56px;
    grid-row-gap: 50px;
}
.all-speakers-grid .speaker-item {
    perspective: 1000px;
    width: 372px;
    height: 544px;
    cursor: pointer;
}
.speaker-item-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.all-speakers-grid .speaker-item .speaker-img {
    box-shadow: 0 0 0 1px #000, 0 0 0 7px #F5F0EC, 0 0 0 9px #000;
}
.all-speakers-grid .speaker-item.id-149  .speaker-img {
    box-shadow: 0 0 0 1px #000, 0 0 0 7px #6B95FC, 0 0 0 9px #000;
}
.all-speakers-grid .speaker-item.id-150  .speaker-img {
    box-shadow: 0 0 0 1px #000, 0 0 0 7px #BC4DFA, 0 0 0 9px #000;
}
.all-speakers-grid .speaker-item.id-148  .speaker-img {
    box-shadow: 0 0 0 1px #000, 0 0 0 7px #97D82A, 0 0 0 9px #000;
}
.all-speakers-grid .speaker-item.id-151 .speaker-img {
    box-shadow: 0 0 0 1px #000, 0 0 0 7px #F97229, 0 0 0 9px #000;
}
.all-speakers-grid .speaker-item:hover .speaker-item-inner {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.speaker-front {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 17px 20px;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    background-color: #f6f0ec;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.speaker-bio {
    position: absolute;
    background-color: #bc4dfa;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.speaker-item.id-150 .speaker-bio {
    background-color: #bc4dfa;
}
.speaker-item.id-149 .speaker-bio {
    background-color: #6b95fc;
}
.speaker-item.id-148 .speaker-bio {
    background-color: #97D82A;
}
.speaker-item.id-151 .speaker-bio {
    background-color: #F97229;
}
.speaker-bio .bio-text {;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 24px;
    border-bottom: 1px solid;
}
.speaker-bio .event-name h3 {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-top: 24px;
}
.speaker-bio .event-name .speaker-event-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
}
.speaker-bio .speaker-event-time-row {
    display: flex;
    align-items: flex-end;
    margin-top: 24px;
}
.speaker-bio .speaker-event-time-row .date {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    padding: 8px 16px;
    border: 1px solid #000000;
    border-radius: 30px;
    margin-right: 5px;
}
.speaker-bio .speaker-event-time-row .time {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    padding: 8px 16px;
    border: 1px solid #000000;
    border-radius: 30px;
    margin-right: 5px;
}
.speaker-event-ticket-details {
    cursor: pointer;
    margin-top: auto;
}
.speaker-bio .speaker-event-time-row .calendar-link {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    position: relative;
    padding-bottom: 3px;
    color: #000;

}
.speaker-bio .speaker-event-time-row .calendar-link:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 2px;
    left: 0;
}

/*POPUP*/
.popup .section-title, .donate .section-title, .team .section-title, .speaker-single .section-title {
    border-top: 0;
}
.popup-inner-wrapper {
    padding: 80px 62px;
}
.popup-actions-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.popup-actions-row  .date {
    font-size: 29px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.96px;
    line-height: normal;
    padding: 7px 20px;
    border: 1px solid #000000;
    border-radius: 40px;
    background: #bc4dfa;
    margin-right: 9px;
}
.popup-actions-row  .time {
    color: #f6f0ec;
    font-size: 29px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    border: 1px solid #000000;
    border-radius: 40px;
    padding: 7px 20px;
    background: #000;
    margin-right: 50px;
}
.popup-actions-row  .popup-action-link {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-decoration: underline;
    margin-right: 50px;
    color: #000;
}
.popup-actions-row .popup-ticket-btn {
    margin-right: 50px;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08px;
    line-height: normal;
    color: #f6f0ec;
    background: #000;
    padding: 11px 16px;
    border: 1px solid #000;
    transition: all .3s ease-in-out;
}
.popup-actions-row .popup-ticket-btn:hover {
    text-decoration: none;
    color: #000;
    background: #f6f0ec;
}
.popup-title h1 {
    color: #000000;
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.18px;
    line-height: normal;
    margin: 80px 0;
}
.popup-title h1 strong {
    font-weight: 500;
}
.popup-event-card {
    width: 45%;
}
.popup-event-card .popup-item {
    width: 100%;
}
.popup-event-card .popup-item .popup-card {
    margin-top: 0;
}
.popup-event-desc {
    padding: 0 55px;
    width: 65%;
}
.popup-event-desc p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}
.popup-event-desc p strong {
    font-weight: 500;
}
.popup-event-details-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.popup-event-speakers-row {
    display: flex;
    margin-top: 60px;
    grid-column-gap: 98px;
}
.popup-event-speakers-item {
    display: flex;
    align-items: flex-start;
    grid-column-gap: 28px;
}
.popup-event-speakers-item .popup-speaker-img {
    width: 209px;
    height: 209px;
}
.popup-event-speakers-item .popup-speaker-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

}
.popup-event-speakers-item .popup-speaker-name {
    font-size: 39px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
}
.popup-event-speakers-item .popup-speaker-desc {
    font-size: 23px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

/*
*/
.donate-inner-wrapper, .team-inner-wrapper {
    padding: 0 55px 134px;
}
.images-wrapper {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    grid-column-gap: 31px;
    grid-row-gap: 31px;
}
.text-wrapper {
    margin-top: 60px;
}
.text-wrapper p {
    font-size: 45px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 0 56px;
}
.text-wrapper p strong {
    font-weight: 500;
}
.donate-btn-row {
    margin: 134px 0;
}

/*TEAM*/

.team-row {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 50px;
    margin-top: 60px;
}
.team-item {
    display: flex;
    flex-direction: column;
    max-width: calc(25% - 50px);
}
.team-item img {
    width: 100%;
    height: auto;
    border-radius: 30px;
    border: 8px solid #bc4dfa;
    overflow: hidden;
}
.team-item:nth-child(2) img {
    border-color: #6b95fc;
}
.team-item:nth-child(3) img {
    border-color: #f97229;
}
.team-item:nth-child(4) img {
    border-color: #97d82a;
}
.team-item .role {
    margin-top: 23px;
    font-size: 21px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.team-item .desc {
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

/*SPEAKER*/

.speaker-single-wrapper {
    padding: 0px 120px 60px;
}
.speaker-single-actions-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.speaker-single-actions-row  .date {
    font-size: 29px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.96px;
    line-height: normal;
    padding: 7px 20px;
    border: 1px solid #000000;
    border-radius: 40px;
    background: #bc4dfa;
    margin-right: 9px;
}
.speaker-single-actions-row  .time {
    color: #f6f0ec;
    font-size: 29px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    border: 1px solid #000000;
    border-radius: 40px;
    padding: 7px 20px;
    background: #000;
    margin-right: 50px;
}
.speaker-single-actions-row  .action-link {
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-decoration: underline;
    margin-right: 50px;
    color: #000;
}
.speaker-single-actions-row .ticket-btn {
    margin-right: 50px;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08px;
    line-height: normal;
    color: #f6f0ec;
    background: #000;
    padding: 11px 16px;
    border: 1px solid #000;
    transition: all .3s ease-in-out;
}
.speaker-single-row .ticket-btn:hover {
    text-decoration: none;
    color: #000;
    background: #f6f0ec;
}
.speaker-single-details-wrapper {
    display: flex;
    grid-column-gap: 66px;
    margin-top: 50px;
}
.speaker-single-main {
    display: flex;
    align-items: stretch;
    margin-bottom: 50px;
}
.speaker-single-img {
    width: 220px;
    height: 220px;
    flex-shrink: 0;
}
.speaker-single-img img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.speaker-single-details {
    margin-left: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-speaker-name {
    font-weight: 400;
    font-size: 40px;
    line-height: 64px;
    margin: 0;
}
.single-speaker-role {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}
.single-speaker-role strong {
    font-weight: 500;
}
.single-speaker-full-bio {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}
.event-card {
    border-radius: 29px;
    position: relative;
    overflow: hidden;
    width: 333px;
    margin-bottom: 40px;
}
.event-card-img {
    height: 187px;
}
.event-card-img img {
    width: 100%;
    height: 101%;
    object-fit: cover;
}
.event-card-details {
    padding: 24px;
    background-color: #7494F5;
}
.id-150 .event-card-details {
    background-color: #bc4dfa;
}
.id-148 .event-card-details {
    background-color: #97D82A;
}
 .id-151 .event-card-details {
     background-color: #F97229;
 }
.event-card-title {
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 10px;
}
.event-card-speaker-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.event-card-speaker-desc {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.event-card-time-row {
    display: flex;
    align-items: flex-end;
    grid-column-gap: 8px;
    margin-top: 30px;
}
.event-card-time-row .date {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 16px;
    border: 1px solid #000000;
    border-radius: 30px;
}
.event-card-time-row .time {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 7px 16px;
}
.event-card-tags {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: 22px;
}
.event-card-tags .tag {
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 40px;
    padding: 4px 16px;
    text-transform: uppercase;
    background-color: #f6f0ec;
}
.recommendation {
    margin: 0 0 20px;
    font-size: 23px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-decoration: underline;
}
.modal-content {
    border-radius: 30px;

}
.modal-body {
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
    border-bottom: 6px solid #7494F5;
}
.modal.id-150 .modal-body {
    border-bottom: 6px solid #BC4DFA;
}
.modal.id-148 .modal-body {
    border-bottom: 6px solid #97D82A;
}
 .modal.id-151 .modal-body {
     border-bottom: 6px solid #F97229;
 }
.modal-dialog {
    max-width: 80vw;
}
.modal-dialog-centered {
    min-height: 587px
}
.conference-modal {
    display: grid;
    grid-template-columns: 415px 1fr;
    background: #f6f0ec;
}
.conference-modal .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.conference-modal .content {
    padding: 50px;
    display: flex;
    flex-direction: column;
}
.conference-modal .conference-tags {
    position: relative;
}
.conference-modal .conference-time-row {
    margin-top: auto;
}
.conference-modal .conference-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    margin: 20px 0;
}
.conference-modal .conference-speaker-name {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
}
.conference-modal .conference-speaker-desc {
    font-size: 15px;
    font-weight: 400;
    margin-top: 8px;
}
.conference-modal p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    margin: 41px 0;
    position: relative;
}
.conference-modal p:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: -26px;
    left: 0;
}
.conference-modal .conference-ticket-details .join-link {
    font-size: 17px;
    font-weight: 400;
    margin-right: 75px;
}
.conference-modal .conference-ticket-details {
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: auto;
}
button.close {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 8;
    font-size: 24px;
    color: #000;
}
.full-link {
    position: absolute;
    width: 100%;
    height: 100%;
}



.donate-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 52px 80px;
}
.donate-main-text {
    width: 50%;
}
.donate-main h2 {
    color: #000000;
    font-size: 46px;
    line-height: normal;
    margin-bottom: 40px;
}
.donate-main p {
    color: #000000;
    font-size: 21px;
    line-height: normal;
}
.donate-info {
    border-top: 1px solid #000;
    padding: 40px 52px;
}
.donate-info p {
    font-size: 24px;
    margin-bottom: 30px;
}
.donate-info p:last-child {
    padding-bottom: 0;
}
#reasons-donate .reasons-wrapper {
    padding: 40px 52px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 26px;
}
.results-row {
    padding: 60px 52px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 120px;
}
.results-row .result-item {
    display: flex;
    flex-direction: column;
    font-size: 25px;
    flex: 1;
}
.result-item-number {
    font-size: 94px;
    font-style: normal;
    letter-spacing: 0.47px;
}
.participants-row {
    padding: 55px 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.participants-row .age {
    font-size: 20px;
    display: flex;
    align-items: center;
}
.participants-row .age span {
    font-size: 66px;
    margin-right: 15px;
}
.participants-row .procents {
    border: 1px solid #000000;
    padding: 6px;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.participants-row .procents span {
    font-size: 66px;
    margin-right: 15px;
}
.lectors-slider {
    padding: 55px 52px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lectors-slider .lector-item .speaker-img {
    width: 255px;
    height: 255px;
}
.geography-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 55px 52px;
}
.feedback-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 55px 52px;
    grid-gap: 18px;
    position: relative;
}
.feedback-item {
    flex: 1;
}
.feedback-item-author {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    grid-gap: 10px;
    align-items: center;
}
.feedback-item-content {
    font-size: 24px;
    display: flex;
    grid-gap: 10px;
}
.feedback-item-content svg {
    flex-shrink: 0;
}
.find-more {
    font-size: 24px;
    position: absolute;
    bottom: 60px;
    left: 95px;
}
.find-more a {
    text-decoration: underline;
    color: #000;
}
.conclusion {
    display: flex;
    padding: 55px 52px;
    border-top: 1px solid #000;
    grid-gap: 10px;
    align-items: center;
    font-size: 46px;
    justify-content: space-between;
}
.conclusion-text, .conclusion-image {
    flex: 1;
}
.conclusion-image {
    display: flex;
    justify-content: flex-end;
}
.main-donate #tickets {
    padding-bottom: 0px;
}
.faq-section {
    padding: 22px 45px;
}
.faq-question-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
    margin-bottom: 20px;
}
.faq-answer-wrapper {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-bottom: 20px;
    transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.faq-answer-wrapper.show {
    max-height: 1200px;
    opacity: 1;
    transition: max-height 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.faq-arrow.show {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}
.faq-question {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
}
.faq-answer {
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    padding-bottom: 25px;
}
.schedule-block {
    width: 100%;
    padding: 22px 0px;
}
.schedule h4 {
    padding: 15px;

}
.schedule-table {
    width: 100%;
    border-collapse: collapse;
}
.schedule-table tr {
    border-bottom: none;
}
/*.schedule-table tr:nth-child(odd) {*/
/*    background-color: #fff;*/
/*}*/
.schedule-table tr.odd-row {
    background-color: #fff;
}
.schedule-table tr:first-child {
    border: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid;
    background: none;
}
.schedule-table tr:last-child {
    border-bottom: 1px solid;
}
.schedule-table tr.last-visible-row {
    border-bottom: 1px solid;
}
.schedule-table th {
    padding: 15px;
    font-size: 18px;
}
.schedule-table td {
    padding: 15px;
    vertical-align: top;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.schedule-table td a {
    color: #000;
    text-decoration: underline;
}
.tab-container {
    display: flex;
    flex-direction: column;
}

.tab {
    display: flex;
}

.tab input[type="radio"] {
    display: none;
}

.schedule-block .tab label, .schedule-block .tag {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.15px;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 2px 16px;
    text-transform: uppercase;
    cursor: pointer;
}
.schedule-block .tab.active label {
    color: #fff;
    background: #000;
}
.filters-row {
    display: flex;
    padding: 10px;
    grid-gap: 15px;
    justify-content: space-between;

}
.filters-row.fixed {
    background: #f6f0ec;
    width: 100%;
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
}
.filters-row .days, .filters-row .zones {
    display: flex;
    grid-gap: 15px;
}
.schedule-block .tag.active {
    font-weight: bold;
}
.schedule-block .tag#stage {
    background-color: #97D82A;
}
.schedule-block .tag#workshops {
    background-color: #bc4dfa;
}
.schedule-block .tag#kids {
    background-color: #6b95fc;
}
.schedule-block td span {
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    letter-spacing: -0.15px;
    line-height: normal;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 2px 10px;
    text-transform: uppercase;
    min-width: 142px;
}
.schedule-block td span.stage {
    background-color: #97D82A;
}
.schedule-block td:first-child {
    min-width: 125px;
}

.schedule-block td span.workshops {
    background-color: #bc4dfa;
}
.schedule-block td span.kids {
    background-color: #6b95fc;
}
.tab-content {
    padding: 10px;
}

.tab-panel {
    display: none;
}
.tab-panel.active {
    display: block;
}

@media (max-width: 1440px)  {
    .filters-row.fixed {
        top: 101px;
    }
    .donate-main, .donate-info, #reasons-donate .reasons-wrapper, .results-row, .participants-row, .lectors-slider, .geography-row, .feedback-row, .conclusion  {
        padding: 40px 100px;
    }
    .schedule-block {
        padding: 40px 0px;
    }
    .main-donate #tickets {
        padding-bottom: 0px;
    }
    .find-more {
        left: 120px;
    }
    .menu-item a {
        font-size: 13px;
    }
    .menu-item a.cta {
        padding: 8px;
    }
    .team-row {
        grid-gap: 20px;
    }
    .team-item {
        display: flex;
        flex-direction: column;
        max-width: calc(25% - 20px);
    }
    #main-banner {
        padding: 0 100px;
    }
    #about {
        padding: 0px 100px 70px;
    }
    .main-block p {
        font-weight: 400;
        font-size: 21px;
        line-height: 24px;
    }
    .section-title {
        padding: 22px 100px;
    }
    .section-name {
        font-weight: 400;
        font-size: 28px;
        line-height: 32px;

    }
    .speaker-name {
        font-weight: 400;
        font-size: 21px;
        line-height: 29px;
        max-width: 49%;
    }
    .speaker-desc {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
    }
    .speakers-row {
        padding: 40px 100px;
        grid-column-gap: 26px;
    }
    .speaker-img {
        height: 276px;
        width: 276px;
    }
    .conference-title {
        font-weight: 400;
        font-size: 26px;
        line-height: 30px;
    }
    .conference-wrapper {
        padding: 40px 100px;
    }
    .conference-img {
        height: 150px;
    }
    .conference-details {
        height: calc(100% - 150px);
    }
    .conference-tags .tag {
        font-weight: 400;
        font-size: 11px;
        line-height: 15px;
    }
    #conference {
        padding-bottom: 60px;
    }

    .exhibition-title {
        font-weight: 400;
        font-size: 40px;
        line-height: 58px;
        margin-bottom: 32px;
    }
    .exhibition-content {
        padding: 60px 100px;
        background-position: 90% 35px;
        background-size: 32%;
    }
    #exhibition {
        padding-bottom: 60px;
    }
    .reasons-wrapper {
        padding: 40px 100px 80px;
    }
    .reason-text {
        font-size: 21px;
        line-height: 24px;
    }
    .popup-wrapper {
        padding: 40px 100px 60px;
    }
    .donate-wrapper {
        padding: 60px 100px 120px;
    }
    .partners-wrapper {
        padding: 38px 100px 97px;
    }
    .contacts-wrapper {
        padding: 40px 100px 80px;
    }
    .conference-ticket-details a {
        padding: 9px;
    }
    .tickets-table-btn {
        margin-top: 0;
    }
    #tickets {
        padding-bottom: 60px;
    }
    .conference-row {
        grid-column-gap: 23px;
    }
    .tickets-table-btn {
        padding: 10px;
    }
    .tickets-table td {
        font-size: 14px;
        line-height: 16px;
    }
    .city-name {
        font-weight: 400;
        font-size: 34px;
        line-height: 34px;
    }
    .popup-card-img {
        height: 203px;
    }
    .popup-card-title {
        color: #000000;
        font-size: 32px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        margin: 20px 0;
    }
    .donate-text h4 {
        font-weight: 400;
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 32px;
    }
    .donate-text p {
        font-weight: 400;
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 32px;
    }
    .donate-wrapper {
        background-size: 27%;
    }
    .join-row .join-text {
        font-weight: 400;
        font-size: 21px;
        line-height: 24px;
    }
    .links-block a {
        font-weight: 400;
        font-size: 21px;
        line-height: 24px;
    }
    .links-block a:first-child {
        margin-top: 0;
    }
    .contacts-info {
        font-size: 21px;
        line-height: 24px;
    }
    .popup-city img {
        max-height: 34px;
    }
    .all-speakers-grid .speaker-item {
        height: 540px;
    }

}
@media (max-width: 1024px) {
    .filters-row.fixed {
        top: 125.5px;
    }
    .donate-main, .donate-info, #reasons-donate .reasons-wrapper, .results-row, .participants-row, .lectors-slider, .geography-row, .feedback-row, .conclusion, .schedule-block  {
        padding: 22px 20px;
    }
    .result-item-number {
        font-size: 70px;
    }
    .results-row .result-item {
        font-size: 20px;
    }
    .feedback-item-content {
        font-size: 18px;
    }
    .feedback-item-author {
        font-size: 20px;
    }
    .find-more {
        left: 40px;
    }
    .conclusion {
        font-size: 36px;
    }
    #about {
        padding: 50px 25px;
    }
    .main-block p {
        font-size: 24px;
    }
    .speakers-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 50px 25px;
        grid-gap: 20px;
    }
    .conference-wrapper {
        padding: 50px 25px;
    }
    .conference-row {
        grid-gap: 26px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .conference-item {
        width: 45%;
    }
    .exhibition-content {
        padding: 50px 25px;
        background-size: 58%;
    }

    /*.exhibition-text {*/
    /*    font-size: 46px;*/
    /*}*/
    .exhibition-info {
        max-width: unset;
    }
    .exhibition-text {
        max-width: 60%;
    }
    .popup-wrapper {
        padding: 50px 25px;
        grid-gap: 25px;
    }
    .popup-card-title {
        /*font-size: 30px;*/
    }
    .popup-card-time-row .date, .popup-card-time-row .time {
        /*font-size: 20px;*/
    }
    .popup-card-place-details .place-name, .popup-card-place-details .join-link {
        /*font-size: 14px;*/
    }
    .tickets-wrapper {
        padding: 50px 25px;
    }
    .tickets-table th {
        font-size: 16px;
    }
    .tickets-table td {
        font-size: 14px;
    }
    .tickets-table-price {
        /*font-size: 18px;*/
        min-height: 130px;
    }
    .reasons-wrapper {
        padding: 50px 25px;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .join-row .join-text {
        /*font-size: 23px;*/
        max-width: 51%;
    }
    .join-row .button {
        width: 264px;
    }
    .button {
        font-size: 24px;
    }
    .buttons-block {
        display: flex;
        grid-gap: 38px;
        flex-direction: column;
    }
    .section-title {
        padding: 25px;
        flex-wrap: wrap;
        grid-row-gap: 10px;
    }
    .conference-ticket-details a {
        font-size: 14px;
    }
    .donate-text {
        max-width: 100%;
        padding-bottom: 100%;
    }
    .donate-wrapper {
        background-position: bottom;
    }
    .partners-wrapper, .donate-wrapper, .contacts-wrapper, .team-inner-wrapper {
        padding: 50px 25px;
    }
    .section-name {
        /*font-size: 52px;*/
    }
    .team-row {
        margin: 50px 25px;
    }
    #ticket {
        display: none;
    }

    .tickets-wrapper {
        overflow: auto;
    }
    .contacts-wrapper {
        flex-direction: column;
        grid-row-gap: 30px;
    }
    #main-banner {
        padding: 0 40px;
    }
    #about {
        padding: 45px 20px;
    }
    .section-title {
        padding: 22px 20px;
    }
    .speakers-row {
        padding: 45px 20px;
    }
    .conference-wrapper {
        padding: 45px 20px;
    }
    .exhibition-content {
        padding: 45px 20px;
    }
    .reasons-wrapper {
        padding: 45px 20px 60px;
    }
    .popup-wrapper {
        padding: 45px 20px;
    }
    .donate-wrapper {
        padding: 45px 20px;
    }
    .partners-wrapper {
        padding: 45px 20px;
    }
    .contacts-wrapper {
        padding: 45px 20px;
    }
    .main-menu {
        flex-wrap: wrap;
    }
    #main-banner svg {
        max-height: 400px;
    }
    main {
        padding-top: 140px;
    }
    .speaker-desc {
        max-width: 250px;
    }
    .speakers-row {
        flex-wrap: wrap;
        display: flex;
    }
    .donate-text {
        max-width: 100%;
        padding-bottom: 300px;
    }
    .all-speakers-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 40px;
        padding: 24px;
        grid-row-gap: 50px;
    }
    .speaker-img {
        margin: 15px auto;
    }
    .all-speakers-grid .speaker-item {
        perspective: 1000px;
        width: 340px;
        height: 490px;
    }
    .popup-inner-wrapper {
        padding: 40px 62px;
    }
    .popup-title h1 {
        margin: 40px 0;
        font-size: 30px;
    }
    .popup-event-speakers-item .popup-speaker-name {
        font-size: 28px;
        font-weight: 400;
    }
    .popup-event-speakers-row {
        grid-column-gap: 47px;
    }
    .popup-card-time-row {
        flex-wrap: wrap;
    }
    .popup-card-place-details {
        display: flex;
        flex-direction: row;
        margin-left: unset;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
    }
    .popup-card-place-details .join-link {
        width: unset;
    }
}
@media (max-width: 1000px) {
    .schedule-block .tab label, .schedule-block .tag {
        font-size: 12px;
    }
    .speaker-single-details-wrapper {
        display: flex;
        grid-column-gap: 66px;
        margin-top: 50px;
        flex-direction: column;
        grid-row-gap: 30px;
    }
    .speaker-single-wrapper {
        padding: 0px 60px 60px;
    }
}
@media (max-width: 700px)  {
    .filters-row.fixed {
        top: 50px;
    }
    .filters-row {
        flex-direction: column;
    }
    .filters-row .days, .filters-row .zones {
        grid-gap: 10px;
    }
    .schedule-block .tab label, .schedule-block .tag {
        font-size: 12px;
        text-align: center;
    }
    .tab-content {
        padding: 10px;
        overflow: auto;
    }
    .partners-row {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .find-more {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        margin-top: 20px;
    }
    .feedback-row {
        display: block;
        padding-bottom: 60px;
    }
    .feedback-slider {
        margin-bottom: 30px;
    }
    .donate-main {
        flex-direction: column-reverse;
    }
    .lectors-slider {
        padding-bottom: 60px;
        margin-bottom: 20px;
    }
    .donate-main-text {
        width: 100%;
        margin-top: 30px;
    }
    .donate-main h2 {
        font-size: 32px;
    }
    .donate-main p, .donate-info p {
        font-size: 18px;
    }
    #reasons-donate .reasons-wrapper {
        grid-template-columns: 1fr;
    }
    .geography-row {
        flex-direction: column;
        grid-row-gap: 30px;
    }
    .results-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .results-row .result-item {
        font-size: 16px;
    }
    .result-item-number {
        font-size: 50px;
    }
    .participants-row, .participants-row .age {
        flex-direction: column;
        align-items: flex-start;
    }
    .participants-row .age {
        margin-bottom: 20px;
    }
    .participants-row .age span, .participants-row .procents span {
        font-size: 38px;
        margin-right: 15px;
    }
    .conclusion {
        font-size: 32px;
        flex-direction: column;
    }
    .geography-row svg {
        width: 100%;
        height: auto;
    }
    .main-menu {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        grid-gap: 15px;
        margin-block-start: 0;
        margin-block-end: 0;
        padding-inline-start: 0;
        justify-content: space-between;
    }
    .menu-item:first-child {
        margin-right: 0;
    }
    ul.language-chooser {
        padding-inline-start: 0
    }
    .lang-switcher {
        position: absolute;
        top: 28px;
        left: 10px;
    }
    main {
        padding-top: 52px;
    }
    .navbar-toggle {
       padding: 0;
        margin: 5px 15px 5px 0;
    }
    #ticket-navbar-dots, #navbar-dots {
        border-radius: 40px;
        grid-gap: 0px;
        padding: 5px 8px;
    }
    .hide-on-desktop {
        display: flex !important;
    }
    .hide-on-desktop.donate {
        display: block !important;
    }
    .hide-on-mobile {
        display: none;
    }
    .speakers-slider {
        padding: 24px;
        padding-bottom: 80px;
    }
    .speakers-slider .swiper-pagination {
        bottom: 34px;
    }
    .speaker-item {
        margin-right: 45px;
    }
    #main-bg {
        display: block;
        max-width: 100%;
        padding: 24px 24px 0;
    }
    #main-banner {
        padding: 0;
    }
    #main-banner svg {
        display: none;
    }
    /*.speakers-row {*/
    /*    grid-template-columns: 1fr;*/
    /*}*/
    .conference-item {
        width: 95%;
    }
    .button-row {
        padding-top: 0;
    }
    .exhibition-content {
        background-size: 55%;
        background-position: 48% 21px;
        padding: 210px 24px 0;
    }
    .exhibition-text {
        max-width: unset;
    }
    .exhibition-buttons {
        margin-top: 44px;
        flex-direction: column;
        grid-gap: 25px;
    }
    .popup-wrapper {
        flex-wrap: wrap;
    }
    .popup-item {
        width: 100%;
    }
    .join-row {
        flex-wrap: wrap;
        grid-gap: 25px;
    }
    .join-row .join-text {
        max-width: unset;
    }
    .contact-links {
        flex-wrap: wrap;
        grid-gap: 25px;
    }
    .donate-inner-wrapper, .team-inner-wrapper {
        padding: 50px 25px;
    }
    .text-wrapper p {
        font-size: 25px;
    }
    .section-title {
        padding: 26px 24px;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }
    .section-name {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }
    .conference-time-row {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .conference-ticket-details {
        margin-left: unset;
        margin-top: 14px;
    }
    .conference-title {
        font-size: 28px;
    }
    .exhibition-title {
        font-weight: 400;
        font-size: 31px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .exhibition-title br {
        display: none;
    }
    .popup-card-time-row {
        align-items: flex-start;
    }
    .popup-card-time-row .date {
        margin-bottom: 24px;
    }

    .popup-card-time-row a {
        margin-left: unset;
    }
    .donate-wrapper {
        background-size: 50%;
        background-position: center 20px;
    }
    .donate-text {
        padding-bottom: 0;
        padding-top: 60%;
    }
    .buttons-block {
        display: flex;
        grid-gap: 15px;
        flex-direction: row;
        width: 100%;
    }
    .donate-text h4 {
        font-weight: 400;
        font-size: 32px;
        line-height: 37px;
        margin: 0 0 20px;
    }
    .button {
        font-size: 15px;
        line-height: 17px;
        justify-content: center;
        align-items: center;
        font-weight: 500;
    }
    .join-row .button {
        width: auto;
    }
    nav {
        padding: 12px 22px;
    }
    .popup-wrapper {
        padding: 24px;
    }
    .popup-card {
        margin-top: 20px;
    }
    .popup-card-img {
        height: 147px;
    }
    .popup-card-title {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .city-name {
        font-weight: 400;
        font-size: 32px;
        line-height: 64px;
    }
    .popup-city img {
        height: 31px;
    }
    .tickets-slider {
        background: #000;
    }
    .ticket-item {
        display: flex;
        flex-direction: column;
        padding: 32px;
    }
    .ticket-item ul {
        list-style: none;
        padding: 0;
    }
    .ticket-item ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
    }
    .ticket-item ul li.inactive {
        color: #707070;
    }
    .ticket-item ul li svg {
        margin-right: 15px;
        width: 18px;
        flex-shrink: 0;
    }
    .tickets-table-btn {
        font-weight: 700;
        font-size: 15px;
        line-height: 17px;
        color: #000000;
        padding: 10px 22px;
        background: #FFFFFF;
        margin: 5px auto 25px;
    }
    .ticket-item-title {
        font-weight: 500;
        font-size: 15px;
        line-height: 17px;
        border: 1px solid #fff;
        padding: 8px 16px;
        margin: 0px auto 18px;
        color: #fff;
        border-radius: 30px;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #434140;
        border-radius: 31px;
        opacity: 1;
    }
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
       background:  #ABA7A4;
    }
    .tickets-slider .swiper-pagination {
        bottom: 24px;
    }
    .conference-modal {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 200px auto;
        background: #f6f0ec;
    }
    .conference-modal .content {
        padding: 20px;
    }
    .conference-modal .conference-title {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
        margin: 10px 0;
    }
    .conference-modal p {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        margin: 39px 0 10px;
        position: relative;
    }
    .conference-modal .conference-ticket-details {
        margin-top: 10px;
    }
    .modal-dialog-centered {
        min-height: unset;
    }
    .modal-dialog {
        max-width: unset;
        margin: 25px;
    }
    button.close {
        right: 20px;
        top: 20px;
    }
    .conference-slider {
        padding: 0;
        padding-bottom: 60px;
        padding-right: 30px;
    }
    .conference-wrapper {
        padding: 26px 24px 0;
        padding-right: 0;
    }
    .main-menu .menu-item.logo{
        display: none;
    }
    .lang-switcher {
        position: absolute;
        top: 28px;
        left: 70px;
    }
    .top-header {
        padding: 0;
    }
    .all-speakers-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 40px;
        padding: 24px;
        grid-row-gap: 50px;
    }
    .speaker-img {
        margin: 15px auto;
    }
    .reason-number {
        height: 64px;
    }
    .reason-number .number-circle {
        width: 64px;
        height: 64px;
    }
    .popup-inner-wrapper {
        padding: 40px 25px;
    }
    .popup-actions-row .date, .popup-actions-row .time {
        font-size: 18px;
    }
    .popup-actions-row {
        flex-wrap: wrap;
        grid-row-gap: 15px;
    }
    .popup-title h1 {
        margin: 20px 0;
        font-size: 25px;
    }
    .popup-event-details-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .popup-event-card {
        width: 100%;
    }
    .popup-card-tags .tag {
        font-size: 16px;
    }
    .popup-card-title {
        font-weight: 500;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 12px;
        margin-top: 0;
    }
    .popup-card-time-row .date, .popup-card-time-row .time {
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        padding: 6px 11px;
    }
    .popup-card-place-details .place-name {
        font-size: 14px;
    }
    .popup-event-desc {
        padding: 20px 0;
        width: 100%;
    }
    .popup-event-desc p {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }
    .popup-event-speakers-row {
        grid-row-gap: 20px;
        flex-direction: column;
    }
    .popup-event-speakers-item .popup-speaker-name {
        font-size: 22px;
        font-weight: 400;
    }
    .popup-event-speakers-item .popup-speaker-desc {
        font-size: 16px;
    }
    .popup-event-speakers-item .popup-speaker-img {
        width: auto;
        height: auto;
    }
    .navbar-brand {
        align-items: flex-end;
    }
    .navbar-brand img {
        height: 30px;
    }
    .main-block p {
        font-size: 18px;
        line-height: 24px;
    }
    .all-speakers-tags-row {
        margin-top: 15px;
    }
    .all-speakers-tags-row .tag {
        font-weight: 400;
        font-size: 11px;
        line-height: 14px;
    }
    .all-speakers-grid .speaker-item {
        perspective: 1000px;
        width: 300px;
        height: 490px;
        margin: 0 auto;
    }
    .speaker-img {
        height: 264px;
        width: 264px;
        margin: 15px 0;
    }
    .speaker-bio .event-name .speaker-event-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }
    .speaker-bio .speaker-event-time-row {
        margin-top: 5px;
    }
    .section-title {
        padding: 20px 24px;
    }
    .speakers-slider {
        padding: 24px;
        padding-bottom: 60px;
    }
    .conference-ticket-details {
        margin-top: 0;
    }
    .conference-time-row {
        align-items: center;
    }
    .conference-title {
        font-size: 25px;
        line-height: 27px;
        min-height: 110px;
    }
    .exhibition-title {
        font-weight: 400;
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .exhibition-content {
        padding: 240px 24px 0;
    }
    .exhibition-text {
        max-width: unset;
        margin-bottom: 20px;
    }
    .exhibition-buttons {
        margin-top: 0;
    }
    .reason-number img {
        margin: 0 10px;
        max-height: 100%;
    }
    .all-speakers-grid .speaker-item.active .speaker-item-inner, .all-speakers-grid .speaker-item.active:hover .speaker-item-inner {
        -ms-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    .all-speakers-grid .speaker-item .speaker-item-inner, .all-speakers-grid .speaker-item:hover .speaker-item-inner {
        -ms-transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
        transform: unset;
    }
    .speaker-single-wrapper {
        padding: 0px 40px 60px;
    }
    .speaker-single-main {
        flex-direction: column;
        margin-bottom: 10px;
    }
    .speaker-single-details {
        margin-left: 0;
    }

    .single-speaker-full-bio {
        text-align: left;
        font-weight: 400;
        font-size: 22px;
        line-height: 26px;
    }
    .single-speaker-role {
        font-weight: 400;
        font-size: 19px;
        line-height: 21px;
        margin: 0;
    }
    .faq-section {
        padding: 20px 24px;
    }
    .faq-arrow {
        flex-shrink: 0;
    }
    .faq-question {
        font-size: 28px;
    }
    .faq-answer {
        font-size: 21px;
    }
    .schedule-table .header-row {
        display: none;
    }
    .schedule-table tr {
        display: flex;
        flex-direction: column;
    }
    .schedule-table td {
        padding: 8px;
    }
    .schedule-table td.empty-cell {
        padding: 0;
    }
    .schedule-block td:first-child {
        min-width: unset;
    }
}