body.active-menu {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
}

.button, body {
    font-family: Arial;
    font-size: 18px
}

.button, input {
    height: 56px;
    opacity: .9
}

.button, .modal-schedule.active, .overlay.active {
    display: block
}

.menu-mobile, .overlay {
    -o-transition: all .5s linear
}

.button:focus, section.recap form .blue-button:focus {
    outline: 0
}

section.partners .item, section.venue .address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.button:hover, footer .menu a:hover, main.speakers a:hover, section.agenda .link:hover, section.agenda .scroll h4 a:hover, section.agenda .scroll p a:hover, section.schedule .tab-content .items .item a:hover {
    text-decoration: none
}

@font-face {
    font-family: Monaco;
    src: url(../fonts/monaco.ttf)
}

body {
    background-color: #fff;
    color: #6B6B6B
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {
    background-color: #6B6B6B
}

.button {
    width: 272px;
    border: none;
    -webkit-border-radius: 52px;
    border-radius: 52px;
    text-align: center;
    line-height: 56px;
    font-weight: 700
}

.modal-schedule, .modal-schedule h2 {
    font-family: "Anonymous Pro"
}

.red-button {
    background: #d0584c
}

.red-button:hover {
    background: linear-gradient(45deg, #F65858 0, #229DF4 100%)
}

.blue-button {
    background: #0E8DE6
}

.blue-button:hover {
    background: linear-gradient(225deg, #229DF4 0, #00F585 100%);
    color: #fff
}

.green-button {
    background: #00A158
}

.green-button:hover {
    background: linear-gradient(45deg, #00A158 0, #012E5B 100%)
}

.blue-keyword {
    color: #0E8DE6
}

.dark-blue-keyword {
    color: #012E5B;
}

.green-keyword {
    color: #00F585
}

.dark-green-keyword {
    color: #00A158
}

.red-keyword {
    color: #d0584c
}

.yellow-keyword {
    color: #F5A623
}

.black-keyword {
    color: #000
}

.grey-keyword {
    color: #6B6B6B
}

input {
    border: 1px solid #0E8DE6;
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.margin-104 {
    margin-bottom: 104px;
}

.mobile-only, .overlay, header .nav .nav-link:hover svg.white, header .nav svg.red {
    display: none
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #012E5B;
    z-index: 200;
    opacity: .7;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.modal-schedule {
    display: none;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 300;
    max-width: 413px;
    margin: 0 auto;
    padding: 24px
}

.modal-schedule .close {
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 2
}

.modal-schedule .close img {
    width: 22px;
    cursor: pointer
}

.modal-schedule h2 {
    color: #012E5B;
    font-size: 40px;
    padding-left: 0;
    font-weight: 400
}

.modal-schedule h2:before {
    width: 0
}

.modal-schedule h3 {
    font-weight: 400;
    color: #000;
    margin: 16px 0
}

.modal-schedule p {
    margin-bottom: 0
}

.modal-schedule p.modal-tags {
    font-size: 14px
}

.modal-schedule .modal-text {
    margin-bottom: 16px
}

h1, header {
    margin-bottom: 56px
}

.modal-schedule .modal-date {
    color: #000
}

.modal-schedule a {
    color: #229DF4
}

h1, h2 {
    font-family: Arial;
    color: #0E8DE6;
    font-size: 60px;
    padding-left: 100px;
    position: relative;
    font-weight: 700
}

h1:before, h2:before {
    content: '';
    position: absolute;
    background: #00F585;
    height: 6px;
    width: 58px;
    top: 38px;
    left: 28px
}

.menu-mobile, .menu-overlay, header {
    background: #012E5B
}

h3 {
    font-size: 18px;
    font-weight: 700
}

header {
    height: 104px;
    font-weight: 700;
    padding: 20px 0 0;
    color: #EDEDED;
    z-index: 16;
    position: relative
}

header .nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 10px 21px;
}

header .nav .nav-link:hover {
    color: #d0584c;
    text-decoration: none;
}

header .nav .nav-link:hover svg.red {
    display: inline-block
}

header .red-button {
    margin-top: 3px
}

.menu-overlay {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: .7;
    display: none
}

.menu-mobile .nav-link.disable, .menu-mobile a:not([href]):not([tabindex]), .menu-mobile span.nav-link {
    opacity: .4;
    color: #fff
}

.menu-overlay.active {
    display: block
}

.menu-mobile::-webkit-scrollbar {
    width:0;
}
.menu-mobile {
    position: absolute;
    width: 230px;
    top: 0;
    z-index: 15;
    left: -260px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    height: 100vh;
    overflow-y: scroll;
}

main.front:after, main.front:before {
    content: "";
    top: 0;
    bottom: 0;
    z-index: -1
}

section.about .bg .item, section.workshops .photos .item {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    overflow: hidden
}

.menu-mobile .nav-tabs {
    display: block;
    padding-top: 64px;
    font-weight: 700
}

.menu-mobile .active {
    opacity: .4;
}

.menu-mobile .active a {
    cursor: default;
    pointer-events: none;
}

.menu-mobile .nav-link {
    padding: 10px 16px;
    font-size: 14px
}

.menu-mobile .with-padding {
    padding: 0 16px
}

.menu-mobile .more-links {
    font-family: "Anonymous Pro";
    font-weight: 400;
    padding-top: 18px
}

main.front .numbers, main.front p, section.about .text .items .description {
    font-family: 'Anonymous Pro'
}

.menu-mobile .big-padding {
    padding: 10px 32px
}

.menu-mobile .last-links {
    padding-top: 45px
}

.menu-mobile .last-links .with-padding {
    padding: 10px 16px
}

.menu-mobile.active {
    left: 0
}

header.front {
    background: 0 0;
    margin-bottom: -104px
}

main.front .numbers div, main.front p {
    margin-bottom: 4px
}

header .not-yet {
    opacity: .4
}

header .not-yet a {
    cursor: default;
    pointer-events: none
}

header .nav-item.active {
    opacity: .7
}

header .nav-item.active a {
    cursor: default;
    pointer-events: none
}

header .nav-item.active a:hover {
    color: #fff
}

main.front {
    padding: 115px 0 15px;
    height: 100vh;
    overflow: hidden;
    color: #EDEDED;
    position: relative
}

main.front .arrow_down, main.front:after, main.front:before {
    position: absolute;
    left: 0;
    right: 0
}

main.front:before {
    background-color: #012E5B;
    opacity: 1
}

main.front:after {
    background-image: url(../img/main/main.jpg);
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: .25
}

main.front .numbers {
    overflow: hidden;
    line-height: 1;
    padding: 12px 0 0 2px
}

main.front p.confname {
    margin-bottom: 0;
    padding: 31px 10px 0
}

main.front .headline {
    border-left: 1px solid #EDEDED;
    padding: 33px 0 0 100px;
    margin: -5px 0 0
}

main.front .headline p {
    margin-bottom: 12px
}

main.front .headline h1 {
    color: #EDEDED;
    font-weight: 700;
    font-size: 60px;
    display: inline;
    padding-left: 0;
    margin-bottom: inherit
}

main.front .headline h1:before {
    width: 0
}

main.front .headline .p-inline {
    display: inline-block;
    margin-bottom: 30px
}

main.front .buttons, section.join .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

main.front .headline .p-inline a:hover {
    color: #d0584c;
    text-decoration: none
}

main.front .headline .big {
    line-height: .9
}

main.front .headline .yellow-keyword {
    font-size: 40px
}

main.front .buttons {
    display: flex;
    padding: 34px 0 0
}

main.front .buttons .button {
    margin-right: 14px
}

main.front .buttons p {
    padding: 10px 0
}

main.front .arrow_down {
    bottom: 45px;
    margin: 0 auto;
    cursor: pointer
}

section.about {
    position: relative;
    padding: 72px 0 0;
    margin-bottom: 40px;
    overflow: hidden
}

section.about .bg {
    position: absolute;
    width: 100%;
    height: 100%
}

section.about .bg .item {
    width: 20%;
    float: left;
    height: 240px;
    transition: all .5s linear
}

section.about .bg .item img {
    height: 100%
}

@supports (display:grid) {
    section.about .bg {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }

    section.about .bg .item {
        min-height: 100%;
        width: auto;
        float: none
    }
}

section.about .text {
    background: rgba(255, 255, 255, .95);
    padding: 38px 26px 10px
}

section.about .text h2 {
    margin-bottom: 66px;
    padding-left: 74px
}

section.about .text h2:before {
    left: 0
}

section.about .text .items {
    padding-left: 78px
}

section.about .text .items .number {
    width: 190px
}

section.about .text .items .number .blue-keyword {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: -15px
}

section.about .text .items .number .green-keyword {
    font-weight: 700
}

section.about .text .items .description {
    width: 270px
}

section.about .text .items .description p {
    position: relative;
    top: 16px;
    line-height: 1.2
}

section.about .text .items .all {
    display: none
}

section.join {
    margin-bottom: 72px;
    font-family: "Anonymous Pro";
}

section.join .buttons {
    display: flex;
    width: 100%;
}

section.agenda .buttons, section.speakers .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

section.join .buttons .button {
    font-family: "Anonymous Pro";
    color: #0E8DE6 !important;
    border: 1px solid #0E8DE6;
    width: auto;
    font-weight: 400;
    padding: 0 9px;
    line-height: 51px;
    margin-right: 16px;
}

section.agenda, section.workshops p {
    font-family: 'Anonymous Pro'
}

section.join .buttons .button:hover {
    background: linear-gradient(225deg, #229DF4 0, #00F585 100%);
    color: #fff !important;
    border: 1px solid transparent
}

section.join .buttons .button:hover svg polygon {
    fill: #fff
}

section.join p {
    margin-bottom: 24px;
}

section.speakers {
    margin-bottom: 104px
}

section.speakers h2 {
    margin-bottom: 36px
}

section.speakers .items {
    margin-bottom: 40px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

section.speakers .items .item {
    width: 20%;
    overflow: hidden;
    height: 240px
}

section.speakers .items .item img {
    height: 100%
}

@supports (display:grid) {
    section.speakers .items {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }

    section.speakers .items .item {
        position: relative;
        width: 100%
    }

    section.speakers .items .item img {
        width: 100%
    }

    section.speakers .items .item .text {
        background: rgba(255, 255, 255, .95);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 47px 16px;
        font-family: 'Anonymous Pro';
        opacity: 0
    }

    section.speakers .items .item .text .button {
        width: 224px;
        position: absolute;
        bottom: 16px;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    section.speakers .items .item:hover .text {
        opacity: 1
    }
}

section.speakers .items .item .text a {
    color: #6B6B6B;
}

section.speakers .items .item .text a:hover {
    text-decoration: none;
}

section.speakers .items .item .text .button {
    background: linear-gradient(225deg, #229DF4 0, #00F585 100%);
    color: #fff;
}

section.agenda {
    margin-bottom: 104px
}

section.agenda h2 {
    margin-bottom: 44px
}

section.agenda h3 {
    font-size: 40px;
    font-weight: 400;
    position: relative;
    color: #012E5B;
    margin-bottom: 26px
}

section.agenda h3:after, section.agenda h3:before {
    content: '';
    position: absolute;
    background: #012E5B;
    height: 1px;
    top: 22px
}

section.agenda h3:before {
    width: 184px;
    left: -200px
}

section.agenda h3:after {
    width: 850px;
    right: 0
}

section.agenda .link {
    color: #6B6B6B
}

section.agenda .link:hover {
    color: #d0584c
}

section.agenda .scroll .short {
    margin-bottom: 16px
}

section.agenda .scroll .column {
    margin-bottom: 18px
}

section.agenda .scroll h4 {
    font-size: 18px;
    margin-bottom: 30px
}

section.agenda .scroll h4 a {
    color: #000
}

section.agenda .scroll p {
    margin-bottom: 14px;
    max-width: 330px;
    line-height: 1
}

section.agenda .scroll p a {
    color: #6B6B6B
}

section.agenda .scroll p a:hover {
    color: #d0584c
}

section.agenda .gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(252, 252, 252, .7)), to(#fcfcfc));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(252, 252, 252, .7) 50%, #fcfcfc 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(252, 252, 252, .7) 50%, #fcfcfc 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(252, 252, 252, .7) 50%, #fcfcfc 100%);
    position: relative;
    top: -16px
}

section.agenda ::-webkit-scrollbar {
    width: 8px
}

section.agenda ::-webkit-scrollbar-thumb {
    background-color: #F1F1F1
}

section.agenda ::-webkit-scrollbar-thumb:hover {
    background-color: #6B6B6B
}

section.agenda .buttons {
    display: flex
}

section.agenda .buttons .button {
    margin-right: 16px
}

section.workshops {
    margin-bottom: 104px
}

section.workshops h2 {
    margin-bottom: 50px
}

section.workshops p {
    line-height: 1.2;
    margin-bottom: 64px
}

section.workshops .photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

section.workshops .photos .item {
    width: 20%;
    height: 240px;
    transition: all .5s linear
}

section.workshops .photos .item img {
    height: 100%
}

@supports (display:grid) {
    section.workshops .photos {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }

    section.workshops .photos .item {
        width: auto
    }
}

section.partners .gold, section.partners .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

section.workshops .button {
    margin-bottom: 54px
}

section.partners {
    margin-bottom: 104px;
    font-family: 'Anonymous Pro';
}

section.partners h2 {
    margin-bottom: 70px
}

section.partners h3 {
    font-family: Courier;
    font-size: 40px;
    font-weight: 400;
    position: relative;
    padding-left: 200px;
    color: #012E5B;
    margin-bottom: 26px
}

section.committe, section.recap, section.tred article .text {
    font-family: 'Anonymous Pro'
}

section.partners h3:after, section.partners h3:before {
    content: '';
    position: absolute;
    height: 1px;
    top: 22px;
    z-index: -1
}

section.partners h3 span {
    background: #fff;
    padding-right: 30px
}

section.partners h3:before {
    background: #012E5B;
    width: 184px;
    left: 0
}

section.partners h3:after {
    background: #012E5B;
    width: 850px;
    right: 0
}

section.partners a {
    margin: 0 auto
}

section.partners .button {
    margin: 0
}

section.partners .item {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

section.partners .item img {
    max-height: 100%
}

section.partners .premium {
    padding: 54px 16px 60px
}

section.partners .premium .item {
    height: 160px;
    width: auto;
    display: block
}

section.partners .gold {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    padding: 30px 0 66px
}

section.partners .gold .item {
    height: 150px;
    width: auto;
    margin: 0 auto
}

section.partners .silver {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 46px 52px 58px
}

section.partners .silver .item {
    height: 92px;
    width: auto;
    margin: 0 auto
}

section.partners .partners-h h3:after {
    right: 0;
    width: 320px
}

section.partners .coffee-h h3 {
    padding-left: 64px
}

section.partners .coffee, section.partners .two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    padding: 40px 30px 66px
}

section.partners .coffee-h h3:before {
    width: 58px
}

section.partners .coffee-h h3:after {
    width: 320px
}

section.partners .two {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

section.partners .two .item {
    height: 76px;
    width: auto;
    margin: 0 auto
}

section.partners .coffee {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.partners .coffee .item {
    height: 76px;
    width: auto
}

section.partners .information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 58px 50px;
    margin-bottom: 50px
}

section.partners .information .item {
    height: 50px;
    width: auto;
    margin: 0 auto
}

section.committe {
    margin-bottom: 104px
}

section.committe h2 {
    margin-bottom: 50px
}

section.committe .main-p {
    margin-bottom: 46px
}

section.committe .image {
    width: 100%;
    text-align: center;
    overflow: hidden
}

section.committe .image img {
    width: 100%;
    max-height: 167px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px
}

section.committe .image h3 {
    font-weight: 400;
    margin-bottom: 0;
    color: #000
}

section.tred {
    background: #012E5B;
    padding: 38px 0;
    margin-bottom: 104px
}

section.tred .icon {
    display: block;
    margin: 0 auto 38px
}

section.tred .top-gradient {
    background: linear-gradient(to bottom, #012E5B 0%, rgba(1, 46, 91, 0.41) 10%, rgba(0,0,0,0) 90%);
    height: 40px;
    position: relative;
    top: 40px;
}

section.tred .bottom-gradient {
    background: linear-gradient(to top, #012E5B 0%, rgba(1, 46, 91, 0.41) 10%, rgba(0,0,0,0) 90%);
    height: 40px;
    position: relative;
    bottom: 40px;
}

section.tred .articles {
    margin-bottom: 30px
}

section.tred article {
    background: #fff;
    opacity: .9;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 10px;
    padding: 10px 40px 10px 50px
}

section.tred article .head h3:after, section.tred article .head p:after {
    background: #00F585;
    height: 4px;
    width: 4px;
    content: ''
}

section.tred article .head {
    margin-bottom: 4px;
    font-weight: 700
}

section.tred article .head h3 {
    position: relative;
    display: inline-block;
    margin-right: 22px;
    color: #000
}

section.tred article .head h3:after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -18px;
    top: 8px
}

section.tred article .head p {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 22px
}

section.tred article .head p a {
    color: #6B6B6B
}

section.tred article .head p:after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -14px;
    top: 11px
}

section.tred article .head span {
    color: #000
}

section.tred article .text {
    line-height: 1.5;
    margin-bottom: 2px
}

section.tred article .text a {
    color: #0E8DE6
}

section.tred .button {
    color: #0E8DE6;
    border: 2px solid #0E8DE6;
    font-weight: 700;
    padding: 0 15px;
    line-height: 51px;
    background: #fff;
    margin: 0 auto;
    font-family: 'Anonymous Pro';
    font-weight: normal;
}

section.tred .button img {
    width: 40px;
    margin-right: 12px
}

section.tred .center-icon {
    margin: 0 auto 20px;
    display: block;
}

section.recap {
    padding: 0 0 44px
}

section.recap form {
    margin-bottom: 40px;
}

section.recap h2 {
    margin-bottom: 70px
}

section.recap form button, section.recap form input {
    text-align: center;
    display: inline-block
}

section.recap form input {
    width: 327px;
    opacity: .9;
    margin-right: 16px
}

section.recap form .blue-button {
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-weight: 700
}

footer, main.page, section.page, section.venue {
    font-family: 'Anonymous Pro'
}

section.recap .wpcf7-form-control-wrap {
    display: inline-block;
    position: static
}

footer .social, section.venue .address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

footer #toTop {
    cursor: pointer;
}

footer #toTop, span.wpcf7-not-valid-tip {
    position: absolute
}

section.venue {
    margin-bottom: 104px
}

section.venue h2 {
    margin-bottom: 40px
}

section.venue .maps {
    margin-bottom: 104px
}

section.venue .address {
    display: flex;
    -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;
    height: 100%
}

section.venue .address h3 {
    font-weight: 400
}

section.venue .address .main {
    max-width: 260px
}

section.venue .address .main h3 {
    color: #271533
}

section.venue .address .transit {
    max-width: 350px
}

section.venue .address .transit h3, section.venue .address .transit span {
    color: #000
}

section.venue .address .transit p {
    margin-bottom: 6px
}

footer {
    background: #012E5B;
    padding: 30px 0 0;
    position: relative
}

footer #toTop {
    top: -60px;
    right: 20px;
    cursor: pointer
}

footer .menu {
    padding-bottom: 15px
}

footer .menu h3 {
    font-weight: 400;
    margin-bottom: 24px;
    color: #EDEDED;
    opacity: .4
}

footer .menu a:hover {
    color: #d0584c
}

footer .menu ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 24px
}

footer .menu ul li {
    margin-bottom: 2px
}

footer .menu ul li.not-yet {
    opacity: .4
}

footer .menu ul li.not-yet {
    cursor: default;
    pointer-events: none;
}

footer .menu .last {
    padding-top: 46px
}

footer .copyright {
    background: #fff;
    padding: 26px 0 12px
}

footer .copyright p {
    margin-bottom: 0
}

main.page .breadcrumbs, main.page .content, section.page .breadcrumbs, section.page .content {
    margin-bottom: 56px
}

footer .copyright p.unp {
    text-align: right
}

footer .social {
    display: flex;
    align-items: flex-end;
    padding-bottom: 22px
}

footer .social a {
    color: #fff
}

footer .social p {
    position: relative;
    top: 15px
}

footer .social svg {
    margin-left: 24px
}

footer .social a:hover g, footer .social a:hover path, footer .social a:hover svg {
    fill: #d0584c
}

main.page img, section.page img {
    max-width: 100%;
    height: auto
}

main.page .breadcrumbs a, section.page .breadcrumbs a {
    color: #0E8DE6
}

main.page .content h2, section.page .content h2 {
    font-family: Monaco;
    font-size: 40px;
    font-weight: 400;
    padding-left: 0;
    color: #000;
    margin: 40px 0
}

main.page .content h2:before, section.page .content h2:before {
    width: 0
}

main.page .content a, section.page .content a {
    color: #0E8DE6
}

main.page .photos, section.page .photos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 56px 0
}

main.page .photos .item, section.page .photos .item {
    width: 20%;
    overflow: hidden;
    height: 240px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

main.page .photos .item img, section.page .photos .item img {
    height: 187px;
    max-width: none
}

@supports (display:grid) {
    main.page .photos, section.page .photos {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }

    main.page .photos .item, section.page .photos .item {
        width: auto
    }

    main.page .photos .item img, section.page .photos .item img {
        height: 100%;
    }
}

main.page .feedback, section.page .feedback {
    margin-bottom: 8px
}

main.page form, section.page form {
    margin-bottom: 56px
}

main.page form input, section.page form input {
    width: 100%;
    text-align: center
}

main.page form .button, section.page form .button {
    color: #fff
}

main.page .buttons, section.page .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 56px
}

.russian-button .collapse-hide, main.speakers .speaker .links-small {
    display: none
}

main.page .buttons .button, section.page .buttons .button {
    color: #fff;
    margin-right: 16px
}

main.speakers {
    margin-bottom: 72px
}

main.speakers a {
    color: #6B6B6B
}

main.speakers .show-more {
    color: #0E8DE6
}

main.speakers .image {
    margin-bottom: 10px;
    height: 163px;
    overflow: hidden
}

main.speakers .image img {
    max-width: 100%;
    object-fit: cover;
    height: 100%
}

main.speakers .text {
    text-align: center
}

main.speakers .text p {
    margin-bottom: 24px
}

main.speakers .text .name {
    color: #000;
    margin-bottom: 0
}

main.speakers .text .position {
    margin-bottom: 6px;
}

main.speakers .text .country {
    font-size: 14px;
    line-height: 1;
}

main.speakers .speaker .img {
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 270px;
    margin-bottom: 48px;
}

main.speakers .speaker a {
    color: #0E8DE6;
}

main.speakers .speaker a:hover {
    text-decoration: underline;
}

main.speakers .speaker .img img {
    width: 100%;
    height: auto;
    position: absolute
}

main.speakers .speaker h2:before, main.tickets .item h3:before {
    width: 0
}

main.speakers .speaker .links {
    margin-bottom: 56px
}
main.speakers .speaker .links-small {
    margin-bottom: 0;
}

main.speakers .speaker .links a:hover {
    text-decoration: none;
}

main.speakers .speaker .links a:hover path {
    fill: #0A93F3
}

main.speakers .speaker-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main.speakers .speaker-right .info {
    margin-bottom: 48px;
}

main.speakers .speaker h2 {
    color: #000;
    padding-left: 0;
    font-size: 40px;
    font-family: "Anonymous Pro";
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1;
}

main.speakers .speaker p {
    line-height: 1.2;
    margin-bottom: 0
}

main.tickets .openLegal {
    cursor: pointer
}

main.tickets .openLegal:hover {
    color: #d0584c
}

main.tickets h1 {
    color: #d0584c;
    padding-left: 80px;
    margin-bottom: 24px
}

main.tickets h1:before {
    background: #d0584c;
    left: 0
}

main.tickets .content h2 {
    margin: 0 0 32px
}

main.tickets p a {
    color: #0E8DE6
}

main.tickets .item {
    text-align: center;
    color: #000;
    margin-bottom: 72px
}

main.tickets .item img {
    height: 120px;
    margin-bottom: 16px
}

main.tickets .item h3 {
    font-family: "Anonymous Pro";
    font-weight: 400;
    padding-left: 0;
    color: #000;
    margin-bottom: 8px;
    line-height: 1
}

main.tickets .item p {
    line-height: 1;
    margin-bottom: 16px;
    color: #6B6B6B
}

main.tickets .item p.price {
    font-family: Arial;
    font-size: 60px;
    font-weight: 700;
    color: #d0584c;
    line-height: 1
}

main.become-speaker h2, main.single h2, main.workshops h2, section.schedule {
    font-family: "Anonymous Pro"
}

main.tickets .item p.price span {
    font-size: 18px
}

main.tickets .item p.price.curious-bird {
    color: #00A158
}

main.tickets .item p.price.blue-keyword {
    color: #0E8DE6
}

main.tickets .item .button {
    width: 278px;
    margin: 0 auto;
    cursor: pointer;
    color: #fff
}

main.tickets .item .timer {
    width: 278px;
    margin: 0 auto
}

main.tickets .item .note {
    margin-top: 20px
}

main.tickets .item.disable h3, main.tickets .item.disable p {
    color: #9B9B9B
}

main.tickets .item p.price {
    margin-bottom: 8px
}

main.tickets .item p.usd {
    height: 26px
}

main.tickets .item.disable p.price {
    color: #DEDEDE
}

main.tickets .item.disable img {
    opacity: .2
}

main.tickets .item.disable .button {
    background: #fff;
    border: 1px solid #BDBDBD;
    color: #BDBDBD
}

main.tickets .item.last {
    margin-bottom: 100px
}

main.tickets .note {
    text-align: left;
    color: #000
}

main.tickets .text a {
    color: #0E8DE6
}

.russian-button.active .collapse-hide {
    display: inline
}

.russian-button.active .collapse-show {
    display: none
}

main.congrats h1 {
    margin-bottom: 56px
}

main.congrats .bird {
    margin-bottom: 40px
}

main.congrats .bird_says {
    padding: 0 26px;
    display: inline-block
}

main.congrats p.big {
    font-size: 40px;
    color: #000;
    margin-bottom: 0
}

main.congrats .phones {
    padding-top: 40px
}

main.congrats .phones ul {
    list-style: none;
    padding-left: 0;
    padding-top: 40px
}

main.congrats .phones a {
    color: #6B6B6B
}

main.congrats .buttons {
    margin-bottom: 104px
}

main.schedule .content {
    margin-bottom: 120px
}

section.schedule {
    background: #012E5B;
    position: relative;
    margin-bottom: 16px
}

section.schedule .navigation {
    position: relative;
    top: -63px;
    margin-bottom: -64px
}

section.schedule .navigation .arrow {
    background: #ebebeb;
    height: 100%;
    text-align: center;
    padding: 18px 0;
    cursor: pointer;
    width: 86px;
    margin: 0 25px;
}

section.schedule .navigation .arrow img {
    width: 22px
}

section.schedule .nav-tabs {
    font-size: 18px;
    padding-left: 6px;
}

section.schedule .nav-tabs .nav-link {
    background: #EBEBEB;
    color: #012E5B;
    padding: 18px 68px 19px;
    -webkit-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0
}

section.schedule .nav-tabs .workshop {
    background: #00A158;
    color: #EDEDED;
    margin-left: 16px
}

section.schedule .nav-tabs .active, section.schedule .timeline-items {
    background: #012E5B;
    color: #EDEDED
}

section.schedule .timeline {
    height: 56px;
    -webkit-box-shadow: 8px 0px 26px 0 rgba(0, 0, 0, .1), 8px 2px 26px 0 rgba(0, 0, 0, .1);
    box-shadow: 8px 0px 26px 0 rgba(0, 0, 0, .1), 8px 2px 26px 0 rgba(0, 0, 0, .1);
    color: #EDEDED;
    position: relative;
    z-index: 1;
    margin-bottom: -55px
}

section.schedule .timeline-items {
    width: 4920px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -16px;
    left: 0;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

section.schedule .timeline-items .time-item {
    width: 180px;
    position: relative;
    height: 56px;
    padding: 18px 0 0;
    display: inline-block
}

section.schedule .timeline-items .time-item p {
    margin-bottom: 0
}

section.schedule .timeline-items .time-item:before {
    content: '';
    background: #EDEDED;
    height: 6px;
    width: 1px;
    position: absolute;
    bottom: 0
}

section.schedule .timeline-items .time-item.hour:before {
    height: 12px
}

section.schedule .track {
    width: 100%;
    height: 240px;
    text-align: center;
    color: #EDEDED;
    padding: 160px 0 0
}

section.schedule .bg {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#012E5B));
    background: -webkit-linear-gradient(left, #fff, #012E5B);
    background: -o-linear-gradient(left, #fff, #012E5B);
    background: linear-gradient(to right, #fff, #012E5B);
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    padding-right: 0;
}

section.schedule .bg:before {
    content: '';
    background: #012E5B;
    left: -200px;
    width: 200%;
    height: 56px;
    position: absolute
}

section.schedule .tab-content {
    background: #fff;
    height: 100%;
    padding: 16px 0 16px 8px;
    overflow-x: scroll;
}

section.schedule .tab-content .tab-pane {
    background: #012E5B;
}

section.schedule ::-webkit-scrollbar {
    height: 0;
}

section.schedule .tab-content .items {
    width: 3240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    background: #012E5B;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

section.schedule .tab-content .items:nth-child(3) .item {
    border-bottom: 1px solid #012E5B;
}

section.schedule .tab-content .items .item {
    height: 232px;
    border-bottom: none;
    padding: 16px 24px
}

section.schedule .tab-content .items .item .meta {
    font-size: 12px;
    margin-bottom: 26px;
    display: flex;
    justify-content: space-between
}

section.schedule .tab-content .items .item .tags {
    font-size: 12px;
    position: absolute;
    bottom: 24px
}

main.become-speaker ul li, main.page ul li, main.partner ul li, section.recap ul li {
    position: relative
}

section.schedule .tab-content .items .item.lecture {
    cursor: pointer;
    vertical-align: text-top;
    position: relative;
    background: #fff;
}

section.schedule .tab-content .items .item.lecture:hover {
    outline: #d0584c solid 3px;
    outline-offset: -1px
}

section.schedule .tab-content .items .item h2, section.schedule .tab-content .items .item h3 {
    font-size: 18px;
    padding-left: 0;
    margin: 0
}

main.become-speaker ul li:before, main.partner ul li:before {
    margin-right: 10px;
    content: '*'
}

section.schedule .tab-content .items .item h2 {
    font-family: "Anonymous Pro";
    color: #000
}

section.schedule .tab-content .items .item a, section.schedule .tab-content .items .item h3 {
    color: #6B6B6B;
    font-weight: normal;
}

section.schedule .tab-content .items .item h2:before {
    width: 0
}

section.schedule .tab-content .items .item p {
    margin-bottom: 18px;
    color: #6B6B6B
}

section.schedule .tab-content .items .item.break {
    border-bottom: none;
    background: #012E5B;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section.schedule .tab-content .items .item.break h2 {
    color: #fff;
    font-weight: 400
}

section.schedule .tab-content .items .item-0-5, section.schedule .tab-content .items .item-10 {
    width: 60px;
}

section.schedule .tab-content .items .item-0-5, section.schedule .tab-content .items .item-20 {
    width: 120px;
}

section.schedule .tab-content .items .item-0-5, section.schedule .tab-content .items .item-30 {
    width: 180px
}

section.schedule .tab-content .items .item-40 {
    width: 236px
}

section.schedule .tab-content .items .item-45 {
    width: 266px
}

section.schedule .tab-content .items .item-50 {
    width: 300px
}

section.schedule .tab-content .items .item-1-0, section.schedule .tab-content .items .item-60 {
    width: 357px
}

section.schedule .tab-content .items .item-1-5, section.schedule .tab-content .items .item-90 {
    width: 540px
}

section.schedule .tab-content .items .item-120, section.schedule .tab-content .items .item-2-0 {
    width: 720px
}

section.schedule .tab-content .items .item-150, section.schedule .tab-content .items .item-2-5 {
    width: 900px
}

section.schedule .tab-content .items .item-165, section.schedule .tab-content .items .item-2-8 {
    width: 998px
}

section.schedule .tab-content .items .item-180, section.schedule .tab-content .items .item-3-0 {
    width: 1080px
}

section.schedule .tab-content .items .item-210, section.schedule .tab-content .items .item-3-5 {
    width: 1440px
}

section.schedule .tab-content .items .item-240, section.schedule .tab-content .items .item-4-0 {
    width: 1620px
}

section.schedule .tab-content .items .item-270, section.schedule .tab-content .items .item-4-5 {
    width: 1800px
}

section.schedule .tab-content .items .item-300, section.schedule .tab-content .items .item-5-0 {
    width: 1980px
}

section.schedule .tab-content .items .item-330, section.schedule .tab-content .items .item-5-5 {
    width: 2160px
}

section.schedule .tab-content .items .item-360, section.schedule .tab-content .items .item-6-0 {
    width: 2340px
}

main.become-speaker h2:before, main.single h2:before, main.workshops h2:before {
    width: 0
}

main.partner ul {
    padding-left: 0;
    list-style: none
}

main.become-speaker h2 {
    color: #000;
    padding-left: 0;
    font-size: 40px;
    font-weight: 400
}

main.become-speaker .content {
    margin-bottom: 40px
}

main.become-speaker .text {
    padding-top: 28px
}

main.become-speaker p.place {
    margin-bottom: 0
}

main.become-speaker p.place a {
    color: #0E8DE6
}

main.become-speaker .bird {
    height: 180px;
    margin-bottom: 56px
}

main.become-speaker .milestones {
    padding-top: 30px
}

main.become-speaker .milestones .big {
    font-size: 40px;
    margin-bottom: 2px
}

main.become-speaker .milestones .big.grey {
    color: #9B9B9B
}

main.become-speaker .milestones .big.black {
    color: #000
}

main.become-speaker .milestones .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

main.become-speaker .milestones .items .item {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 7px
}

main.become-speaker .milestones .buttons {
    padding-top: 24px;
    margin-bottom: 56px
}

main.become-speaker .info {
    margin-bottom: 56px;
    line-height: 1.2
}

main.become-speaker .info p {
    margin-bottom: 0
}

main.become-speaker .info p.black-keyword {
    margin-bottom: 18px
}

main.zero .content, main.zero h1 {
    margin-bottom: 104px
}

main.become-speaker .info p a {
    color: #0E8DE6
}

main.become-speaker ul {
    padding-left: 0;
    list-style: none
}

main.zero .bird {
    height: 180px
}

main.zero .content {
    padding-top: 40px
}

main.zero .buttons {
    padding-top: 16px
}

main.zero .zero {
    padding-top: 72px
}

main.workshops {
    margin-top: -56px
}

main.workshops .header {
    padding: 56px 0 40px;
    background: #00A158
}

main.workshops .header h1 {
    color: #012E5B;
    margin-bottom: 24px
}

main.workshops .header h1:before {
    background: #012E5B
}

main.workshops .header p {
    color: #EDEDED;
    line-height: 22px;
    margin: 32px 0 0
}

main.workshops .header p.location {
    color: #012E5B;
    font-size: 40px;
    margin: 0;
    line-height: 48px
}

main.workshops .zero .content {
    margin-bottom: 104px
}

main.workshops .items {
    padding: 62px 15px 0
}

main.workshops .items .day {
    margin-bottom: 54px;
}

main.workshops .items p.day {
    color: #000;
    margin-bottom: 40px;
}

main.workshops .items .image {
    margin-bottom: 20px;
    height: 175px;
    overflow: hidden
}

main.workshops h2 {
    font-size: 40px;
    font-weight: 400;
    padding-left: 0;
    color: #000
}

main.workshops h2 a {
    color: #000;
}

main.workshops h2 a:hover {
    color: #0E8DE6;
    text-decoration: none;
}

main.workshops .text {
    margin-bottom: 50px
}

main.workshops .text p.places {
    margin: -9px 0 0;
}

main.workshops .text p.name {
    margin-bottom: 0;
}

main.workshops .text a:hover, main.workshops p a {
    color: #229DF4
}

main.workshop .breadcrumbs a, main.workshop h1 {
    color: #00A158
}

main.workshop h1:before {
    background: #00A158
}

main.lecture ul {
    padding-left: 0;
    list-style: none
}

main.single {
    margin-bottom: 56px
}

main.single h2 {
    font-size: 40px;
    font-weight: 400;
    padding-left: 0;
    color: #000;
    margin-bottom: 24px
}

main.page ul a, main.page ul a:hover, main.single .speaker a {
    color: #0E8DE6
}

main.single h2.date {
    margin-bottom: 0
}

main.single .text {
    margin-bottom: 40px
}

main.single .text .disable {
    background: #fff;
    border: 1px solid #BDBDBD;
    color: #BDBDBD;
    cursor: unset;
}

main.single p {
    line-height: 22px;
    margin-bottom: 1rem
}

main.single p a {
    color: #0E8DE6;
}

main.single p a:hover {
    text-decoration: underline;
}

main.single .photos {
    margin-top: 124px
}

main.single .speaker {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

main.single .speaker p {
    line-height: 1
}

main.page .partner-form .wpcf7-form-control {
    width: 370px;
    margin-right: 30px
}

main.page .partner-form .wpcf7-submit {
    width: 272px;
    display: inline-block;
    cursor: pointer
}

main.page ul {
    padding-left: 0;
    list-style: none
}

main.page ul li:before {
    content: '*';
    margin-right: 10px
}

main.page ul a:hover {
    text-decoration: underline
}

main.recap .items {
    font-family: Arial;
    padding: 40px 0;
    display: flex;
    justify-content: space-between
}

main.recap .items .blue-keyword {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: -15px
}

main.recap .items .green-keyword {
    font-weight: 700
}

main.recap .photos {
    margin: 0
}

main.recap .blue-keyword {
    margin: 24px 0 72px;
    display: block
}

main.discover {
    margin-bottom: 58px;
}

main.recap .blue-keyword:hover {
    color: #0E8DE6;
    text-decoration: underline
}

main.recap .sgdg-gallery-container {
    margin-bottom: 60px;
}

main.recap .sgdg-more-button {
    margin-top: 0;
}

main.recap .sgdg-more-button div {
    background-color: rgb(1, 46, 91);
}

section.recap ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 32px
}

section.recap ul li:before {
    content: '*';
    margin-right: 10px
}

section.recap ul li a {
    color: #6B6B6B
}

section.recap ul li a:hover {
    color: #0E8DE6;
    text-decoration: underline
}

section.recap iframe,.youtube {
    margin-bottom: 56px
}

section.recap .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px
}

section.recap .buttons .button {
    margin-right: 16px
}

main.partner img {
    max-width: 500px;
    margin: 32px 0
}

main.talks .all {
    margin: 40px 0;
}

main.talks .all span {
    display: inline-block;
}

main.talks .all span:not(:last-child) {
    margin-right: 30px;
}

main.talks .all span:not(:last-child):after {
    content: '•';
    position: relative;
    right: -14px;
    color: #00F585;
}

main.talks .talk {
    margin-bottom: 60px;
}

main.talks .talk a {
    color: #000;
}

main.talks .talk a:hover {
    color: #0E8DE6;
}

main.talks .talk h2 {
    color: #000;
    padding-left: 0;
    font-size: 30px;
    font-family: "Anonymous Pro";
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1;
    position: relative;
    padding-right: 24px;
}

main.talks .talk h2:before {
    display: none;
}

main.talks .talk h2 .save {
    background: url("../img/bookmark-white.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 2px;
    right: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

main.talks .talk h2 .save.active {
    background: url("../img/bookmark-black-shape.svg") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

main.talks .talk h3 {
    font-size: 22px;
    color: #000;
}

main.talks .talk .about {
    margin-bottom: 20px;
}

main.talks .talk p {
    line-height: 1.2;
    margin-bottom: 0;
}

main.talks .talk ul.tags {
    margin-bottom: 20px;
}

main.talks .talk .tags li {
    display: inline-block;
    background: #0E8DE6;
    color: #fff;
    padding: 2px 8px;
    border-radius: 8px;
}

main.talks .talk .tags li:before {
    display: none;
}

main.talks .talk a.top {
    color: #0E8DE6;
}

main.talks .talk .speaker-img {
    margin-bottom: 20px;
}

.navigation h2 {
    display: none;
}

.navigation .nav-links {
    margin: 40px auto 0;
}

.navigation .nav-links a {
    color: #0E8DE6;
}

.navigation .nav-links a:hover {
    text-decoration: underline;
}

@media (min-width: 1600px) {
    .only-large {
        display: block
    }
}

@media (max-width: 1600px) {
    .only-large {
        display: none
    }

    main.front .headline .yellow-keyword {
        font-size: 26px
    }

    main.front p.confname {
        padding: 14px 10px 0
    }
}

@media (max-width: 1400px) {
    main.front .headline h1 {
        font-size: 40px
    }

    section.speakers .items .item .text {
        line-height: 1;
        padding: 16px;
    }

    section.schedule .navigation .arrow {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 1200px) {
    .button {
        max-width: 100%
    }

    main.front {
        padding: 92px 0 15px
    }

    main.front p.confname {
        padding: 0 10px
    }

    main.front .headline {
        padding: 16px 0 0 50px
    }

    main.front .headline .p-inline {
        margin-bottom: 18px
    }

    main.front .buttons {
        padding: 14px 0 0
    }

    section.about .text .items {
        padding-left: 0
    }

    section.agenda h3:before {
        width: 18%;
        top: 22px;
        left: -21%
    }

    section.agenda h3:after {
        width: 84%
    }

    section.partners h3 {
        font-size: 28px
    }

    section.partners h3:after, section.partners h3:before {
        top: 14px
    }

    section.partners h3 span {
        padding: 0 10px
    }

    section.partners .partner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    section.partners .coffee, section.partners .gold, section.partners .information, section.partners .premium, section.partners .silver, section.partners .two {
        padding: 10px 0 30px
    }

    section.partners .coffee .item, section.partners .gold .item, section.partners .information .item, section.partners .premium .item, section.partners .silver .item, section.partners .two .item {
        height: 50px
    }

    main.speakers .image {
        height: 210px
    }

    main.page .partner-form .wpcf7-form-control {
        width: 290px
    }

    main.page .partner-form .wpcf7-submit {
        width: 210px
    }
}

@media (max-width: 992px) {
    section.about .all a, section.venue .address .transit a.open-map span {
        color: #0E8DE6
    }

    .mobile-only {
        display: block
    }

    .mobile-only .not-yet {
        opacity: .4
    }

    .mobile-only .not-yet a {
        cursor: default;
        pointer-events: none
    }

    .menu-overlay, .mobile-none, section.about .description {
        display: none
    }

    main.page .buttons {
        padding-top: 32px
    }

    h1, h2, main.page .content, section.page .content {
        margin-bottom: 16px
    }

    header.front {
        margin-bottom: 0;
        background: #012E5B
    }

    header, main.page .breadcrumbs, section.page .breadcrumbs {
        margin-bottom: 16px
    }

    header {
        height: 52px;
        padding: 8px 0 0
    }

    header.active {
        -webkit-box-shadow: rgba(0, 0, 0, .4) 0 2px 4px 0;
        box-shadow: rgba(0, 0, 0, .4) 0 2px 4px 0
    }

    header .logo {
        text-align: right
    }

    header .custom-logo {
        height: 32px;
        width: auto
    }

    header .hamburger {
        z-index: 20;
        position: relative
    }

    main.page .photos, section.page .photos {
        grid-template-columns: 1fr 1fr
    }

    main.front {
        padding: 12px 0 15px;
        position: relative;
        height: auto
    }

    main.front .headline {
        border-left: none
    }

    section.about .all {
        display: table-cell !important;
        max-width: 170px
    }

    section.about .all a .collapse-hide {
        display: none
    }

    section.about .all a.active .collapse-hide {
        display: block
    }

    section.about .all a.active .collapse-show, section.committe a .collapse-hide {
        display: none
    }

    section.speakers .items {
        grid-template-columns: 1fr 1fr 1fr;
    }

    section.partners h3:after {
        width: 100%
    }

    section.partners .premium {
        text-align: center
    }

    section.partners .partner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    section.partners .partner .item {
        margin: 0 10px 20px
    }

    section.partners .coffee-h h3:after, section.partners .partners-h h3:after {
        right: 0;
        width: 100%
    }

    section.committe .image img {
        max-height: 210px
    }

    section.committe a.active .collapse-hide {
        display: block
    }

    section.committe a.active .collapse-show, section.venue a.open-map .collapse-hide {
        display: none
    }

    section.venue .map {
        padding-left: 0;
        padding-top: 20px
    }

    section.recap iframe,.youtube {
        height: 400px !important
    }

    main.congrats .bird, main.tickets .item img {
        height: 86px
    }

    section.venue .address .transit a.open-map.active span {
        color: #000
    }

    section.venue a.open-map.active .collapse-hide {
        display: block
    }

    section.venue a.open-map.active .collapse-show {
        display: none
    }

    main.speakers .speaker .links {
        margin-bottom: 30px
    }

    main.tickets .item {
        margin-bottom: 40px
    }

    main.schedule {
        margin-bottom: 56px
    }

    section.schedule .nav-tabs .nav-link {
        padding: 18px 44px 19px
    }

    section.schedule .track p {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        width: 70px;
        position: relative;
        left: -20px
    }

    main.tickets h1 {
        padding-left: 48px
    }

    main.tickets .item h3 {
        font-size: 14px
    }

    main.tickets .item p.price {
        font-size: 30px
    }

    main.become-speaker h2, main.congrats p.big {
        font-size: 14px
    }

    main.tickets .item.last {
        margin-bottom: 72px
    }

    main.congrats .phones {
        padding-top: 0
    }

    main.congrats .buttons {
        margin-bottom: 32px
    }

    main.become-speaker .text {
        padding-top: 8px
    }

    main.become-speaker .bird {
        height: 86px;
        margin: 32px auto 24px;
        display: block
    }

    main.become-speaker .milestones .buttons .button {
        margin: 0 auto 16px
    }

    main.page .partner-form .wpcf7-form-control {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0
    }

    main.page .partner-form .wpcf7-submit {
        width: 288px;
        margin: 0 auto;
        display: block
    }

    section.schedule .nav-tabs .workshop {
        margin-left: 0
    }

    section.join .buttons {
        flex-wrap: wrap;
    }

    section.join .buttons .button {
        width: 100%;
        margin: 0 auto 16px
    }
}

@media (max-width: 768px) {
    main.speakers .speaker .img img, span.wpcf7-not-valid-tip {
        position: relative
    }

    h1 {
        font-size: 40px;
        padding-left: 74px
    }

    h1:before {
        top: 22px;
        left: 0
    }

    main.page .buttons .button {
        width: 288px
    }

    main.front .buttons .button {
        width: 100%
    }

    section.agenda h3:after {
        width: 74%
    }

    section.speakers {
        margin-bottom: 40px
    }

    section.speakers .items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 16px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    section.speakers .items .item {
        width: 136px;
        height: auto
    }

    section.speakers .items .item img {
        height: 139px;
        object-fit: cover;
    }

    section.speakers .items .item .text {
        opacity: 1;
        position: relative;
        padding: 8px 0
    }

    section.speakers .items .item .text h3 {
        margin-bottom: 0
    }

    section.partners .coffee-h h3, section.partners h3 {
        padding-left: 40px
    }

    section.workshops .photos {
        grid-template-columns: 1fr 1fr
    }

    section.recap form input {
        width: 288px;
        margin-bottom: 20px
    }

    section.recap form button {
        margin: 0 auto;
        display: block
    }

    main.speakers .buttons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    main.speakers .buttons .button {
        width: 100%;
        margin-bottom: 16px
    }

    main.speakers .speaker .img, main.speakers .speaker .links {
        margin-bottom: 30px
    }

    main.page form input {
        margin-bottom: 16px
    }

    main.page form .button {
        width: 100%
    }

    section.schedule .nav-tabs .nav-link {
        padding: 18px 22px 19px
    }

    main.become-speaker .milestones .items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    main.become-speaker .milestones .items .item {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    main.workshops .header p.location {
        font-size: 14px;
        line-height: 14px
    }

    main.workshops .header p {
        margin: 34px 0 0
    }

    main.workshops h2 {
        font-size: 14px
    }

    main.front .arrow_down {
        bottom: 16px
    }

    main.workshop h2 {
        font-size: 18px
    }

    footer .copyright p.unp {
        text-align: left
    }

    section.join .buttons {
        flex-wrap: wrap
    }

    .tgchannelwdgbody,
    section.tred .bottom-gradient,
    section.tred .top-gradient {
        display: none;
    }
}

@media (max-width: 576px) {
    .small-none, main.front p.simple, main.front:after {
        display: none
    }

    section.agenda .scroll h4 a.collapsed, section.committe a {
        color: #0E8DE6
    }

    h1, h2 {
        font-size: 30px;
        padding-left: 48px
    }

    body, h3 {
        font-size: 14px
    }

    h1:before, h2:before {
        height: 3px;
        width: 35px;
        top: 20px;
        left: 0
    }

    .button {
        width: 288px
    }

    main.page .buttons, section.page .buttons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    main.page .buttons .button, section.page .buttons .button {
        margin-bottom: 16px;
        max-width: 288px
    }

    section.partners .gold .item img, section.partners .premium .item img {
        max-width: 100%
    }

    main.front p.confname {
        padding: 0
    }

    main.front .headline {
        padding: 16px 0
    }

    main.front .headline h1 {
        font-size: 30px
    }

    main.front .headline h1 .red-keyword {
        display: block
    }

    main.front .headline .yellow-keyword {
        font-size: 14px
    }

    main.front .buttons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    main.front .buttons .button {
        margin-bottom: 16px;
        margin-right: 0
    }

    section.about {
        padding: 40x 0 0
    }

    section.about .bg {
        grid-template-columns: 1fr 1fr
    }

    section.about .bg .item {
        min-height: auto
    }

    section.about .text {
        padding: 20px 20px 0;
        margin: 0 -15px;
        background: rgba(255, 255, 255, .85)
    }

    section.about .text h2 {
        padding-left: 48px;
        margin-bottom: 40px
    }

    section.about .text .items .number {
        vertical-align: top
    }

    section.about .text .items .number .blue-keyword {
        font-size: 30px;
        margin-bottom: 0
    }

    section.join {
        margin-bottom: 40px
    }

    section.join .buttons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    section.join .buttons .button {
        width: 288px;
        padding: 0 6px;
        margin: 0 auto 16px
    }

    section.join .buttons .button span {
        display: none
    }

    section.partners .gold .item, section.partners .premium .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox
    }

    section.agenda {
        margin-bottom: 40px
    }

    section.agenda h3 {
        font-size: 14px;
        text-align: center
    }

    section.agenda h3:before {
        height: 4px;
        top: 6px;
        left: 0;
        width: 40%
    }

    section.agenda h3:after {
        height: 4px;
        top: 6px;
        right: 0;
        width: 40%
    }

    section.agenda .scroll {
        overflow: hidden;
        height: auto
    }

    section.agenda .scroll .column {
        margin-bottom: 10px
    }

    section.agenda .scroll h4 {
        font-size: 14px;
        margin-bottom: 10px
    }

    section.agenda .buttons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    section.agenda .buttons .button {
        margin-bottom: 16px
    }

    section.workshops {
        margin-bottom: 40px
    }

    section.workshops h2, section.workshops p {
        margin-bottom: 24px
    }

    section.partners {
        margin-bottom: 40px
    }

    section.partners h2 {
        margin-bottom: 30px
    }

    section.partners h3 {
        font-size: 14px;
        text-align: center;
        padding-left: 0
    }

    section.partners h3:before {
        height: 4px;
        top: 6px;
        left: 0;
        width: 40%
    }

    section.partners h3:after {
        height: 4px;
        top: 6px;
        right: 0;
        width: 40%
    }

    section.partners .coffee-h h3, section.partners section.partners h3 {
        padding-left: 0
    }

    section.partners .premium .item {
        height: 108px;
        display: flex
    }

    section.partners .gold {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    section.partners .gold .item {
        height: 54px;
        display: flex
    }

    section.partners .silver .item, section.partners .two .item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        width: 42%
    }

    section.partners .silver .item {
        height: 49px;
        display: flex
    }

    section.partners .silver .item img {
        max-width: 93px
    }

    section.partners .two .item {
        height: 60px;
        display: flex;
        margin: 0 auto 20px;
    }

    section.partners .two a {
        width: 50%;
    }

    section.partners .two .item img {
        max-width: 100%;
        max-height: none;
    }

    section.partners .information .item {
        height: 49px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    footer .menu .col-lg-3, main.speakers .speaker .links {
        display: none
    }

    section.partners .information .item img {
        max-width: 93px
    }

    section.partners .button {
        width: 100%
    }

    section.committe {
        margin-bottom: 40px
    }

    section.committe h2 {
        margin-bottom: 30px
    }

    section.committe .main-p, section.committe p {
        margin-bottom: 18px
    }

    section.committe .image {
        text-align: left;
        margin-bottom: 0
    }

    section.recap, section.tred {
        margin-bottom: 40px
    }

    section.tred article {
        padding: 10px 8px
    }

    footer .copyright, footer .social {
        padding-bottom: 0
    }

    section.tred .button {
        width: 250px
    }

    footer .copyright .social p, footer .social p, main.speakers .image img {
        width: 100%
    }

    section.recap {
        padding: 0
    }

    section.recap h2 {
        margin-bottom: 16px
    }

    section.recap iframe,.youtube {
        height: 160px !important;
        margin-bottom: 16px
    }

    section.recap form {
        margin-bottom: 0
    }

    section.venue {
        margin-bottom: 30px
    }

    section.venue .maps {
        margin-bottom: 40px
    }

    footer {
        padding-top: 0
    }

    footer .social {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    footer .social svg {
        margin: 0 24px 0 0
    }

    footer .copyright .social {
        -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
    }

    footer .copyright .social svg {
        margin: 0 0 20px
    }

    main.speakers .image {
        max-height: 125px;
        height: auto
    }

    main.speakers .speaker .img {
        max-width: none;
        height: auto;
        padding-right: 40px
    }

    main.speakers .speaker .links-small {
        display: block;
        position: absolute;
        top: 0;
        right: 15px
    }

    main.speakers .speaker .links-small a {
        display: block;
        margin-bottom: 24px
    }

    main.speakers .speaker h2 {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 16px;
        color: #000
    }

    main.page .content h2 {
        font-size: 20px
    }

    main.page .buttons {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    main.page .buttons .button {
        margin-bottom: 16px;
        margin-right: 0
    }

    main.page .photos {
        margin: 0 0 32px
    }

    main.lecture h2 {
        font-size: 14px;
        margin-bottom: 0
    }

    main.lecture img {
        margin-top: 16px
    }

    main.discover .content h2 {
        font-size: 14px;
        margin: 32px 0 16px
    }

    section.schedule ::-webkit-scrollbar {
        width: 2px
    }

    section.schedule ::-webkit-scrollbar-thumb {
        background-color: transparent
    }

    section.schedule .navigation .arrow {
        display: none
    }

    section.schedule .nav-tabs .nav-link {
        padding: 17px 16px 20px
    }

    section.schedule .timeline {
        height: 34px;
        margin-bottom: -34px
    }

    section.schedule .track {
        height: 120px;
        padding: 94px 0 0
    }

    section.schedule .track p {
        left: -34px
    }

    section.schedule .bg {
        background: #fff;
        padding-left: 0;
    }

    section.schedule .bg:before {
        height: 36px
    }

    section.schedule .tab-content {
        overflow-x: scroll
    }

    section.schedule .tab-content .time-item {
        height: 34px;
        padding: 6px 0 0
    }

    section.schedule .tab-content .items .item {
        height: 100px;
        padding: 8px 0 0 16px;
        border: 1px solid #012E5B;
    }

    section.schedule .tab-content .items:nth-child(3) .item {
        border-bottom: 2px solid #012E5B;
    }

    section.schedule .tab-content .items .item h3 {
        font-size: 14px
    }

    main.zero h1 {
        margin-bottom: 56px
    }

    main.zero .bird {
        height: 86px;
        margin: 0 auto;
        display: block
    }

    main.zero .content {
        padding-top: 38px;
        margin-bottom: 0
    }

    main.workshop h2 {
        font-size: 14px;
        margin-bottom: 16px
    }

    main.workshop .text {
        margin-bottom: 32px
    }

    main.recap .items {
        flex-wrap: wrap
    }

    main.recap .items .item {
        width: 100%;
        text-align: center
    }

    section.tred {
        padding: 0 0 20px;
    }

    section.tred .center-icon {
        transform: scale(0.5);
    }

    section.tred .bottom-gradient {
        margin-bottom: 20px;
    }

    #tgbox {
        overflow-y: hidden !important;
    }

    section.recap .buttons {
        flex-wrap: wrap;
    }

    section.recap .buttons a {
        margin-bottom: 10px;
    }

    main.recap .photos .item img {
        height: 172px;
    }

    main.talks .talk .speaker-img {
        max-width: 200px;
    }

    main.talks .talk h2 {
        margin-top: 20px;
        font-size: 20px;
    }

    main.talks .talk h3 {
        font-size: 18px;
    }

}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube .play {
    background: url('../img/youtube-play-btn.png') no-repeat;
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}

.youtube:hover .play {
    background-position: 0 0;
}