﻿/* FONTS */

@font-face {
    font-family: 'GothamPro-Black';
    src: url('../fonts/GothamPro/GothamPro-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'GothamPro-Medium';
    src: url('../fonts/GothamPro/GothamPro-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'GothamPro-Bold';
    src: url('../fonts/GothamPro/GothamPro-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'GothamPro-Light';
    src: url('../fonts/GothamPro/GothamPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'GothamPro';
    src: url('../fonts/GothamPro/GothamPro.ttf') format('truetype');
}

/* BASE */

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    overflow: auto;
    width: auto !important;
    z-index: 99999 !important;
}

.autocomplete-suggestion {
    padding: 6px 17px;
    white-space: nowrap;
    overflow: hidden
}

.autocomplete-selected {
    background: #f0f0f0
}

.autocomplete-suggestions strong {
    font-weight: 400;
    color: #fc3
}

.autocomplete-group {
    padding: 2px 5px
}

.autocomplete-group strong {
    display: block;
    border-bottom: 1px solid #000
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font: 14px 'GothamPro-Medium';
    color: #323232;
    max-height: 9001em;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

big {
    font-size: 150%;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

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

.text-justify {
    text-align: justify;
}

.text-justify li {
    margin-bottom: 0.7em;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.ovh {
    overflow: hidden;
}

.rub {
    position: relative;
    font-family: Arial, sans-serif;
}

.rub:after {
    content: '–';
    position: absolute;
    left: 0;
    top: 8%;
    height: 1px;
    color: inherit;
}

.half-block-wrap {
    display: flex;
}

.screen-1 .half-block-wrap {
    align-items: center;
}

.half-block-wrap > * {
    flex: 1 50%;
}

table {
    border-collapse: collapse;
    margin: 0 auto;
}

table td {
    padding: 5px;
    padding: 2px;
    box-sizing: border-box;
}

.shadow-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;;
}

.page {
    position: relative;
}

.page:before {
    content: '';
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../img/design/bg4.jpg) center 0px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page_reactor .page:before, .page_zoom .page:before {
    content: '';
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../img/design/bg-reactor.png) center -10px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page_lectory .page:before {
    content: '';
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    /*background: url(../img/design/bg-reactor.png) center -10px no-repeat;*/
    background: url(../img/design/bg1.jpg) center -10px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page_conf .page:before, .page_avia .page:before {
    content: '';
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../img/design/bg-conference.png) center 0px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page_hack .page:before {
    content: '';
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../img/design/bg-hackathon.png) center 0px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page_hack .order-info img {
    align-self: flex-end;
}

div[class^="screen-"] {
    position: relative;
    z-index: 1;
}

.screen-inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

br.mobile {
    display: none
}

.anchor {
    width: 0;
    height: 0;
    position: relative;
    top: -101px;
}

.shadow-border {

}

.shadow-border:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(rgba(17, 17, 17, 0.3)));
    background-image: -webkit-linear-gradient(top, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.3));
    background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.3));
}


/* BUTTONS */

.btn {
    text-decoration: none;
    display: inline-block;
    padding: 1.2rem 1.50rem;
    max-height: 59px;
    border-radius: 3rem;
    overflow: hidden;
    font-family: GothamPro-Black;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.btn-lg {
    padding: 0.7rem 2.50rem;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    max-width: calc(50% - 10px);
}

.btn-lg span {
    display: block;
}

.btn-bigf {
    font-size: 1.5rem;
}

.btn-sh {
    box-shadow: 0 0 7px 0px #00000055;
}

.btn-yellow {
    background-color: #ffe700;
    border: 2px solid #ffe700;
    color: #323232;
}

.btn-white {
    border: 2px solid white;
    color: white;
}

.btn-black {
    border: 2px solid black;
    color: black;
}

.buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: 0 -10px;
}

.buttons > .btn {
    max-width: calc(50% - 20px);
    flex-grow: 1;
    min-width: 262px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-title {
    font: 3rem GothamPro-Black;
    color: #db426b;
    text-align: center;
    margin: 0rem 0 4rem;
    text-transform: uppercase;
}

.block-title--small-margin {
    margin-bottom: 1rem;
    padding-top: 5rem;
}

/* HEADER */

.header {
    position: absolute;
    width: 100%;
    height: 91px;
    z-index: 2;
    /* background: none!important; */
}

.header-fixed {
    position: fixed;
}

.header.submenu,
.header-fixed {
    height: auto;
    padding-bottom: 1rem;
}

.header.active, .header-fixed, .header.submenu, .header-menu ul {
    background-color: #7f2af3;
}

.header-menu ul {
    display: none;
    margin: 0;
    margin-left: -15px;
    /* margin-top: -25px; */
    padding: 10px;
    overflow: hidden;
    z-index: 10;
    min-width: 200px;
    position: absolute;
}

.header-menu .submenu ul {
    display: block;
}

.header-menu ul li {
    display: block;
    float: none;
    margin: 5px;
}

.header-menu li.submenu > a {
    color: #ffe700;
}


.header-menu ul li a {

}

.page_reactor .header-fixed, .page_reactor .header.active, .page_reactor .header.submenu, .page_reactor .header-menu ul, .page_zoom .header-fixed, .page_zoom .header.active, .page_zoom .header.submenu, .page_zoom .header-menu ul {
    background: -webkit-linear-gradient(left top, rgb(77, 18, 116) 09%, rgb(125, 27, 128) 93%);
    background: -moz-linear-gradient(left top, rgb(77, 18, 116) 09%, rgb(125, 27, 128) 93%);
    background: -o-linear-gradient(left top, rgb(77, 18, 116) 09%, rgb(125, 27, 128) 93%);
    background: -ms-linear-gradient(left top, rgb(77, 18, 116) 09%, rgb(125, 27, 128) 93%);
    background: -linear-gradient(left top, rgb(77, 18, 116) 09%, rgb(125, 27, 128) 93%);
}

.page_conf .header-fixed, .page_conf .header.active, .page_conf .header.submenu, .page_conf .header-menu ul {
    background: -webkit-linear-gradient(left top, rgb(177, 18, 68) 00%, rgb(3, 65, 252) 100%);
    background: -moz-linear-gradient(left top, rgb(177, 18, 68) 00%, rgb(3, 65, 252) 100%);
    background: -o-linear-gradient(left top, rgb(177, 18, 68) 00%, rgb(3, 65, 252) 100%);
    background: -ms-linear-gradient(left top, rgb(177, 18, 68) 00%, rgb(3, 65, 252) 100%);
    background: -linear-gradient(left top, rgb(177, 18, 68) 00%, rgb(3, 65, 252) 100%);
}

.page_hack .header-fixed, .page_hack .header.active, .page_hack .header.submenu, .page_hack .header-menu ul {
    background: rgb(226, 159, 19);
}


.header-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
}

.header-menu {
    padding: 0 20px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-basis: calc(100% - 405px);
    max-width: calc(100% - 405px);
}

.header-menu li {
    display: inline-block;
    flex-shrink: 1;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0px 5px;
    height: 100%;
    float: left;
}

.header-menu li a {
    color: white;
    text-decoration: none;
    transition: 0.8s all;
    text-transform: uppercase;
    font-size: 0.9rem;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-menu li a:hover {
    color: #ffe700;
}

.header-menu li a.active {
    color: #ffe700;
    text-decoration: underline;
}

.header-menu .mob-soc {
    display: none;
}

.header-soc-menu {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    align-items: center;
}

.header-soc-menu li {
    display: flex;
}

.header-logo {
    display: block;
    max-width: none;
}

.header-phone {
    color: white;
    text-decoration: none;
    padding: 12px 0;
    display: block;
    font-size: 1.4rem;
    width: 197.22px;
    font-family: 'GothamPro-Bold';
    text-align: center;
    display: none;
}

.header-contacts {
    margin: 0 auto;
    width: 198px;
}

.header-second .header-contacts {
    display: none;
}

.header-buy-btn {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    flex-basis: 197px;
}

.header-second .header-buy-btn {
    display: flex;
}

.header-buy-btn .btn {
    max-width: 100%;
    padding: 0.58rem 1.35rem;
    margin: 1rem 0;
    overflow: visible;
}

.page_hack .header-buy-btn .btn {
    /* border-color: black; */
    padding: 0.5rem 0;
    max-width: 178.48px;
    text-align: center;
}


.screen-99 {
    background: black;
}

.screen-99 img {
    margin: 0;
}

/* SCREEN 1 - main */

.screen-1 {
    background: url(../img/design/bg1.jpg) top center no-repeat;
    background-attachment: fixed;
    padding-top: 91px;
    padding-bottom: 10px;
    background-size: cover;
    overflow: hidden;
}

.screen-1 .buttons {
    align-items: center;
    flex-basis: 65%;
}

.page_news .screen-1, .page_avia .screen-1 {
    min-height: 0;
    padding-bottom: 1rem;
}

body.page_reactor .screen-1, body.page_zoom .screen-1,
body.page_conf .screen-1 {
    background: none;
}

body.page_hack .screen-1 {
    background: rgba(0, 0, 0, 0.15);
}


.pre-title {
    display: flex;
    padding-top: 2rem;
    flex-basis: 100%;
    flex-wrap: wrap;
}

.pre-title-item {
    display: flex;
    margin-right: 1rem;
    justify-content: center;
}

.pre-title-item:last-child {
    display: block;
}

.pre-title-item:first-child {
    margin-right: 0;
    align-self: flex-end;
}

.pre-title-item:first-child .btn {
    padding: 1rem;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pre-title-item-image {
    text-align: center;
    height: 24px;
    width: 24px;
}

.pre-title-item-row {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.pre-title-item .pre-title-item-row > a {
    margin-left: 10px !important;
}

.pre-title-item .pre-title-item-row:first-child a {
    color: #ffe700;
}


.pre-title-item span, .pre-title-item a:not(.btn) {
    display: block;
    margin-left: 1.5rem;
    color: white;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.3;
}

.pre-title-item:nth-child(3) {
    margin-right: 0;
    flex-grow: 1;
    flex-shrink: 0;
}

.pre-title-item:nth-child(3) .gold {
    color: #ffe700;
}

.pre-title-item:nth-child(3) .btn {
    padding: 1.29rem 1rem;
    /* color: black; */
}

.main-title {
    font-size: 4.31rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto;
    height: 10.6rem;
}

.main-title h1 {
    color: white;
    font-family: GothamPro-Black;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    font-size: inherit;
}

.post-title-desc {
    text-transform: uppercase;
    color: #ffe700;
    line-height: 1.5;
    font-family: GothamPro-Black;
    font-size: 1.1rem;
    margin: 0.5rem 0;
}

.post-title-summery-item big {
    color: white;
    font-size: 4rem;
    font-family: GothamPro-Black;
    display: block;
    text-align: center;
}

.post-title-summery {
    display: flex;
    justify-content: space-between;
    flex-basis: 45%;
}

.post-title-summery-item span {
    color: white;
    font-family: GothamPro-Medium;
    font-size: 1.5rem;
    text-align: center;
    display: block;
}

.promoter-item-title {
    color: white;
    font-size: 1.7rem;
    font-family: GothamPro-Black;
    margin-bottom: 1rem;
    text-decoration: underline;
}

.promoter {
    display: flex;
    flex-basis: 40%;
}

.promoter-item {
    margin: 0 0 0 auto;
    text-align: center;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    /* box-shadow: inset 0 0 100px 1px #333; */
    border-radius: 15px;
    border: 1px solid white;
}

.promoter-item:last-child {
}

.promoter-item-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.promoter-item-link > img {
    max-height: 80px;
}


.promoter-item-link img:last-child {
    display: none;
}

.promoter-item-link:hover img:first-child {
    display: none;
}

.promoter-item-link:hover img:last-child {
    display: inline-block;
}

.promoter-item-link:not(:last-child) {
    margin-right: 1rem;
}

.promoter-item:first-child .promoter-item-link:last-child {
    margin-bottom: 0;
}

.promoter-item:last-child .promoter-item-list {
    margin-top: 25px;
}

/* SCREEN 2 - about */

.screen-2 {
    background: white;
    padding-top: 5rem;
}

.about-title {
    text-align: center;
    color: #db426b;
    font: 3rem GothamPro-Black;
    text-transform: uppercase;
    margin: 0rem 0 2rem;
}

.about-photo {
    /* align-self: center; */
    /* justify-self: flex-start; */
}

.about-text {
    font: 1.3rem GothamPro-Bold;
    text-align: justify;
    line-height: 1.4;
    padding: 0 2rem;
    word-spacing: 1px;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    /* word-break: break-all; */
}

.about-text b {
    font: 1.3rem GothamPro-Black;
}

.screen-2 .buttons, .screen-11 .buttons {
    justify-content: center;
    padding: 2rem 0;
    margin: 0;
}

.screen-2 .buttons .btn, .screen-11 .buttons .btn {
    margin: 1rem !important;
    text-align: center;
    max-width: 380px;
    padding: 1.29rem 0.5rem;
    align-self: center;
}

.page_organizer .screen-1,
.page_privacy .screen-1,
.page_offer .screen-1,
.page_content .screen-1,
.page_appendix .screen-1,
.page_location .screen-1 {
    padding-bottom: 20px;
    min-height: 0;
}

.page_photo .screen-1 {
    min-height: 0;
    padding-bottom: 30px;
}

.page_organizer .screen-2,
.page_privacy .screen-2,
.page_offer .screen-2,
.page_content .screen-2,
.page_appendix .screen-2,
.page_location .screen-2 {
    padding-bottom: 5rem;
}

/* Call for papers */
.call-for-papers {
    font-size: 16px;
    line-height: 1.4;
}
.call-for-papers b {
    font: 1.3rem GothamPro-Black;
}
.key-dates {
    font-size: 18px;
}

/* SCREEN 3 - advantages */

.advantages-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 5rem;
}

.advantages-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-basis: 25%;
    margin: 3rem 4%;
}

.advantage-item-title {
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-top: 2rem;
    flex-grow: 1;
    display: block;
    align-items: center;
}

/* SCREEN 3-7 - schedule */

.screen-3, .screen-4, .screen-5, .screen-6, .screen-7 {
    background-color: #ededed;
}

.page_index .screen-3 {
    color: #000;
}

.page_hack .screen-3 {
    padding-bottom: 3rem;
}

.schedule-title {
    padding: 4rem 0 1rem;
    text-align: center;
    font: 3rem GothamPro-Bold;
}

.schedule-subtitle {
    color: #4c4c4c;
    font-size: 2rem;
    text-align: center;
}

.schedule-block {
    padding-top: 4rem;
}

.schedule-block-head {

}

.schedule-block-left .schedule-block-head {
    text-align: left;
}

.schedule-block-right .schedule-block-head {
    text-align: right;
}

.schedule-block-date {
    display: inline-block;
    width: 370px;
    max-width: 100%;
    height: 57px;
    line-height: 57px;
    vertical-align: middle;
    font-family: GothamPro-Black;
    font-size: 2.2rem;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.schedule-block-left .schedule-block-date {
    background: url(/public/img/schedule/sch-title-3.png) center no-repeat;
}

.schedule-block-right .schedule-block-date {
    background: url(/public/img/schedule/sch-title-2.png) center no-repeat;
}

.schedule-block-first .schedule-block-date {
    background: url(/public/img/schedule/sch-title-1.png) center no-repeat;
}

.schedule-block-body {
    display: flex;
    overflow: hidden;
}

.schedule-block-left .schedule-block-body {
    border-radius: 0 10px 10px 10px;
}

.schedule-block-right .schedule-block-body {
    border-radius: 10px 0 10px 10px;
}

.schedule-block-photo {
    flex-basis: 370px;
    flex-shrink: 0;
    line-height: 0;
    background: white;
}

.schedule-block-photo img {
    /* height: 100%; */
}

.schedule-block-photo img:first-child {
    display: inline-block;
    height: 100%;
    object-fit: cover;
}

.schedule-block-photo img:last-child {
    display: none;
}

.schedule-block-left .schedule-block-photo {
    order: 1;
}

.schedule-block-right .schedule-block-photo {
    order: 3;
}

.schedule-block-content {
    padding: 2rem 2.8rem 2.2rem;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    order: 2;
}

.screen-3 .schedule-block-content {
    background: #fff url(../img/design/firm-fon.jpg) center 20px no-repeat;
    background-size: 90% auto;
}

.schedule-block-title {
    color: #7f2af3;
    font: 2.15rem GothamPro-Black;
    margin: 0 0 1.5rem;
}

.page_reactor .schedule-block-title, .page_zoom .schedule-block-title {
    background: linear-gradient(45deg, #4D1274 3%, #C94E8A 76%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #821F80;
}

.page_conf .schedule-block-title {
    background: linear-gradient(45deg, #b11244 3%, #0341fc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #662794;
}

.page_hack .schedule-block-title {

    background: -webkit-linear-gradient(left top, rgb(255, 189, 22) 00%, rgb(255, 247, 29) 100%, rgb(255, 255, 255) 100%);
    background: -moz-linear-gradient(left top, rgb(255, 189, 22) 00%, rgb(255, 247, 29) 100%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(left top, rgb(255, 189, 22) 00%, rgb(255, 247, 29) 100%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(left top, rgb(255, 189, 22) 00%, rgb(255, 247, 29) 100%, rgb(255, 255, 255) 100%);
    background: -linear-gradient(left top, rgb(255, 189, 22) 00%, rgb(255, 247, 29) 100%, rgb(255, 255, 255) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #821F80;
}

.schedule-block-subtitle {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    width: 100%;
    clear: left;
}

.schedule-block-text {
}


.schedule-block-text p {
    font-family: GothamPro-Light;
    line-height: 1.6;
    font-weight: 600;
    margin: 0.82rem 0;
    text-align: justify;
    clear: both;
}

.schedule-block-text p b {
    font-family: GothamPro-Bold;
}

.speaker-logo {
    margin-top: 0.4rem;
    margin-bottom: 1rem;
}

.schedule-block-left .speaker-logo {
    float: right;
}

.schedule-block-right .speaker-logo {
    float: left;
}

.schedule-block-left .schedule-block-subtitle {
    text-align: left;
}

.schedule-block-left .schedule-block-title {
    float: left;
}

.schedule-block-right .schedule-block-subtitle {
    text-align: right;
    clear: right;
}

.schedule-block-right .schedule-block-title {
    float: right;
    text-align: right;
}

.screen-7 {
    padding-bottom: 5rem;
}


/* SCREEN 8 - video */

.screen-8 {
    padding: 5rem 0;
}

.screen-8 .video-wrap {
    position: relative;
    padding: 30px 0px calc(56.2% + 10px);
    width: 100%;
    height: 100%;
}

.screen-8 .video-wrap iframe {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: calc(100% - 40px);
}

.screen-8 .youtube-btn {
    text-decoration: none;
    margin: 0 auto;
    padding: 2rem;
    display: block;
    width: 100%;
    max-width: 600px;
    text-align: center;
    font: 4rem GothamPro-Black;
    color: white;
    border: 2px solid white;
    border-radius: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
}


/* SCREEN 9 - stream */


.screen-9 {
    background: white;
    padding-top: 1px;
    padding-bottom: 1px;
}

.screen-9 iframe {
    display: block;
    margin: 1.5rem auto;
    max-width: 100%;
}

.screen-9 .block-subtitle {
    font: 2.5rem GothamPro-Black;
    color: black;
    text-align: left;
    margin: 2rem auto;
    width: 100%;
    max-width: 640px;
}


/* SCREEN 10 - trends */

.screen-10 {
    background-attachment: fixed;
    padding: 5rem 0;
}

.trend-title-number {
    font-size: 11.8rem;
    line-height: 0.75;
    margin-right: 1.5rem;
}

.trend-title {
    display: flex;
    color: white;
    font-family: GothamPro-Black;
    justify-content: center;
}

.trend-title-text {
    font-size: 4rem;
    line-height: 1;
    vertical-align: top;
    text-transform: uppercase;
}

.trend-subtitle {
    color: white;
    font: 1.25rem GothamPro-Black;
    text-transform: uppercase;
    text-align: center;
    padding-top: 1.5rem;
    text-shadow: 1px 1px #333;
}

.trend-list {
    padding-top: 6rem;
}

.trend-row {
    display: flex;
    margin-left: -2rem;
    margin-bottom: 2rem;
}

.trend-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    margin-left: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.trend-item-type-1 {

}

.trend-item-type-2 .trend-item-title {
    order: 3;
    height: 5.1rem;
    padding-top: 1.5rem;
}

.trend-item-s5 {
    flex-basis: 41.6%;
    flex-shrink: 0;
}

.trend-item-image {
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
    order: 2;
}

.trend-item-title {
    color: #db426b;
    font: 1.3rem GothamPro-Black;
    text-transform: uppercase;
    padding-bottom: 0.8rem;
    flex-basis: 100%;
    order: 1;
}

.trend-item-text {
    flex-basis: 0;
    flex-grow: 1;
    font-family: GothamPro-Light;
    font-weight: bold;
    line-height: 1.6;
    order: 4;
}

.trend-item-text b {
    font-family: GothamPro-Bold;
}

.speakers-title {
    color: white;
    font-family: GothamPro-Black;
    font-size: 4rem;
    text-transform: uppercase;
    text-align: center;
}

/* SCREEN 11 - speakers */

.screen-11 {
    padding: 1rem 0 5rem;
}

.speakers-title big {
    font-size: 11.8rem;
}

.speakers-subtitle {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 2;
    font-family: GothamPro-Black;
}

.speakers-item {
    flex-basis: 16%;
    text-align: center;
    margin-top: 3rem;
}

.partners-list, .com-list, .org-list {
    margin-top: -3rem;
}

.speakers-item img {
    max-height: 120px;
}

.speakers-item img:last-child {
    display: none;
}

.speakers-item:hover img:first-child {
    display: none;
}

.speakers-item:hover img:last-child {
    display: inline-block;
}

.speakers-list, .partners-list, .com-list, .org-list, .old-speakers-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.old-speakers-list .speakers-item:first-child:after {
    content: 'as';
    display: block;
    color: white;
    font: 24pt bold;
    float: right;
    margin-top: 30px;
    margin-right: 10px;
}

.screen-11 .trend-row {
    justify-content: center;
    margin-left: 0;
}

.screen-11 .trend-item {
    flex-basis: 40%;
    margin: 0 1rem;
    background-color: rgba(255, 255, 255, 0.85);
}

/* SCREEN 12-13 - top speaker */

.screen-12, .screen-13 {
    padding: 1rem 0;
}

.top-speaker-block {
    font-family: GothamPro-Medium;
}

.top-speaker-block-left {
    display: flex;
}

.top-speaker-block-right {
    display: flex;
    margin-bottom: 30px;
}

.top-speaker-block-left .top-speaker-block-content {
    flex-basis: auto;
    flex-shrink: 1;
}

.top-speaker-block-right .top-speaker-block-content {
    flex-basis: auto;
    flex-shrink: 1;
}

.top-speaker-block-photo {

}

.hack-topics-img {
    max-height: 400px;
}

.top-speaker-block-content {
    flex-basis: 40%;
    flex-shrink: 0;
}


.top-speaker-block-title {
    color: #e12256;
    font-size: 3rem;
}

.top-speaker-block-subtitle {
    color: white;
    text-transform: uppercase;
    font-family: GothamPro-Black;
    font-size: 1.3rem;
    padding: 1rem 0 1rem;
}

.top-speaker-block-text {
    color: #eee;
    line-height: 1.5;
    font-size: 1.3rem;
    margin-left: 10px;
    font-weight: 300;
}

@media (min-width: 667px) {
    .slider-item.odd .top-speaker-block-content {
        order: 2;
    }

    .slider-item.odd .top-speaker-block-text {
        order: 1;
    }
}


/* SCREEN 14 - topics */

.screen-14 {
    background-color: white;
    padding: 5rem 0;
}

.screen-14 .half-block-wrap > * {
    margin-top: 0;
    display: flex;
    flex-direction: column;
}


.topics-title {
    font: 2.8rem GothamPro-Black;
    text-align: center;
    padding: 0 0 2rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topics-list,
.mentors-list,
.topics-list_old,
.keynote-speakers,
.reactor-speakers-list,
.hack-juries,
.hack-mentors,
.industrial-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mentors-list .topics-item {
    flex-basis: calc(50% - 2.2rem);

}

@media (max-width: 1023px) {
    .mentors-list .topics-item {
        flex-basis: 100%;
    }
}

@media (max-width: 567px) {
    .mentors-list .topics-item .topics-item-speacker {
        flex-wrap: wrap;
    }

    .mentors-list .topics-item .topics-item-speacker img {
        width: 50%;
        flex-basis: 50%;
        margin: 0 auto 15px;
    }
}

.mentors-list .topics-item .topics-item-speacker {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.mentors-list .topics-item-speacker img {
    align-self: flex-start;
}

.mentors-list .topics-item-speacker-profession {
    font-family: 'GothamPro-Medium';
    font-size: 115%;
    line-height: 1.2;
    margin-bottom: 10px;
}

.mentors-list .topics-item-speacker-title {
    color: #db426b;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.topics-item {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 0 6px 1px #ccc;
    margin: 0 1.1rem 2.2rem;
    flex-basis: calc(33.3% - 2.2rem);
}

.topics-item-title {
    font-family: GothamPro;
    font-weight: bold;
    font-size: 0.947rem;
    margin-bottom: 1rem;
    color: #777777;
}

.topics-item-desc, .topics-item-desc a {
    color: #db426b;
    line-height: 1.4;
    font-size: 1.36rem;
}

.topics-item-speacker img {
    align-self: flex-end;
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.topics-item-speacker {
    display: flex;
    margin-top: auto;
    padding-top: 2rem;
    font-family: GothamPro-Light;
    font-weight: bold;
    align-items: flex-start;
    flex-grow: 1;
}

.topics-item-speacker-desc {
    margin-left: 1rem;
    line-height: 1.7;
}

.topics-item-speacker-title {
    font-size: 1.2rem;
    font-family: GothamPro-Bold;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.topics-item-speacker-title a {
    text-decoration: none;
    color: inherit;
}

.topics-item-speacker-text {
    color: #333;
    font-size: 0.9rem;
}


.mentors-list .topics-item-speacker-desc {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.mentors-list .topics-item-speacker-text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.mentors-list .topics-item-speacker-text a {
    margin-top: auto;
    align-self: flex-end;
    max-width: 150px;
}

.mentors-list .topics-item-speacker-text a img {
    margin-top: 10px;
    max-height: 60px;
}

.topics-desc {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.topics-desc + .buttons {
    justify-content: center;
    flex-direction: row !important;
}

.comsos-title, .orgsos-title {
    font: 5rem GothamPro-Black;
    text-align: center;
    padding: 0 0 4rem;
}

.comsos-list,
.comsos-pred,
.comsos-zampred,
.comsos-sopred, .orgsos-list,
.orgsos-pred,
.orgsos-zampred,
.orgsos-sopred,
.orgsos-sec,
.tec-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 3rem;
    flex-grow: 1;
}

.comsos-item, .orgsos-item {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
    border-radius: 15px;
    padding: 2rem 1rem;
    box-shadow: 0 0 6px 1px #ccc;
    margin: 0 1.1rem 2.2rem;
    flex-basis: calc(33.3% - 2.2rem);
    flex-grow: 1;
}

.comsos-list > .comsos-item:last-child, .comsos-list > .comsos-item:nth-child(28), .orgsos-list > .comsos-item:last-child {
    flex-grow: 0;
}

.comsos-item-title, .orgsos-item-title {
    font-family: GothamPro;
    font-weight: bold;
    font-size: 0.947rem;
    margin-bottom: 1rem;
    color: #777777;
}

.comsos-item-desc, .comsos-item-desc a, .orgsos-item-desc, .orgsos-item-desc a {
    color: #db426b;
    line-height: 1.4;
    font-size: 1.36rem;
}

.comsos-item-speacker, .orgsos-item-speacker {
    display: flex;
    margin-top: 0;
    font-family: GothamPro-Light;
    font-weight: bold;
    align-items: flex-start;
}

.comsos-item-speacker-desc, .orgsos-item-speacker-desc {
    margin-left: 0.8rem;
    line-height: 1.7;
}

.comsos-item-speacker-title, .orgsos-item-speacker-title {
    font-size: 1.2rem;
    font-family: GothamPro-Bold;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.comsos-item-speacker-title a, .orgsos-item-speacker-title a {
    color: inherit;
    text-decoration: none;
}

.comsos-item-speacker-text, .orgsos-item-speacker-text {
    color: #333;
    font-size: 0.9rem;
}

.comsos-desc, .orgsos-desc {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.comsos-desc + .buttons, .orgsos-desc + .buttons {
    justify-content: center;
}

.hack-program-title {
    font: 2rem GothamPro-Bold;
    text-align: center;
    margin-bottom: 2rem;
}

.hack-program-block {
    flex-basis: calc(50% - 2.2rem);
    padding: 2rem;
}

.hack-program-time {
    font-size: 1.2rem;
    font-family: GothamPro-Bold;
    flex-basis: 130px;
    flex-shrink: 0;
}

.hack-program-item {
    display: flex;
    margin-bottom: 1rem;
}

/* SCREEN 18 - invite slider */

.screen-18 {
    background: white;
    padding: 5rem 0;
    display: none;
}

.invite-title {
    font: 2.5rem GothamPro-Bold;
    text-align: center;
    margin-bottom: 3rem;
}

.slider-title {
    font: 2rem GothamPro-Black;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid #ccc;
}

.youtube-thumb {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    cursor: pointer;
}

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

/* SCREEN 19 - classes */

.screen-19 {
    background: white;
    padding: 5rem 0;
}

.classes-title {
    text-align: center;
    font: 2.6rem GothamPro-Bold;
}

.classes-subtitle {
    font: 1.2rem GothamPro-Bold;
    max-width: 810px;
    margin: 0.8rem auto 4rem;
    text-align: center;
    line-height: 1.8;
}

.classes-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 2rem;
}

.classes-item {
    flex-basis: 42%;
    flex-shrink: 0;
    margin: 2rem 4%;
    display: flex;
    align-items: center;
}

.classes-item-image {
    flex-basis: 111px;
    flex-shrink: 0;
    margin-right: 1rem;
    text-align: center;
    line-height: 0;
}

.classes-item-image img {
}

.classes-item-text {
    font-family: GothamPro-Light;
    font-weight: bold;
    color: #7b7b7b;
    font-size: 1.2rem;
    line-height: 1.2;
}

.classes-item-title {
    font: 1.5rem GothamPro-Black;
    margin-bottom: 0.8rem;
}

/* SCREEN 20 - packages */

.screen-20 {
    /* background: url(../img/design/bg3.jpg) top center no-repeat; */
    background-attachment: fixed;
    padding: 5rem 0;
}

.packages-title {
    font: 2.2rem GothamPro-Black;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
}

.packages-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
    justify-content: center;
}

.packages-item {
    flex-basis: calc(33% - 1.5rem);
    margin: 0 0.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding: 2.5rem 1rem 2.3rem;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px #555;
}

.packages-item .btn-yellow {
    padding: 1.29rem;
}

.packages-item-desc {
    flex-grow: 1;
    margin-top: 1rem;
    margin-bottom: 1.2rem;
    color: #5f5f5f;
    font-family: GothamPro-Light;
    font-weight: bold;
    line-height: 1.5;
}

.packages-item-priority {
    margin: -1.5rem 1.5rem;
    border: 4px solid #ffe700;
}

.packages-item-title {
    font: 1.7rem GothamPro-Bold;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}

.packages-item-price-date {
    color: #5f5f5f;
    font-size: 1.2rem;
}

.packages-item-price-main {
    font-size: 2rem;
    color: #db426b;
    margin: 1rem 0 0.7rem;
}

.packages-item-price-old {
    font-size: 1.3rem;
    color: #5f5f5f;
}

.packages-item-price-old-label {
    position: relative;
}

.packages-item-price-old-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-top: 1px solid #5f5f5f;
}

.packages-item-desc p {
    margin: 1.3rem;
}

/* SCREEN 21 - timer */

.screen-21 {
    padding: 5rem 0;
}

.timer-title {
    color: white;
    font: 5rem GothamPro-Black;
    text-align: center;
    margin-bottom: 8rem;
}

.timer-block {
    color: white;
    text-align: center;
    font: 3rem GothamPro-Black;
    display: flex;
    justify-content: center;
}

.timer-item {
    padding: 0 2rem;
    position: relative;
    /* flex-grow: 1; */
    flex-basis: 25%;
}

.timer-item:not(:last-child):after {
    content: ':';
    display: block;
    font-family: Times New Roman;
    font-size: 14rem;
    height: 100%;
    position: absolute;
    top: -3rem;
    right: -1.9rem;
}

.timer-val {
    font-size: 11.5rem;
    color: rgba(255, 255, 255, 0.75);
}

/* SREEN 22 - order form */

.screen-22 {
    padding: 5rem 0;
    color: white;
}

.t-checkbox__control {
    display: block;
    position: relative;
    cursor: pointer;
}

.t-checkbox__control .t-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.t-checkbox__labeltext, .t-checkbox__labeltext div {
    display: inline;
    font-size: 1.5rem;
    font-family: 'GothamPro-Light', Arial, sans-serif;
}

.t-checkbox__labeltext a {
    color: white;
}

.t-checkbox__indicator {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin-right: 30px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: .6;
}

.t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator {
    opacity: 1;
}

.t-checkbox__indicator:after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator:after {
    display: block;
}

.t-input {
    margin: 0;
    font-family: 'GothamPro', Arial, sans-serif;
    padding: 0;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    outline: none;
    -webkit-appearance: none;
    color: #fff;
    background-color: transparent;
    font-size: 1.5rem;
    height: 50px;
    padding: 26px 0 10px 0;
    border-bottom: 3px solid #FDF200;
}

.t-input::-moz-focus-inner {
    padding: 0;
    border: 0
}

.t-input_pvis {
    padding: 26px 0px 10px 0px;
}

.t-input__vis-ph {
    font-size: 1.5rem;
    font-family: 'GothamPro-Light', Arial, sans-serif;
    line-height: 1;
    opacity: 1;
    position: absolute;
    left: 0px;
    top: 15px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    -webkit-transform-origin: left;
    transform-origin: left;
    pointer-events: none;
    white-space: nowrap;
}

.t-input:focus ~ .t-input__vis-ph, .t-input_has-content + .t-input__vis-ph {
    -webkit-transform: translateY(-12px) scale(.7);
    transform: translateY(-15px) scale(.7);
    color: #ccc;
}

.t-input:invalid {
    box-shadow: none
}

.t-input-group_cb div[data-customstyle=yes] {
    display: inline;
    vertical-align: middle
}

.t-input-block {
    position: relative;
    margin-bottom: 4rem;
}

.order-title {
    font: 3rem GothamPro-Black;
    color: white;
    margin-bottom: 5rem;
}

.order-block {
    display: flex;
    margin-bottom: 5.5rem;
}

.order-form {
    flex-grow: 0;
}


.order-info-item {
    font: 2.2rem GothamPro-Medium;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
    margin-top: 2rem;
}


.order-info-item a {
    color: white;
    text-decoration: none;
}

.order-info-item span, .order-info-item a {
    display: inline-block;
    margin-top: 0.5rem;
}

.order-info-description {
    margin-top: auto;
    font: 1.4rem GothamPro-Light;
    line-height: 1.4;
}

.order-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    max-width: 400px;
    margin-left: auto;
    margin-top: -117px;
}

.order-info-item-image {
    text-align: right;
    width: 41px;
    flex-shrink: 0;
    margin-right: 2rem;
}

.order-info-item-image img {
}

/* SCREEN 23 - partners */

.screen-23 {
    background: white;
    padding: 5rem 0;
}

.partners-title {
    font: 3rem GothamPro-Black;
    width: 100%;
    text-align: center;
}

.partners-item {
    flex-basis: 16%;
    text-align: center;
    padding: 0 10px;
    margin-top: 3rem;
}

.partners-item img:last-child {
    display: none;
}

.partners-item:hover img:first-child {
    display: none;
}

.partners-item:hover img:last-child {
    display: inline-block;
}

.info_partners-list, .old-info_partners-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.partners-title-wrap {
    align-items: center;
    margin-bottom: 0;
    margin-top: 0 !important;
}

.partners-title-wrap .btn {
    margin: 0;
}

/* FOOTER */

.footer {
    background: black;
    position: relative;
    z-index: 1;
    padding: 3rem 0;
}

.footer-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: stretch;
}

.footer-col {
    flex-basis: 30%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.footer-lang {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font: 1.1rem GothamPro-Light;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.footer-flag {
    margin-left: 8px;
    width: 18px;
    height: 18px;
    background-size: contain;
}

.footer-soc-menu {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 1.5rem 0 0;
}

.footer-soc-menu li {
    display: block;
}

.footer-col:first-child {
    padding: 6rem 3rem;
    flex-basis: 13%;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

.footer-menu li {
    display: block;
    flex-grow: 1;
    margin-bottom: 0.8rem;
}

.footer-menu li a {
    color: white;
    text-decoration: none;
    font: 1.2rem GothamPro-Light;
    font-weight: bold;
}

.footer-menu-title {
    padding: 0 0 2.15rem;
    color: white;
    font: 1.5rem GothamPro-Medium;
    text-transform: uppercase;
    width: 161px;
}

.footer-phone {
    color: white;
    text-decoration: none;
    font: 2rem GothamPro-Bold;
    margin-bottom: 1.5rem;
    display: none;
}

.footer-email {
    color: #ffe700;
    text-decoration: none;
    margin-bottom: 1.5rem;
    font: 1.2rem GothamPro-Light;
    font-weight: bold;
    margin-top: 50px;
}

.footer-link {
    font: 1.2rem GothamPro-Light;
    font-weight: bold;
    color: white;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.footer-col:nth-child(2) {
    align-items: center;
}

/* MODAL FORM */

.modal-form {
    max-width: 560px;
    padding: 3rem;
    margin: 0 auto;
}

.modal-form-group {
    margin-bottom: 1.5rem;
}

.modal-form-input {
    border: 1px solid #c9c9c9;
    height: 60px;
    padding: 0 20px;
    width: 100%;
    border-radius: 5px;
    outline: none !important;
    font-size: 1.2rem;
}

input[type=file].modal-form-input {
    padding: 0 !important;
    border: none;
    height: auto;
}

textarea.modal-form-input {
    height: 120px;
    padding: 20px;
}

.modal-form-input::-webkit-input-placeholder {
    font-size: 1.2rem;
    color: #c9c9c9;
}

.modal-form-input::-moz-placeholder {
    font-size: 1.2rem;
    color: #c9c9c9;
}

.modal-form-input:-ms-input-placeholder {
    font-size: 1.2rem;
    color: #c9c9c9;
}

.modal-form-input:-moz-placeholder {
    font-size: 1.2rem;
    color: #c9c9c9;
}

.modal-form-input:focus::-webkit-input-placeholder {
    font-size: 0;
}

.modal-form-input:focus::-moz-placeholder {
    font-size: 0;
}

.modal-form-input:focus:-ms-input-placeholder {
    font-size: 0;
}

.modal-form-input:focus:-moz-placeholder {
    font-size: 0;
}

.order-form input[type=tel]::-webkit-input-placeholder {
    font-size: 0;
}

.order-form input[type=tel]::-moz-placeholder {
    font-size: 0;
}

.order-form input[type=tel]:-ms-input-placeholder {
    font-size: 0;
}

.order-form input[type=tel]:-moz-placeholder {
    font-size: 0;
}

.modal-form-label {
    display: block;
    font-family: GothamPro-Light;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.modal-form-title {
    font: 2.2rem 'GothamPro-Bold';
    text-transform: uppercase;
    color: #333;
    text-align: center;
    margin-bottom: 2rem;
}

.modal-form .t-checkbox__indicator {
    border-color: black;
    margin-right: 0.5rem;
}

.modal-form .t-checkbox__indicator:after {
    border-color: black;
}

.modal-form .t-checkbox__labeltext {
    font-size: 1.1rem;
}

.modal-form .t-checkbox__labeltext a {
    color: #333;
    line-height: 1.4;
}

.modal-form .buttons {
    justify-content: center;
    margin-top: 2rem;
}

.modal-form-success-text {
    text-align: center;
    font-size: 1.5rem;
}

/* NEWS */

.news-description {
    text-align: justify;
    font-style: italic;
    line-height: 1.6;
}

.news-fulltext {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.8s;
}

.news-text-open {
    max-height: 10000px;
}

.btn-share-news {
    text-decoration: none;
    margin: 0 0 0 15px;
}

.news-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.3rem;
    padding-top: 1rem;
}

.btn-readmore {
    margin-left: auto;
}

#news-block + .schedule-title {

}

.schedule-block.news-block {
    padding-top: 0;
    padding-bottom: 4rem;
}

.main-title-left h1 {
    color: white;
    font-size: 4.5rem;
    font-family: GothamPro-Black;
    margin: 0;
}

.main-title-left {
    float: left;
}

.pre-title-date {
    font-size: 3rem;
    color: white;
    margin-bottom: 1rem;
}

.main-news-links {
    float: right;
    display: flex;
    max-width: 600px;
    align-items: center;
}

.main-news-links a {
    color: white;
    text-decoration: none;
    font-size: 2rem;
    display: inline-block;
    text-align: center;
    padding: 0 2rem;
}

.main-news-links a:first-child {
    border-right: 5px solid rgba(255, 255, 255, 0.7);
}

.news-description p {
    margin: 0.5rem 0;
}

/* HACK */

.hack-directions-img {
    order: 2;
    /* float: right; */
    margin-left: auto;
}

/* FAQ HACKATHON */

.screen-24 {
    background: #ededed;
    padding: 2.5rem 0;
}

.faq-title {
    text-align: center;
    margin-bottom: 2.5rem;
    font: 3rem GothamPro-Bold;
}

.faq-list + .buttons {
    max-width: 820px;
    margin: 40px auto;
    align-items: center;
}

.faq-item {
    max-width: 800px;
    margin: 0 auto 2rem;
    border: 2px solid #666;
    padding: 0;
    border-radius: 1rem;
    overflow: hidden;
}

.faq-item-title {
    padding: 1rem;
    font: 1.2rem GothamPro-Bold;
    cursor: pointer;
    background-color: white;
}

.faq-item-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s;
}

.faq-item-text-open {
    max-height: 1000px;
}

.faq-item-text-inner {
    padding: 1rem;
    border-top: 2px solid #666;
    color: #333;
    line-height: 1.5;
    background-color: #ffffd9;
}

/* LOCATION */

.location-map {
    width: 100%;
    height: 50vh;
}

.post-title-info {
    color: white;
    font-size: 2rem;
    margin: 2rem 0;
}

/* SPONSOR */

.page_partnership .screen-1 {
    min-height: 0;
    padding-bottom: 2rem;
    background: rgba(0, 0, 0, 0.5);
}

.page_program-committee .screen-1 {
    background: rgba(0, 0, 0, 0.5);
}

.main-sponsor-title h1 {
    color: white;
    font-size: 4.5rem;
    font-family: GothamPro-Black;
    margin: 0;
}

.main-sponsor-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-sponsor-links a {
    padding: 1.29rem 0.5rem;
    flex-basis: 45%;
    margin: 0 2.5%;
}

.main-sponsor-links {
    display: flex;
    align-items: flex-start;
    flex-grow: 1;
    margin-left: 2rem;
    margin-top: 0.4rem;
}

.main-sponsor-title-first {
    display: block;
}

.sponsor-description {
    font-size: 130%;
    margin-top: 1rem;
}

.sponsor-package {
    flex-basis: 100%;
    margin: 0 auto 4rem;
}

.packages-item-sponsor-subtitle {
    font-size: 1.3rem;
    margin-top: 1rem;
}

.important {
    color: #cd260e;
    font-weight: bold;
}

.classes-subtitle .important {
    font-size: 130%;
}

.sponsor-package .packages-item-desc li {
    list-style: none;
    text-align: left;
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
}


.sponsor-package .btn {
    max-width: 300px;
    width: 100%;
    margin: 2rem auto;
}

.sponsor-package .packages-item-desc {

}

.sponsor-package .packages-item-desc li:before {
    content: '✔';
    position: absolute;
    left: 5px;
}

.sponsor-package .packages-item-desc ul {
    padding: 0;
    margin: 0;
}

.screen-23 .buttons {
    justify-content: center;
    margin-top: 3rem;
}

/* MODAL PAGE */

.modal-page {
    width: 100%;
    max-width: 800px;
    font-size: 1.1rem;
    line-height: 1.5;
}

.modal-page-title {
    font-size: 1.8rem;
    text-align: center;
}

.modal-page {
    width: 100%;
    max-width: 800px;
}

.modal-page-title {
    font-size: 1.8rem;
    text-align: center;
}


.partners-list + .buttons, .com-list + .buttons, .org-list + .buttons {
    justify-content: center;
    padding: 2rem 0;
}

.sub-title {
    font-size: 2rem;
    text-align: center;
    color: white;
    margin-top: 3rem;
    margin-bottom: 0;
}

.share-list {
    text-align: center;
}

.btn-share {
    display: inline-block;
    margin: 20px 10px;
}

/* PROGRAM SCREEN */

.program-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 0;
    max-width: none !important;
    justify-content: space-between;
}

.program-item {
    padding: 2rem 0.8rem;
    margin: 1rem 0;
    border-radius: 1rem;
    flex-basis: 100%;
    max-width: 100%;
}

.program-title {
    color: #dc270b;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 1rem;
    flex-basis: 100%;
    flex-grow: 1;
}

.program-subtitle {
    text-align: left;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid white;
}

.program-table {
    color: white;
    text-align: left;
    width: 100%;
    max-width: 100%;
    font-size: 1.1rem;
}

.program-table p {
    margin: 1rem 0;
    max-width: 100%;
}

.program-table tr > td:first-child {
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}

.program-table tr > td:last-child {
    padding-left: 0px;
}

.program-startday {
    background-color: #3e88b7;
}

.program-reactor {
    background-color: #7a367b;
}

.program-conf {
    background-color: #98344a;
}

.program-hack {
    background-color: #ce8d33;
}

.screen-33 {
    background: white;
    padding-top: 1px;
    padding-bottom: 1px;
}

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

.gallery-list a {
    margin-bottom: 1rem;
    flex-basis: 199px;
    flex-grow: 1;
    text-align: center;
    font-size: 0;
}

.gallery-list a img {
    width: 95%;
}

.photo-full, .photo-min {
    overflow: hidden;
    font-size: 1.5rem;
}

.photo-min .buttons {
    justify-content: center;
}

.about-block-photo {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.copyright {
    font: 1.1rem GothamPro-Light;
    font-weight: bold;
    color: white;
    margin-top: 20px;
}

.copyright a {
    color: white;
}

.pulse {
    animation: pulse 1.6s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        color: #fff;
        border-color: #fff;
    }
    80% {
        color: #ffe700;
        border-color: #ffe700;
    }
    100% {
        color: #fff;
        border-color: #fff;
    }
}

@media (min-width: 1024px) {
    .program-half {
        flex-basis: calc(50% - 0.5rem);
        max-width: calc(50% - 0.5rem);
    }

    .program-third {
        flex-basis: calc(33% - 0.67rem);
    }

    .promoter {
        padding-left: 15px;
    }
}

.red-title {
    text-align: center;
    color: #db426b;
    font: 1.6rem GothamPro-Black;
    text-transform: uppercase;
    margin: 0rem 0 1.2rem;
}

.post-title {
    max-height: 100px;
    margin-bottom: 2rem;
}

.comsos-item-speacker-photo, .orgsos-item-speacker-photo {
    /* float: left; */
    /* margin: 0 0.5rem 0.5rem 0; */
    width: 98px;
    border-radius: 50%;
}


/* SLIDER */

.slider-block {
    /* margin-bottom: 60px; */
}

.slider-inner {
    position: relative;
}

.slider-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: calc(25% - 25px);
    border-radius: 50px;
    box-shadow: 0 0 4px 1px #333;
    background: #fff url(../img/design/slider-arrow-left.png) 13px center no-repeat;
    cursor: pointer;
    z-index: 1;
    opacity: 0.5;
}

.slider-next {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: calc(25% - 25px);
    border-radius: 50px;
    box-shadow: 0 0 4px 1px #333;
    background: #fff url(../img/design/slider-arrow-right.png) 20px center no-repeat;
    cursor: pointer;
    z-index: 1;
    opacity: 0.5;
}

.slider-wrap {
    margin: 0 50px;
}

.slider-track {
    overflow: hidden;
    position: relative;
}

.slider-list {
    display: flex;
    width: 700%;
}

.slider-item {
    display: flex;
    position: relative;
    width: 100%;
    padding: 0 5px;
}


.half-input {
    width: 49%;
}

.half-input + .half-input {
    float: right;
}

/* MOBILE */

@media (max-width: 1100px) {
    .header-menu {
        padding: 0 10px;
    }

    .header-menu li a {
        font-size: 0.85rem;
    }

    .block-title {
        font-size: 3rem;
        margin-bottom: 3rem;
    }
}


@media (max-width: 1024px) {
    .page {
        height: 100%;
    }

    .page .screen-1 {
        /* height: 100%; */
    }
}


@media (max-width: 1023px) {

    .slider-wrap {
        margin: 0;
    }

    .post-title {
        max-height: none;
    }

    .faq-list + .buttons {
        margin: 0 auto;
    }

    .block-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .photo-full {

    }

    .half-block-wrap {
        flex-direction: column;
    }

    .red-title {
        margin: 0.8rem 0;
        font-size: 1.1rem;
    }

    .hack-directions-img {
        height: 150px;
        margin-bottom: -40px;
    }

    .hack-topics-img {
        height: 250px;
        margin-left: auto;
        margin-bottom: -40px;
    }

    .post-title-info {
        color: white;
        font-size: 1.5rem;
        margin: 1rem 0;
    }

    br.desktop {
        display: none
    }

    .half-block-wrap > * {
        flex: 1 0 100%;
        margin-top: 20px;
    }

    .shadow-overlay {
    }

    .page {
        background-position: center 52px;
    }

    .screen-inner {
    }

    .btn {
        padding: 1.1rem 0;
        width: 100%;
        max-width: 375px;
        text-align: center;
    }

    .btn-lg {
        /* padding: 1rem 3rem; */
        font-size: 1.2rem;
        margin: 0 10px;
        width: auto;
        /* text-align: center; */
        /* vertical-align: middle; */
    }

    .btn-bigf {
        font-size: 1.3rem;
    }

    .btn-sh {
    }

    .btn-yellow {
    }

    .btn-white {
    }

    .btn-black {
    }


    div[class^="screen-"]:not(.screen-1) > .screen-inner .buttons {
        justify-content: center;
        align-items: center;
        margin: 0 0 -1.5rem;
        width: 100%;
        flex-direction: column;
    }

    div[class^="screen-"]:not(.screen-1) > .screen-inner .buttons > .btn {
        margin-bottom: 1.5rem !important;
        width: 100%;
        max-width: 375px;
        margin: 10px 0 !important;
    }

    .header {
        height: 52px;
    }

    .header-fixed {
    }

    .header-inner {
    }

    .header-menu {
        position: absolute;
        background: rgba(127, 42, 243, 0.9);
        width: 100%;
        left: 0;
        top: 52px;
        padding: 0;
        height: calc(100vh - 52px);
        transition: max-height 0.8s;
        max-height: 0;
        overflow: hidden;
        flex-direction: column;
        justify-content: flex-end;
        text-align: left;
        max-width: initial;
        display: block;
    }

    .page_reactor .header-menu, .page_zoom .header-menu {
        background: -webkit-linear-gradient(left top, rgba(77, 18, 116, 0.9) 09%, rgba(125, 27, 128, 0.9) 93%);
        background: -moz-linear-gradient(left top, rgba(77, 18, 116, 0.9) 09%, rgba(125, 27, 128, 0.9) 93%);
        background: -o-linear-gradient(left top, rgba(77, 18, 116, 0.9) 09%, rgba(125, 27, 128, 0.9) 93%);
        background: -ms-linear-gradient(left top, rgba(77, 18, 116, 0.9) 09%, rgba(125, 27, 128, 0.9) 93%);
        background: -linear-gradient(left top, rgba(77, 18, 116, 0.9) 09%, rgba(125, 27, 128, 0.9) 93%);
    }

    .page_conf .header-menu {
        background: -webkit-linear-gradient(left top, rgba(177, 18, 68, 0.9) 00%, rgba(3, 65, 252, 0.9) 100%);
        background: -moz-linear-gradient(left top, rgba(177, 18, 68, 0.9) 00%, rgba(3, 65, 252, 0.9) 100%);
        background: -o-linear-gradient(left top, rgba(177, 18, 68, 0.9) 00%, rgba(3, 65, 252, 0.9) 100%);
        background: -ms-linear-gradient(left top, rgba(177, 18, 68, 0.9) 00%, rgba(3, 65, 252, 0.9) 100%);
        background: -linear-gradient(left top, rgba(177, 18, 68, 0.9) 00%, rgba(3, 65, 252, 0.9) 100%);
    }

    .page_hack .header-menu {
        background: rgba(226, 159, 19, 0.9);
    }

    .header.active .header-menu {
        max-height: 100vh;
        padding: 0;
    }

    .header-menu > li {
        /* flex-basis: calc( (100vh - 52px) / 5); */
        /* flex-grow: 0; */
        /* flex-shrink: 0; */
        /* padding: 0 10px; */
        margin: 5px 15px;
        height: auto;
        width: 100%;
        text-align: left;
    }

    .header-menu > li:first-child {
        margin-top: 25px;
    }

    .header-menu li a {
        font-size: 1.1rem;
        /* justify-content: center; */
        text-align: left;
    }

    .header-menu li.has-submenu > a {
        color: #ffe700
    }

    .header-menu li.has-submenu > ul {
        background: none !important;
    }

    .header-menu li a:hover {
    }

    .header-menu .mob-soc {
        /* display: block; */
        width: 250px;
        margin: 3vh auto 0;
    }

    .header-menu ul {
        position: static;
        display: block !important;
        padding: 0 0 15px 15px;
        margin: 0;
    }

    .header-menu ul li {

    }

    .header-menu ul li a {

    }

    .mob-menu-btn {
        width: 42px;
        height: 42px;
        background: url(../img/design/mob-menu-btn.png) center center no-repeat;
        background-size: contain;
        box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.5);
        border-radius: 21px;
        margin: 5px 0 0 auto;
        flex-shrink: 0;
        flex-basis: 42px;
    }

    .header-soc-menu {
        margin: 0;
    }

    .header-soc-menu li {
        margin: 0 10px;
    }

    .header-logo {
        height: 52px;
    }

    .header-phone {
        font-size: 1.1rem;
        padding: 5px 0;
    }

    .header-second .header-contacts {
        display: block;
    }

    .header-buy-btn {
        display: flex;
        flex-basis: auto;
        flex-direction: row;
    }

    .header-buy-btn .btn {
        max-width: 100%;
        max-height: 45px;
        padding: 0.4rem 0.8rem;
        margin: 5px;
        font-size: 1rem;
    }

    .screen-1 {
        padding: 52px 0 0rem;
        overflow: hidden;
        height: auto !important;
    }

    .main-title {
        height: auto;
    }

    .pre-title {
        padding-top: 1rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .pre-title-item {
        margin: 0 0 1rem;
    }

    .pre-title-item-image {
        height: 25px;
        width: 25px;
    }


    .promoter-item:first-child .promoter-item-link:last-child {
        /* margin-bottom: 65px; */
    }

    .pre-title-item > span, .pre-title-item a {
        margin-left: 1rem;
        font-size: 0.95rem;
    }

    .main-title h1 {
        font-size: 4rem;
    }

    .post-title-desc {
        margin-bottom: 1rem;
        margin-top: 0;
        font-size: 0.86rem;
        font-family: GothamPro-Bold;
        text-align: center;
    }

    .post-title-summery-item {
        padding: 10px;
    }

    .post-title-summery-item big {
        font-size: 1.8rem;
    }

    .post-title-summery {
        margin: 0px 0 10px;
        justify-content: space-evenly;
    }

    .post-title-summery-item span {
        font-size: 0.9rem;
    }

    .promoter-item-title {
        font-size: 1.3rem;
    }

    .promoter {
        justify-content: center;
    }

    .promoter-item {
        margin: 1rem;
    }

    .promoter-item-list img {
    }

    .promoter-item-list img:last-child {
        margin-right: 0;
    }

    .promoter-item-list {
    }

    .screen-2 {
        padding: 2rem 0 2rem;
    }

    .about-block-text {
        order: 2;
    }

    .about-block-photo {
        order: 1;
        justify-content: center;
    }

    .about-title {
        margin: 1rem 0;
        font-size: 1.8rem;
    }

    .about-photo {
        float: none;
    }

    .about-text {
        padding: 0;
        text-align: justify;
        font-size: 1.2rem;
    }

    .advantages-list {
        padding-top: 2rem;
    }

    .advantages-list li {
        flex-basis: 100%;
        margin: 0 0 3rem;
    }

    .advantage-item-title {
        padding-top: 1rem;
    }

    .screen-3, .screen-4, .screen-5, .screen-6, .screen-7 {
    }

    .schedule-title {
        font-size: 2.3rem;
        padding-top: 3rem;
    }

    .schedule-subtitle {
        font-size: 1.5rem;
    }

    .schedule-block {
        padding-top: 4rem;
    }

    .schedule-block-head {
        text-align: center !important;
    }

    .schedule-block-left .schedule-block-head {
    }

    .schedule-block-right .schedule-block-head {
    }

    .schedule-block-date {
        font-size: 2rem;
    }

    .schedule-block-left .schedule-block-date {
    }

    .schedule-block-right .schedule-block-date {
    }

    .schedule-block-first .schedule-block-date {
    }

    .schedule-block-body {
        flex-direction: column;
        align-items: center;
        border-radius: 0 0 10px 10px !important;
    }

    .schedule-block-left .schedule-block-body {
    }

    .schedule-block-right .schedule-block-body {
    }

    .schedule-block-photo {
        flex-basis: auto;
    }

    .schedule-block-photo img:first-child {
        display: none;
    }

    .schedule-block-photo img:last-child {
        display: inline-block;
        width: 370px;
    }

    .schedule-block-left .schedule-block-photo {
        flex-basis: 0;
    }

    .schedule-block-right .schedule-block-photo {
        order: 1;
    }

    .schedule-block-content {
        padding: 1.5rem 1.5rem 3rem;
        /* flex-basis: 370px; */
        max-width: 370px;
        height: 100%;
        border-radius: 0 0 10px 10px !important;
    }

    .schedule-block-title {
        font-size: 1.7rem;
    }

    .schedule-block-subtitle {
    }

    .schedule-block-text {
        margin-bottom: 1rem;
    }

    .schedule-block-text p {
    }

    .schedule-block-left .speaker-logo {
        width: 85px;
        margin-top: -78px;
    }

    .schedule-block-right .speaker-logo {
        display: none;
    }

    .screen-7 {
        padding-bottom: 2.5rem;
    }

    .screen-7 .buttons .btn {
        font-size: 1.0rem;
    }

    .screen-8 {
        padding: 2.5rem 0;
    }

    .screen-8 .youtube-btn {
        font-size: 2.5rem;
        padding: 1rem;
    }

    .screen-8 .youtube-btn img {
        width: 180px;
    }

    .screen-10 {
        padding: 2.5rem 0;
    }

    .trend-title-number {
        font-size: 8rem;
    }

    .trend-title {
    }

    .trend-title-text {
        font-size: 3.2rem;
    }

    .trend-subtitle {
        text-shadow: none;
        font-size: 1.35rem;
    }

    .trend-list {
        padding-top: 3rem;
    }

    .trend-row {
        flex-wrap: wrap;
        margin: 0;
    }

    .trend-item {
        flex-basis: 100%;
        margin: 0 0 1.5rem;
    }

    .trend-item-type-1 {
    }

    .trend-item-type-2 .trend-item-title {
        order: 1;
        padding-top: 0;
        height: auto;
    }

    .trend-item-s5 {
    }

    .trend-item-image {
    }

    .trend-item-title {
    }

    .trend-item-text {
    }

    .speakers-title {
        font-size: 3rem;
    }

    .screen-11 {
        padding: 0rem 0 4rem;
    }

    .screen-11 .trend-item {
        flex-basis: auto;
        margin: 0 0 2rem;
    }

    .speakers-title big {
        font-size: 8rem;
    }

    .speakers-subtitle {
        font-size: 1.2rem;
        width: 500px;
        margin: 0 auto;
    }

    .speakers-item {
        flex-basis: 25%;
        margin-top: 1.5rem;
    }

    .partners-list, .com-list, .org-list {
        margin-top: -1.5rem;
    }

    .speakers-item img:last-child {
    }

    .speakers-item:hover img:first-child {
    }

    .speakers-item:hover img:last-child {
    }

    .speakers-list, .partners-list, .com-list, .org-list, .old-speakers-list {
        justify-content: space-evenly;
    }

    .screen-12, .screen-13 {
        padding: 0;
    }

    .top-speaker-block {
    }

    .top-speaker-block-photo {
        max-height: 250px;
    }

    .top-speaker-block-content {
        flex-basis: 40%;
    }

    .top-speaker-block-title {
        font-family: GothamPro-Black;
        font-size: 1.8rem;
    }

    .top-speaker-block-subtitle {
        padding: 1rem 0 0.8rem;
        font-size: 1rem;
    }

    .top-speaker-block-text {
        font-size: 1rem;
        line-height: 1.5;
        margin-top: -10px;
    }

    .top-speaker-block-left .top-speaker-block-text {
        margin-top: 10px;
    }

    .top-speaker-block-right .top-speaker-block-text {
        margin-top: 10px;
    }

    .screen-14 {
        padding: 2.5rem 0 4rem;
    }

    .hack-program-block {
        flex-basis: auto;
        padding: 1.5rem 1rem;
    }

    .topics-title {
        font-size: 2.2rem;
        padding-bottom: 2rem;
        height: 6rem;
    }

    .topics-list, .topics-list_old, .mentors-list {
        flex-wrap: wrap;
    }

    .topics-item {
        margin: 0 0.6rem 2rem;
        padding: 1.3rem 1rem;
        flex-basis: calc(50% - 1.2rem);
    }

    .topics-item-title {
        font-size: 0.81rem;
    }

    .topics-item-desc, .topics-item-desc a {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .topics-item-speacker {
        padding-top: 1.5rem;
    }

    .topics-item-speacker-desc {
    }

    .topics-desc {
        margin-bottom: 2rem;
        margin-top: 1rem;
        font-size: 1.2rem;
    }

    .comsos-title, .orgsos-title {
        font-size: 3rem;
        padding-bottom: 2rem;
    }

    .comsos-list, .comsos-pred, .comsos-zampred, .orgsos-list, .orgsos-pred, .orgsos-zampred, .orgsos-sopred, .orgsos-sec {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }

    .comsos-item, .orgsos-item {
        margin: 0 0.6rem 2rem;
        padding: 1.3rem 1rem;
        flex-basis: calc(50% - 1.2rem);
    }

    .comsos-item-title, .orgsos-item-title {
        font-size: 0.81rem;
    }

    .comsos-item-desc, .comsos-item-desc a, .orgsos-item-desc, .orgsos-item-desc a {
        font-size: 1.3rem;
        line-height: 1.4;
    }

    .comsos-item-speacker, .orgsos-item-speacker {
        padding-top: 1.5rem;
    }

    .comsos-item-speacker-desc, .orgsos-item-speacker-desc {
    }

    .comsos-desc, .orgsos-desc {
        margin-bottom: 2rem;
        margin-top: 1rem;
        font-size: 1.2rem;
    }

    .screen-18 {
        padding: 2.5rem 0;
    }

    .invite-title {
        font-size: 2.6rem;
        margin-bottom: 1.5rem;
    }

    .slider-title {
        font-size: 1.5rem;
    }

    .youtube-thumb {
    }

    .youtube-video {
    }

    .screen-19 {
        padding: 2.5rem 0;
    }

    .classes-title {
        font-size: 2.3rem;
    }

    .classes-subtitle {
        line-height: 1.4;
        margin-bottom: 2rem;
    }

    .classes-list {
        margin-bottom: -2rem;
    }

    .classes-item {
        flex-basis: 100%;
        margin: 0 0 2rem;
    }

    .classes-item-image {
    }

    .classes-item-image img {
    }

    .classes-item-text {
    }

    .classes-item-title {
    }

    .screen-20 {
        padding: 2.5rem 0;
    }

    .packages-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .packages-list {
        flex-wrap: wrap;
    }

    .packages-item {
        width: 100%;
        flex-basis: auto;
        flex-shrink: 0;
        margin: 0 auto 2rem;
        padding: 2.5rem 2rem 3rem;
        max-width: 400px;
    }

    .packages-item-desc {
    }

    .packages-item-priority {
    }

    .packages-item-title {
        margin-bottom: 1.5rem;
    }

    .packages-item-price-date {
    }

    .packages-item-price-main {
    }

    .packages-item-price-old {
    }

    .packages-item-desc p {
        margin: 0.9rem;
    }

    .screen-21 {
        padding: 2.5rem 0;
    }

    .timer-title {
        font-size: 2.5rem;
        margin-bottom: 2rem;
    }

    .timer-block {
        font-size: 1.5rem;
    }

    .timer-item {
        padding: 0 1rem;
    }

    .timer-item:not(:last-child):after {
        font-size: 8rem;
        top: -2rem;
        right: -1.1rem;
    }

    .timer-val {
        font-size: 6rem;
    }

    .screen-22 {
        padding: 2.5rem 0;
    }

    .t-checkbox__control {
    }

    .t-checkbox__control .t-checkbox {
    }

    .t-checkbox__labeltext, .t-checkbox__labeltext div {
        font-size: 1.2rem;
    }

    .t-checkbox__labeltext a {
        font-size: 1.2rem;
    }

    .t-checkbox__indicator {
        margin-right: 1rem;
    }

    .t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator {
    }

    .t-checkbox__indicator:after {
    }

    .t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator:after {
    }

    .t-input {
        font-size: 1.2rem;
    }

    .t-input::-moz-focus-inner {
    }

    .t-input_pvis {
    }

    .t-input__vis-ph {
        font-size: 1.2rem;
        top: 20px;
        left: 15px;
    }

    .t-input:focus ~ .t-input__vis-ph, .t-input_has-content + .t-input__vis-ph {
    }

    .t-input:invalid {
    }

    .t-input-group_cb div[data-customstyle=yes] {
    }

    .t-input-block {
        margin-bottom: 2rem;
    }

    .order-title {
        margin-bottom: 2rem;
        font-size: 2.5rem;
        text-align: center;
    }

    .order-block {
        margin-bottom: 2.5rem;
    }

    .order-form {
        order: 2;
    }

    .order-info-item {
        font-size: 1.3rem;
        margin-top: 1rem;
    }

    .order-info-item a {
    }

    .order-info-item span, .order-info-item a {
        margin-top: 0.25rem;
    }

    .order-info-description {
        font-size: 1.2rem;
        margin-top: 1rem;
    }

    .order-info {
        margin: 0;
        display: block;
        max-width: none;
        margin-bottom: 2rem;
    }

    .order-info-item-image {
        width: 25px;
        margin-right: 1rem;
    }

    .order-info-item-image img {
    }

    .screen-23 {
        padding: 2.5rem 0;
    }

    .partners-title {
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .partners-item {
        flex-basis: 25%;
        margin-top: 1.5rem;
    }

    .partners-item img:last-child {
    }

    .partners-item:hover img:first-child {
    }

    .partners-item:hover img:last-child {
    }

    .info_partners-list, .old-info_partners-list {
        margin-top: 2rem;
    }

    .partners-title-wrap {
    }

    .partners-title-wrap .btn {
    }

    .footer {
    }

    .footer-inner {
        flex-wrap: wrap;
        margin-bottom: -2rem;
    }

    .footer-col {
        flex-basis: 100%;
        margin-bottom: 2rem;
    }

    .footer-soc-menu {
    }

    .footer-soc-menu li {
    }

    .footer-col:first-child {
        padding: 0;
        flex-basis: auto;
        flex-grow: 0;
        margin: 0 0 2rem;
    }

    .footer-menu {
    }

    .footer-menu li {
    }

    .footer-menu li a {
    }

    .footer-menu-title {
    }

    .footer-phone {
    }

    .footer-email {
    }

    .footer-link {
    }

    .footer-col:nth-child(2) {
        align-items: flex-start;
    }

    .anchor {
        top: -52px;
    }

    .news-text-open {
    }

    .btn-share-news {
    }

    .news-footer {
    }

    .btn-readmore {
    }

    #news-block + .schedule-title {
    }

    .schedule-block.news-block {
    }

    .main-title-left h1 {
        font-size: 3rem;
    }

    .main-title-left {
    }

    .pre-title-date {
        font-size: 1.8rem;
    }

    .main-news-links {
        float: right;
        flex-direction: column;
        max-width: 40%;
        margin-top: 0;
        border-left: 5px solid rgba(255, 255, 255, 0.8);
    }

    .main-news-links a {
        font-size: 1.5rem;
        padding: 0 0 0 1rem;
        margin-bottom: 1.5rem;
    }

    .main-news-links a:first-child {
        border-right: none;
    }

    .news-footer span {
        margin-right: auto;
    }

    .btn-readmore {
        margin-top: 2rem;
    }

    .page_hack .header-buy-btn .btn {
        font-size: 1rem;
        max-width: 150px;
        margin: 0 0.5rem;
    }

    .modal-form {
        padding: 1.5rem;
    }

    .modal-form-title {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .modal-form-group {
        margin-bottom: 1rem;
    }

    .modal-form-input {
        height: 45px;
        padding: 0 10px;
    }

    textarea.modal-form-input {
        height: 90px;
    }


    .main-sponsor-block {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        height: 100%;
    }

    .main-sponsor-title h1 {
        font-size: 3rem;
        text-align: center;
    }

    .main-sponsor-title {
        margin-top: 0;
    }

    .page_partnership .screen-1 {
        min-height: 100vh;
    }

    .page_partnership .pre-title {
        align-items: center;
        margin-bottom: 0;
        padding-top: 0;
        margin-top: auto;
        flex-basis: 0;
    }

    .main-sponsor-links {
        margin: auto 0 0;
        flex-grow: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
    }

    .page_partnership .screen-1 .screen-inner {
        height: calc(100vh - 52px - 2rem);
    }

    .sponsor-package {
        max-width: 100%;
    }

    .modal-page-title {
        font-size: 1.4rem;
    }

    .modal-page {
        padding: 1.5rem;
        font-size: 1rem;
        line-height: 1.3;
    }

    .modal-page p {
        margin: 0.7rem 0;
    }

    .screen-8 .video-wrap {
        padding-bottom: 58%;
    }

    .gallery-list a {
        margin-bottom: 1.5rem;
    }


}


@media (max-width: 700px) {
    .main-title h1 {
        font-size: 2.5rem;
    }
}


@media (max-width: 666px) {
    .photo-full {
        padding-top: 0;
    }

    .page {
    }

    .screen-inner {
    }

    .btn {
    }

    .btn-lg {
        /* margin-right: 1rem; */
        /* font-size: 1.1rem; */
    }

    .btn-bigf {
    }

    .btn-sh {
    }

    .btn-yellow {
    }

    .btn-white {
    }

    .btn-black {
    }

    .buttons {
    }

    .buttons > .btn {
    }

    .header {
    }

    .header-fixed {
    }

    .header-inner {
    }

    .header-menu {
    }

    .header.active .header-menu {
    }

    .header-menu li {
    }

    .header-menu li a {
    }

    .header-menu li a:hover {
    }


    .header-menu ul {

    }

    .header-menu ul li {

    }

    .header-menu ul li a {

    }

    .header-menu .mob-soc {
    }

    .header-second .header-contacts {
        display: block;
    }

    .mob-menu-btn {
    }

    .header-soc-menu {
    }

    .header-soc-menu li {
    }

    .header-logo {
    }

    .header-phone {
    }

    .screen-1 {
        min-height: 100vh;
    }

    .screen-1 .buttons {
        justify-content: center;
        margin: 0 0 -1.5rem;
        width: 100%;
        flex-direction: column;
    }

    .screen-1 .buttons > .btn {
        margin-bottom: 1.5rem;
        width: 100%;
        max-width: 375px;
        margin: 10px 0;
    }

    .pre-title {
    }

    .pre-title-item {
    }

    .pre-title-item-image {
    }

    .pre-title-item span, .pre-title-item a {
    }

    .post-title-desc {
    }

    .post-title-summery-item big {
    }

    .post-title-summery {
    }

    .post-title-summery-item span {
    }

    .promoter-item-title {
    }

    .promoter {
    }

    .promoter-item {
    }

    .promoter-item-list img {
    }

    .promoter-item-list img:last-child {
    }

    .promoter-item-list {
    }

    .screen-2 {
    }

    .about-block-text {
    }

    .about-block-photo {
    }

    .about-title {
    }

    .about-photo {
    }

    .about-text {
    }

    .advantages-list {
    }

    .advantages-list li {
    }

    .advantage-item-title {
    }

    .screen-3, .screen-4, .screen-5, .screen-6, .screen-7 {
    }

    .schedule-title {
    }

    .schedule-subtitle {
    }

    .schedule-block {
    }

    .schedule-block-head {
    }

    .schedule-block-left .schedule-block-head {
    }

    .schedule-block-right .schedule-block-head {
    }

    .schedule-block-date {
    }

    .schedule-block-left .schedule-block-date {
    }

    .schedule-block-right .schedule-block-date {
    }

    .schedule-block-first .schedule-block-date {
    }

    .schedule-block-body {
    }

    .schedule-block-left .schedule-block-body {
    }

    .schedule-block-right .schedule-block-body {
    }

    .schedule-block-left .schedule-block-photo {
    }

    .schedule-block-right .schedule-block-photo {
    }

    .schedule-block-content {
    }

    .schedule-block-title {
    }

    .schedule-block-subtitle {
    }

    .schedule-block-text p {
    }

    .screen-10 {
    }

    .trend-title-number {
        font-size: 7.3rem;
    }

    .trend-title {
    }

    .trend-title-text {
        font-size: 2.9rem;
    }

    .trend-subtitle {
    }

    .trend-list {
    }

    .trend-row {
    }

    .trend-item {
    }

    .trend-item-type-1 {
    }

    .trend-item-type-2 .trend-item-title {
    }

    .trend-item-s5 {
    }

    .trend-item-image {
    }

    .trend-item-title {
    }

    .trend-item-text {
    }

    .speakers-title {
    }

    .screen-11 {
    }

    .speakers-title big {
    }

    .speakers-subtitle {
    }

    .speakers-item {
    }

    .speakers-item img:last-child {
    }

    .speakers-item:hover img:first-child {
    }

    .speakers-item:hover img:last-child {
    }

    .speakers-list, .partners-list {
    }

    .screen-12, .screen-13 {
    }

    .top-speaker-block {
    }

    .top-speaker-block-photo {
    }


    .top-speaker-block-left .top-speaker-block-photo {
    }

    .top-speaker-block-right .top-speaker-block-photo {
    }

    .top-speaker-block-content {
    }

    .top-speaker-block-left .top-speaker-block-content {
    }

    .top-speaker-block-right .top-speaker-block-content {
    }

    .top-speaker-block-title {
    }

    .top-speaker-block-subtitle {
    }

    .top-speaker-block-text {
    }

    .screen-14 {
    }

    .topics-title {
    }

    .topics-list, .topics-list_old {
    }

    .topics-item {
    }

    .topics-item-title {
        font-size: 0.67rem;
        margin-bottom: 0.7rem;
    }

    .topics-item-desc, .topics-item-desc a {
        font-size: 1.1rem;
    }

    .topics-item-speacker {
        padding-top: 1rem;
    }

    .topics-item-speacker-desc {
    }

    .topics-item-speacker-title {
        font-size: 1.1rem;
    }

    .topics-item-speacker-text {
        font-size: 0.74rem;
    }

    .comsos-title, .orgsos-title {
    }

    .comsos-list, .comsos-pred, .comsos-zampred, .orgsos-list, .orgsos-pred, .orgsos-zampred, .orgsos-sopred, .orgsos-sec {
    }

    .comsos-item, .orgsos-item {
    }

    .comsos-item-title, .orgsos-item-title {
        font-size: 0.67rem;
        margin-bottom: 0.7rem;
    }

    .comsos-item-desc, .comsos-item-desc a, .orgsos-item-desc, .orgsos-item-desc a {
        font-size: 1.1rem;
    }

    .comsos-item-speacker, .orgsos-item-speacker {
        padding-top: 1rem;
    }

    .comsos-item-speacker-desc, .orgsos-item-speacker-desc {
    }

    .comsos-item-speacker-title, .orgsos-item-speacker-title {
        font-size: 1.1rem;
    }

    .comsos-item-speacker-text, .orgsos-item-speacker-text {
        font-size: 0.74rem;
    }

    .screen-18 {
    }

    .invite-title {
    }

    .slider-title {
    }

    .youtube-thumb {
    }

    .youtube-video {
    }

    .screen-19 {
    }

    .classes-title {
    }

    .classes-subtitle {
    }

    .classes-list {
    }

    .classes-item {
    }

    .classes-item-image {
    }

    .classes-item-image img {
    }

    .classes-item-text {
    }

    .classes-item-title {
    }

    .screen-20 {
    }

    .packages-title {
    }

    .packages-list {
    }

    .packages-item {
    }

    .packages-item-desc {
    }

    .packages-item-priority {
    }

    .packages-item-title {
    }

    .packages-item-price-date {
    }

    .packages-item-price-main {
    }

    .packages-item-price-old {
    }

    .packages-item-desc p {
    }

    .screen-21 {
    }

    .timer-title {
    }

    .timer-block {
    }

    .timer-item {
    }

    .timer-item:not(:last-child):after {
    }

    .timer-val {
    }

    .screen-22 {
    }

    .t-checkbox__control {
    }

    .t-checkbox__control .t-checkbox {
    }

    .t-checkbox__labeltext, .t-checkbox__labeltext div {
    }

    .t-checkbox__labeltext a {
    }

    .t-checkbox__indicator {
    }

    .t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator {
    }

    .t-checkbox__indicator:after {
    }

    .t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator:after {
    }

    .t-input {
    }

    .t-input::-moz-focus-inner {
    }

    .t-input_pvis {
    }

    .t-input__vis-ph {
    }

    .t-input:focus ~ .t-input__vis-ph, .t-input_has-content + .t-input__vis-ph {
    }

    .t-input:invalid {
    }

    .t-input-group_cb div[data-customstyle=yes] {
    }

    .t-input-block {
    }

    .order-title {
    }

    .order-block {
    }

    .order-form {
    }

    .order-info-item {
    }

    .order-info-item a {
    }

    .order-info-item span, .order-info-item a {
    }

    .order-info-description {
    }

    .order-info {
    }

    .order-info-item-image {
    }

    .order-info-item-image img {
    }

    .screen-23 {
    }

    .partners-title {
    }

    .partners-item {
    }

    .partners-item img:last-child {
    }

    .partners-item:hover img:first-child {
    }

    .partners-item:hover img:last-child {
    }

    .info_partners-list, .old-info_partners-list {
    }

    .partners-title-wrap {
    }

    .partners-title-wrap .btn {
    }

    .footer {
    }

    .footer-inner {
    }

    .footer-col {
    }

    .footer-soc-menu {
    }

    .footer-soc-menu li {
    }

    .footer-col:first-child {
    }

    .footer-menu {
    }

    .footer-menu li {
    }

    .footer-menu li a {
    }

    .footer-menu-title {
    }

    .footer-phone {
    }

    .footer-email {
    }

    .footer-link {
    }

    .footer-col:nth-child(2) {
    }

    .news-text-open {
    }

    .btn-share-news {
    }

    .news-footer {
    }

    .btn-readmore {
    }

    #news-block + .schedule-title {
    }

    .schedule-block.news-block {
    }

    .main-title-left h1 {
        font-size: 2.5rem;
    }

    .main-title-left {
    }

    .pre-title-date {
    }

    .main-news-links {
    }

    .main-news-links a {
        font-size: 1.2rem;
    }

    .main-news-links a:first-child {
    }

    .main-sponsor-links a {
        flex-basis: 48%;
        margin: 0;
    }


}

@media (max-width: 567px) {
    .gallery-list a {
        flex-basis: 50%;
    }

    .promoter-item-link {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .old-speakers-list .speakers-item:first-child {
        position: relative;
        margin-right: 20px;
    }

    .old-speakers-list .speakers-item:first-child:after {
        position: absolute;
        right: -10px;
        margin: 0;
        bottom: 40px;
    }

    .hack-directions-img {
        height: 150px;
        margin-bottom: 0px;
        order: 1;
        opacity: 0.5;
    }

    .hack-topics-img {
        height: 250px;
        opacity: 0.5;
    }


    .shadow-overlay {
    }

    .page {
    }

    .screen-inner {
    }

    .btn {
    }

    .btn-lg {
        /* padding: 0.7rem 0.62rem; */
        font-size: 1.2rem;
        /* margin-right: 0.5rem; */
    }

    .btn-bigf {
    }

    .btn-sh {
    }

    .btn-yellow {
    }

    .btn-white {
    }

    .btn-black {
    }

    .buttons {
    }

    .buttons > .btn {
    }

    .header {
    }

    .header-fixed {
    }

    .header-inner {
    }

    .header-menu {
    }

    .header.active .header-menu {
        /* max-height: 60vh; */
    }

    .header-menu > li {
        /* min-height: 12vh; */
    }

    .header-menu li a {
    }

    .header-menu li a:hover {
    }

    .header-menu ul {

    }

    .header-menu ul li {

    }

    .header-menu ul li a {

    }

    .header-menu .mob-soc {
    }

    .mob-menu-btn {
    }

    .header-soc-menu {
    }

    .header-soc-menu li {
        margin: 0 7px;
    }

    .header-logo {
    }

    .header-phone {
    }

    .header-buy-btn .btn,
    .header-fixed .header-soc-menu {
        display: none;
    }

    .header-second .header-buy-btn .btn {
        display: inline-block;
        font-size: 0.85rem;
        max-width: 100%;
    }

    .header-second .header-contacts {
        display: none;
    }

    .screen-1 {
    }

    .pre-title {
    }

    .pre-title-item {
        margin-bottom: 0;
    }

    .pre-title-item-image {
    }

    .pre-title-item span, .pre-title-item a {
        font-size: 0.8rem !important;
    }

    .main-title {
        margin-top: 5px;
    }

    .main-title h1 {
        font-size: 2rem;
    }

    .post-title-desc {
    }

    .post-title-summery-item big {
    }

    .post-title-summery {
        margin: 0 0 10px;
    }

    .post-title-summery-item span {
    }

    .promoter-item-title {

    }

    .promoter {
    }

    .promoter-item {
        margin-top: 5px;
    }

    .promoter-item-list img {
        /* margin-bottom: 1rem; */
    }

    .promoter-item-list img:last-child {
    }

    .promoter-item-list {
        flex-wrap: wrap;
    }

    .promoter-item:first-child .promoter-item-link:last-child {
        margin-bottom: 0;
    }

    .promoter-item:last-child .promoter-item-list {
        margin-top: 15px;
    }


    .screen-2 {
    }

    .about-block-text {
    }

    .about-block-photo {
    }

    .about-title {
    }

    .about-photo {
    }

    .about-text {
    }

    .advantages-list {
    }

    .advantages-list li {
    }

    .advantage-item-title {
    }

    .screen-3, .screen-4, .screen-5, .screen-6, .screen-7 {
    }

    .schedule-title {
    }

    .schedule-subtitle {
    }

    .schedule-block {
    }

    .schedule-block-head {
    }

    .schedule-block-left .schedule-block-head {
    }

    .schedule-block-right .schedule-block-head {
    }

    .schedule-block-date {
    }

    .schedule-block-left .schedule-block-date {
    }

    .schedule-block-right .schedule-block-date {
    }

    .schedule-block-first .schedule-block-date {
    }

    .schedule-block-body {
    }

    .schedule-block-left .schedule-block-body {
    }

    .schedule-block-right .schedule-block-body {
    }

    .schedule-block-left .schedule-block-photo {
    }

    .schedule-block-right .schedule-block-photo {
    }

    .schedule-block-content {
    }

    .schedule-block-title {
    }

    .schedule-block-subtitle {
    }

    .schedule-block-text p {
    }

    .screen-10 {
    }

    .trend-title-number {
        font-size: 5rem;
        margin-right: 0.7rem;
    }

    .trend-title {
    }

    .trend-title-text {
        font-size: 1.9rem;
    }

    .trend-subtitle {
        font-size: 1.1rem;
    }

    .trend-list {
    }

    .trend-row {
    }

    .trend-item {
    }

    .trend-item-type-1 {
    }

    .trend-item-type-2 .trend-item-title {
    }

    .trend-item-s5 {
    }

    .trend-item-image {
    }

    .trend-item-title {
        order: 3 !important;
        padding-top: 1rem !important;
        height: auto !important;
    }

    .trend-item-text {
    }

    .speakers-title {
    }

    .screen-11 {
    }

    .speakers-title big {
    }

    .speakers-subtitle {
        width: auto;
        font-size: 1.2rem;
    }

    .speakers-item {
        flex-basis: 30%;
    }

    .speakers-item img:last-child {
    }

    .speakers-item:hover img:first-child {
    }

    .speakers-item:hover img:last-child {
    }

    .speakers-list, .partners-list {
    }

    .screen-12, .screen-13 {
    }

    .top-speaker-block {
        flex-direction: column;
    }


    .top-speaker-block-photo {
    }

    .top-speaker-block-left .top-speaker-block-photo {
    }

    .top-speaker-block-right .top-speaker-block-photo {
    }

    .top-speaker-block-content {
        flex-basis: auto;
    }

    .top-speaker-block-left .top-speaker-block-content {
        order: 2;
        margin-top: -240px;
        margin-bottom: 20px;
    }

    .top-speaker-block-right .top-speaker-block-content {
        order: 2;
        margin-top: -150px;
        margin-bottom: 30px;
    }

    .top-speaker-block-title {
    }

    .top-speaker-block-subtitle {
    }

    .top-speaker-block-text {
        margin: 0;
    }

    .screen-14 {
    }

    .hack-program-item {
        flex-direction: column;
    }

    .hack-program-time {
        flex-basis: auto;
    }

    .topics-title {
        font-size: 2.2rem;
    }

    .topics-list, .topics-list_old {
    }

    .topics-item {
        flex-basis: 100%;
        margin: 0 0 2rem;
        padding: 1.5rem;
    }

    .topics-item-title {
        font-size: 0.9rem;
    }

    .topics-item-desc, .topics-item-desc a {
        font-size: 1.3rem;
    }

    .topics-item-speacker {
        padding-top: 1.5rem;
    }

    .topics-item-speacker-desc {

    }

    .mentors-list .topics-item-speacker-desc {
        margin-left: 0;
    }

    .topics-item-speacker-title {
        font-size: 1.2rem;
    }

    .topics-item-speacker-text {
        font-size: 0.9rem;
    }

    .comsos-title, .orgsos-title {
        font-size: 2.2rem;
    }

    .comsos-list, .comsos-pred, .comsos-zampred, .orgsos-list, .orgsos-pred, .orgsos-zampred, .orgsos-sopred, .orgsos-sec {
    }

    .comsos-item, .orgsos-item {
        flex-basis: 100%;
        margin: 0 0 1.5rem;
        padding: 1.5rem;
    }

    .comsos-item-title, .orgsos-item-title {
        font-size: 0.9rem;
    }

    .comsos-item-desc, .comsos-item-desc a, .orgsos-item-desc, .orgsos-item-desc a {
        font-size: 1.3rem;
    }

    .comsos-item-speacker, .orgsos-item-speacker {
        padding-top: 1.5rem;
    }

    .comsos-item-speacker-desc, .orgsos-item-speacker-desc {
    }

    .comsos-item-speacker-title, .orgsos-item-speacker-title {
        font-size: 1.2rem;
    }

    .comsos-item-speacker-text, .orgsos-item-speacker-text {
        font-size: 0.9rem;
    }

    .screen-18 {
    }

    .invite-title {
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
    }

    .slider-title {
    }

    .youtube-thumb {
    }

    .youtube-video {
    }

    .screen-19 {
    }

    .classes-title {
        font-size: 2rem;
    }

    .classes-subtitle {
        font-size: 1.2rem;
    }

    .classes-list {
    }

    .classes-item {
    }

    .classes-item-image {
    }

    .classes-item-image img {
    }

    .classes-item-text {
    }

    .classes-item-title {
    }

    .screen-20 {
    }

    .packages-title {
        font-size: 1.8rem;
    }

    .packages-list {
    }

    .packages-item {
        padding: 2rem 1rem 2.5rem;
    }

    .packages-item-desc {
    }

    .packages-item-priority {
    }

    .packages-item-title {
    }

    .packages-item-price-date {
    }

    .packages-item-price-main {
    }

    .packages-item-price-old {
    }

    .packages-item-desc p {
    }

    .screen-21 {
    }

    .timer-title {
        font-size: 1.7rem;
    }

    .timer-block {
        font-size: 1rem;
    }

    .timer-item {
    }

    .timer-item:not(:last-child):after {
        font-size: 4rem;
        top: -1rem;
        right: -0.55rem;
    }

    .timer-val {
        font-size: 3rem;
    }

    .screen-22 {
    }

    .t-checkbox__control {
    }

    .t-checkbox__control .t-checkbox {
    }

    .t-checkbox__labeltext, .t-checkbox__labeltext div {
    }

    .t-checkbox__labeltext a {
    }

    .t-checkbox__indicator {
    }

    .t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator {
    }

    .t-checkbox__indicator:after {
    }

    .t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator:after {
    }

    .t-input {
    }

    .t-input::-moz-focus-inner {
    }

    .t-input_pvis {
    }

    .t-input__vis-ph {
    }

    .t-input:focus ~ .t-input__vis-ph, .t-input_has-content + .t-input__vis-ph {
    }

    .t-input:invalid {
    }

    .t-input-group_cb div[data-customstyle=yes] {
    }

    .t-input-block {
    }

    .order-title {
        font-size: 2.2rem;
    }

    .order-block {
    }

    .order-form {
    }

    .order-info-item {
    }

    .order-info-item a {
    }

    .order-info-item span, .order-info-item a {
    }

    .order-info-description {
    }

    .order-info {
    }

    .order-info-item-image {
    }

    .order-info-item-image img {
    }

    .screen-23 {
    }

    .partners-title {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    .partners-item {
        flex-basis: 30%;
    }

    .partners-item img:last-child {
    }

    .partners-item:hover img:first-child {
    }

    .partners-item:hover img:last-child {
    }

    .info_partners-list, .old-info_partners-list {
        justify-content: space-evenly;
    }

    .partners-title-wrap {
    }

    .partners-title-wrap .btn {
    }

    .footer {
    }

    .footer-inner {
    }

    .footer-col {
    }

    .footer-soc-menu {
    }

    .footer-soc-menu li {
    }

    .footer-col:first-child {
    }

    .footer-menu {
    }

    .footer-menu li {
    }

    .footer-menu li a {
    }

    .footer-menu-title {
    }

    .footer-phone {
    }

    .footer-email {
    }

    .footer-link {
    }

    .footer-col:nth-child(2) {
    }

    .news-text-open {
    }

    .btn-share-news {
    }

    .news-footer {
    }

    .btn-readmore {
    }

    #news-block + .schedule-title {
    }

    .schedule-block.news-block {
    }

    .main-title-left h1 {
        font-size: 3rem;
    }

    .main-title-left {
    }

    .pre-title-date {
    }

    .main-news-links {
        flex-direction: column;
        padding-top: 2rem;
        float: none;
        clear: left;
        max-width: 100%;
        border: none;
    }

    .main-news-links a {
        font-size: 2rem;
    }

    .main-news-links a:first-child {
        border-right: none;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 5px solid rgba(255, 255, 255, 0.8);
    }

    .main-sponsor-title h1 {
        font-size: 3rem;
    }

    .main-sponsor-title-first {
        display: block;
    }

    .main-sponsor-links a {
        flex-basis: 100%;
        margin: 1rem 0;
    }

    .screen-8 .video-wrap {
        padding-bottom: 59%;
    }

    .program-table tr > td:last-child {
        padding-left: 10px;
    }

    .program-table {
        margin-left: -8px;
    }

    .gallery-list {
        justify-content: center;
    }

}

@media (max-width: 374px) {
    .page {
    }

    .screen-inner {
    }

    .btn {
    }

    .btn-lg {
        flex-basis: 100%;
        margin-right: 0;
    }

    .btn-bigf {
    }

    .btn-sh {
    }

    .btn-yellow {
    }

    .btn-white {
    }

    .btn-black {
    }

    .buttons {
    }

    .buttons > .btn {
        padding: 1rem 0;
        font-size: 1.1rem;
    }

    .header {
    }

    .header-contacts {
        padding: 0 5px;
    }

    .header-fixed {
    }

    .header-inner {
    }

    .header-menu {
    }

    .header.active .header-menu {
    }

    .header-menu li {
    }

    .header-menu li a {
    }

    .header-menu li a:hover {
    }

    .header-menu .mob-soc {
    }

    .mob-menu-btn {
    }

    .header-soc-menu {
    }

    .header-soc-menu li {
    }

    .header-logo {
        height: 52px;
        padding: 5px 0;
        background-color: #323232;
    }

    .header-phone {
        font-family: GothamPro-Bold;
        font-size: 1.03rem;
    }

    .screen-1 {
    }

    .pre-title {
    }

    .pre-title-item {
    }

    .pre-title-item-image {
    }

    .pre-title-item span, .pre-title-item a {
    }

    .main-title h1 {
    }

    .post-title-desc {
    }

    .post-title-summery-item big {
    }

    .post-title-summery {
    }

    .post-title-summery-item span {
    }

    .promoter-item-title {
        font-size: 1.1rem;
    }

    .promoter {
    }

    .promoter-item {
    }

    .promoter-item-list img {
    }

    .promoter-item-list img:last-child {
    }

    .promoter-item-list {
    }

    .screen-2 {
    }

    .about-block-text {
    }

    .about-block-photo {
    }

    .about-title {
    }

    .about-photo {
    }

    .about-text {
    }

    .advantages-list {
    }

    .advantages-list li {
    }

    .advantage-item-title {
    }

    .screen-3, .screen-4, .screen-5, .screen-6, .screen-7 {
    }

    .screen-7 .buttons .btn {
        font-size: 0.85rem;
        padding: 1.22rem 0;
    }

    .schedule-title {
        font-size: 1.8rem;
    }

    .schedule-subtitle {
        font-size: 1.3rem;
    }

    .schedule-block {
        padding-top: 3rem;
    }

    .schedule-block-head {
    }

    .schedule-block-left .schedule-block-head {
    }

    .schedule-block-right .schedule-block-head {
    }

    .schedule-block-date {
    }

    .schedule-block-left .schedule-block-date {
    }

    .schedule-block-right .schedule-block-date {
    }

    .schedule-block-first .schedule-block-date {
    }

    .schedule-block-body {
    }

    .schedule-block-left .schedule-block-body {
    }

    .schedule-block-right .schedule-block-body {
    }

    .schedule-block-left .schedule-block-photo {
    }

    .schedule-block-right .schedule-block-photo {
    }

    .schedule-block-content {
    }

    .schedule-block-title {
        font-size: 1.5rem;
    }

    .schedule-block-subtitle {
    }

    .schedule-block-text p {
    }

    .screen-10 {
    }

    .trend-title-number {
        font-size: 4rem;
    }

    .trend-title {
    }

    .trend-title-text {
        font-size: 1.6rem;
    }

    .trend-subtitle {
        padding-top: 1rem;
        font-size: 0.93rem;
    }

    .trend-list {
        padding-top: 2rem;
    }

    .trend-row {
    }

    .trend-item {
    }

    .trend-item-type-1 {
    }

    .trend-item-type-2 .trend-item-title {
    }

    .trend-item-s5 {
    }

    .trend-item-image {
    }

    .trend-item-title {
    }

    .trend-item-text {
    }

    .speakers-title {
        font-size: 2.5rem;
    }

    .screen-11 {
    }

    .speakers-title big {
        font-size: 6rem;
    }

    .speakers-subtitle {
        font-size: 1.1rem;
    }

    .speakers-item {
    }

    .speakers-item img:last-child {
    }

    .speakers-item:hover img:first-child {
    }

    .speakers-item:hover img:last-child {
    }

    .speakers-list, .partners-list {
    }

    .screen-12, .screen-13 {
    }

    .top-speaker-block {
    }

    .top-speaker-block-photo {
    }

    .top-speaker-block-left .top-speaker-block-photo {
    }

    .top-speaker-block-right .top-speaker-block-photo {
    }

    .top-speaker-block-content {
    }

    .top-speaker-block-left .top-speaker-block-content {
    }

    .top-speaker-block-right .top-speaker-block-content {
    }

    .top-speaker-block-title {
    }

    .top-speaker-block-subtitle {
        padding-top: 1rem;
    }

    .top-speaker-block-text {
    }

    .screen-14 {
    }

    .topics-title {
        font-size: 2.02rem;
    }

    .topics-list, .topics-list_old {
    }

    .topics-item {
        padding: 1.2rem 0.8rem;
    }

    .topics-item-title {
        margin-bottom: 0.7rem;
        font-size: 0.8rem;
    }

    .topics-item-desc, .topics-item-desc a {
    }

    .topics-item-speacker {
        padding-top: 1rem;
    }

    .topics-item-speacker-desc {
    }

    .topics-item-speacker-title {

    }

    .topics-item-speacker-text {

    }

    .comsos-title, .orgsos-title {
        font-size: 2.02rem;
    }

    .comsos-list, .comsos-pred, .comsos-zampred, .orgsos-list, .orgsos-pred, .orgsos-zampred, .orgsos-sopred, .orgsos-sec {
    }

    .comsos-item, .orgsos-item {
        padding: 1.2rem 0.8rem;
    }

    .comsos-item-title, .orgsos-item-title {
        margin-bottom: 0.7rem;
        font-size: 0.8rem;
    }

    .comsos-item-desc, .comsos-item-desc a, .orgsos-item-desc, .orgsos-item-desc a {
    }

    .comsos-item-speacker, .orgsos-item-speacker {
        padding-top: 1rem;
    }

    .comsos-item-speacker-desc, .orgsos-item-speacker-desc {
    }

    .comsos-item-speacker-title, .orgsos-item-speacker-title {

    }

    .comsos-item-speacker-text, .orgsos-item-speacker-text {

    }

    .screen-18 {
    }

    .invite-title {
        font-size: 1.5rem;
    }

    .slider-title {
        font-size: 1.3rem;
    }

    .youtube-thumb {
    }

    .youtube-video {
    }

    .screen-19 {
    }

    .classes-title {
        font-size: 1.8rem;
    }

    .classes-subtitle {
    }

    .classes-list {
    }

    .classes-item {
    }

    .classes-item-image {
        margin-right: 0.5rem;
    }

    .classes-item-image img {
    }

    .classes-item-text {
        font-size: 0.85rem;
    }

    .classes-item-title {
        font-size: 1.4rem;
    }

    .screen-20 {
    }

    .packages-title {
        font-size: 1.5rem;
    }

    .packages-list {
    }

    .packages-item {
    }

    .packages-item-desc {
    }

    .packages-item-priority {
    }

    .packages-item-title {
    }

    .packages-item-price-date {
    }

    .packages-item-price-main {
    }

    .packages-item-price-old {
    }

    .packages-item-desc p {
    }

    .screen-21 {
    }

    .timer-title {
        font-size: 1.5rem;
    }

    .timer-block {
    }

    .timer-item {
    }

    .timer-item:not(:last-child):after {
    }

    .timer-val {
    }

    .screen-22 {
    }

    .t-checkbox__control {
    }

    .t-checkbox__control .t-checkbox {
    }

    .t-checkbox__labeltext, .t-checkbox__labeltext div {
        font-size: 1.2rem;
    }

    .t-checkbox__labeltext a {
        font-size: 1.2rem;
    }

    .t-checkbox__indicator {
    }

    .t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator {
    }

    .t-checkbox__indicator:after {
    }

    .t-checkbox__control .t-checkbox:checked ~ .t-checkbox__indicator:after {
    }

    .t-input {
    }

    .t-input::-moz-focus-inner {
    }

    .t-input_pvis {
    }

    .t-input__vis-ph {
        font-size: 1.1rem;
    }

    .t-input:focus ~ .t-input__vis-ph, .t-input_has-content + .t-input__vis-ph {
    }

    .t-input:invalid {
    }

    .t-input-group_cb div[data-customstyle=yes] {
    }

    .t-input-block {
    }

    .order-title {
        font-size: 1.85rem;
    }

    .order-block {
    }

    .order-form {
    }

    .order-info-item {
    }

    .order-info-item a {
    }

    .order-info-item span, .order-info-item a {
        font-size: 1.1rem;
    }

    .order-info-description {
        font-size: 1.1rem;
    }

    .order-info {
    }

    .order-info-item-image {
    }

    .order-info-item-image img {
    }

    .screen-23 {
    }

    .partners-title {
    }

    .partners-item {
    }

    .partners-item img:last-child {
    }

    .partners-item:hover img:first-child {
    }

    .partners-item:hover img:last-child {
    }

    .info_partners-list, .old-info_partners-list {
    }

    .partners-title-wrap {
    }

    .partners-title-wrap .btn {
    }

    .footer {
    }

    .footer-inner {
    }

    .footer-col {
    }

    .footer-soc-menu {
    }

    .footer-soc-menu li {
    }

    .footer-col:first-child {
    }

    .footer-menu {
    }

    .footer-menu li {
    }

    .footer-menu li a {
    }

    .footer-menu-title {
    }

    .footer-phone {
    }

    .footer-email {
    }

    .footer-link {
    }

    .footer-col:nth-child(2) {
    }

    .news-text-open {
    }

    .btn-share-news {
    }

    .news-footer {
        font-size: 1.1rem;
    }

    .btn-readmore {
    }

    #news-block + .schedule-title {
    }

    .schedule-block.news-block {
    }

    .main-title-left h1 {
        font-size: 2.5rem;
    }

    .main-title-left {
    }

    .pre-title-date {
    }

    .main-news-links {
        flex-direction: column;
        margin-top: 2rem;
        float: none;
    }

    .main-news-links a {
        font-size: 1.8rem;
    }

    .main-news-links a:first-child {
    }

    .page_hack .header-buy-btn .btn {
        font-size: 0.9rem;
        max-width: 130px;
    }

    .main-sponsor-title h1 {
        font-size: 2.5rem;
    }
}

.show-well {
    font-size: 120%;
    line-height: 1.2;
    color: #db426b;
}


img[src="/public/img/info-partners/bigbookedupng.png"],
img[src="/public/img/info-partners/bigbookeducolor.png"] {
    width: 190px;
}


.footer-title {
    color: white;
    text-align: center;
    font-size: 2.5rem;
    margin: 3rem 0;
}

.footer-title span {
    color: #ffe700;
}

.online-video-block {
    flex-direction: column;
    margin-bottom: 5rem;
    border-bottom: 1px solid white;
}

.online-video-row {
    margin-bottom: 3.5rem;
    width: 100%;
}

.online-video-row .promoter {
    width: 400px;
    max-width: 100%;
    float: right;
}

.online-video-row .promoter-item {
    margin: 0 !important;
}


.online-video-row .buttons {
    justify-content: center;
    margin: 2rem 0 4rem;
    width: 100%;
}

.online-video-row .buttons > .btn {
    flex-basis: 560px;
    max-width: none;
    flex-grow: 0;
    margin: 0;
}

.online-video-title {
    font-size: 1.8rem;
    color: white;
    text-align: center;
    margin-bottom: 1.5rem;
}

.online-video-list {
    display: flex;
    justify-content: center;
}

.online-video-item {
    max-width: 100%;
}

.online-video-item:first-child {
    margin-right: auto;
}

.online-video-item:last-child {
    margin-left: auto;
}


.day_videos {
    text-align: center;
}


.stream_block {
    margin: 40px 0 10px 0;
}


.stream_title {
    text-align: center;
    width: 400px;
    margin: auto;
}

.day_videos h2 {
    text-align: center;
    margin: 30px 0 0 0;

}


@media (max-width: 1023px) {
    .stream_title {
        width: 300px;
    }

    .stream_block iframe {
        width: auto;
        height: auto;
    }

    .online-video-list {
        flex-direction: column;
    }

    .online-video-item:first-of-type {
        margin-bottom: 20px;
    }

    .online-video-item:last-of-type {
        margin-bottom: 0;
    }

    .online-video-item {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}


.pulse {
    opacity: 1;
    animation: pulse 1.6s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1) translate(0, 0);
    }
    80% {
        transform: scale(0.8) translate(0, 20%);
    }
    100% {
        transform: scale(1) translate(0, 0);
    }
}


.country-phone-selected {
    position: relative;
    z-index: 1000;
    top: 35px;

}

.modal-form-group .country-phone {
    border: none;
}

.modal-form-group .country-phone-options {
    width: 458px;
    margin: 70px 5px 0 -5px;
}

.modal-form-group #phone {
    padding: 0 10px 0 95px;
}


.page_committee .comsos-item {
    max-width: 320px;
}


	